/third_party/alsa-lib/src/ |
H A D | conf.c | 293 Arguments are defined using the id (key) \c \@args and array values containing 297 @args [ CARD ] # or 298 @args.0 CARD 303 An argument's type is specified with the id (key) \c \@args and the argument 307 @args.CARD { 352 @args [ CARD DEVICE ] 353 @args.CARD { 357 @args.DEVICE { 5043 if (id && strcmp(id, "@args") == 0) in _snd_config_expand() 5645 * If \a config has arguments (defined by a child with id \c \@args), 5686 snd_config_expand(snd_config_t *config, snd_config_t *root, const char *args, snd_config_t *private_data, snd_config_t **result) snd_config_expand() argument 5774 const char *args = strchr(name, ':'); snd_config_search_definition() local [all...] |
/third_party/gn/src/gn/ |
H A D | parse_tree.h | 392 const ListNode* args() const { return args_.get(); } in args() function in FunctionCallNode
|
H A D | substitution_writer.cc | 49 Source expansion in the args works similarly, but performing the placeholder 53 If no placeholders are found, the outputs or args list will be treated as a 66 be used for specifying inputs to a script in the "args" variable. 88 it appears in the "outputs" or "args" section. 119 Details: source expansions can be used in the "outputs" variable, the "args" 120 variable, and in calls to "process_file_template". The "args" are passed to a
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.h | 189 void vfail(const char *msg, va_list args);
|
/third_party/node/src/ |
H A D | cares_wrap.h | 158 static void New(const v8::FunctionCallbackInfo<v8::Value>& args);
|
H A D | js_native_api_v8.h | 520 Reference(JSVM_Env env, v8::Local<v8::Value> value, Args&&... args);
|
/third_party/node/deps/v8/tools/ |
H A D | v8_presubmit.py | 773 (options, args) = parser.parse_args()
|
/third_party/libinput/src/ |
H A D | libinput.h | 3838 * @param args Message arguments 3846 const char *format, va_list args)
|
/third_party/libinput/export_include/ |
H A D | libinput.h | 3838 * @param args Message arguments 3846 const char *format, va_list args)
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | dissect.c | 384 DO_2_LIST(ret->arguments, expr->args, arg, val, in do_expression()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins.cc | 29 Address Builtin_##Name(int argc, Address* args, Isolate* isolate);
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.h | 209 // Visit the arguments expressions in |args| and store them in |args_regs|, 211 void VisitArguments(const ZonePtrList<Expression>* args,
|
/third_party/python/Lib/test/ |
H A D | audiotests.py | 12 def seek(self, *args, **kwargs):
|
/third_party/python/Lib/asyncio/ |
H A D | tasks.py | 421 def _release_waiter(waiter, *args):
|
H A D | streams.py | 554 raise ValueError(e.args[0])
|
/third_party/python/Lib/ |
H A D | socket.py | 239 def __exit__(self, *args):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 45 for (auto &Arg : CS.args()) { in lowerCall() 215 // If we have outgoing args, then we have the opposite case. We have a in handleAssignments() 314 "Too many regs for number of args"); in handleAssignments() 348 "Too many regs for number of args"); in handleAssignments()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | SafepointIRVerifier.cpp | 754 for (const Argument &A : BB->getParent()->args()) in gatherDominatingDefs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationCL_autogen.h | 275 const void *args,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | cl_stubs_autogen.h | 468 void *args,
|
/third_party/skia/tests/ |
H A D | FontMgrTest.cpp | 131 sk_sp<SkTypeface> onMakeClone(const SkFontArguments& args) const override { in DEF_TEST()
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_api.py | 393 def find_module(self, *args):
|
/third_party/python/Lib/tkinter/test/ |
H A D | widget_tests.py | 118 def command(*args):
|
/third_party/python/Modules/ |
H A D | _abc.c | 74 abc_data_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in abc_data_new() argument
|
/third_party/python/Modules/_io/ |
H A D | bytesio.c | 903 bytesio_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in bytesio_new() argument
|