Searched refs:DEFAULT (Results 51 - 75 of 133) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/ata_id/
H A DMakefile30 .DEFAULT: all
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/cdrom_id/
H A DMakefile30 .DEFAULT: all
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/edd_id/
H A DMakefile30 .DEFAULT: all
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/floppy/
H A DMakefile30 .DEFAULT: all
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/rule_generator/
H A DMakefile27 .DEFAULT: all
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DStoredClassCatalog.java86 : LockMode.DEFAULT;
177 OperationStatus status = db.get(null, key, data, LockMode.DEFAULT);
229 OperationStatus status = db.get(null, key, data, LockMode.DEFAULT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/swig/
H A DTdb.py28 DEFAULT = TDB_DEFAULT variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A D3level.h29 DEFAULT to the default value for empty entries
106 return DEFAULT;
166 t->level3[i] = DEFAULT;
199 if (lookup3 != DEFAULT)
323 #undef DEFAULT macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/scsi_id/
H A DMakefile33 .DEFAULT: all
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/
H A DMakefile28 .DEFAULT: all
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_lexer.l104 "default" return DEFAULT;
H A Dphp_parser.y99 %token SWITCH ENDSWITCH CASE DEFAULT BREAK CONTINUE
324 | DEFAULT { $$ = make_exp_2(PHP_OP_LIST, 0, 0); }
/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 DTestUtils.java83 Environment.remove(new File(envpath), true, EnvironmentConfig.DEFAULT);
85 Database.remove(dbname, null, DatabaseConfig.DEFAULT);
H A DAssociateTest.java115 Cursor dbcp = priDb.openCursor(null, CursorConfig.DEFAULT);
116 while (dbcp.getNext(readkey, readdata, LockMode.DEFAULT) == OperationStatus.SUCCESS) {
H A DDatabaseTest.java283 Cursor dbcp = db.openCursor(null, CursorConfig.DEFAULT);
297 while (dbcp.getNext(readkey, readdata, LockMode.DEFAULT) == OperationStatus.SUCCESS) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/txn/
H A DDBWriter.java191 while (cursor.getNext(key, data, LockMode.DEFAULT) ==
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A DMakefile64 .DEFAULT: all
/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.java383 for (ret = dbc.getFirst(key, data, LockMode.DEFAULT);
385 ret = dbc.getNext(key, data, LockMode.DEFAULT)) {
/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.java29 public static final DatabaseConfig DEFAULT = new DatabaseConfig(); field in class:DatabaseConfig
33 return (config == null) ? DEFAULT : config;
1989 configureDatabase(db, DEFAULT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DDataView.java122 cursorConfig = CursorConfig.DEFAULT;
257 DbCompat.cloneCursorConfig(config) : CursorConfig.DEFAULT;
H A DDataCursor.java716 LockMode.DEFAULT);
860 return LockMode.DEFAULT;
H A DCurrentTransaction.java101 writeLockMode = LockMode.DEFAULT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dperf_event_p4.h607 P4_GEN_ESCR_EMASK(P4_EVENT_IOQ_ALLOCATION, DEFAULT, 0),
619 P4_GEN_ESCR_EMASK(P4_EVENT_IOQ_ACTIVE_ENTRIES, DEFAULT, 0),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/i2c/other/
H A Dak4114.c372 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,DEFAULT),
387 .name = SNDRV_CTL_NAME_IEC958("",CAPTURE,DEFAULT),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/oxygen/
H A Doxygen_mixer.c748 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
785 .name = SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT),
952 SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT),

Completed in 133 milliseconds

123456