Searched refs:setErrorPrefix (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DDatabaseTest.java74 options.db_config.setErrorPrefix("DatabaseTest::test1 ");
86 options.db_config.setErrorPrefix("DatabaseTest::test2 ");
98 options.db_config.setErrorPrefix("DatabaseTest::test3 ");
101 options.db_config.setErrorPrefix("str" + i);
113 options.db_config.setErrorPrefix("DatabaseTest::test4 ");
131 options.db_config.setErrorPrefix("DatabaseTest::test5 ");
152 options.db_config.setErrorPrefix("DatabaseTest::test6 ");
176 options.db_config.setErrorPrefix("DatabaseTest::test7 ");
200 options.db_config.setErrorPrefix("DatabaseTest::test8 ");
370 db_config.setErrorPrefix("DatabaseTes
[all...]
H A DAppendRecnoTest.java67 dbConfig.setErrorPrefix("AppendRecnoTest");
H A DHashCompareTest.java75 conf.setErrorPrefix("HashCompareTest");
H A DRepmgrElectionTest.java116 envConfig.setErrorPrefix("RepmgrElectionTest test("+threadNumber+")");
H A DRepmgrStartupTest.java61 envConfig.setErrorPrefix("RepmgrStartupTest test");
H A DPartialGetTest.java209 dbConfig.setErrorPrefix("PartialGetTest");
H A DAssociateTest.java75 dbConfig.setErrorPrefix("AssociateTest");
H A DRepmgrConfigTest.java133 envConfig.setErrorPrefix("RepmgrConfigTest test");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DEnvExample.java41 config.setErrorPrefix(progname);
83 config.setErrorPrefix(progname);
H A DRPCExample.java42 config.setErrorPrefix(progname);
82 config.setErrorPrefix(progname);
H A DSequenceExample.java73 dbConfig.setErrorPrefix("SequenceExample");
H A DAccessExample.java112 dbConfig.setErrorPrefix("AccessExample");
H A DBulkAccessExample.java83 config.setErrorPrefix("BulkAccessExample");
H A DBulkAccessNIOExample.java84 config.setErrorPrefix("BulkAccessNIOExample");
H A DBtRecExample.java38 config.setErrorPrefix(progname);
H A DLockExample.java36 config.setErrorPrefix("LockExample");
H A DTpcbExample.java90 config.setErrorPrefix(progname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DMyDbs.java46 myDbConfig.setErrorPrefix("MyDbs");
47 mySecConfig.setErrorPrefix("MyDbs");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/repquote/
H A DRepQuoteExample.java213 envConfig.setErrorPrefix(RepConfig.progname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseConfig.java591 calling {@link com.sleepycat.db.EnvironmentConfig#setErrorPrefix EnvironmentConfig.setErrorPrefix}.
598 public void setErrorPrefix(final String errorPrefix) { method in class:DatabaseConfig
631 {@link com.sleepycat.db.EnvironmentConfig#setErrorPrefix EnvironmentConfig.setErrorPrefix} or {@link com.sleepycat.db.DatabaseConfig#setErrorPrefix DatabaseConfig.setErrorPrefix}), an error string, and a trailing newline character.
H A DEnvironmentConfig.java702 public void setErrorPrefix(final String errorPrefix) { method in class:EnvironmentConfig
735 {@link com.sleepycat.db.EnvironmentConfig#setErrorPrefix EnvironmentConfig.setErrorPrefix} or {@link com.sleepycat.db.DatabaseConfig#setErrorPrefix DatabaseConfig.setErrorPrefix}), an error string, and a trailing newline character.

Completed in 109 milliseconds