Home
last modified time | relevance | path

Searched refs:args (Results 5726 - 5750 of 10218) sorted by relevance

1...<<221222223224225226227228229230>>...409

/third_party/node/tools/inspector_protocol/jinja2/
H A Dnativetypes.py199 def render(self, *args, **kwargs):
206 vars = dict(*args, **kwargs)
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_internal.h64 struct dxil_type_list args; member
142 struct dxil_value **args; member
/third_party/mesa3d/src/mesa/main/
H A Dget_hash_generator.py200 (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 Dindex.js49 return (...args) => {
51 return path.join.apply(null, [cwd, ...args])
/third_party/icu/icu4c/source/test/perf/perldriver/
H A DPerfFramework.pm68 my($locale, $iter, $data, $program, $args, $variable);
110 my $args;
173 my @t = callProg(shift); #"$program $args $argsAndTest");
/third_party/libinput/test/
H A Dtest-log.c42 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 Drpc_svc_1.c160 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 Dlazy-instance.h234 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 Dmaglev-graph-processor.h78 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 Dbalanced-pool.js89 pool.on('disconnect', (...args) => {
90 const err = args[2]
/third_party/rust/crates/clap/tests/derive/
H A Dnested_subcommands.rs173 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 Dgenerate_token.py265 def main(op, infile='Grammar/Tokens', *args):
267 make(infile, *args)
/third_party/python/Lib/test/support/
H A Dwarnings_helper.py54 def wrapper(self, *args, **kwargs):
57 return test(self, *args, **kwargs)
/third_party/python/Lib/asyncio/
H A Dwindows_utils.py130 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 Dconventions.py82 def makeProseList(self, elements, fmt=ProseListFormats.AND, with_verb=False, *args, **kwargs):
97 return self._implMakeProseList(elements, fmt, with_verb, *args, **kwargs)
H A Djson_h_generator.py75 def __init__(self, *args, **kwargs):
76 super().__init__(*args, **kwargs)
H A Dspirvcapgenerator.py28 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 DTypes.hpp96 constexpr vec(T arg0, ARGS... args) in vec() argument
97 : v{ arg0, args... } in vec()
/third_party/openssl/ohos_lite/include/openssl/
H A Dstore.h60 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 DPathRendererCacheTests.cpp51 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 Dframe_capture_test_utils.h121 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 Dtest_script_helper.py47 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 Dutils.py94 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 DNVPTXLowerArgs.cpp138 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 Dcall_expression_test.cc34 const auto& vec = stmt->args; in TEST_F()
61 const auto& vec = stmt->args; in TEST_F()

Completed in 18 milliseconds

1...<<221222223224225226227228229230>>...409