Home
last modified time | relevance | path

Searched refs:args (Results 10101 - 10125 of 12034) sorted by relevance

1...<<401402403404405406407408409410>>...482

/third_party/node/deps/v8/tools/unittests/
H A Drun_tests_test.py98 def run_tests(basedir, *args, **kwargs):
101 sys_args = ['--command-prefix', sys.executable] + list(args)
/third_party/node/test/parallel/
H A Dtest-fs-realpath.js67 function asynctest(testBlock, args, callback, assertBlock) {
69 testBlock.apply(testBlock, args.concat(function(err) {
/third_party/ltp/testcases/kernel/mem/lib/
H A Dmem.c63 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 Dsubdir.c642 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 Dshared.c60 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 Djs-type-hint-lowering.cc462 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 Dsimulator-loong64.h269 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 Dsimulator-mips64.h305 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 Dsimulator-mips.h303 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 Dprofile-generator.h522 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 Dghash-armv4.pl121 my @args=@_;
139 $code.="\t".shift(@args)."\n";
/third_party/rust/crates/libc/src/unix/linux_like/android/b32/x86/
H A Dmod.rs599 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 Dfreeze_modules.py722 args = parser.parse_args()
723 frozen_modules: bool = args.frozen_modules
/third_party/python/Lib/distutils/
H A Dccompiler.py906 def execute(self, func, args, msg=None, level=1):
907 execute(func, args, msg, self.dry_run)
/third_party/python/Lib/
H A Dplatform.py543 def _platform(*args):
549 platform = '-'.join(x.strip() for x in filter(len, args))
/third_party/pulseaudio/src/modules/echo-cancel/
H A Dwebrtc.cc237 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 Dghash-armv4.pl121 my @args=@_;
139 $code.="\t".shift(@args)."\n";
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSeparateCompoundExpressions.cpp512 TIntermSequence &args = *node.getSequence(); variable
513 for (TIntermNode *&arg : args)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Djson_c_generator.py124 def __init__(self, *args, **kwargs):
125 super().__init__(*args, **kwargs)
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/parser/
H A Dparser.go178 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 Dinst_buff_addr_check_pass.cpp425 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 Dinst_buff_addr_check_pass.cpp425 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 Dparser.go178 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 DSkPDFDocument.cpp203 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 DSkSLSPIRVCodeGenerator.h246 const std::vector<SpvId>& args, OutputStream& out);
262 std::vector<SpvId> vectorize(const ExpressionArray& args, OutputStream& out);

Completed in 35 milliseconds

1...<<401402403404405406407408409410>>...482