| /third_party/alsa-utils/seq/aconnect/ |
| H A D | aconnect.c | 39 static void error_handler(const char *file, int line, const char *function, int err, const char *fmt, ...) in error_handler() argument
|
| /third_party/alsa-utils/alsactl/ |
| H A D | utils.c | 180 void error_handler(const char *file, int line, const char *function, int err, const char *fmt, ...) in error_handler() argument
|
| /third_party/googletest/googletest/include/gtest/hwext/ |
| H A D | gtest-tag.h | 72 static const int function = Function; member in testing::ext::TypeSet
|
| /third_party/mbedtls/programs/test/ |
| H A D | selftest.c | 269 int (*function)(int); member
|
| /third_party/mesa3d/src/amd/llvm/ |
| H A D | ac_llvm_util.c | 278 void ac_add_function_attr(LLVMContextRef ctx, LLVMValueRef function, int attr_idx, in ac_add_function_attr() argument 291 void ac_add_func_attributes(LLVMContextRef ctx, LLVMValueRef function, unsigned attrib_mask) in ac_add_func_attributes() argument
|
| /third_party/node/lib/ |
| H A D | _http_client.js | [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | function-compiler.cc | 151 CompileWasmFunction(Isolate* isolate, NativeModule* native_module, WasmFeatures* detected, const WasmFunction* function, ExecutionTier tier) CompileWasmFunction() argument [all...] |
| /third_party/node/test/common/ |
| H A D | index.js | [all...] |
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | logging.c | 317 int ntfs_log_redirect(const char *function, const char *file, in ntfs_log_redirect() argument 436 int ntfs_log_handler_fprintf(const char *function, const char *file, in 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/mesa3d/src/util/ |
| H A D | u_debug_memory.c | 69 const char *function; member 124 debug_malloc(const char *file, unsigned line, const char *function, in debug_malloc() argument 164 debug_free(const char *file, unsigned line, const char *function, in debug_free() argument 212 debug_calloc(const char *file, unsigned line, const char *function, in debug_calloc() argument 222 debug_realloc(const char *file, unsigned line, const char *function, void *old_ptr, size_t old_size, size_t new_size ) debug_realloc() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_cs.h | 86 LLVMValueRef function; member
|
| /third_party/libdrm/tests/ttmtest/src/ |
| H A D | ttmtest.c | 111 bmError(int val, const char *file, const char *function, int line) in bmError() argument
|
| /third_party/lwip/src/api/ |
| H A D | tcpip.c | 379 tcpip_callback(tcpip_callback_fn function, void *ctx) tcpip_callback() argument 415 tcpip_try_callback(tcpip_callback_fn function, void *ctx) tcpip_try_callback() argument 607 tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx) tcpip_callbackmsg_new() argument [all...] |
| /third_party/lwip/src/include/lwip/priv/ |
| H A D | tcpip_priv.h | 137 tcpip_callback_fn function; member 141 tcpip_api_call_fn function; member 154 tcpip_callback_fn function; member
|
| /third_party/lwip/test/unit/arch/ |
| H A D | sys_arch.c | 197 sys_thread_new(const char *name, lwip_thread_fn function, void *arg, int stacksize, int prio) in sys_thread_new() argument
|
| /third_party/lz4/tests/ |
| H A D | freestanding.c | 174 void __assert_fail(const char * assertion, const char * file, unsigned int line, const char * function) { in __assert_fail() argument
|
| /third_party/node/deps/v8/src/compiler-dispatcher/ |
| H A D | lazy-compile-dispatcher.cc | 251 bool LazyCompileDispatcher::FinishNow(Handle<SharedFunctionInfo> function) { in FinishNow() argument
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-date.cc | 859 Handle<Object> function; in BUILTIN() local
|
| H A D | builtins-api.cc | 132 Handle<JSFunction> function = args.target(); in BUILTIN() local 51 HandleApiCallHelper( Isolate* isolate, Handle<HeapObject> function, Handle<HeapObject> new_target, Handle<FunctionTemplateInfo> fun_data, Handle<Object> receiver, BuiltinArguments args) HandleApiCallHelper() argument 167 InvokeApiFunction(Isolate* isolate, bool is_construct, Handle<HeapObject> function, Handle<Object> receiver, int argc, Handle<Object> args[], Handle<HeapObject> new_target) InvokeApiFunction() argument [all...] |
| H A D | builtins-async-gen.cc | 152 InitializeNativeClosure( TNode<Context> context, TNode<NativeContext> native_context, TNode<HeapObject> function, TNode<SharedFunctionInfo> shared_info) InitializeNativeClosure() argument
|
| /third_party/node/deps/v8/src/baseline/ |
| H A D | baseline-batch-compiler.cc | 244 void BaselineBatchCompiler::EnqueueFunction(Handle<JSFunction> function) { in EnqueueFunction() argument 323 CompileBatch(Handle<JSFunction> function) CompileBatch() argument [all...] |
| H A D | baseline-assembler-inl.h | 65 void BaselineAssembler::CallRuntime(Runtime::FunctionId function, int nargs) { in CallRuntime() argument
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | microtask-queue.cc | 80 EnqueueMicrotask(v8::Isolate* v8_isolate, v8::Local<Function> function) EnqueueMicrotask() argument
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-concurrent-dispatcher.cc | 120 Handle<JSFunction> MaglevCompilationJob::function() const { in function() function in v8::internal::maglev::MaglevCompilationJob 80 New( Isolate* isolate, Handle<JSFunction> function) New() argument
|
| /third_party/node/deps/v8/src/parsing/ |
| H A D | parse-info.cc | 130 void UnoptimizedCompileFlags::SetFlagsFromFunction(T function) { in SetFlagsFromFunction() argument [all...] |