/third_party/node/src/ |
H A D | node_process_methods.cc | 64 static void Abort(const FunctionCallbackInfo<Value>& args) { in Abort() argument 69 static void CauseSegfault(const FunctionCallbackInfo<Value>& args) { in CauseSegfault() argument 75 static void Chdir(const FunctionCallbackInfo<Value>& args) { in Chdir() argument 93 get_fields_array_buffer( const FunctionCallbackInfo<Value>& args, size_t index, size_t array_length) get_fields_array_buffer() argument 108 CPUUsage(const FunctionCallbackInfo<Value>& args) CPUUsage() argument 126 Cwd(const FunctionCallbackInfo<Value>& args) Cwd() argument 142 Kill(const FunctionCallbackInfo<Value>& args) Kill() argument 168 Rss(const FunctionCallbackInfo<Value>& args) Rss() argument 179 MemoryUsage(const FunctionCallbackInfo<Value>& args) MemoryUsage() argument 209 GetConstrainedMemory(const FunctionCallbackInfo<Value>& args) GetConstrainedMemory() argument 216 RawDebug(const FunctionCallbackInfo<Value>& args) RawDebug() argument 224 Umask(const FunctionCallbackInfo<Value>& args) Umask() argument 243 Uptime(const FunctionCallbackInfo<Value>& args) Uptime() argument 253 GetActiveRequests(const FunctionCallbackInfo<Value>& args) GetActiveRequests() argument 270 GetActiveHandles(const FunctionCallbackInfo<Value>& args) GetActiveHandles() argument 283 GetActiveResourcesInfo(const FunctionCallbackInfo<Value>& args) GetActiveResourcesInfo() argument 316 ResourceUsage(const FunctionCallbackInfo<Value>& args) ResourceUsage() argument 346 DebugProcess(const FunctionCallbackInfo<Value>& args) DebugProcess() argument 370 DebugProcess(const FunctionCallbackInfo<Value>& args) DebugProcess() argument 444 DebugEnd(const FunctionCallbackInfo<Value>& args) DebugEnd() argument 453 ReallyExit(const FunctionCallbackInfo<Value>& args) ReallyExit() argument 530 SlowBigInt(const FunctionCallbackInfo<Value>& args) SlowBigInt() argument 534 SlowNumber(const v8::FunctionCallbackInfo<v8::Value>& args) SlowNumber() argument [all...] |
H A D | node_worker.cc | 416 Local<Value> args[] = { in JoinThread() local 427 MakeCallback(env()->onexit_string(), arraysize(args), args); in JoinThread() local 446 void Worker::New(const FunctionCallbackInfo<Value>& args) { in New() argument 616 StartThread(const FunctionCallbackInfo<Value>& args) StartThread() argument 686 StopThread(const FunctionCallbackInfo<Value>& args) StopThread() argument 694 Ref(const FunctionCallbackInfo<Value>& args) Ref() argument 703 HasRef(const FunctionCallbackInfo<Value>& args) HasRef() argument 709 Unref(const FunctionCallbackInfo<Value>& args) Unref() argument 718 GetResourceLimits(const FunctionCallbackInfo<Value>& args) GetResourceLimits() argument 765 TakeHeapSnapshot(const FunctionCallbackInfo<Value>& args) TakeHeapSnapshot() argument 823 LoopIdleTime(const FunctionCallbackInfo<Value>& args) LoopIdleTime() argument 838 LoopStartTime(const FunctionCallbackInfo<Value>& args) LoopStartTime() argument 860 GetEnvMessagePort(const FunctionCallbackInfo<Value>& args) GetEnvMessagePort() argument [all...] |
H A D | stream_base.cc | 150 int StreamBase::ReadStartJS(const FunctionCallbackInfo<Value>& args) { in ReadStartJS() argument 155 int StreamBase::ReadStopJS(const FunctionCallbackInfo<Value>& args) { in ReadStopJS() argument 159 int StreamBase::UseUserBuffer(const FunctionCallbackInfo<Value>& args) { in UseUserBuffer() argument 167 Shutdown(const FunctionCallbackInfo<Value>& args) Shutdown() argument 179 Writev(const FunctionCallbackInfo<Value>& args) Writev() argument 296 WriteBuffer(const FunctionCallbackInfo<Value>& args) WriteBuffer() argument 336 WriteString(const FunctionCallbackInfo<Value>& args) WriteString() argument 582 GetFD(const FunctionCallbackInfo<Value>& args) GetFD() argument 592 GetBytesRead(const FunctionCallbackInfo<Value>& args) GetBytesRead() argument 600 GetBytesWritten(const FunctionCallbackInfo<Value>& args) GetBytesWritten() argument 608 GetExternal(const FunctionCallbackInfo<Value>& args) GetExternal() argument 617 JSMethod(const FunctionCallbackInfo<Value>& args) JSMethod() argument [all...] |
H A D | udp_wrap.cc | 57 void SetLibuvInt32(const FunctionCallbackInfo<Value>& args) { in SetLibuvInt32() argument 233 void UDPWrap::New(const FunctionCallbackInfo<Value>& args) { in New() argument 240 GetFD(const FunctionCallbackInfo<Value>& args) GetFD() argument 264 DoBind(const FunctionCallbackInfo<Value>& args, int family) DoBind() argument 294 DoConnect(const FunctionCallbackInfo<Value>& args, int family) DoConnect() argument 318 Open(const FunctionCallbackInfo<Value>& args) Open() argument 331 Bind(const FunctionCallbackInfo<Value>& args) Bind() argument 336 Bind6(const FunctionCallbackInfo<Value>& args) Bind6() argument 341 BufferSize(const FunctionCallbackInfo<Value>& args) BufferSize() argument 377 Connect(const FunctionCallbackInfo<Value>& args) Connect() argument 382 Connect6(const FunctionCallbackInfo<Value>& args) Connect6() argument 387 Disconnect(const FunctionCallbackInfo<Value>& args) Disconnect() argument 400 SetMulticastInterface(const FunctionCallbackInfo<Value>& args) SetMulticastInterface() argument 417 SetMembership(const FunctionCallbackInfo<Value>& args, uv_membership membership) SetMembership() argument 442 AddMembership(const FunctionCallbackInfo<Value>& args) AddMembership() argument 447 DropMembership(const FunctionCallbackInfo<Value>& args) DropMembership() argument 451 SetSourceMembership(const FunctionCallbackInfo<Value>& args, uv_membership membership) SetSourceMembership() argument 478 AddSourceSpecificMembership( const FunctionCallbackInfo<Value>& args) AddSourceSpecificMembership() argument 484 DropSourceSpecificMembership( const FunctionCallbackInfo<Value>& args) DropSourceSpecificMembership() argument 490 DoSend(const FunctionCallbackInfo<Value>& args, int family) DoSend() argument 623 Send(const FunctionCallbackInfo<Value>& args) Send() argument 628 Send6(const FunctionCallbackInfo<Value>& args) Send6() argument 645 RecvStart(const FunctionCallbackInfo<Value>& args) RecvStart() argument 660 RecvStop(const FunctionCallbackInfo<Value>& args) RecvStop() argument 789 GetSendQueueSize(const FunctionCallbackInfo<Value>& args) GetSendQueueSize() argument 798 GetSendQueueCount(const FunctionCallbackInfo<Value>& args) GetSendQueueCount() argument [all...] |
H A D | util-inl.h | 502 SlicedArguments( const v8::FunctionCallbackInfo<v8::Value>& args, size_t start) SlicedArguments() argument
|
/third_party/node/ |
H A D | vcbuild.bat | 166 :args-done
label
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount.c | 610 int fuse_kern_mount(const char *mountpoint, struct fuse_args *args) in fuse_kern_mount() argument
|
/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/node/deps/icu-small/source/common/ |
H A D | ucnv_lmb.cpp | 852 _LMBCSFromUnicode(UConverterFromUnicodeArgs* args, in _LMBCSFromUnicode() argument 1121 _LMBCSGetNextUCharWorker(UConverterToUnicodeArgs* args, UErrorCode* err) _LMBCSGetNextUCharWorker() argument 1263 _LMBCSToUnicodeWithOffsets(UConverterToUnicodeArgs* args, UErrorCode* err) _LMBCSToUnicodeWithOffsets() argument [all...] |
H A D | ucnv_ct.cpp | 335 UConverter_fromUnicode_CompoundText_OFFSETS(UConverterFromUnicodeArgs* args, UErrorCode* err){ in UConverter_fromUnicode_CompoundText_OFFSETS() argument 467 UConverter_toUnicode_CompoundText_OFFSETS(UConverterToUnicodeArgs *args, UErrorCode* err) UConverter_toUnicode_CompoundText_OFFSETS() argument [all...] |
/third_party/mesa3d/src/loader/ |
H A D | loader.c | 78 va_list args; in default_logger() local 90 va_list args; in ohos_logger() local
|
/third_party/mesa3d/src/intel/tools/ |
H A D | intel_dump_gpu.c | 502 va_list args; in ioctl() local 765 va_list args; in ioctl_init_helper() local
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | pkgitems.cpp | 51 printError(void *context, const char *fmt, va_list args) { in printError() argument
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | pkgitems.cpp | 51 printError(void *context, const char *fmt, va_list args) { in printError() argument
|
/third_party/libinput/tools/ |
H A D | libinput-debug-tablet.c | 83 va_list args; in print_line() local
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | commands.c | 82 inline char *get_next_arg(char *args, char *nextarg) in get_next_arg() argument 148 static size_t get_scaled_value(char *args, char *what) in get_scaled_value() argument 162 static int get_range(char *args, range_t * range, char **nextarg) in get_range() argument 194 get_shared(char *args) get_shared() argument 216 get_access(char *args) get_access() argument 265 get_mbind_policy(char *args, char **nextarg) get_mbind_policy() argument 301 get_mbind_flags(char *args, char **nextarg) get_mbind_flags() argument 344 get_nodemask(char *args) get_nodemask() argument 385 get_arg_nodeid_list(char *args, unsigned int *list) get_arg_nodeid_list() argument 478 quit(char *args) quit() argument 483 show_pid(char *args) show_pid() argument 492 pause_me(char *args) pause_me() argument 503 numa_info(char *args) numa_info() argument 549 migrate_process(char *args) migrate_process() argument 650 show_seg(char *args) show_seg() argument 669 anon_seg(char *args) anon_seg() argument 707 file_seg(char *args) file_seg() argument 744 delete_file(char *args) delete_file() argument 766 create_file(char *args) create_file() argument 806 remove_seg(char *args) remove_seg() argument 828 touch_seg(char *args) touch_seg() argument 862 unmap_seg(char *args) unmap_seg() argument 882 map_seg(char *args) map_seg() argument 922 mbind_seg(char *args) mbind_seg() argument 985 shmem_seg(char *args) shmem_seg() argument 1022 where_seg(char *args) where_seg() argument 1159 help_me(char *args) help_me() argument 1207 char *cmd, *args; parse_command() local [all...] |
/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
|
/third_party/libfuse/lib/modules/ |
H A D | iconv.c | 671 static struct fuse_fs *iconv_new(struct fuse_args *args, in iconv_new() argument
|
H A D | subdir.c | 642 static struct fuse_fs *subdir_new(struct fuse_args *args, in subdir_new() argument
|
/third_party/libfuse/lib/ |
H A D | mount.c | 585 struct mount_opts *parse_mount_opts(struct fuse_args *args) in parse_mount_opts() argument
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8-test.cc | 122 static void AddAllSlowCallback(const FunctionCallbackInfo<Value>& args) { in AddAllSlowCallback() argument 216 AddAllSequenceSlowCallback( const FunctionCallbackInfo<Value>& args) AddAllSequenceSlowCallback() argument 345 AddAllTypedArraySlowCallback( const FunctionCallbackInfo<Value>& args) AddAllTypedArraySlowCallback() argument 438 Add32BitIntSlowCallback(const FunctionCallbackInfo<Value>& args) Add32BitIntSlowCallback() argument 542 AddAll32BitIntSlowCallback( const FunctionCallbackInfo<Value>& args) AddAll32BitIntSlowCallback() argument 609 IsFastCApiObjectSlowCallback( const FunctionCallbackInfo<Value>& args) IsFastCApiObjectSlowCallback() argument 639 FastCallCount(const FunctionCallbackInfo<Value>& args) FastCallCount() argument 645 SlowCallCount(const FunctionCallbackInfo<Value>& args) SlowCallCount() argument 651 ResetCounts(const FunctionCallbackInfo<Value>& args) ResetCounts() argument 657 SupportsFPParams(const FunctionCallbackInfo<Value>& args) SupportsFPParams() argument [all...] |
H A D | d8-posix.cc | 213 static bool GetTimeouts(const v8::FunctionCallbackInfo<v8::Value>& args, in GetTimeouts() argument 414 System(const v8::FunctionCallbackInfo<v8::Value>& args) System() argument 489 ChangeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) ChangeDirectory() argument 506 SetUMask(const v8::FunctionCallbackInfo<v8::Value>& args) SetUMask() argument 563 MakeDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) MakeDirectory() argument 587 RemoveDirectory(const v8::FunctionCallbackInfo<v8::Value>& args) RemoveDirectory() argument 601 SetEnvironment(const v8::FunctionCallbackInfo<v8::Value>& args) SetEnvironment() argument 621 UnsetEnvironment(const v8::FunctionCallbackInfo<v8::Value>& args) UnsetEnvironment() argument [all...] |
/third_party/node/deps/v8/src/date/ |
H A D | date.cc | 545 DateBuffer FormatDate(const char* format, Args... args) { in FormatDate() argument
|