| /third_party/optimized-routines/string/test/ |
| H A D | memcmp.c | 18 static const struct fun struct 21 int (*fun) (const void *s1, const void *s2, size_t n); member 49 test (const struct fun *fun, int s1align, int s2align, int len, int diffpos, in test() argument [all...] |
| H A D | memrchr.c | 23 static const struct fun struct 26 void *(*fun) (const void *s, int c, size_t n); member 50 test (const struct fun *fun, int align, size_t seekpos, size_t len, in test() argument
|
| H A D | strcmp.c | 18 static const struct fun struct 21 int (*fun) (const char *s1, const char *s2); member 56 test (const struct fun *fun, int s1align, int s2align, int len, int diffpos, in test() argument [all...] |
| H A D | strcpy.c | 18 static const struct fun struct 21 char *(*fun) (char *dest, const char *src); member 53 test (const struct fun *fun, int dalign, int salign, int len) in test() argument [all...] |
| H A D | strchrnul.c | 23 static const struct fun struct 26 char *(*fun) (const char *s, int c); member 54 test (const struct fun *fun, int align, int seekpos, int len) in test() argument [all...] |
| H A D | strnlen.c | 23 static const struct fun struct 26 size_t (*fun) (const char *s, size_t m); member 53 test (const struct fun *fun, int align, size_t maxlen, size_t len) in test() argument
|
| 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...] |
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| H A D | distributed_ui_test_ng.cpp | 103 std::function<void(int32_t, SerializeableObjectArray&)> fun = [](int32_t num, SerializeableObjectArray& array) {}; in HWTEST_F() local 144 std::function<void(int32_t, SerializeableObjectArray&)> fun = [](int32_t num, SerializeableObjectArray& array) {}; in HWTEST_F() local 177 std::function<void(int32_t, SerializeableObjectArray&)> fun = [](int32_t num, SerializeableObjectArray& array) {}; in HWTEST_F() local 251 std::function<void(int32_t, SerializeableObjectArray&)> fun = [](int32_t num, SerializeableObjectArray& array) {}; in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/bridge/common/utils/ |
| H A D | utils_test.cpp | 319 std::function<float(float)> fun; in HWTEST_F() local 348 std::function<float(float)> fun = nullptr; in HWTEST_F() local [all...] |
| /foundation/multimodalinput/input/intention/scheduler/task_scheduler/include/ |
| H A D | task_scheduler.h | 45 Task(int32_t id, DTaskCallback fun, Promise *promise = nullptr) in Task() argument
|
| /foundation/multimodalinput/input/service/delegate_task/include/ |
| H A D | delegate_tasks.h | 43 Task(int32_t id, DTaskCallback fun, Promise *promise = nullptr) in Task() argument
|
| /foundation/multimodalinput/input/test/fuzztest/subscribekeyevent_fuzzer/ |
| H A D | subscribekeyevent_fuzzer.cpp | 76 auto fun = [](std::shared_ptr<KeyEvent> event) { in SubscribeKeyEventFuzzTest() local
|
| /third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
| H A D | v8_suppressions.py | 162 def fun(line): function
|
| /third_party/nghttp2/lib/ |
| H A D | nghttp2_pq.c | 155 void nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) { in nghttp2_pq_update() argument 171 int nghttp2_pq_each(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) { in nghttp2_pq_each() argument
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_pq.c | 154 int nghttp3_pq_each(const nghttp3_pq *pq, nghttp3_pq_item_cb fun, void *arg) { in nghttp3_pq_each() argument
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_pq.c | 152 int ngtcp2_pq_each(ngtcp2_pq *pq, ngtcp2_pq_item_cb fun, void *arg) { in ngtcp2_pq_each() argument
|
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_pq.c | 155 void nghttp2_pq_update(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) { in nghttp2_pq_update() argument 171 int nghttp2_pq_each(nghttp2_pq *pq, nghttp2_pq_item_cb fun, void *arg) { in nghttp2_pq_each() argument
|
| /third_party/libabigail/tests/data/test-abidiff-exit/ |
| H A D | qualifier-typedef-array-v0.c | 37 void fun(struct S * s) { (void) s; } in fun() function
|
| 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/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
|
| /foundation/ability/ability_runtime/test/moduletest/mock/src/ |
| H A D | mock_bundle_mgr.cpp | 105 auto fun = abilityInfoMap_.find(bundleNameTemp); in QueryAbilityInfo() local
|
| /foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/ |
| H A D | mock_bundle_manager.cpp | 115 auto fun = abilityInfoMap_.find(bundleNameTemp); in QueryAbilityInfo() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
| H A D | layout_wrapper_node.h | 56 LayoutWrapperNode(LazyBuildFunction&& fun) in LayoutWrapperNode() argument
|