/third_party/node/test/parallel/ |
H A D | test-tls-securepair-server.js | 110 const args = ['s_client', '-connect', `127.0.0.1:${this.address().port}`]; 112 const client = spawn(common.opensslCli, args);
|
H A D | test-url-fileurltopath.js | 6 function testInvalidArgs(...args) { 7 for (const arg of args) {
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | utils.py | 203 def __setitem__(self, *args, **kwargs): 206 def update(self, *args, **kwargs):
|
/third_party/node/test/async-hooks/ |
H A D | test-async-local-storage-errors.js | 24 const exceptionHandler = common.mustCall(function(...args) { 25 return underlyingExceptionHandler.call(this, ...args);
|
/third_party/node/tools/ |
H A D | test-npm-package.js | 109 function parseArgs(args) { 115 args.forEach((arg) => {
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ptrace.h | 119 uint64_t args[6]; member 127 uint64_t args[6]; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ptrace.h | 119 uint64_t args[6]; member 127 uint64_t args[6]; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ptrace.h | 119 uint64_t args[6]; member 127 uint64_t args[6]; member
|
/third_party/musl/src/thread/powerpc/ |
H A D | syscall_cp.s | 14 #r3,r4: return values, first args 15 #r5-r10: args
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_bld.h | 143 UConverterFromUnicodeArgs *args, 154 UConverterToUnicodeArgs *args,
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | gl_enums.py | 283 args = _parser() 284 xml = ET.parse(args.input_file)
|
H A D | gl_x86-64_asm.py | 246 args = _parser() 248 api = gl_XML.parse_GL_API(args.filename, glX_XML.glx_item_factory())
|
/third_party/mesa3d/src/mapi/new/ |
H A D | gen_gldispatch_mapi.py | 104 if (len(func.args) > 0): 106 for arg in func.args:
|
/third_party/node/deps/npm/node_modules/@colors/colors/lib/ |
H A D | colors.js | 114 var args = Array.prototype.slice.call(arguments); 116 var str = args.map(function(arg) {
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_nir_algebraic.py | 149 args = parser.parse_args() 150 sys.path.insert(0, args.import_path)
|
/third_party/mesa3d/src/vulkan/registry/ |
H A D | update-aliases.py | 140 args = parser.parse_args() variable 141 main(**vars(args))
|
/third_party/libexif/test/ |
H A D | test-fuzzer-persistent.c | 42 logfunc(ExifLog *log, ExifLogCode code, const char *domain, const char *format, va_list args, void *data) in logfunc() argument 45 vfprintf (stderr, format, args); in logfunc()
|
H A D | test-fuzzer.c | 39 logfunc(ExifLog *log, ExifLogCode code, const char *domain, const char *format, va_list args, void *data) in logfunc() argument 42 vfprintf (stderr, format, args); in logfunc()
|
/third_party/libfuse/lib/ |
H A D | fuse_i.h | 161 struct mount_opts *parse_mount_opts(struct fuse_args *args); 181 struct fuse *fuse_new_31(struct fuse_args *args, const struct fuse_operations *op,
|
/third_party/libinput/tools/ |
H A D | libinput-list-kernel-devices.py | 108 args = parser.parse_args() 110 if args.hid:
|
H A D | libinput-quirks.c | 43 va_list args) in log_handler() 73 vfprintf(out, buf, args); in log_handler() 40 log_handler(struct libinput *this_is_null, enum libinput_log_priority priority, const char *format, va_list args) log_handler() argument
|
/third_party/ltp/testcases/kernel/mem/mtest06/ |
H A D | mmap3.c | 66 void *map_write_unmap(void *args) in map_write_unmap() argument 72 long tid = (long)args; in map_write_unmap()
|
/third_party/ltp/testcases/kernel/syscalls/close_range/ |
H A D | close_range01.c | 129 const struct tst_clone_args args = { in run() local 158 if (!SAFE_CLONE(&args)) in run()
|
/third_party/ltp/include/lapi/ |
H A D | sched.h | 74 static inline int clone3(struct clone_args *args, size_t size) in clone3() argument 76 return tst_syscall(__NR_clone3, args, size); in clone3()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | regexp_adapter_re2.cc | 69 const RE2::Arg* const args[] = {&outs[0], &outs[1], &outs[2], in DispatchRE2Call() member in i18n::phonenumbers::__anon5067::RE2 73 return regex_function(input, regexp, args, argc); in DispatchRE2Call()
|