Home
last modified time | relevance | path

Searched defs:defaults (Results 26 - 42 of 42) sorted by relevance

12

/third_party/python/Lib/
H A Dconfigparser.py656 def defaults(self): global() member in RawConfigParser
[all...]
/third_party/python/Objects/
H A Dfuncobject.c194 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 Dg723_1enc.c1236 static const FFCodecDefault defaults[] = { variable
H A Dlibaomenc.c1415 static const FFCodecDefault defaults[] = { variable
H A Ddcaenc.c1238 static const FFCodecDefault defaults[] = { variable
H A Dlibvpxenc.c1918 static const FFCodecDefault defaults[] = { variable
/third_party/skia/src/core/
H A DSkTypeface.cpp158 static sk_sp<SkTypeface> defaults[4]; in GetDefaultTypeface() local
/third_party/node/deps/v8/src/objects/
H A Djs-date-time-format.cc807 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 Dpycore_ast_state.h180 PyObject *defaults; member
H A Dpycore_ast.h527 asdl_expr_seq *defaults; member
/third_party/selinux/libsepol/cil/src/
H A Dcil_policy.c775 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 Dv3d_context.h268 struct pipe_resource *defaults; member
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp2571 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 Dlfs.c3176 static const struct lfs_file_config defaults = {0}; local
/third_party/python/Python/
H A DPython-ast.c3305 _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 Dceval.c6458 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.c6080 PyObject *defaults = NULL; in eval_eval_code_ex() local

Completed in 62 milliseconds

12