Searched defs:defval (Results 1 – 7 of 7) sorted by relevance
/external/libtextclassifier/common/ |
D | task-context.cc | 31 int32 ParseInt32WithDefault(const std::string &s, int32 defval) { in ParseInt32WithDefault() 36 int64 ParseInt64WithDefault(const std::string &s, int64 defval) { in ParseInt64WithDefault() 41 double ParseDoubleWithDefault(const std::string &s, double defval) { in ParseDoubleWithDefault()
|
/external/fio/ |
D | ghelpers.c | 71 GtkWidget *create_spinbutton(GtkWidget *hbox, double min, double max, double defval) in create_spinbutton()
|
D | goptions.c | 505 unsigned long long defval; in __gopt_new_int() local
|
/external/libcups/cups/ |
D | adminutil.c | 2290 int defval, /* I - Default value number */ in write_option()
|
/external/curl/src/ |
D | tool_setopt.c | 507 long defval = 0L; in tool_setopt() local
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 3292 PyObject *defval; in _validate_paramflags() local 3603 _get_arg(int *pindex, char *name, PyObject *defval, PyObject *inargs, PyObject *kwds) in _get_arg() 3695 PyObject *defval = NULL; in _build_callargs() local
|
/external/v8/src/wasm/ |
D | wasm-interpreter.cc | 1516 #define ASMJS_LOAD_CASE(name, ctype, mtype, defval) \ in Execute() argument
|