Home
last modified time | relevance | path

Searched refs:t3 (Results 1 - 23 of 23) sorted by relevance

/foundation/arkui/ui_lite/frameworks/animator/
H A Dinterpolation.cpp28 int64_t t3 = t2 * t; in GetBezierInterpolation() local
33 ret += t3 * u3; in GetBezierInterpolation()
47 float t3 = t2 * t; in GetBezierInterpolation() local
52 ret += t3 * u3; in GetBezierInterpolation()
/foundation/ai/ai_engine/services/common/utils/
H A Dinf_cast_impl.h93 static I* Create(T1& t1, T2& t2, T3& t3) in Create() argument
96 AIE_NEW(p, C(t1, t2, t3)); in Create()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_csync.cpp1057 std::thread t3(f2, std::ref(n)); // pass by reference in HWTEST_F()
1058 std::thread t4(std::move(t3)); // t4 is now running f2(). t3 is no longer a thread in HWTEST_F()
1083 ffrt::thread t3(f2, std::ref(n)); // pass by reference in HWTEST_F()
1084 ffrt::thread t4(std::move(t3)); // t4 is now running f2(). t3 is no longer a thread in HWTEST_F()
1091 EXPECT_EQ(t3.joinable(), false); in HWTEST_F()
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dexpire_lru_cache_test.cpp411 ExpireLruCache<int, int>::Timestamp t3; in HWTEST_F() local
413 ret = t3.IsExpired(10); in HWTEST_F()
H A Dapi_cache_manager_test.cpp1025 std::thread t3(Task003, std::ref(stop)); in HWTEST_F()
1035 t3.join(); in HWTEST_F()
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js16 var j = (this && this.j) || function (t3, target, key, desc) {
20 r = Reflect.o1(t3, target, key, desc);
22 for (var u3 = t3.length - 1; u3 >= 0; u3--) {
23 if (d = t3[u3]) {
1101 this.t3 = new ObservedPropertyObjectPU(Array.from({ length: a1 }, (i3, index) => 0), this, "buttonHeight");
1151 this.t3.purgeDependencyOnElmtId(rmElmtId);
1171 this.t3.aboutToBeDeleted();
1297 return this.t3.get();
1301 this.t3.set(newValue);
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js860 touchEventAction(t3) {
864 if (t3.type === TouchType.Down) {
867 if (t3.type === TouchType.Up || t3.type === TouchType.Cancel) {
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_transaction_data_test.cpp1253 Timestamp t3 = GetMaxTimestamp(); local
1254 EXPECT_TRUE(t3 > 0);
1269 PushOneEntry(OPERATION_ADD, t3 - 1, KEY_4, VALUE_4, entries);
1271 PushOneEntry(OPERATION_ADD, t3 + 1, KEY_5, VALUE_5, entries);
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js495 this.t3 = new ObservedPropertySimplePU(false, this, 'suffixIconOnFocus');
706 this.t3.purgeDependencyOnElmtId(rmElmtId);
743 this.t3.aboutToBeDeleted();
907 return this.t3.get();
910 this.t3.set(newValue);
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js787 const q3 = (s3, t3) => {
794 CollapsibleMenuSection.maxCountOfVisibleItems + t3, isPopup: true }, undefined, w3, () => { }, { page: 'library/src/main/ets/components/mainpage/MainPage.ets', line: 341, col: 13 });
800 CollapsibleMenuSection.maxCountOfVisibleItems + t3,
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js439 loadUrl(t3, y3) {
442 this.webViewController?.loadUrl(t3, y3);
444 this.webViewController?.loadUrl(t3);
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js439 loadUrl(t3, y3) {
442 this.webViewController?.loadUrl(t3, y3);
444 this.webViewController?.loadUrl(t3);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_rd_kernel_test.cpp702 std::thread t3(OpenCloseDatabase, storeId); in FreqOpenClose001()
706 t3.join(); in FreqOpenClose001()
H A Ddistributeddb_interfaces_database_test.cpp1314 std::thread t3(OpenCloseDatabase, storeId); in FreqOpenClose001()
1318 t3.join(); in FreqOpenClose001()
H A Ddistributeddb_interfaces_relational_test.cpp1001 std::string tableName3 = "t3"; in TableConstraintsCheck()
1912 std::string t3 = "t3"; in HWTEST_F() local
1913 sql = "create table " + t3 + "(oid int);"; in HWTEST_F()
1932 EXPECT_EQ(delegate->CreateDistributedTable(t3), OK); in HWTEST_F()
H A Ddistributeddb_interfaces_nb_delegate_rd_test.cpp1822 std::thread t3(GetDataFromDatabase); in FreqGet001()
1826 t3.join(); in FreqGet001()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp698 std::thread t3(testSetSessionId, "default3", "session3"); in HWTEST_F()
701 t3.join(); in HWTEST_F()
825 std::thread t3(testSaveAndRevokeSave, "default3", "session3"); in HWTEST_F()
828 t3.join(); in HWTEST_F()
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js858 let t3 = r3?.message;
859 hilog.error(0x3900, 'Ace', `Faild to toolBar getMaxFontScale, code: ${s3}, message: ${t3}`);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js619 let t3 = this.unmarshallingAssets(t);
620 let q3 = await this.assetLoader.download(v1, r3, s3, t3);
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1715 this.observeComponentCreation2((t3, u3) => {
1728 }, undefined, t3, () => { }, {
1751 this.updateStateVarsOfChildByElmtId(t3, {});
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js745 const t3 = (u3, v3) => {
769 this.menuItems.length), t3, undefined, true, false);
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js1140 this.observeComponentCreation2((t3, u3) => {
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js174 inputText: new t3(),
4617 export class t3 extends l3 {

Completed in 38 milliseconds