/third_party/libabigail/tests/data/test-abidiff-exit/ |
H A D | qualifier-typedef-array-v1.c | 37 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 D | FunctionList.h | 66 void modifyEffectAt(size_t index, std::function<void(iter_type, iter_type)> fun) { in modifyEffectAt() argument
|
/third_party/optimized-routines/string/test/ |
H A D | strncmp.c | 18 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 D | test_sched.py | 198 def fun(*a, **b): global() function [all...] |
/third_party/python/Modules/_ctypes/libffi_osx/x86/ |
H A D | x86-ffi_darwin.c | 321 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 D | x86-ffi64.c | 588 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 D | gen.c | 41 struct fun { struct 45 } fun[] = { variable [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | templates.cc | 83 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 D | memcpy.c | 27 static const struct fun struct 30 void *(*fun)(void *, const void *, size_t); member
|
H A D | strlen.c | 28 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 D | conformance_testing_helpers.h | 276 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 D | gn-mode.el | |
/third_party/glfw/deps/ |
H A D | tinycthread.c | 331 thrd_start_t fun; in _thrd_wrapper_function() local
|
/third_party/node/src/api/ |
H A D | hooks.cc | 94 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 D | builtins-console.cc | 242 Handle<JSFunction> fun = in InstallContextFunction() local
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | check-format-test-negatives.c | 441 static void *fun(void) in fun() function
|
/third_party/openssl/util/ |
H A D | check-format-test-negatives.c | 441 static void *fun(void) in fun() function
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | ir_context_test.cpp | 857 opt::Function* fun = in TEST_F() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | ir_context_test.cpp | 857 opt::Function* fun = in TEST_F() local
|
/third_party/python/Modules/_ctypes/libffi_osx/include/ |
H A D | ffi.h | 256 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 D | ir_context_test.cpp | 871 opt::Function* fun = in TEST_F() local
|
/third_party/nghttp2/src/ |
H A D | util.h | 898 void shuffle(RandomIt first, RandomIt last, Generator &&gen, SwapFun fun) { in shuffle() argument
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | builtin.c | 606 struct symbol *fun = alloc_symbol(sym->pos, SYM_FN); in declare_builtin() local
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-evaluate.cc | 52 Handle<JSFunction> fun = in Global() local
|
/third_party/node/deps/v8/src/strings/ |
H A D | string-stream.cc | 400 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...] |