/third_party/node/deps/v8/tools/unittests/ |
H A D | run_tests_test.py | 98 def run_tests(basedir, *args, **kwargs): 101 sys_args = ['--command-prefix', sys.executable] + list(args)
|
/third_party/node/test/parallel/ |
H A D | test-fs-realpath.js | 67 function asynctest(testBlock, args, callback, assertBlock) { 69 testBlock.apply(testBlock, args.concat(function(err) {
|
/third_party/ltp/testcases/kernel/mem/lib/ |
H A D | mem.c | 63 static void *child_alloc_thread(void *args) in child_alloc_thread() argument 69 ret = alloc_mem(LENGTH, (long)args); in child_alloc_thread()
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 642 static struct fuse_fs *subdir_new(struct fuse_args *args, in subdir_new() argument 654 if (fuse_opt_parse(args, d, subdir_opts, subdir_opt_proc) == -1) in subdir_new()
|
/third_party/libinput/tools/ |
H A D | shared.c | 60 va_list args) in log_handler() 92 vprintf(format, args); in log_handler() 117 /* initialize accel args */ in tools_init_options() 57 log_handler(struct libinput *li, enum libinput_log_priority priority, const char *format, va_list args) log_handler() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-type-hint-lowering.cc | 462 const Operator* op, Node* const* args, int arg_count, Node* effect, in ReduceCallOperation() 475 const Operator* op, Node* const* args, int arg_count, Node* effect, in ReduceConstructOperation() 461 ReduceCallOperation( const Operator* op, Node* const* args, int arg_count, Node* effect, Node* control, FeedbackSlot slot) const ReduceCallOperation() argument 474 ReduceConstructOperation( const Operator* op, Node* const* args, int arg_count, Node* effect, Node* control, FeedbackSlot slot) const ReduceConstructOperation() argument
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.h | 269 Return Call(Address entry, Args... args) { in Call() argument 270 return VariadicCall<Return>(this, &Simulator::CallImpl, entry, args...); in Call()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.h | 305 Return Call(Address entry, Args... args) { in Call() argument 306 return VariadicCall<Return>(this, &Simulator::CallImpl, entry, args...); in Call()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.h | 303 Return Call(Address entry, Args... args) { in Call() argument 304 return VariadicCall<Return>(this, &Simulator::CallImpl, entry, args...); in Call()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profile-generator.h | 522 static CodeEntry* Create(Args&&... args) { in Create() argument 523 CodeEntry* const entry = new CodeEntry(std::forward<Args>(args)...); in Create()
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-armv4.pl | 121 my @args=@_; 139 $code.="\t".shift(@args)."\n";
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/ |
H A D | mod.rs | 599 let mut args = [ in accept4() variables 605 ::syscall(SYS_socketcall, SYS_ACCEPT4, args[..].as_mut_ptr()) in accept4()
|
/third_party/python/Tools/scripts/ |
H A D | freeze_modules.py | 722 args = parser.parse_args() 723 frozen_modules: bool = args.frozen_modules
|
/third_party/python/Lib/distutils/ |
H A D | ccompiler.py | 906 def execute(self, func, args, msg=None, level=1): 907 execute(func, args, msg, self.dry_run)
|
/third_party/python/Lib/ |
H A D | platform.py | 543 def _platform(*args): 549 platform = '-'.join(x.strip() for x in filter(len, args))
|
/third_party/pulseaudio/src/modules/echo-cancel/ |
H A D | webrtc.cc | 237 uint32_t *nframes, const char *args) { in pa_webrtc_ec_init() 247 if (!(ma = pa_modargs_new(args, valid_modargs))) { in pa_webrtc_ec_init() 233 pa_webrtc_ec_init(pa_core *c, pa_echo_canceller *ec, pa_sample_spec *rec_ss, pa_channel_map *rec_map, pa_sample_spec *play_ss, pa_channel_map *play_map, pa_sample_spec *out_ss, pa_channel_map *out_map, uint32_t *nframes, const char *args) pa_webrtc_ec_init() argument
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-armv4.pl | 121 my @args=@_; 139 $code.="\t".shift(@args)."\n";
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | SeparateCompoundExpressions.cpp | 512 TIntermSequence &args = *node.getSequence(); variable 513 for (TIntermNode *&arg : args)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | json_c_generator.py | 124 def __init__(self, *args, **kwargs): 125 super().__init__(*args, **kwargs)
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/ |
H A D | parser.go | 178 func (l *lexer) err(tok *Token, msg string, args ...interface{}) { 186 Message: fmt.Sprintf(msg, args...), 720 func (p *parser) err(tok *Token, msg string, args ...interface{}) { 728 Message: fmt.Sprintf(msg, args...),
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | inst_buff_addr_check_pass.cpp | 425 const std::vector<uint32_t> args = {GetSearchAndTestFuncId(), *ref_uptr_id, in GenSearchAndTest() local 428 builder->AddNaryOp(GetBoolId(), SpvOpFunctionCall, args); in GenSearchAndTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | inst_buff_addr_check_pass.cpp | 425 const std::vector<uint32_t> args = {GetSearchAndTestFuncId(), *ref_uptr_id, in GenSearchAndTest() local 428 builder->AddNaryOp(GetBoolId(), SpvOpFunctionCall, args); in GenSearchAndTest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/parser/ |
H A D | parser.go | 178 func (l *lexer) err(tok *Token, msg string, args ...interface{}) { 186 Message: fmt.Sprintf(msg, args...), 720 func (p *parser) err(tok *Token, msg string, args ...interface{}) { 728 Message: fmt.Sprintf(msg, args...),
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDocument.cpp | 203 static void reset_object(T* dst, Args&&... args) { in reset_object() argument 205 new (dst) T(std::forward<Args>(args)...); in reset_object()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.h | 246 const std::vector<SpvId>& args, OutputStream& out); 262 std::vector<SpvId> vectorize(const ExpressionArray& args, OutputStream& out);
|