Home
last modified time | relevance | path

Searched defs:args (Results 2376 - 2400 of 5078) sorted by relevance

1...<<919293949596979899100>>...204

/third_party/node/src/
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/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
/third_party/nghttp2/src/
H A Dallocator.h223 StringRef concat_string_ref(BlockAllocator &alloc, Args &&...args) { in concat_string_ref() argument
199 concat_string_ref_count(size_t acc, const StringRef &value, Args &&...args) concat_string_ref_count() argument
214 concat_string_ref_copy(uint8_t *p, const StringRef &value, Args &&...args) concat_string_ref_copy() argument
239 realloc_concat_string_ref(BlockAllocator &alloc, const StringRef &value, Args &&...args) realloc_concat_string_ref() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dudataswp.cpp274 va_list args; in udata_printError() local
H A Ducnv_u32.cpp47 T_UConverter_toUnicode_UTF32_BE(UConverterToUnicodeArgs * args, in T_UConverter_toUnicode_UTF32_BE() argument
126 T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC(UConverterToUnicodeArgs * args, UErrorCode * err) T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC() argument
213 T_UConverter_fromUnicode_UTF32_BE(UConverterFromUnicodeArgs * args, UErrorCode * err) T_UConverter_fromUnicode_UTF32_BE() argument
314 T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC(UConverterFromUnicodeArgs * args, UErrorCode * err) T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() argument
421 T_UConverter_getNextUChar_UTF32_BE(UConverterToUnicodeArgs* args, UErrorCode* err) T_UConverter_getNextUChar_UTF32_BE() argument
509 T_UConverter_toUnicode_UTF32_LE(UConverterToUnicodeArgs * args, UErrorCode * err) T_UConverter_toUnicode_UTF32_LE() argument
594 T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC(UConverterToUnicodeArgs * args, UErrorCode * err) T_UConverter_toUnicode_UTF32_LE_OFFSET_LOGIC() argument
691 T_UConverter_fromUnicode_UTF32_LE(UConverterFromUnicodeArgs * args, UErrorCode * err) T_UConverter_fromUnicode_UTF32_LE() argument
800 T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC(UConverterFromUnicodeArgs * args, UErrorCode * err) T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() argument
916 T_UConverter_getNextUChar_UTF32_LE(UConverterToUnicodeArgs* args, UErrorCode* err) T_UConverter_getNextUChar_UTF32_LE() argument
[all...]
H A Ducnv_u8.cpp65 static void U_CALLCONV ucnv_toUnicode_UTF8 (UConverterToUnicodeArgs * args, in ucnv_toUnicode_UTF8() argument
181 ucnv_toUnicode_UTF8_OFFSETS_LOGIC(UConverterToUnicodeArgs * args, UErrorCode * err) ucnv_toUnicode_UTF8_OFFSETS_LOGIC() argument
300 ucnv_fromUnicode_UTF8(UConverterFromUnicodeArgs * args, UErrorCode * err) ucnv_fromUnicode_UTF8() argument
414 ucnv_fromUnicode_UTF8_OFFSETS_LOGIC(UConverterFromUnicodeArgs * args, UErrorCode * err) ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() argument
554 ucnv_getNextUChar_UTF8(UConverterToUnicodeArgs *args, UErrorCode *err) ucnv_getNextUChar_UTF8() argument
[all...]
H A Dutrace.cpp50 va_list args; in utrace_exit() local
84 va_list args; in utrace_data() local
191 utrace_vformat(char *outBuf, int32_t capacity, int32_t indent, const char *fmt, va_list args) { in utrace_vformat() argument
388 va_list args; utrace_format() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Derrors.c153 va_list args; in _mesa_warning() local
175 va_list args; in _mesa_problem() local
232 _mesa_gl_vdebugf(struct gl_context *ctx, GLuint *id, enum mesa_debug_source source, enum mesa_debug_type type, enum mesa_debug_severity severity, const char *fmtString, va_list args) _mesa_gl_vdebugf() argument
262 va_list args; _mesa_gl_debugf() local
337 va_list args; _mesa_error() local
395 va_list args; _mesa_debug() local
410 va_list args; _mesa_log() local
[all...]
/third_party/mesa3d/src/intel/tools/
H A Dintel_sanitize_gpu.c323 va_list args; in open() local
361 va_list args; in fcntl() local
384 va_list args; in ioctl() local
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c1517 int *args[3] = {0}; in st_QueryInternalFormat() local

Completed in 18 milliseconds

1...<<919293949596979899100>>...204