| /third_party/node/deps/v8/src/zone/ |
| H A D | zone.h | 106 T* New(Args&&... args) { in New() argument
|
| /third_party/node/deps/v8/third_party/wasm-api/example/ |
| H A D | memory.c | 35 void check_call(wasm_func_t* func, wasm_val_t args[], int32_t expected) { in check_call() argument 48 wasm_val_t args[] = { {.kind = WASM_I32, .of = {.i32 = arg}} }; in check_call1() local 53 wasm_val_t args[2] = { in check_call2() local 60 void check_ok(wasm_func_t* func, wasm_val_t args[]) { in check_ok() argument 68 wasm_val_t args[2] = { in check_ok2() local 75 check_trap(wasm_func_t* func, wasm_val_t args[]) check_trap() argument 86 wasm_val_t args[1] = { {.kind = WASM_I32, .of = {.i32 = arg}} }; check_trap1() local 91 wasm_val_t args[2] = { check_trap2() local [all...] |
| /third_party/node/src/ |
| H A D | inspector_profiler.cc | 462 static void SetCoverageDirectory(const FunctionCallbackInfo<Value>& args) { argument 470 static void SetSourceMapCacheGetter(const FunctionCallbackInfo<Value>& args) { argument 476 static void TakeCoverage(const FunctionCallbackInfo<Value>& args) { argument 492 StopCoverage(const FunctionCallbackInfo<Value>& args) global() argument [all...] |
| H A D | js_udp_wrap.cc | 137 void JSUDPWrap::New(const FunctionCallbackInfo<Value>& args) { in New() argument 143 EmitReceived(const FunctionCallbackInfo<Value>& args) EmitReceived() argument 177 OnSendDone(const FunctionCallbackInfo<Value>& args) OnSendDone() argument 190 OnAfterBind(const FunctionCallbackInfo<Value>& args) OnAfterBind() argument [all...] |
| H A D | node_dir.cc | 117 void DirHandle::New(const FunctionCallbackInfo<Value>& args) { in New() argument 182 void DirHandle::Close(const FunctionCallbackInfo<Value>& args) { in Close() argument 280 void DirHandle::Read(const FunctionCallbackInfo<Value>& args) { in Read() argument 360 OpenDir(const FunctionCallbackInfo<Value>& args) OpenDir() argument [all...] |
| H A D | node_credentials.cc | 129 static void SafeGetenv(const FunctionCallbackInfo<Value>& args) { in SafeGetenv() argument 235 static void GetUid(const FunctionCallbackInfo<Value>& args) { in GetUid() argument 242 static void GetGid(const FunctionCallbackInfo<Value>& args) { in GetGid() argument 249 GetEUid(const FunctionCallbackInfo<Value>& args) GetEUid() argument 256 GetEGid(const FunctionCallbackInfo<Value>& args) GetEGid() argument 263 SetGid(const FunctionCallbackInfo<Value>& args) SetGid() argument 282 SetEGid(const FunctionCallbackInfo<Value>& args) SetEGid() argument 301 SetUid(const FunctionCallbackInfo<Value>& args) SetUid() argument 320 SetEUid(const FunctionCallbackInfo<Value>& args) SetEUid() argument 339 GetGroups(const FunctionCallbackInfo<Value>& args) GetGroups() argument 361 SetGroups(const FunctionCallbackInfo<Value>& args) SetGroups() argument 391 InitGroups(const FunctionCallbackInfo<Value>& args) InitGroups() argument [all...] |
| H A D | node_dtrace.cc | 143 void DTRACE_NET_SERVER_CONNECTION(const FunctionCallbackInfo<Value>& args) { in DTRACE_NET_SERVER_CONNECTION() argument 152 void DTRACE_NET_STREAM_END(const FunctionCallbackInfo<Value>& args) { in DTRACE_NET_STREAM_END() argument 160 void DTRACE_HTTP_SERVER_REQUEST(const FunctionCallbackInfo<Value>& args) { in DTRACE_HTTP_SERVER_REQUEST() argument 195 DTRACE_HTTP_SERVER_RESPONSE(const FunctionCallbackInfo<Value>& args) DTRACE_HTTP_SERVER_RESPONSE() argument 204 DTRACE_HTTP_CLIENT_REQUEST(const FunctionCallbackInfo<Value>& args) DTRACE_HTTP_CLIENT_REQUEST() argument 244 DTRACE_HTTP_CLIENT_RESPONSE(const FunctionCallbackInfo<Value>& args) DTRACE_HTTP_CLIENT_RESPONSE() argument [all...] |
| H A D | node_mutex.h | 29 explicit ExclusiveAccess(Args&&... args) in ExclusiveAccess() argument
|
| H A D | node_perf.cc | 100 void MarkMilestone(const FunctionCallbackInfo<Value>& args) { in MarkMilestone() argument 108 void SetupPerformanceObservers(const FunctionCallbackInfo<Value>& args) { in SetupPerformanceObservers() argument 198 InstallGarbageCollectionTracking( const FunctionCallbackInfo<Value>& args) InstallGarbageCollectionTracking() argument 210 RemoveGarbageCollectionTracking( const FunctionCallbackInfo<Value> &args) RemoveGarbageCollectionTracking() argument 219 Notify(const FunctionCallbackInfo<Value>& args) Notify() argument 233 LoopIdleTime(const FunctionCallbackInfo<Value>& args) LoopIdleTime() argument 239 CreateELDHistogram(const FunctionCallbackInfo<Value>& args) CreateELDHistogram() argument 260 GetTimeOrigin(const FunctionCallbackInfo<Value>& args) GetTimeOrigin() argument 264 GetTimeOriginTimeStamp(const FunctionCallbackInfo<Value>& args) GetTimeOriginTimeStamp() argument 269 MarkBootstrapComplete(const FunctionCallbackInfo<Value>& args) MarkBootstrapComplete() argument [all...] |
| H A D | node_v8.cc | 155 void CachedDataVersionTag(const FunctionCallbackInfo<Value>& args) { in CachedDataVersionTag() argument 163 void SetHeapSnapshotNearHeapLimit(const FunctionCallbackInfo<Value>& args) { in SetHeapSnapshotNearHeapLimit() argument 172 void UpdateHeapStatisticsBuffer(const FunctionCallbackInfo<Value>& args) { in UpdateHeapStatisticsBuffer() argument 183 UpdateHeapSpaceStatisticsBuffer(const FunctionCallbackInfo<Value>& args) UpdateHeapSpaceStatisticsBuffer() argument 198 UpdateHeapCodeStatisticsBuffer(const FunctionCallbackInfo<Value>& args) UpdateHeapCodeStatisticsBuffer() argument 210 SetFlagsFromString(const FunctionCallbackInfo<Value>& args) SetFlagsFromString() argument 338 New(const FunctionCallbackInfo<Value>& args) New() argument 344 Start(const FunctionCallbackInfo<Value>& args) Start() argument 369 Stop(const FunctionCallbackInfo<v8::Value>& args) Stop() argument [all...] |
| H A D | node_util.cc | 52 GetOwnNonIndexProperties( const FunctionCallbackInfo<Value>& args) GetOwnNonIndexProperties() argument 77 GetConstructorName( const FunctionCallbackInfo<Value>& args) GetConstructorName() argument 87 GetExternalValue( const FunctionCallbackInfo<Value>& args) GetExternalValue() argument 99 GetPromiseDetails(const FunctionCallbackInfo<Value>& args) GetPromiseDetails() argument 117 GetProxyDetails(const FunctionCallbackInfo<Value>& args) GetProxyDetails() argument 142 GetCallerLocation(const FunctionCallbackInfo<Value>& args) GetCallerLocation() argument 160 IsArrayBufferDetached(const FunctionCallbackInfo<Value>& args) IsArrayBufferDetached() argument 169 PreviewEntries(const FunctionCallbackInfo<Value>& args) PreviewEntries() argument 190 Sleep(const FunctionCallbackInfo<Value>& args) Sleep() argument 196 ArrayBufferViewHasBuffer(const FunctionCallbackInfo<Value>& args) ArrayBufferViewHasBuffer() argument 271 New(const FunctionCallbackInfo<Value>& args) New() argument 278 Get(const FunctionCallbackInfo<Value>& args) Get() argument 285 IncRef(const FunctionCallbackInfo<Value>& args) IncRef() argument 294 DecRef(const FunctionCallbackInfo<Value>& args) DecRef() argument 304 GuessHandleType(const FunctionCallbackInfo<Value>& args) GuessHandleType() argument 339 ToUSVString(const FunctionCallbackInfo<Value>& args) ToUSVString() argument [all...] |
| H A D | node_url.cc | 69 void BindingData::DomainToASCII(const FunctionCallbackInfo<Value>& args) { in DomainToASCII() argument 92 void BindingData::DomainToUnicode(const FunctionCallbackInfo<Value>& args) { in DomainToUnicode() argument 122 CanParse(const FunctionCallbackInfo<Value>& args) CanParse() argument 148 Format(const FunctionCallbackInfo<Value>& args) Format() argument 192 Parse(const FunctionCallbackInfo<Value>& args) Parse() argument 227 Update(const FunctionCallbackInfo<Value>& args) Update() argument 302 ToASCII(const v8::FunctionCallbackInfo<v8::Value>& args) ToASCII() argument 313 ToUnicode(const v8::FunctionCallbackInfo<v8::Value>& args) ToUnicode() argument [all...] |
| H A D | node_watchdog.cc | 139 void TraceSigintWatchdog::New(const FunctionCallbackInfo<Value>& args) { in New() argument 148 void TraceSigintWatchdog::Start(const FunctionCallbackInfo<Value>& args) { in Start() argument 159 void TraceSigintWatchdog::Stop(const FunctionCallbackInfo<Value>& args) { in Stop() argument
|
| H A D | process_wrap.cc | 74 static void New(const FunctionCallbackInfo<Value>& args) { in New() argument 145 static void Spawn(const FunctionCallbackInfo<Value>& args) { in Spawn() argument 290 Kill(const FunctionCallbackInfo<Value>& args) Kill() argument [all...] |
| H A D | tcp_wrap.cc | 150 void TCPWrap::New(const FunctionCallbackInfo<Value>& args) { in New() argument 185 void TCPWrap::SetNoDelay(const FunctionCallbackInfo<Value>& args) { in SetNoDelay() argument 196 SetKeepAlive(const FunctionCallbackInfo<Value>& args) SetKeepAlive() argument 211 SetSimultaneousAccepts(const FunctionCallbackInfo<Value>& args) SetSimultaneousAccepts() argument 223 Open(const FunctionCallbackInfo<Value>& args) Open() argument 241 Bind( const FunctionCallbackInfo<Value>& args, int family, std::function<int(const char* ip_address, int port, T* addr)> uv_ip_addr) Bind() argument 270 Bind(const FunctionCallbackInfo<Value>& args) Bind() argument 275 Bind6(const FunctionCallbackInfo<Value>& args) Bind6() argument 280 Listen(const FunctionCallbackInfo<Value>& args) Listen() argument 295 Connect(const FunctionCallbackInfo<Value>& args) Connect() argument 306 Connect6(const FunctionCallbackInfo<Value>& args) Connect6() argument 318 Connect(const FunctionCallbackInfo<Value>& args, std::function<int(const char* ip_address, T* addr)> uv_ip_addr) Connect() argument 361 Reset(const FunctionCallbackInfo<Value>& args) Reset() argument [all...] |
| /third_party/node/src/large_pages/ |
| H A D | node_large_page.cc | 122 inline void Debug(std::string fmt, Args&&... args) { in Debug() argument
|
| /third_party/ntfs-3g/libfuse-lite/ |
| H A D | fuse_opt.c | 29 void fuse_opt_free_args(struct fuse_args *args) in fuse_opt_free_args() argument 50 fuse_opt_add_arg(struct fuse_args *args, const char *arg) fuse_opt_add_arg() argument 69 fuse_opt_insert_arg(struct fuse_args *args, int pos, const char *arg) fuse_opt_insert_arg() argument 357 fuse_opt_parse(struct fuse_args *args, void *data, const struct fuse_opt opts[], fuse_opt_proc_t proc) fuse_opt_parse() argument [all...] |
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | logging.c | 322 va_list args; in ntfs_log_redirect() local 401 va_list args; in ntfs_log_early_error() local 359 ntfs_log_handler_syslog(const char *function __attribute__((unused)), const char *file __attribute__((unused)), int line __attribute__((unused)), u32 level, void *data __attribute__((unused)), const char *format, va_list args) ntfs_log_handler_syslog() argument 436 ntfs_log_handler_fprintf(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) ntfs_log_handler_fprintf() argument 534 ntfs_log_handler_stdout(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) ntfs_log_handler_stdout() argument 565 ntfs_log_handler_outerr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) ntfs_log_handler_outerr() argument 595 ntfs_log_handler_stderr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) ntfs_log_handler_stderr() argument [all...] |
| /third_party/musl/porting/liteos_a/user/src/thread/ |
| H A D | pthread_create.c | 187 struct start_args *args = (struct start_args *)p; in start() local 195 struct start_args *args = (struct start_args *)p; in start_c11() local 322 struct start_args *args = (void *)stack; in __pthread_create() local [all...] |
| /third_party/musl/src/thread/ |
| H A D | pthread_create.c | 205 struct start_args *args = p; in start() local 222 struct start_args *args in start_c11() local 345 struct start_args *args = (void *)stack; __pthread_create() local [all...] |
| /third_party/nghttp2/integration-tests/ |
| H A D | server_tester.go | 103 var args []string var [all...] |
| /third_party/musl/porting/linux/user/src/aio/ |
| H A D | aio.c | 211 struct aio_args *args = ctx; in io_thread_func() local 285 struct aio_args args = { .cb = cb, .op = op, .q = q }; in submit() local
|
| /third_party/musl/porting/liteos_a/user/src/aio/ |
| H A D | aio.c | 209 struct aio_args *args = ctx; in io_thread_func() local 283 struct aio_args args = { .cb = cb, .op = op, .q = q }; in submit() local
|
| /third_party/musl/src/thread/liteos_a/ |
| H A D | pthread_create.c | 187 struct start_args *args = (struct start_args *)p; in start() local 195 struct start_args *args = (struct start_args *)p; in start_c11() local 322 struct start_args *args = (void *)stack; in __pthread_create() local [all...] |
| /third_party/musl/src/aio/ |
| H A D | aio.c | 218 struct aio_args *args = ctx; in io_thread_func() local 292 struct aio_args args = { .cb = cb, .op = op, .q = q }; in submit() local
|