/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | nativetypes.py | 199 def render(self, *args, **kwargs): 206 vars = dict(*args, **kwargs)
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_internal.h | 64 struct dxil_type_list args; member 142 struct dxil_value **args; member
|
/third_party/mesa3d/src/mesa/main/ |
H A D | get_hash_generator.py | 200 (opts, args) = getopt.getopt(sys.argv[1:], "f:") 204 if len(args) != 0:
|
/third_party/node/deps/npm/node_modules/@npmcli/map-workspaces/lib/ |
H A D | index.js | 49 return (...args) => { 51 return path.join.apply(null, [cwd, ...args])
|
/third_party/icu/icu4c/source/test/perf/perldriver/ |
H A D | PerfFramework.pm | 68 my($locale, $iter, $data, $program, $args, $variable); 110 my $args; 173 my @t = callProg(shift); #"$program $args $argsAndTest");
|
/third_party/libinput/test/ |
H A D | test-log.c | 42 va_list args) in simple_log_handler() 160 va_list args) in axisrange_warning_log_handler() 39 simple_log_handler(struct libinput *libinput, enum libinput_log_priority priority, const char *format, va_list args) simple_log_handler() argument 157 axisrange_warning_log_handler(struct libinput *libinput, enum libinput_log_priority priority, const char *format, va_list args) axisrange_warning_log_handler() argument
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_1/ |
H A D | rpc_svc_1.c | 160 union u_argument args; in svcGetargsProc() local 165 if ((svc_getargs(transp, (xdrproc_t) xdr_int, (char *)&args)) == FALSE) { in svcGetargsProc()
|
/third_party/node/deps/v8/src/base/ |
H A D | lazy-instance.h | 234 explicit LeakyObject(Args&&... args) { in LeakyObject() argument 235 new (&storage_) T(std::forward<Args>(args)...); in LeakyObject()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-processor.h | 78 Args&&... args) in GraphProcessor() 80 node_processor_(std::forward<Args>(args)...) {} in GraphProcessor() 77 GraphProcessor(MaglevCompilationUnit* compilation_unit, Args&&... args) GraphProcessor() argument
|
/third_party/node/deps/undici/src/lib/ |
H A D | balanced-pool.js | 89 pool.on('disconnect', (...args) => { 90 const err = args[2]
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | nested_subcommands.rs | 173 fn make(args: &[&str]) -> Option<SubSubCmdWithOption> { in sub_sub_cmd_with_option() 174 SubSubCmdWithOption::try_parse_from(args).ok() in sub_sub_cmd_with_option()
|
/third_party/python/Tools/scripts/ |
H A D | generate_token.py | 265 def main(op, infile='Grammar/Tokens', *args): 267 make(infile, *args)
|
/third_party/python/Lib/test/support/ |
H A D | warnings_helper.py | 54 def wrapper(self, *args, **kwargs): 57 return test(self, *args, **kwargs)
|
/third_party/python/Lib/asyncio/ |
H A D | windows_utils.py | 130 def __init__(self, args, stdin=None, stdout=None, stderr=None, **kwds): 153 super().__init__(args, stdin=stdin_rfd, stdout=stdout_wfd,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | conventions.py | 82 def makeProseList(self, elements, fmt=ProseListFormats.AND, with_verb=False, *args, **kwargs): 97 return self._implMakeProseList(elements, fmt, with_verb, *args, **kwargs)
|
H A D | json_h_generator.py | 75 def __init__(self, *args, **kwargs): 76 super().__init__(*args, **kwargs)
|
H A D | spirvcapgenerator.py | 28 SpirvCapabilityOutputGenerator(errFile, warnFile, diagFile) - args as for 33 def __init__(self, *args, **kwargs): 34 super().__init__(*args, **kwargs)
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Types.hpp | 96 constexpr vec(T arg0, ARGS... args) in vec() argument 97 : v{ arg0, args... } in vec()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | store.h | 60 int OSSL_STORE_ctrl(OSSL_STORE_CTX *ctx, int cmd, ... /* args */); 61 int OSSL_STORE_vctrl(OSSL_STORE_CTX *ctx, int cmd, va_list args); 226 va_list args);
|
/third_party/skia/tests/ |
H A D | PathRendererCacheTests.cpp | 51 skgpu::v1::PathRenderer::DrawPathArgs args{rContext, in draw_path() 61 pr->drawPath(args); in draw_path()
|
/third_party/skia/third_party/externals/angle2/util/capture/ |
H A D | frame_capture_test_utils.h | 121 typename std::result_of<FuncT(ArgsT...)>::type callFunc(const char *funcName, ArgsT... args) in callFunc() argument 130 return typedFunc(args...); in callFunc()
|
/third_party/python/Lib/test/ |
H A D | test_script_helper.py | 47 self.assertEqual('bail out of unittest', err.args[0]) 66 self.assertEqual('bail out of unittest', err.args[0])
|
/third_party/python/Lib/test/libregrtest/ |
H A D | utils.py | 94 def regrtest_threading_excepthook(args): 97 support.print_warning(f"Uncaught thread exception: {args.exc_type.__name__}") 102 orig_threading_excepthook(args)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerArgs.cpp | 138 INITIALIZE_PASS(NVPTXLowerArgs, "nvptx-lower-args", 229 for (Argument &Arg : F.args()) { in runOnKernelFunction() 240 // Device functions only need to copy byval args into local memory. 242 for (Argument &Arg : F.args()) in runOnDeviceFunction()
|
/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | call_expression_test.cc | 34 const auto& vec = stmt->args; in TEST_F() 61 const auto& vec = stmt->args; in TEST_F()
|