HomeSort by relevance Sort by last modified time
    Searched refs:defval (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
mucinviterecvtask.cc 60 int len, int defval = -1) {
71 return defval;
  /external/qemu/include/qemu/
option.h 108 int qemu_opt_get_bool(QemuOpts *opts, const char *name, int defval);
109 uint64_t qemu_opt_get_number(QemuOpts *opts, const char *name, uint64_t defval);
110 uint64_t qemu_opt_get_size(QemuOpts *opts, const char *name, uint64_t defval);
  /external/fio/
ghelpers.h 9 GtkWidget *create_spinbutton(GtkWidget *hbox, double min, double max, double defval);
ghelpers.c 71 GtkWidget *create_spinbutton(GtkWidget *hbox, double min, double max, double defval)
82 gtk_spin_button_set_value(GTK_SPIN_BUTTON(button), defval); local
goptions.c 504 unsigned long long defval; local
520 defval = 0;
522 defval = *p;
527 defval = val;
540 gopt_int_set_val(i, defval);
    [all...]
  /external/chromium_org/third_party/cld/base/
commandlineflags.h 230 // return defval. If 'varname' does exist but is not valid
235 extern bool BoolFromEnv(const char *varname, bool defval);
236 extern int32 Int32FromEnv(const char *varname, int32 defval);
237 extern int64 Int64FromEnv(const char *varname, int64 defval);
238 extern uint64 Uint64FromEnv(const char *varname, uint64 defval);
239 extern double DoubleFromEnv(const char *varname, double defval);
240 extern const char *StringFromEnv(const char *varname, const char *defval);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-options.h 80 * `defval`::
96 intptr_t defval; member in struct:option
104 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .value = check_vtype(v, int *), .help = (h), .defval = (b) }
107 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l), .value = check_vtype(v, unsigned int *), .help = (h), .defval = (i) }
108 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), .value = (v), .help = (h), .defval = (p) }
121 { .type = OPTION_CALLBACK, .short_name = (s), .long_name = (l), .value = (v), (a), .help = (h), .callback = (f), .defval = (intptr_t)d, .flags = PARSE_OPT_LASTARG_DEFAULT }
124 .value = (v), (a), .help = (h), .callback = (f), .defval = (intptr_t)d,\
parse-options.c 26 *arg = (const char *)opt->defval;
74 *(int *)opt->value &= ~opt->defval;
76 *(int *)opt->value |= opt->defval;
88 *(unsigned int *)opt->value = unset ? 0 : opt->defval;
92 *(void **)opt->value = unset ? NULL : (void *)opt->defval;
99 *(const char **)opt->value = (const char *)opt->defval;
121 *(int *)opt->value = opt->defval;
137 *(unsigned int *)opt->value = opt->defval;
153 *(long *)opt->value = opt->defval;
169 *(u64 *)opt->value = opt->defval;
    [all...]
  /external/qemu/util/
qemu-option.c 545 int qemu_opt_get_bool(QemuOpts *opts, const char *name, int defval)
550 return defval;
555 uint64_t qemu_opt_get_number(QemuOpts *opts, const char *name, uint64_t defval)
560 return defval;
565 uint64_t qemu_opt_get_size(QemuOpts *opts, const char *name, uint64_t defval)
570 return defval;
  /external/stlport/stlport/stl/config/
features.h 337 # define _STLP_DFL_TMPL_PARAM( classname, defval ) class classname
342 # define _STLP_DFL_TMPL_PARAM( classname, defval ) class classname = defval
354 # define _STLP_DFL_TYPE_PARAM( classname, defval ) class classname = defval
357 # define _STLP_DFL_TYPE_PARAM( classname, defval ) class classname
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
features.h 331 # define _STLP_DFL_TMPL_PARAM( classname, defval ) class classname
336 # define _STLP_DFL_TMPL_PARAM( classname, defval ) class classname = defval
348 # define _STLP_DFL_TYPE_PARAM( classname, defval ) class classname = defval
351 # define _STLP_DFL_TYPE_PARAM( classname, defval ) class classname
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
features.h 331 # define _STLP_DFL_TMPL_PARAM( classname, defval ) class classname
336 # define _STLP_DFL_TMPL_PARAM( classname, defval ) class classname = defval
348 # define _STLP_DFL_TYPE_PARAM( classname, defval ) class classname = defval
351 # define _STLP_DFL_TYPE_PARAM( classname, defval ) class classname
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
features.h 331 # define _STLP_DFL_TMPL_PARAM( classname, defval ) class classname
336 # define _STLP_DFL_TMPL_PARAM( classname, defval ) class classname = defval
348 # define _STLP_DFL_TYPE_PARAM( classname, defval ) class classname = defval
351 # define _STLP_DFL_TYPE_PARAM( classname, defval ) class classname
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
features.h 331 # define _STLP_DFL_TMPL_PARAM( classname, defval ) class classname
336 # define _STLP_DFL_TMPL_PARAM( classname, defval ) class classname = defval
348 # define _STLP_DFL_TYPE_PARAM( classname, defval ) class classname = defval
351 # define _STLP_DFL_TYPE_PARAM( classname, defval ) class classname
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
features.h 331 # define _STLP_DFL_TMPL_PARAM( classname, defval ) class classname
336 # define _STLP_DFL_TMPL_PARAM( classname, defval ) class classname = defval
348 # define _STLP_DFL_TYPE_PARAM( classname, defval ) class classname = defval
351 # define _STLP_DFL_TYPE_PARAM( classname, defval ) class classname
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
features.h 331 # define _STLP_DFL_TMPL_PARAM( classname, defval ) class classname
336 # define _STLP_DFL_TMPL_PARAM( classname, defval ) class classname = defval
348 # define _STLP_DFL_TYPE_PARAM( classname, defval ) class classname = defval
351 # define _STLP_DFL_TYPE_PARAM( classname, defval ) class classname
    [all...]
  /frameworks/base/media/mca/
structgen.py 107 def __init__(self, name, structname, jclassname, package, javatype, ctype, jtype, defval):
115 self.defval = defval
151 self.structname, self.structname, self.name, self.defval)
  /external/qemu/audio/
audio.c 343 static audfmt_e audio_string_to_audfmt (const char *s, audfmt_e defval,
372 s, audio_audfmt_to_string (defval));
374 return defval;
379 audfmt_e defval,
385 return defval;
387 return audio_string_to_audfmt (var, defval, defaultp);
390 static int audio_get_conf_int (const char *key, int defval, int *defaultp)
403 return defval;
408 const char *defval,
414 return defval;
    [all...]
  /external/qemu/telephony/
android_modem.c 406 amodem_nvram_get_int( AModem modem, const char *nvname, int defval)
412 value = aconfig_int(modem->nvram_config, nvname, defval);
425 amodem_nvram_get_str( AModem modem, const char *nvname, const char *defval)
429 value = aconfig_str(modem->nvram_config, nvname, defval);
432 if (!defval)
434 value = defval;
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Utility/
ObjectHandling.c 145 static CYTHON_INLINE PyObject *__Pyx_PyIter_Next2(PyObject* iterator, PyObject* defval) {
166 if (defval) {
174 Py_INCREF(defval);
175 return defval;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 507 milliseconds