Home
last modified time | relevance | path

Searched defs:t2 (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dresource_manager_performance_test.cpp179 auto t2 = std::chrono::high_resolution_clock::now(); in TestLoadFromIndex() local
227 auto t2 = std::chrono::high_resolution_clock::now(); variable
262 auto t2 = std::chrono::high_resolution_clock::now(); variable
456 auto t2 = std::chrono::high_resolution_clock::now(); variable
482 auto t2 = std::chrono::high_resolution_clock::now(); variable
703 auto t2 = std::chrono::high_resolution_clock::now(); variable
729 auto t2 = std::chrono::high_resolution_clock::now(); variable
758 auto t2 = std::chrono::high_resolution_clock::now(); variable
784 auto t2 = std::chrono::high_resolution_clock::now(); variable
813 auto t2 = std::chrono::high_resolution_clock::now(); variable
[all …]
H A Dlocale_info_test.cpp603 auto t2 = std::chrono::high_resolution_clock::now(); variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_performance_test.cpp142 auto t2 = std::chrono::high_resolution_clock::now(); in ParseIndexCost() local
234 auto t2 = std::chrono::high_resolution_clock::now(); variable
269 auto t2 = std::chrono::high_resolution_clock::now(); variable
463 auto t2 = std::chrono::high_resolution_clock::now(); variable
489 auto t2 = std::chrono::high_resolution_clock::now(); variable
710 auto t2 = std::chrono::high_resolution_clock::now(); variable
736 auto t2 = std::chrono::high_resolution_clock::now(); variable
765 auto t2 = std::chrono::high_resolution_clock::now(); variable
791 auto t2 = std::chrono::high_resolution_clock::now(); variable
820 auto t2 = std::chrono::high_resolution_clock::now(); variable
[all …]
H A Dlocale_info_test.cpp603 auto t2 = std::chrono::high_resolution_clock::now(); variable
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/
H A Dbenchmark_assert.h22 void AssertEqual(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& state) in AssertEqual()
30 void AssertUnequal(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& state) in AssertUnequal()
54 void AssertLessThan(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& state) in AssertLessThan()
62 void AssertLessThanOrEqual(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& sta… in AssertLessThanOrEqual()
70 void AssertGreaterThan(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& state) in AssertGreaterThan()
78 void AssertGreaterThanOrEqual(const T1 &t1, const T2 &t2, const char* printInfo, benchmark::State& … in AssertGreaterThanOrEqual()
/ohos5.0/base/global/i18n/frameworks/zone/test/unittest/
H A Dzone_util_performance_test.cpp67 auto t2 = std::chrono::high_resolution_clock::now(); variable
93 auto t2 = std::chrono::high_resolution_clock::now(); variable
117 auto t2 = std::chrono::high_resolution_clock::now(); variable
140 auto t2 = std::chrono::high_resolution_clock::now(); variable
163 auto t2 = std::chrono::high_resolution_clock::now(); variable
186 auto t2 = std::chrono::high_resolution_clock::now(); variable
/ohos5.0/foundation/ai/ai_engine/services/common/utils/
H A Dinf_cast_impl.h76 static I* Create(T1& t1, T2& t2) in Create()
93 static I* Create(T1& t1, T2& t2, T3& t3) in Create()
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dtype_cast_ext.h35 inline bool IsSameType(const std::type_info& t1, const std::type_info& t2) noexcept in IsSameType()
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/cpp_ext/
H A Dtype_cast_ext.h34 inline bool IsSameType(const std::type_info &t1, const std::type_info &t2) noexcept in IsSameType()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgraphic_math.cpp105 float t2; in FastAtan2() local
139 float t2; in FastAtan2F() local
H A Dtrans_affine.cpp38 float t2 = data_[1] * metrix.data_[0] + data_[4] * metrix.data_[1]; in Multiply() local
/ohos5.0/base/security/access_token/frameworks/common/src/
H A Dtime_util.cpp40 struct tm t2 = {0}; in IsTimeStampsSameMinute() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/animator/
H A Dinterpolation.cpp27 int64_t t2 = t * t; in GetBezierInterpolation() local
46 float t2 = t * t; in GetBezierInterpolation() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/common/include/
H A Dcgroup_sched_common.h47 Clock::time_point t2 = Clock::now(); in ~ChronoScope() local
/ohos5.0/base/hiviewdfx/hitrace/cmd/example/
H A Dhitrace_example.cpp134 thread t2(ThreadFunc2, label); in FuncMain() local
/ohos5.0/commonlibrary/c_utils/base/src/
H A Ddatetime_ex.cpp77 auto t2 = t1; in GetLocalTimeZone() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_pcb.c34 IGNORE_OVERFLOW static inline FILLP_INT FillpSkiplistCmp(void *t1, void *t2) in FillpSkiplistCmp()
46 IGNORE_OVERFLOW static inline FILLP_INT FillpSkiplistRecvcmp(void *t1, void *t2) in FillpSkiplistRecvcmp()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_rd_kernel_test.cpp701 std::thread t2(OpenCloseDatabase, storeId); in FreqOpenClose001() local
715 std::thread t2([&]() { in FreqOpenCloseDel001() local
H A Druntime_context_process_system_api_adapter_impl_test.cpp256 std::thread t2([&]() { in CheckDeviceSecurityAbility002() local
H A Ddistributeddb_interfaces_database_test.cpp1313 std::thread t2(OpenCloseDatabase, storeId); in FreqOpenClose001() local
1327 std::thread t2([&]() { in FreqOpenCloseDel001() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js69 constructor(t2, u2, v2, w2 = -1, x2 = undefined, y2) { argument
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_csync.cpp820 std::thread t2(f1, n + 1); variable
824 std::thread t2(f1, n + 1); // pass by value variable
846 ffrt::thread t2(f1, n + 1); variable
850 ffrt::thread t2(f1, n + 1); // pass by value variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Drofs_filesystem.cpp182 const size_t t2 = tmp.find_first_of('/', t); in RoFileSystem() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsblurfilter_fuzzer/
H A Drsblurfilter_fuzzer.cpp164 float t2 = GetData<float>(); in DoDrawImageRect() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/
H A Dselecttitlebar.js799 constructor(p2, q2, r2, s2 = -1, t2 = undefined, u2) { argument

12