Searched refs:get_type (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest064.tcl8 # TEST Test of DB->get_type
10 # TEST Make sure DB->get_type returns the right thing with both a normal
39 puts "Test$tnum: $method ($args) DB->get_type test."
49 puts "\tTest$tnum.b: get_type after method specifier."
54 set type [$db get_type]
55 error_check_good get_type $type [string range $omethod 1 end]
59 puts "\tTest$tnum.c: get_type after DB_UNKNOWN."
64 set type [$db get_type]
65 error_check_good get_type $type [string range $omethod 1 end]
H A Dsdb011.tcl116 if { [string compare [$db get_type] hash] == 0 } {
H A Drecd009.tcl115 set type [$db get_type]
H A Drep065script.tcl306 set method [$db get_type]
H A Dtest017.tcl302 if { [is_hash [$db get_type]] } {
/macosx-10.9.5/Heimdal-323.92.1/lib/asn1/
H A Dder.c91 get_type(const char *name, const char *list[], unsigned len) function
113 return get_type(name, class_names, SIZEOF_ARRAY(class_names));
127 return get_type(name, type_names, SIZEOF_ARRAY(type_names));
141 return get_type(name, tag_names, SIZEOF_ARRAY(tag_names));
/macosx-10.9.5/OpenSSH-186/osslshim/heimdal-asn1/
H A Dasn1-der.c116 get_type(const char *name, const char *list[], unsigned len) function
138 return get_type(name, class_names, SIZEOF_ARRAY(class_names));
152 return get_type(name, type_names, SIZEOF_ARRAY(type_names));
166 return get_type(name, tag_names, SIZEOF_ARRAY(tag_names));
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/detail/
H A Dfs.hpp272 int get_type(void) const;
H A Dfs_test.cpp308 ATF_REQUIRE(fi.get_type() == file_info::dir_type);
315 ATF_REQUIRE(fi.get_type() == file_info::reg_type);
359 ATF_REQUIRE(fi.get_type() == file_info::dir_type);
365 ATF_REQUIRE(fi.get_type() == file_info::reg_type);
H A Dfs.cpp347 impl::file_info::get_type(void) function in class:impl::file_info
501 if (file_info(p).get_type() == file_info::dir_type)
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Dfs.cpp75 if (fi.get_type() == atf::fs::file_info::dir_type)
82 if (fi.get_type() == atf::fs::file_info::dir_type)
H A Datf-run.cpp169 if (fi.get_type() == atf::fs::file_info::dir_type)
421 if (fi.get_type() == atf::fs::file_info::dir_type) {
/macosx-10.9.5/pdisk-9/
H A Dpdisk.c127 void do_create_partition(partition_map_header *map, int get_type);
542 int get_type; local
561 get_type = 0;
610 get_type = 1;
613 do_create_partition(map, get_type);
684 do_create_partition(partition_map_header *map, int get_type) argument
710 if (get_type == 0) {
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Djava_stat.i133 if ((err = db->get_type(db, &dbtype)) != 0) {
/macosx-10.9.5/libxml2-26/libxml2/doc/examples/
H A Dindex.py177 type = id.get_type()
/macosx-10.9.5/BerkeleyDB-21/db/cxx/
H A Dcxx_db.cpp287 int Db::get_type(DBTYPE *dbtype) function in class:Db
290 return (db->get_type(db, dbtype));
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_db.c128 "get_type",
290 ret = dbp->get_type(dbp, &type);
632 (void)dbp->get_type(dbp, &type);
867 (void)dbp->get_type(dbp, &type);
1116 (void)dbp->get_type(dbp, &type);
1282 (void)dbp->s_primary->get_type(dbp->s_primary, &ptype);
1812 (void)dbp->get_type(dbp, &type);
2823 (void)dbp->get_type(dbp, &type);
2990 (void)dbp->get_type(dbp, &type);
H A Dtcl_dbcursor.c294 (void)thisdbp->get_type(thisdbp, &type);
656 (void)thisdbp->get_type(thisdbp, &type);
659 s_primary->get_type(thisdbp->s_primary, &ptype);
/macosx-10.9.5/libxml2-26/libxml2/python/
H A Dlibxml.py327 def get_type(self): member in class:xmlCore
398 type = property(get_type, None, None, "Node type")
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/
H A Dlibxml.py299 def get_type(self): member in class:xmlCore
370 type = property(get_type, None, None, "Node type")
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_method.c247 dbp->get_type = __db_get_type;
479 DB_ILLEGAL_BEFORE_OPEN(dbp, "DB->get_type");
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DDatabaseConfig.java2084 type = DatabaseType.fromInt(db.get_type());
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/tcl/
H A Dm4.tcl19 define(m4_tcl_db_get_type, [m4_italic(db) m4_bold(get_type)])
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp343 ZEND_NAMED_FE(get_type, _wrap_db_get_type, NULL)
1288 /* {{{ proto string DB4::get_type()
1296 if(db->get_type(db, &type)) {
1365 if(db->get_type(db, &type)) {
/macosx-10.9.5/BerkeleyDB-21/db/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp1199 (void)dbp->get_type(&dbtype);
1757 (void)dbp->get_type(&type);
2388 ret = dbp->get_type(&dbtype);

Completed in 371 milliseconds

12