Searched refs:dflt (Results 1 - 25 of 31) sorted by relevance

12

/external/openssh/
H A Ddispatch.c61 dispatch_init(dispatch_fn *dflt) argument
65 dispatch[i] = dflt;
/external/iproute2/tc/
H A Dq_dsmark.c35 int dflt,set_tc_index; local
38 dflt = -1;
51 dflt = strtoul(*argv,&end,0);
74 if (dflt != -1) {
75 __u16 tmp = dflt;
/external/expat/amiga/
H A Dexpat_68k.h83 const char *att_type, const char *dflt, int isrequired);
H A Dexpat_68k_handler_stubs.c148 const char *att_type, const char *dflt, int isrequired)
151 call_68k_code(p->IExec, p->attlistdeclhandler, 6, p->handlerarg, elname, attname, att_type, dflt, isrequired);
147 _68k_attlistdeclhandler(void *userdata, const char *elname, const char *attname, const char *att_type, const char *dflt, int isrequired) argument
/external/emma/core/java12/com/vladium/util/
H A DIProperties.java45 String getProperty (String key, String dflt); argument
137 public String getProperty (final String key, final String dflt) argument
156 return value != null ? value : dflt;
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags.cc1312 T GetFromEnv(const char *varname, const char* type, T dflt) { argument
1315 return dflt;
1770 bool BoolFromEnv(const char *v, bool dflt) { argument
1771 return GetFromEnv(v, "bool", dflt);
1773 int32 Int32FromEnv(const char *v, int32 dflt) { argument
1774 return GetFromEnv(v, "int32", dflt);
1776 int64 Int64FromEnv(const char *v, int64 dflt) { argument
1777 return GetFromEnv(v, "int64", dflt);
1779 uint64 Uint64FromEnv(const char *v, uint64 dflt) { argument
1780 return GetFromEnv(v, "uint64", dflt);
1782 DoubleFromEnv(const char *v, double dflt) argument
1785 StringFromEnv(const char *varname, const char *dflt) argument
[all...]
/external/libxslt/libxslt/
H A Dnamespaces.c677 xmlNsPtr dflt;
678 dflt = xmlSearchNs(cur->doc, cur, NULL);
679 if (dflt != NULL)
680 URI = dflt->href;
/external/junit/src/junit/runner/
H A DBaseTestRunner.java256 public static int getPreference(String key, int dflt) { argument
258 int intValue= dflt;
/external/emma/core/java12/com/vladium/emma/report/
H A DReportProperties.java543 private static String getReportProperty (final IProperties properties, final String type, final String key, final boolean allowBlank, final String dflt) argument
548 final String result = properties.getProperty (IReportProperties.PREFIX.concat (type).concat (".").concat (key), dflt);
551 return dflt;
/external/strace/
H A Dutil.c241 printxval(const struct xlat *xlat, int val, const char *dflt) argument
248 tprintf("%#x /* %s */", val, dflt);
349 printflags(const struct xlat *xlat, int flags, const char *dflt) argument
377 if (dflt)
378 tprintf(" /* %s */", dflt);
380 if (dflt)
H A Dipc.c184 # define PRINTCTL(flagset, arg, dflt) \
186 printxval((flagset), (arg) &~ IPC_64, dflt)
/external/apache-http/src/org/apache/commons/logging/impl/
H A DLogFactoryImpl.java730 * If nothing has explicitly been set, then return dflt.
732 private boolean getBooleanConfiguration(String key, boolean dflt) { argument
735 return dflt;
/external/expat/amiga/include/libraries/
H A Dexpat.h156 const XML_Char *dflt,
/external/expat/lib/
H A Dexpat.h171 const XML_Char *dflt,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/expat/tests/
H A Druntests.c134 const XML_Char *dflt,
130 dummy_attlist_decl_handler(void *userData, const XML_Char *elname, const XML_Char *attname, const XML_Char *att_type, const XML_Char *dflt, int isrequired) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js1880 retrieve: function(property, dflt){
1882 if (dflt != undefined && prop == undefined) prop = storage[property] = dflt;
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...

Completed in 2151 milliseconds

12