Searched refs:DEFAULT (Results 1 - 25 of 133) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avl-0.3.5/
H A DMakefile6 . .DEFAULT:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/source/avl-0.3.5/
H A DMakefile6 . .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 DJoinConfig.java35 public static final JoinConfig DEFAULT = new JoinConfig(); field in class:JoinConfig
39 return (config == null) ? DEFAULT : config;
H A DStatsConfig.java21 public static final StatsConfig DEFAULT = new StatsConfig(); field in class:StatsConfig
25 return (config == null) ? DEFAULT : config;
H A DCacheFilePriority.java20 public static final CacheFilePriority DEFAULT = field in class:CacheFilePriority
21 new CacheFilePriority("DEFAULT", DbConstants.DB_PRIORITY_DEFAULT);
48 return DEFAULT;
H A DCheckpointConfig.java22 public static final CheckpointConfig DEFAULT = new CheckpointConfig(); field in class:CheckpointConfig
37 return (config == null) ? DEFAULT : config;
H A DCompactConfig.java21 public static final CompactConfig DEFAULT = new CompactConfig(); field in class:CompactConfig
25 return (config == null) ? DEFAULT : config;
H A DLockMode.java30 public static final LockMode DEFAULT = field in class:LockMode
31 new LockMode("DEFAULT", 0);
97 return ((mode == null) ? DEFAULT : mode).flag;
H A DVerifyConfig.java21 public static final VerifyConfig DEFAULT = new VerifyConfig(); field in class:VerifyConfig
25 return (config == null) ? DEFAULT : config;
H A DCursorConfig.java25 public static final CursorConfig DEFAULT = new CursorConfig(); field in class:CursorConfig
87 return (config == null) ? DEFAULT : config;
H A DLockDetectMode.java26 public static final LockDetectMode DEFAULT = field in class:LockDetectMode
27 new LockDetectMode("DEFAULT", DbConstants.DB_LOCK_DEFAULT);
84 return DEFAULT;
H A DTransactionConfig.java27 public static final TransactionConfig DEFAULT = new TransactionConfig(); field in class:TransactionConfig
31 return (config == null) ? DEFAULT : config;
H A DSequenceConfig.java28 public static final SequenceConfig DEFAULT = new SequenceConfig(); field in class:SequenceConfig
32 return (config == null) ? DEFAULT : config;
313 configureSequence(seq, DEFAULT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/files/
H A Davahi-daemon.init6 DEFAULT=/etc/default/$BIN
15 [ -f $DEFAULT ] && . $DEFAULT
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Doptions.c33 #define DEFAULT 0 macro
37 { "sws_flags", "scaler/cpu flags", OFFSET(flags), AV_OPT_TYPE_FLAGS, {.dbl = DEFAULT }, 0, UINT_MAX, VE, "sws_flags" },
59 { "src_format", "source format" , OFFSET(srcFormat), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, 0, PIX_FMT_NB-1, VE },
60 { "dst_format", "destination format", OFFSET(dstFormat), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, 0, PIX_FMT_NB-1, VE },
61 { "src_range" , "source range" , OFFSET(srcRange) , AV_OPT_TYPE_INT, {.dbl = DEFAULT }, 0, 1, VE },
62 { "dst_range" , "destination range" , OFFSET(dstRange) , AV_OPT_TYPE_INT, {.dbl = DEFAULT }, 0, 1, VE },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Doptions.c67 #define DEFAULT 0 //should be NAN but it does not work as it is not a constant in glibc as required by ANSI/ISO C macro
81 {"flags", NULL, OFFSET(flags), AV_OPT_TYPE_FLAGS, {.dbl = DEFAULT }, 0, UINT_MAX, V|A|E|D, "flags"},
131 {"sub_id", NULL, OFFSET(sub_id), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX},
145 {"extradata_size", NULL, OFFSET(extradata_size), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX},
148 {"ar", "set audio sampling rate (in Hz)", OFFSET(sample_rate), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX, A|D|E},
149 {"ac", "set number of audio channels", OFFSET(channels), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX, A|D|E},
150 {"cutoff", "set cutoff bandwidth", OFFSET(cutoff), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX, A|E},
151 {"frame_size", NULL, OFFSET(frame_size), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX, A|E},
152 {"frame_number", NULL, OFFSET(frame_number), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MIN, INT_MAX},
153 {"delay", NULL, OFFSET(delay), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, INT_MI
537 #undef DEFAULT macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DDatabaseNamer.java37 * DatabaseNamer#DEFAULT} object. An application may supply a custom {@link
97 public static final DatabaseNamer DEFAULT = new DatabaseNamer() { field in interface:DatabaseNamer
H A DStoreConfig.java37 public static final StoreConfig DEFAULT = new StoreConfig(); field in class:StoreConfig
46 private DatabaseNamer databaseNamer = DatabaseNamer.DEFAULT;
233 * By default this property is {@link DatabaseNamer#DEFAULT}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Doptions_table.h34 #define DEFAULT 0 //should be NAN but it does not work as it is not a constant in glibc as required by ANSI/ISO C macro
51 {"flags", NULL, OFFSET(flags), AV_OPT_TYPE_FLAGS, {.i64 = DEFAULT }, 0, UINT_MAX, V|A|S|E|D, "flags"},
102 {"extradata_size", NULL, OFFSET(extradata_size), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
105 {"ar", "set audio sampling rate (in Hz)", OFFSET(sample_rate), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, A|D|E},
106 {"ac", "set number of audio channels", OFFSET(channels), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, A|D|E},
107 {"cutoff", "set cutoff bandwidth", OFFSET(cutoff), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, A|E},
108 {"frame_size", NULL, OFFSET(frame_size), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, A|E},
109 {"frame_number", NULL, OFFSET(frame_number), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
110 {"delay", NULL, OFFSET(delay), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX},
118 {"bf", "set maximum number of B frames between non-B-frames", OFFSET(max_b_frames), AV_OPT_TYPE_INT, {.i64 = DEFAULT },
463 #undef DEFAULT macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Doptions.c84 #define DEFAULT 0 //should be NAN but it does not work as it is not a constant in glibc as required by ANSI/ISO C macro
92 {"muxrate", "set mux rate", OFFSET(mux_rate), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, 0, INT_MAX, E},
94 {"packetsize", "set packet size", OFFSET(packet_size), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, 0, INT_MAX, E},
95 {"fflags", NULL, OFFSET(flags), AV_OPT_TYPE_FLAGS, {.dbl = DEFAULT }, INT_MIN, INT_MAX, D|E, "fflags"},
109 {"fdebug", "print specific debug info", OFFSET(debug), AV_OPT_TYPE_FLAGS, {.dbl = DEFAULT }, 0, INT_MAX, E|D, "fdebug"},
111 {"max_delay", "maximum muxing or demuxing delay in microseconds", OFFSET(max_delay), AV_OPT_TYPE_INT, {.dbl = DEFAULT }, 0, INT_MAX, E|D},
126 #undef DEFAULT macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dshlib_wrap.sh46 #_RLD_LIST="$LIBCRYPTOSO:$LIBSSLSO:DEFAULT"; export _RLD_LIST
53 #_RLDN32_LIST="$LIBCRYPTOSO:$LIBSSLSO:DEFAULT"; export _RLDN32_LIST
60 #_RLD64_LIST="$LIBCRYPTOSO:$LIBSSLSO:DEFAULT"; export _RLD64_LIST
95 _RLD_LIST="$LIBCRYPTOSO:$LIBSSLSO:DEFAULT" # Tru64, o32 IRIX
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dshlib_wrap.sh46 #_RLD_LIST="$LIBCRYPTOSO:$LIBSSLSO:DEFAULT"; export _RLD_LIST
53 #_RLDN32_LIST="$LIBCRYPTOSO:$LIBSSLSO:DEFAULT"; export _RLDN32_LIST
60 #_RLD64_LIST="$LIBCRYPTOSO:$LIBSSLSO:DEFAULT"; export _RLD64_LIST
95 _RLD_LIST="$LIBCRYPTOSO:$LIBSSLSO:DEFAULT" # Tru64, o32 IRIX
/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 DPartialGetTest.java68 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
76 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
99 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
107 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
115 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
121 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
148 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
157 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
166 if (db.get(null, key, partialData, LockMode.DEFAULT) !=
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Doptions.c33 #define DEFAULT 0 macro
60 { "src_format", "source format", OFFSET(srcFormat), AV_OPT_TYPE_INT, { .i64 = DEFAULT }, 0, AV_PIX_FMT_NB - 1, VE },
61 { "dst_format", "destination format", OFFSET(dstFormat), AV_OPT_TYPE_INT, { .i64 = DEFAULT }, 0, AV_PIX_FMT_NB - 1, VE },
62 { "src_range", "source range", OFFSET(srcRange), AV_OPT_TYPE_INT, { .i64 = DEFAULT }, 0, 1, VE },
63 { "dst_range", "destination range", OFFSET(dstRange), AV_OPT_TYPE_INT, { .i64 = DEFAULT }, 0, 1, VE },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Doptions_table.h31 #define DEFAULT 0 //should be NAN but it does not work as it is not a constant in glibc as required by ANSI/ISO C macro
37 {"avioflags", NULL, OFFSET(avio_flags), AV_OPT_TYPE_FLAGS, {.i64 = DEFAULT }, INT_MIN, INT_MAX, D|E, "avioflags"},
41 {"packetsize", "set packet size", OFFSET(packet_size), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, 0, INT_MAX, E},
60 {"fdebug", "print specific debug info", OFFSET(debug), AV_OPT_TYPE_FLAGS, {.i64 = DEFAULT }, 0, INT_MAX, E|D, "fdebug"},
92 {"f_strict", "how strictly to follow the standards (deprecated; use strict, save via avconv)", OFFSET(strict_std_compliance), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, D|E, "strict"},
93 {"strict", "how strictly to follow the standards", OFFSET(strict_std_compliance), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, D|E, "strict"},
102 #undef DEFAULT macro

Completed in 112 milliseconds

123456