Home
last modified time | relevance | path

Searched defs:cmp (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_string.cpp280 const char *cmp = "向前兼容"; variable
400 const char *cmp = "-7"; variable
433 const char *cmp = "11"; variable
542 const char *cmp = "11"; variable
595 const char *cmp = "112"; variable
611 const char *cmp = "112"; variable
769 const char *cmp = "-7"; variable
802 const char *cmp = "11"; variable
901 const char *cmp = "11"; variable
950 const char *cmp = "112"; variable
[all …]
H A Dresource_manager_test_common.cpp67 void ResourceManagerTestCommon::TestStringByName(const char *name, const char *cmp) in TestStringByName()
76 void ResourceManagerTestCommon::TestStringById(const char *name, const char *cmp) in TestStringById()
136 void ResourceManagerTestCommon::TestPluralStringById(int quantity, const char *cmp, bool format) in TestPluralStringById()
152 void ResourceManagerTestCommon::TestPluralStringByName(int quantity, const char *cmp, bool format) in TestPluralStringByName()
167 …esourceManagerTestCommon::TestGetRawFilePathByName(const std::string &name, const std::string &cmp) in TestGetRawFilePathByName()
360 void ResourceManagerTestCommon::TestGetStringFormatById(const char *name, const char *cmp) in TestGetStringFormatById()
370 void ResourceManagerTestCommon::TestGetStringFormatByName(const char *name, const char *cmp) in TestGetStringFormatByName()
389 … std::vector<std::tuple<ResourceManager::NapiValueType, std::string>> &jsParams, const char *cmp) in TestGetStringFormatById()
401 void ResourceManagerTestCommon::TestGetStringFormatByIdWithVaArgs(const char *name, const char *cmp in TestGetStringFormatByIdWithVaArgs()
417 … std::vector<std::tuple<ResourceManager::NapiValueType, std::string>> &jsParams, const char *cmp) in TestGetStringFormatByName()
[all …]
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_form_record.cpp85 bool BundleActiveFormRecord::cmp(const BundleActiveFormRecord& formRecordA, in cmp() function in OHOS::DeviceUsageStats::BundleActiveFormRecord
H A Dbundle_active_module_record.cpp130 bool BundleActiveModuleRecord::cmp(const BundleActiveModuleRecord& moduleRecordA, in cmp() function in OHOS::DeviceUsageStats::BundleActiveModuleRecord
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_get_top_test.cpp226 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in __anonf38095620102() variable
266 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in __anonf38095620202() variable
H A Dsingle_store_impl_test.cpp611 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in __anonf1f971f10302() variable
648 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in __anonf1f971f10402() variable
687 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in __anonf1f971f10502() variable
1041 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in __anonf1f971f10602() variable
1096 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in __anonf1f971f10702() variable
1309 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in __anonf1f971f10802() variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_irregular_layout_test.cpp94 std::vector<float> cmp = { 200.0f, 200.0f, 200.0f }; variable
141 std::vector<float> cmp = { 302.5f, 302.5f }; variable
319 std::vector<float> cmp = { 200.0f, 200.0f, 200.0f }; variable
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_descriptor_test.cpp88 bool cmp; variable
H A Dgatt_service_test.cpp92 bool cmp; variable
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dio_poller.cpp93 bool IOPoller::CasStrong(std::atomic<int>& a, int cmp, int exc) in CasStrong()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dskiplist.c56 FILLP_INT SkiplistInit(struct SkipList *list, funcSkiplistCompair cmp) in SkiplistInit()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dlist.c121 void *ListForEachData(const List *list, const ListCmpFunc cmp, void *parameter) in ListForEachData()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_scroller_test_ng.cpp640 auto cmp = GetChildFocusHub(frameNode_, 6); variable
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_subscribe_info_test.cpp212 SubscribeCompare cmp; variable
/ohos5.0/base/startup/init/services/utils/
H A Dinit_utils.c749 str_compare cmp = strcmp; in OH_ExtendableStrArrayGetIndex() local
786 str_compare cmp = strcmp; in OH_ExtendableStrDictGet() local
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_test.cpp119 void ResourceManagerTest::TestPluralStringById(int quantity, const char *cmp, bool format) const in TestPluralStringById() argument
134 void ResourceManagerTest::TestPluralStringByName(int quantity, const char *cmp, bool format) const in TestPluralStringByName() argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/
H A Dcolor_extract.cpp195 bool ColorExtract::cmp(std::pair<uint32_t, uint32_t>&a, std::pair<uint32_t, uint32_t>&b) {return a.… in cmp() function in OHOS::Rosen::ColorExtract
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_color_extract.cpp163 bool RSColorExtract::cmp(std::pair<uint32_t, uint32_t> &a, std::pair<uint32_t, uint32_t> &b) in cmp() function in OHOS::Rosen::RSColorExtract
/ohos5.0/base/request/request/services/src/manage/scheduler/qos/
H A Dapps.rs156 fn cmp(&self, other: &Self) -> cmp::Ordering { in cmp() method
/ohos5.0/base/request/request/services/src/task/
H A Dconfig.rs166 fn cmp(&self, other: &Self) -> std::cmp::Ordering { in cmp() method
/ohos5.0/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_inner_ext_test/
H A Ddataobs_mgr_inner_ext_test.cpp68 auto cmp = [](const Uri &first, const Uri &second) { in UrisEqual() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_utils.cpp137 bool CloudSyncUtils::EqualInMsLevel(const Timestamp cmp, const Timestamp beCmp) in EqualInMsLevel()
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/devicekvstore_fuzzer/
H A Ddevicekvstore_fuzzer.cpp374 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in RemoveDeviceDataFuzz() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dbasic_rust_types.rs1026 let cmp = types::Value::Empty; in ut_vec_value() localVariable
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/singlekvstore_fuzzer/
H A Dsinglekvstore_fuzzer.cpp342 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in RemoveDeviceDataFuzz() local

12