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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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]] } {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-avr32/
H A Dintc.h71 unsigned int (*get_type)(struct irq_controller *ctrl, unsigned int irq); member in struct:irq_controller_class
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat.i133 if ((err = db->get_type(db, &dbtype)) != 0) {
H A Ddb.i319 DBTYPE get_type() {
321 errno = self->get_type(self, &type);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dindex.py177 type = id.get_type()
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp287 int Db::get_type(DBTYPE *dbtype) function in class:Db
290 return (db->get_type(db, dbtype));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/
H A Ddm-log.c44 static struct dirty_log_type *get_type(const char *type_name) function
82 type = get_type(type_name);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.py299 def get_type(self): member in class:xmlCore
370 type = property(get_type, None, None, "Node type")
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Dmetadata.h190 ::FLAC__MetadataType get_type() const;
699 inline unsigned get_type() const { return object_->type; } function in class:FLAC::Metadata::CueSheet::Track
847 ::FLAC__StreamMetadata_Picture_Type get_type() const;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_manip.cpp770 if(picture->get_type () != ::FLAC__STREAM_METADATA_PICTURE_TYPE_FRONT_COVER)
771 return die_("mismatch in picture->get_type ()");
787 if(picture.get_type () != ::FLAC__STREAM_METADATA_PICTURE_TYPE_FRONT_COVER)
788 return die_("mismatch in picture->get_type ()");
844 if(block->get_type() != ::FLAC__METADATA_TYPE_STREAMINFO)
877 if(block->get_type() != ::FLAC__METADATA_TYPE_PADDING)
1526 FLAC__ASSERT(block->get_type() == FLAC__METADATA_TYPE_STREAMINFO);
H A Dmetadata_object.cpp1490 printf("testing Track::get_type()... ");
1491 if(track1.get_type() != 0)
1525 if(track1.get_type() != 1)
1945 printf("testing Picture::get_type()... ");
1946 if(block.get_type() != ::FLAC__STREAM_METADATA_PICTURE_TYPE_OTHER)
1951 printf(" Picture::get_type()... ");
1953 if(block.get_type() != ::FLAC__STREAM_METADATA_PICTURE_TYPE_MEDIA)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/bt8xx/
H A Ddst.c953 u8 get_type[] = { 0x00, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; local
954 get_type[7] = dst_check_sum(get_type, 7);
955 if (dst_command(state, get_type, 8) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_method.c247 dbp->get_type = __db_get_type;
479 DB_ILLEGAL_BEFORE_OPEN(dbp, "DB->get_type");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseConfig.java2084 type = DatabaseType.fromInt(db.get_type());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl19 define(m4_tcl_db_get_type, [m4_italic(db) m4_bold(get_type)])
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC++/
H A Dmetadata.cpp204 FLAC__MetadataType Prototype::get_type() const function in class:FLAC::Metadata::Prototype
1036 ::FLAC__StreamMetadata_Picture_Type Picture::get_type() const
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDb.java393 public int get_type() throws com.sleepycat.db.DatabaseException { method in class:Db

Completed in 322 milliseconds

12