Home
last modified time | relevance | path

Searched defs:function (Results 2201 - 2225 of 3170) sorted by relevance

1...<<81828384858687888990>>...127

/third_party/alsa-utils/seq/aconnect/
H A Daconnect.c39 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 Dutils.c180 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 Dgtest-tag.h72 static const int function = Function; member in testing::ext::TypeSet
/third_party/mbedtls/programs/test/
H A Dselftest.c269 int (*function)(int); member
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_util.c278 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 Dfunction-compiler.cc151 CompileWasmFunction(Isolate* isolate, NativeModule* native_module, WasmFeatures* detected, const WasmFunction* function, ExecutionTier tier) CompileWasmFunction() argument
[all...]
/third_party/node/test/common/
H A Dindex.js[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dlogging.c317 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 Du_debug_memory.c69 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 Dlp_state_cs.h86 LLVMValueRef function; member
/third_party/libdrm/tests/ttmtest/src/
H A Dttmtest.c111 bmError(int val, const char *file, const char *function, int line) in bmError() argument
/third_party/lwip/src/api/
H A Dtcpip.c379 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 Dtcpip_priv.h137 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 Dsys_arch.c197 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 Dfreestanding.c174 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 Dlazy-compile-dispatcher.cc251 bool LazyCompileDispatcher::FinishNow(Handle<SharedFunctionInfo> function) { in FinishNow() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-date.cc859 Handle<Object> function; in BUILTIN() local
H A Dbuiltins-api.cc132 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 Dbuiltins-async-gen.cc152 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 Dbaseline-batch-compiler.cc244 void BaselineBatchCompiler::EnqueueFunction(Handle<JSFunction> function) { in EnqueueFunction() argument
323 CompileBatch(Handle<JSFunction> function) CompileBatch() argument
[all...]
H A Dbaseline-assembler-inl.h65 void BaselineAssembler::CallRuntime(Runtime::FunctionId function, int nargs) { in CallRuntime() argument
/third_party/node/deps/v8/src/execution/
H A Dmicrotask-queue.cc80 EnqueueMicrotask(v8::Isolate* v8_isolate, v8::Local<Function> function) EnqueueMicrotask() argument
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-concurrent-dispatcher.cc120 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 Dparse-info.cc130 void UnoptimizedCompileFlags::SetFlagsFromFunction(T function) { in SetFlagsFromFunction() argument
[all...]

Completed in 17 milliseconds

1...<<81828384858687888990>>...127