/third_party/jerryscript/tests/jerry/es2015/ |
H A D | function-rest-parameter.js | 38 CheckSyntaxError ('var o = { set e (...args) { } }'); 83 function args(a, ...b) function 96 args(1, 2);
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.h | 58 const struct radv_shader_args* args; member 131 const struct radv_shader_args* args,
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | optimization_test.py | 75 args = arg_parser() 80 runner = get_test_runner(args.test_runner)
|
/third_party/ltp/testcases/commands/cp/ |
H A D | cp_tests.sh | 70 local args="$1" 73 EXPECT_PASS cp $args $src $dst
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
H A D | pidns30.c | 91 const struct tst_clone_args args = { in run() local 99 if (!SAFE_CLONE(&args)) { in run()
|
H A D | pidns31.c | 74 const struct tst_clone_args args = { in run() local 82 cpid = SAFE_CLONE(&args); in run()
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_log.c | 71 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 D | aliased_struct-inl.h | 14 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 D | callback_queue.h | 31 virtual R Call(Args... args) = 0; 63 R Call(Args... args) override;
|
/third_party/node/src/crypto/ |
H A D | crypto_dsa.h | 33 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 D | fuzz_library.js | 76 function __callRandomFunction(obj, seed, ...args) 84 obj[random_function](...args);
|
/third_party/node/test/parallel/ |
H A D | test-https-foafssl.js | 64 const args = ['s_client', 70 const client = spawn(common.opensslCli, args);
|
H A D | test-inspector-port-zero.js | 10 const args = [arg, '-p', 'process.debugPort']; 11 const proc = spawn(process.execPath, args);
|
H A D | test-internal-util-decorate-error-stack.js | 59 const args = [ 63 const result = spawnSync(process.argv[0], args, { encoding: 'utf8' });
|
H A D | test-tls-dhe.js | 67 const args = ['s_client', '-connect', `127.0.0.1:${server.address().port}`, 70 execFile(common.opensslCli, args, common.mustSucceed((stdout) => {
|
H A D | test-vm-sigint-existing-handler.js | 34 const args = method === 'runInContext' ? 40 () => { vm[method](script, ...args, options); },
|
/third_party/node/test/pummel/ |
H A D | test-regress-GH-892.js | 54 const args = process.execArgv.concat([ childScript, 58 const child = spawn(process.execPath, args);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | init-expr-interface.h | 39 explicit Value(Args&&... args) V8_NOEXCEPT 40 : ValueBase(std::forward<Args>(args)...) {}
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | array_mutator.js | 48 function randomSplice(replace, ...args) { 51 elements.splice(index, replace, ...args);
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | nativetypes.py | 79 def render(self, *args, **kwargs): 86 vars = dict(*args, **kwargs)
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | filter.py | 55 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 D | MSVSUserFile.py | 39 def _QuoteWin32CommandLineArgs(args): 41 for arg in args:
|
/third_party/node/tools/v8/ |
H A D | fetch_deps.py | 49 def git(args): 52 "git " + args, cwd=v8_path, shell=True).strip()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir_algebraic.py | 109 args = parser.parse_args() 110 sys.path.insert(0, args.import_path)
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | gl_gentable.py | 212 args = _parser() 216 api = gl_XML.parse_GL_API(args.filename, glX_XML.glx_item_factory())
|