Home
last modified time | relevance | path

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

12345678

/third_party/optimized-routines/string/test/
H A Dmemcmp.c18 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 Dmemrchr.c23 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 Dstrcmp.c18 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 Dstrcpy.c18 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 Dstrchrnul.c23 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 Dstrnlen.c23 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 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...]
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Ddistributed_ui_test_ng.cpp103 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 Dutils_test.cpp319 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 Dtask_scheduler.h45 Task(int32_t id, DTaskCallback fun, Promise *promise = nullptr) in Task() argument
/foundation/multimodalinput/input/service/delegate_task/include/
H A Ddelegate_tasks.h43 Task(int32_t id, DTaskCallback fun, Promise *promise = nullptr) in Task() argument
/foundation/multimodalinput/input/test/fuzztest/subscribekeyevent_fuzzer/
H A Dsubscribekeyevent_fuzzer.cpp76 auto fun = [](std::shared_ptr<KeyEvent> event) { in SubscribeKeyEventFuzzTest() local
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_suppressions.py162 def fun(line): function
/third_party/nghttp2/lib/
H A Dnghttp2_pq.c155 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 Dnghttp3_pq.c154 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 Dngtcp2_pq.c152 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 Dnghttp2_pq.c155 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 Dqualifier-typedef-array-v0.c37 void fun(struct S * s) { (void) s; } in fun() function
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/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
/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dmock_bundle_mgr.cpp105 auto fun = abilityInfoMap_.find(bundleNameTemp); in QueryAbilityInfo() local
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
H A Dmock_bundle_manager.cpp115 auto fun = abilityInfoMap_.find(bundleNameTemp); in QueryAbilityInfo() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper_node.h56 LayoutWrapperNode(LazyBuildFunction&& fun) in LayoutWrapperNode() argument

Completed in 10 milliseconds

12345678