Home
last modified time | relevance | path

Searched refs:args (Results 4726 - 4750 of 10020) sorted by relevance

1...<<181182183184185186187188189190>>...401

/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())
H A Dgl_x86_asm.py199 args = _parser()
202 api = gl_XML.parse_GL_API(args.filename, glX_XML.glx_item_factory())
H A Dremap_helper.py139 args = _parser()
141 api = gl_XML.parse_GL_API(args.file_name)
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler.h62 } *args; member
121 struct clc_runtime_arg_info *args; member
/third_party/node/deps/npm/node_modules/color-convert/
H A Droute.js58 return function (args) {
59 return to(from(args));
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSUserFile.py39 def _QuoteWin32CommandLineArgs(args):
41 for arg in args:
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_printf.c64 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 Dtest-common.h68 const char *format, va_list args);
73 const char *format, va_list args);
/third_party/ltp/testcases/kernel/syscalls/sysctl/
H A Dsysctl01.c46 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 Dclose_range02.c41 const struct tst_clone_args args = { in run() local
86 if (!SAFE_CLONE(&args)) { in run()
/third_party/lwip/src/include/lwip/
H A Dlowpower.h91 typedef void (*sys_timeout_handler)(void *args);
109 void *args; member
/third_party/node/deps/v8/src/objects/
H A Dmanaged-inl.h19 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 Dcontextual.h41 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 Du_async_debug.c36 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 Dlp_bld_intr.h96 LLVMValueRef *args,
129 LLVMValueRef *args,
/third_party/rust/crates/clap/examples/
H A Dfind.rs15 .args([ in cli()
21 .args([ in cli()
/third_party/python/Tools/peg_generator/pegen/
H A Dgrammar_visualizer.py51 args = argparser.parse_args()
54 grammar, parser, tokenizer = build_parser(args.filename)
/third_party/python/Tools/peg_generator/scripts/
H A Dtest_pypi_packages.py71 args = argparser.parse_args()
72 tree = args.tree
/third_party/python/Tools/scripts/
H A Dupdate_file.py79 args = parser.parse_args() variable
80 kwargs = vars(args)
/third_party/python/Lib/
H A Dcrypt.py92 def _add_method(name, *args, rounds=None):
93 method = _Method(name, *args)
/third_party/python/Include/internal/
H A Dpycore_pylifecycle.h81 const struct _PyArgv *args);
84 const struct _PyArgv *args);

Completed in 10 milliseconds

1...<<181182183184185186187188189190>>...401