/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())
|
H A D | gl_x86_asm.py | 199 args = _parser() 202 api = gl_XML.parse_GL_API(args.filename, glX_XML.glx_item_factory())
|
H A D | remap_helper.py | 139 args = _parser() 141 api = gl_XML.parse_GL_API(args.file_name)
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler.h | 62 } *args; member 121 struct clc_runtime_arg_info *args; member
|
/third_party/node/deps/npm/node_modules/color-convert/ |
H A D | route.js | 58 return function (args) { 59 return to(from(args));
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | MSVSUserFile.py | 39 def _QuoteWin32CommandLineArgs(args): 41 for arg in args:
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_printf.c | 64 LLVMTypeRef args[1] = { LLVMIntTypeInContext(gallivm->context, 32) }; in add_printf_test() local 65 LLVMValueRef func = LLVMAddFunction(module, "test_printf", LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), args, 1, 0)); in add_printf_test()
|
/third_party/libevdev/test/ |
H A D | test-common.h | 68 const char *format, va_list args); 73 const char *format, va_list args);
|
/third_party/ltp/testcases/kernel/syscalls/sysctl/ |
H A D | sysctl01.c | 46 struct __sysctl_args args = { in verify_sysctl() local 53 TEST(tst_syscall(__NR__sysctl, &args)); in verify_sysctl()
|
/third_party/ltp/testcases/kernel/syscalls/close_range/ |
H A D | close_range02.c | 41 const struct tst_clone_args args = { in run() local 86 if (!SAFE_CLONE(&args)) { in run()
|
/third_party/lwip/src/include/lwip/ |
H A D | lowpower.h | 91 typedef void (*sys_timeout_handler)(void *args); 109 void *args; member
|
/third_party/node/deps/v8/src/objects/ |
H A D | managed-inl.h | 19 Args&&... args) { in Allocate() 21 std::make_shared<CppType>(std::forward<Args>(args)...)); in Allocate() 17 Allocate(Isolate* isolate, size_t estimated_size, Args&&... args) Allocate() argument
|
/third_party/node/deps/v8/src/torque/ |
H A D | contextual.h | 41 explicit Scope(Args&&... args) in Scope() argument 42 : value_(std::forward<Args>(args)...), previous_(Top()) { in Scope()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_async_debug.c | 36 const char *fmt, va_list args) in u_async_debug_message() 43 r = vasprintf(&text, fmt, args); in u_async_debug_message() 35 u_async_debug_message(void *data, unsigned *id, enum util_debug_type type, const char *fmt, va_list args) u_async_debug_message() argument
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_intr.h | 96 LLVMValueRef *args, 129 LLVMValueRef *args,
|
/third_party/rust/crates/clap/examples/ |
H A D | find.rs | 15 .args([ in cli() 21 .args([ in cli()
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | grammar_visualizer.py | 51 args = argparser.parse_args() 54 grammar, parser, tokenizer = build_parser(args.filename)
|
/third_party/python/Tools/peg_generator/scripts/ |
H A D | test_pypi_packages.py | 71 args = argparser.parse_args() 72 tree = args.tree
|
/third_party/python/Tools/scripts/ |
H A D | update_file.py | 79 args = parser.parse_args() variable 80 kwargs = vars(args)
|
/third_party/python/Lib/ |
H A D | crypt.py | 92 def _add_method(name, *args, rounds=None): 93 method = _Method(name, *args)
|
/third_party/python/Include/internal/ |
H A D | pycore_pylifecycle.h | 81 const struct _PyArgv *args); 84 const struct _PyArgv *args);
|