Home
last modified time | relevance | path

Searched defs:fun (Results 101 - 125 of 229) sorted by relevance

12345678910

/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
/base/request/request/services/src/cxx/
H A Dapplication_state_observer.cpp131 void RegisterAPPStateCallback(APPStateCallback fun) in RegisterAPPStateCallback() argument
137 void RegisterProcessStateCallback(APPStateCallback fun) in RegisterProcessStateCallback() 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
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dindexer_model_impl.cpp151 auto fun = onSelect; in SetOnSelected() local
171 auto fun = RequestPopupData; in SetOnRequestPopupData() local
185 auto fun = onPopupSelected; in SetOnPopupSelected() local
/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/
H A Dmock_bundle_manager.cpp68 auto fun = abilityInfoMap_.find(bundleNameTemp); in QueryAbilityInfo() local
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_central_manager_stub.cpp97 auto fun = it->second; in OnRemoteRequest() local
H A Dbluetooth_ble_advertiser_stub.cpp71 auto fun = it->second; in OnRemoteRequest() local
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dcamera_fwk_metadata_utils.cpp40 void ForEach(uint32_t iteratorCount, std::function<void(uint32_t)> fun) in ForEach() argument
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_async_call.h70 const char *fun = nullptr; member in OHOS::RelationalStoreJsKit::ContextBase
/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...]
/base/msdp/device_status/frameworks/native/src/
H A Dclient.cpp217 void Client::RegisterDisconnectedFunction(ConnectCallback fun) in RegisterDisconnectedFunction() argument
/base/msdp/device_status/services/native/src/
H A Dstream_server.cpp178 void StreamServer::SetRecvFun(MsgServerFunCallback fun) in SetRecvFun() argument
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_modem.cpp33 int32_t HRilModem::SetRadioState(int32_t serialId, int32_t fun, int32_t rst) in SetRadioState() argument
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_utils.cpp374 auto fun = GetFunctionOfEvent<RilFunc_Event>(mapFunctions_, radioEvent); in SendBase() local
382 auto fun = GetFunctionOfEvent<RilFunc_Int_Event>(mapFunctionsInt_, radioEvent); in SendBase() local
390 auto fun = GetFunctionOfEvent<RilFunc_Int_Int_Event>(mapFunctionsIntInt_, radioEvent); in SendBase() local
399 auto fun = GetFunctionOfEvent<RilFunc_Int_String_Event>(mapFunctionsIntString_, radioEvent); in SendBase() local
408 auto fun = GetFunctionOfEvent<RilFunc_Event>(mapFunctions_, radioEvent); SendCallback() local
417 auto fun = GetFunctionOfEvent<RilFunc_Event>(mapFunctions_, radioEvent); SendCallback() local
426 auto fun = GetFunctionOfEvent<RilFunc_Int_Event>(mapFunctionsInt_, radioEvent); SendCallbackEx() local
435 auto fun = GetFunctionOfEvent<RilFunc_Int_Int_Event>(mapFunctionsIntInt_, radioEvent); SendCallback() local
445 auto fun = GetFunctionOfEvent<RilFunc_Int_String_Event>(mapFunctionsIntString_, radioEvent); SendCallback() local
455 auto fun = GetFunctionOfEvent<RilFunc_Event>(mapFunctions_, radioEvent); SendCallbackNetworkExt() local
[all...]
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_modem.cpp59 int32_t TelRilModem::SetRadioState(int32_t fun, int32_t rst, const AppExecFwk::InnerEvent::Pointer &response) in SetRadioState() argument

Completed in 14 milliseconds

12345678910