Home
last modified time | relevance | path

Searched defs:fun (Results 76 - 100 of 143) sorted by relevance

123456

/third_party/libabigail/tests/data/test-abidiff-exit/
H A Dqualifier-typedef-array-v1.c37 void fun(struct S * s) { (void) s; } in fun() function
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
H A DFunctionList.h66 void modifyEffectAt(size_t index, std::function<void(iter_type, iter_type)> fun) { in modifyEffectAt() argument
/third_party/optimized-routines/string/test/
H A Dstrncmp.c18 static const struct fun struct
21 int (*fun) (const char *, const char *, size_t); member
50 test (const struct fun *fun, int s1align, int s2align, int maxlen, int diffpos, in test() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_sched.py198 def fun(*a, **b): global() function
[all...]
/third_party/python/Modules/_ctypes/libffi_osx/x86/
H A Dx86-ffi_darwin.c321 ffi_prep_closure(ffi_closure* closure, ffi_cif* cif, void (*fun)(ffi_cif*,void*,void**,void*), void *user_data) ffi_prep_closure() argument
345 ffi_prep_raw_closure_loc(ffi_raw_closure* closure, ffi_cif* cif, void (*fun)(ffi_cif*,void*,ffi_raw*,void*), void *user_data, void *codeloc) ffi_prep_raw_closure_loc() argument
H A Dx86-ffi64.c588 ffi_prep_closure( ffi_closure* closure, ffi_cif* cif, void (*fun)(ffi_cif*, void*, void**, void*), void* user_data) ffi_prep_closure() argument
/third_party/musl/libc-test/src/math/gen/
H A Dgen.c41 struct fun { struct
45 } fun[] = { variable
[all...]
/third_party/node/deps/v8/src/objects/
H A Dtemplates.cc83 JSFunction fun = JSFunction::cast(cons_obj); in IsTemplateFor() local
111 JSFunction fun = JSFunction::cast(constructor_obj); in IsLeafTemplateForApiObject() local
/third_party/optimized-routines/string/bench/
H A Dmemcpy.c27 static const struct fun struct
30 void *(*fun)(void *, const void *, size_t); member
H A Dstrlen.c28 static const struct fun struct
31 size_t (*fun) (const char *s); member
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_testing_helpers.h276 void ForEachParameter(const Fun& fun, const Cases&... cases) { in ForEachParameter() argument
291 Fun fun; member
296 void ForEachTupleElement(const Fun& fun, const Tup& tup) { in ForEachTupleElement() argument
313 Fun fun; member
322 Fun fun; member
327 ForEveryTwo(const Fun& fun, std::tuple<T...> args) ForEveryTwo() argument
[all...]
/third_party/gn/misc/emacs/
H A Dgn-mode.el
/third_party/glfw/deps/
H A Dtinycthread.c331 thrd_start_t fun; in _thrd_wrapper_function() local
/third_party/node/src/api/
H A Dhooks.cc94 AsyncCleanupHook fun; member
116 AddEnvironmentCleanupHook(Isolate* isolate, CleanupHook fun, void* arg) AddEnvironmentCleanupHook() argument
124 RemoveEnvironmentCleanupHook(Isolate* isolate, CleanupHook fun, void* arg) RemoveEnvironmentCleanupHook() argument
147 AddEnvironmentCleanupHookInternal( Isolate* isolate, AsyncCleanupHook fun, void* arg) AddEnvironmentCleanupHookInternal() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-console.cc242 Handle<JSFunction> fun = in InstallContextFunction() local
/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format-test-negatives.c441 static void *fun(void) in fun() function
/third_party/openssl/util/
H A Dcheck-format-test-negatives.c441 static void *fun(void) in fun() function
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dir_context_test.cpp857 opt::Function* fun = in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dir_context_test.cpp857 opt::Function* fun = in TEST_F() local
/third_party/python/Modules/_ctypes/libffi_osx/include/
H A Dffi.h256 void (*fun)(ffi_cif*,void*,void**,void*); member
282 void (*fun)(ffi_cif*,void*,ffi_raw*,void*); member
/third_party/spirv-tools/test/opt/
H A Dir_context_test.cpp871 opt::Function* fun = in TEST_F() local
/third_party/nghttp2/src/
H A Dutil.h898 void shuffle(RandomIt first, RandomIt last, Generator &&gen, SwapFun fun) { in shuffle() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dbuiltin.c606 struct symbol *fun = alloc_symbol(sym->pos, SYM_FN); in declare_builtin() local
/third_party/node/deps/v8/src/debug/
H A Ddebug-evaluate.cc52 Handle<JSFunction> fun = in Global() local
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.cc400 void StringStream::PrintSecurityTokenIfChanged(JSFunction fun) { in PrintSecurityTokenIfChanged() argument
409 void StringStream::PrintFunction(JSFunction fun, Object receiver, Code* code) { in PrintFunction() argument
414 void StringStream::PrintPrototype(JSFunction fun, Object receiver) { in PrintPrototype() argument
[all...]

Completed in 19 milliseconds

123456