Home
last modified time | relevance | path

Searched refs:args (Results 5101 - 5125 of 10627) sorted by relevance

1...<<201202203204205206207208209210>>...426

/third_party/jerryscript/tests/jerry/es2015/
H A Dfunction-rest-parameter.js38 CheckSyntaxError ('var o = { set e (...args) { } }');
83 function args(a, ...b) function
96 args(1, 2);
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.h58 const struct radv_shader_args* args; member
131 const struct radv_shader_args* args,
/third_party/mesa3d/src/compiler/glsl/tests/
H A Doptimization_test.py75 args = arg_parser()
80 runner = get_test_runner(args.test_runner)
/third_party/ltp/testcases/commands/cp/
H A Dcp_tests.sh70 local args="$1"
73 EXPECT_PASS cp $args $src $dst
/third_party/ltp/testcases/kernel/containers/pidns/
H A Dpidns30.c91 const struct tst_clone_args args = { in run() local
99 if (!SAFE_CLONE(&args)) { in run()
H A Dpidns31.c74 const struct tst_clone_args args = { in run() local
82 cpid = SAFE_CLONE(&args); in run()
/third_party/mesa3d/src/glx/apple/
H A Dapple_glx_log.c71 int line, const char *fmt, va_list args) { in _apple_glx_vlog()
116 asl_vlog(aslc, msg, level, fmt, args); in _apple_glx_vlog()
70 _apple_glx_vlog(int level, const char *file, const char *function, int line, const char *fmt, va_list args) _apple_glx_vlog() argument
/third_party/node/src/
H A Daliased_struct-inl.h14 AliasedStruct<T>::AliasedStruct(v8::Isolate* isolate, Args&&... args) in AliasedStruct() argument
19 ptr_ = new (store_->Data()) T(std::forward<Args>(args)...); in AliasedStruct()
H A Dcallback_queue.h31 virtual R Call(Args... args) = 0;
63 R Call(Args... args) override;
/third_party/node/src/crypto/
H A Dcrypto_dsa.h33 const v8::FunctionCallbackInfo<v8::Value>& args,
51 const v8::FunctionCallbackInfo<v8::Value>& args,
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/
H A Dfuzz_library.js76 function __callRandomFunction(obj, seed, ...args)
84 obj[random_function](...args);
/third_party/node/test/parallel/
H A Dtest-https-foafssl.js64 const args = ['s_client',
70 const client = spawn(common.opensslCli, args);
H A Dtest-inspector-port-zero.js10 const args = [arg, '-p', 'process.debugPort'];
11 const proc = spawn(process.execPath, args);
H A Dtest-internal-util-decorate-error-stack.js59 const args = [
63 const result = spawnSync(process.argv[0], args, { encoding: 'utf8' });
H A Dtest-tls-dhe.js67 const args = ['s_client', '-connect', `127.0.0.1:${server.address().port}`,
70 execFile(common.opensslCli, args, common.mustSucceed((stdout) => {
H A Dtest-vm-sigint-existing-handler.js34 const args = method === 'runInContext' ?
40 () => { vm[method](script, ...args, options); },
/third_party/node/test/pummel/
H A Dtest-regress-GH-892.js54 const args = process.execArgv.concat([ childScript,
58 const child = spawn(process.execPath, args);
/third_party/node/deps/v8/src/wasm/
H A Dinit-expr-interface.h39 explicit Value(Args&&... args) V8_NOEXCEPT
40 : ValueBase(std::forward<Args>(args)...) {}
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
H A Darray_mutator.js48 function randomSplice(replace, ...args) {
51 elements.splice(index, replace, ...args);
/third_party/node/deps/v8/third_party/jinja2/
H A Dnativetypes.py79 def render(self, *args, **kwargs):
86 vars = dict(*args, **kwargs)
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dfilter.py55 args can be a glob: asterisks in any position of the name
59 def __init__(self, args):
64 for a in args:
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSUserFile.py39 def _QuoteWin32CommandLineArgs(args):
41 for arg in args:
/third_party/node/tools/v8/
H A Dfetch_deps.py49 def git(args):
52 "git " + args, cwd=v8_path, shell=True).strip()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_algebraic.py109 args = parser.parse_args()
110 sys.path.insert(0, args.import_path)
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_gentable.py212 args = _parser()
216 api = gl_XML.parse_GL_API(args.filename, glX_XML.glx_item_factory())

Completed in 11 milliseconds

1...<<201202203204205206207208209210>>...426