Searched refs:setType (Results 1 - 25 of 46) sorted by relevance

12

/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.java48 myDbConfig.setType(DatabaseType.BTREE);
49 mySecConfig.setType(DatabaseType.BTREE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DSampleDatabase.java74 dbConfig.setType(DatabaseType.BTREE);
110 secConfig.setType(DatabaseType.BTREE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DSampleDatabase.java76 dbConfig.setType(DatabaseType.BTREE);
107 secConfig.setType(DatabaseType.BTREE);
/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 DEncryptTest.java56 dbConf.setType(DatabaseType.BTREE);
80 dbConf.setType(DatabaseType.BTREE);
H A DClosedDbTest.java50 dbConf.setType(DatabaseType.BTREE);
H A DCallbackTest.java80 dbConfig.setType(DatabaseType.BTREE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/basic/
H A DSampleDatabase.java62 dbConfig.setType(DatabaseType.BTREE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DRPCExample.java30 config.setType(DatabaseType.BTREE);
H A DSequenceExample.java74 dbConfig.setType(DatabaseType.BTREE);
H A DAccessExample.java113 dbConfig.setType(DatabaseType.BTREE);
H A DBulkAccessExample.java84 config.setType(DatabaseType.BTREE);
H A DBulkAccessNIOExample.java85 config.setType(DatabaseType.BTREE);
H A DTpcbExample.java135 config.setType(DatabaseType.HASH);
168 config.setType(DatabaseType.HASH);
203 config.setType(DatabaseType.HASH);
232 config.setType(DatabaseType.RECNO);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/compat/
H A DDbCompat.java230 dbConfig.setType(DatabaseType.BTREE);
234 dbConfig.setType(DatabaseType.HASH);
238 dbConfig.setType(DatabaseType.RECNO);
242 dbConfig.setType(DatabaseType.QUEUE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3commontoken.h250 void (*setType)(struct ANTLR3_COMMON_TOKEN_struct * token, ANTLR3_UINT32 ttype); member in struct:ANTLR3_COMMON_TOKEN_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3commontoken.c44 static void setType (pANTLR3_COMMON_TOKEN token, ANTLR3_UINT32 type);
83 token->setType(token, ttype);
305 token->setType = setType;
460 static void setType (pANTLR3_COMMON_TOKEN token, ANTLR3_UINT32 type) function
H A Dantlr3basetreeadaptor.c65 static void setType (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, ANTLR3_UINT32 type);
134 adaptor->setType = (void (*)(pANTLR3_BASE_TREE_ADAPTOR, void *, ANTLR3_UINT32))
135 setType;
768 fromToken->setType(fromToken, tokenType);
795 fromToken->setType(fromToken, tokenType);
853 setType (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, ANTLR3_UINT32 type) function
855 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement setType()\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DEventExample.java180 dbConfig.setType(DatabaseType.BTREE);
204 catalogConfig.setType(DatabaseType.BTREE);
224 secConfig.setType(DatabaseType.BTREE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/txn/
H A DTxnGuideInMemory.java97 myDbConfig.setType(DatabaseType.BTREE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/txn/
H A DTxnGuideDPL.java92 myDbConfig.setType(DatabaseType.BTREE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSampleDatabase.java74 dbConfig.setType(DatabaseType.BTREE);
105 secConfig.setType(DatabaseType.BTREE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DSampleDatabase.java74 dbConfig.setType(DatabaseType.BTREE);
105 secConfig.setType(DatabaseType.BTREE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSampleDatabase.java76 dbConfig.setType(DatabaseType.BTREE);
107 secConfig.setType(DatabaseType.BTREE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DSampleDatabase.java76 dbConfig.setType(DatabaseType.BTREE);
107 secConfig.setType(DatabaseType.BTREE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/hello/
H A DHelloDatabaseWorld.java96 dbConfig.setType(DatabaseType.BTREE);

Completed in 201 milliseconds

12