Home
last modified time | relevance | path

Searched defs:args (Results 2076 - 2100 of 3912) sorted by relevance

1...<<81828384858687888990>>...157

/third_party/node/deps/v8/src/zone/
H A Dzone.h106 T* New(Args&&... args) { in New() argument
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dmemory.c35 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 Dinspector_profiler.cc462 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 Djs_udp_wrap.cc137 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 Dnode_dir.cc117 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 Dnode_credentials.cc129 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 Dnode_dtrace.cc143 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 Dnode_mutex.h29 explicit ExclusiveAccess(Args&&... args) in ExclusiveAccess() argument
H A Dnode_perf.cc100 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 Dnode_v8.cc155 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 Dnode_util.cc52 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 Dnode_url.cc69 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 Dnode_watchdog.cc139 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 Dprocess_wrap.cc74 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 Dtcp_wrap.cc150 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 Dnode_large_page.cc122 inline void Debug(std::string fmt, Args&&... args) { in Debug() argument
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_opt.c29 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 Dlogging.c322 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 Dpthread_create.c187 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 Dpthread_create.c205 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 Dserver_tester.go103 var args []string var
[all...]
/third_party/musl/porting/linux/user/src/aio/
H A Daio.c211 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 Daio.c209 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 Dpthread_create.c187 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 Daio.c218 struct aio_args *args = ctx; in io_thread_func() local
292 struct aio_args args = { .cb = cb, .op = op, .q = q }; in submit() local

Completed in 16 milliseconds

1...<<81828384858687888990>>...157