/third_party/python/Lib/ |
H A D | configparser.py | 656 def defaults(self): global() member in RawConfigParser [all...] |
/third_party/python/Objects/ |
H A D | funcobject.c | 194 PyFunction_SetDefaults(PyObject *op, PyObject *defaults) in PyFunction_SetDefaults() argument 225 PyFunction_SetKwDefaults(PyObject *op, PyObject *defaults) in PyFunction_SetKwDefaults() argument 611 func_new_impl(PyTypeObject *type, PyCodeObject *code, PyObject *globals, PyObject *name, PyObject *defaults, PyObject *closure) func_new_impl() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | g723_1enc.c | 1236 static const FFCodecDefault defaults[] = { variable
|
H A D | libaomenc.c | 1415 static const FFCodecDefault defaults[] = { variable
|
H A D | dcaenc.c | 1238 static const FFCodecDefault defaults[] = { variable
|
H A D | libvpxenc.c | 1918 static const FFCodecDefault defaults[] = { variable
|
/third_party/skia/src/core/ |
H A D | SkTypeface.cpp | 158 static sk_sp<SkTypeface> defaults[4]; in GetDefaultTypeface() local
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-date-time-format.cc | 807 ToLocaleDateTime( Isolate* isolate, Handle<Object> date, Handle<Object> locales, Handle<Object> options, RequiredOption required, DefaultsOption defaults, const char* method_name) ToLocaleDateTime() argument 922 ToDateTimeOptions( Isolate* isolate, Handle<Object> input_options, RequiredOption required, DefaultsOption defaults) ToDateTimeOptions() argument [all...] |
/third_party/python/Include/internal/ |
H A D | pycore_ast_state.h | 180 PyObject *defaults; member
|
H A D | pycore_ast.h | 527 asdl_expr_seq *defaults; member
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_policy.c | 775 static void cil_defaults_to_policy(FILE *out, struct cil_list *defaults, const char *kind) in cil_defaults_to_policy() argument 801 static void cil_default_ranges_to_policy(FILE *out, struct cil_list *defaults) in cil_default_ranges_to_policy() argument
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_context.h | 268 struct pipe_resource *defaults; member
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_c.cpp | 2571 MSLConstexprSampler defaults; in spvc_msl_constexpr_sampler_init() local 2595 MSLConstexprSampler defaults; spvc_msl_sampler_ycbcr_conversion_init() local [all...] |
/third_party/littlefs/ |
H A D | lfs.c | 3176 static const struct lfs_file_config defaults = {0}; local
|
/third_party/python/Python/ |
H A D | Python-ast.c | 3305 _PyAST_arguments(asdl_arg_seq * posonlyargs, asdl_arg_seq * args, arg_ty vararg, asdl_arg_seq * kwonlyargs, asdl_expr_seq * kw_defaults, arg_ty kwarg, asdl_expr_seq * defaults, PyArena *arena) _PyAST_arguments() argument 10507 asdl_expr_seq* defaults; obj2ast_arguments() local [all...] |
H A D | ceval.c | 6458 PyObject *defaults = _PyTuple_FromArray(defs, defcount); local 5947 too_many_positional(PyThreadState *tstate, PyCodeObject *co, Py_ssize_t given, PyObject *defaults, PyObject **localsplus, PyObject *qualname) global() argument
|
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 6080 PyObject *defaults = NULL; in eval_eval_code_ex() local
|