Home
last modified time | relevance | path

Searched refs:args (Results 6026 - 6050 of 10397) sorted by relevance

1...<<241242243244245246247248249250>>...416

/third_party/node/test/js-native-api/test_error/
H A Dtest_error.c8 napi_value args[1]; in checkError() local
9 NODE_API_CALL(env, napi_get_cb_info(env, info, &argc, args, NULL, NULL)); in checkError()
12 NODE_API_CALL(env, napi_is_error(env, args[0], &r)); in checkError()
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dfuzzer.py355 def create_fuzzer_config(name, probability, *args, **kwargs):
359 analyzer_class(*args, **kwargs) if analyzer_class else None,
360 fuzzer_class(*args, **kwargs),
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dhelp.js145 const args = cmd._args.map(arg => humanReadableArgName(arg)).join(' ');
149 (args ? ' ' + args : '');
/third_party/node/deps/npm/node_modules/columnify/
H A Dindex.js234 function mixin(...args) {
235 if (Object.assign) return Object.assign(...args)
236 return ObjectAssign(...args)
/third_party/node/deps/npm/node_modules/hosted-git-info/lib/
H A Dhosts.js5 const maybeJoin = (...args) => args.every(arg => arg) ? args.join('') : ''
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_arit.c348 LLVMTypeRef args[2] = { LLVMPointerType(vf32t, 0), LLVMPointerType(vf32t, 0) }; in build_unary_test_func() local
351 args, ARRAY_SIZE(args), 0)); in build_unary_test_func()
/third_party/icu/icu4c/source/test/perf/perldriver/
H A DOutput.pm288 my ($test, $args);
289 ($test, $args) = split(/,/, shift(@$j));
300 print HTML "<td class=\"string\">".$args."</td>";
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h241 # define OF(args) args
243 # define OF(args) ()
/third_party/node/deps/openssl/openssl/crypto/async/
H A Dasync.c178 int (*func)(void *), void *args, size_t size) in ASYNC_start_job()
256 if (args != NULL) { in ASYNC_start_job()
264 memcpy(ctx->currjob->funcargs, args, size); in ASYNC_start_job()
177 ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret, int (*func)(void *), void *args, size_t size) ASYNC_start_job() argument
/third_party/rust/crates/clap/tests/builder/
H A Dtests.rs89 pub fn check_complex_output(args: &str, out: &str) { in check_complex_output()
92 .try_get_matches_from(args.split(' ').collect::<Vec<_>>()) in check_complex_output()
255 .args([Arg::new("test").short('s'), Arg::new("test2").short('l')]) in add_multiple_arg()
/third_party/python/Tools/scripts/
H A Dfixcid.py64 opts, args = getopt.getopt(sys.argv[1:], 'crs:')
70 if not args: # No arguments
80 for arg in args:
/third_party/python/Lib/asyncio/
H A Dfutures.py321 return exceptions.CancelledError(*exc.args)
323 return exceptions.TimeoutError(*exc.args)
325 return exceptions.InvalidStateError(*exc.args)
/third_party/python/Lib/ctypes/test/
H A Dtest_as_parameter.py56 args = []
61 args.append(v)
68 self.assertEqual(args, expected)
/third_party/python/Lib/multiprocessing/
H A Dforkserver.py151 args = [exe] + util._args_from_interpreter_flags()
152 args += ['-c', cmd]
153 pid = util.spawnv_passfds(exe, args, fds_to_pass)
/third_party/openssl/crypto/async/
H A Dasync.c178 int (*func)(void *), void *args, size_t size) in ASYNC_start_job()
256 if (args != NULL) { in ASYNC_start_job()
264 memcpy(ctx->currjob->funcargs, args, size); in ASYNC_start_job()
177 ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret, int (*func)(void *), void *args, size_t size) ASYNC_start_job() argument
/third_party/skia/third_party/externals/angle2/scripts/
H A Dexport_targets.py77 def run_checked(*args, **kwargs):
78 print(' ', args, file=sys.stderr)
80 return subprocess.run(args, check=True, **kwargs)
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorMetal.cpp265 TIntermSequence args; in insertSampleMaskWritingLogic() local
266 args.push_back(coverageMask); in insertSampleMaskWritingLogic()
268 TIntermAggregate::CreateFunctionCall(*sampleMaskWriteFunc, &args); in insertSampleMaskWritingLogic()
/third_party/vk-gl-cts/external/amber/src/tests/
H A Drun_tests.py317 self.options, self.args = parser.parse_args()
334 if self.args:
335 for filename in self.args:
/third_party/skia/third_party/externals/d3d12allocator/tools/D3d12maDumpVis/
H A DD3d12maDumpVis.py44 args = argParser.parse_args() variable
168 jsonSrc = json.load(args.DumpFile)
265 img.save(args.output)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
H A Dszrt_asan.c82 #define DUMP(args...) \
84 printf(args); \
87 #define DUMP(args...)
/third_party/skia/third_party/externals/tint/tools/src/cmd/trim-includes/
H A Dmain.go72 args := flag.Args()
73 if len(args) < 1 {
78 buildScript, err = exec.LookPath(args[0])
/third_party/typescript/tests/baselines/reference/
H A DcontrolFlowGenericTypes.js135 off<K extends keyof ET>(...args: [K, number] | [unknown, string]):void {}
318 var args = [];
320 args[_i] = arguments[_i];
/third_party/python/Lib/test/
H A Dtest_largefile.py158 def wrapper(*args, **kwargs):
165 return fun(*args, **kwargs)
218 self.thread = threading.Thread(target=run, args=(sock, ))
H A Dtest_userdict.py191 self.assertEqual(err.args, (42,))
203 self.assertEqual(err.args, (42,))
212 self.assertEqual(err.args, (42,))
/third_party/skia/modules/skparagraph/src/
H A DTextStyle.cpp224 void TextStyle::setFontArguments(const std::optional<SkFontArguments>& args) { in getFontMetrics() argument
225 if (!args) { in getFontMetrics()
230 fFontArguments.emplace(*args); in getFontMetrics()

Completed in 18 milliseconds

1...<<241242243244245246247248249250>>...416