Home
last modified time | relevance | path

Searched refs:t3 (Results 1 – 25 of 84) sorted by relevance

1234

/ohos5.0/base/update/updater/test/unittest/test_data/src/
H A Dtest_math.us30 t3 = (t1 + t2) * (t1 - t2);
32 if (t3 > t4) {
33 Stdout(t1, t2, t3, t4);
35 Stdout(t1, t2, t3, t4);
/ohos5.0/base/update/updater/test/fuzztest/fuzz_src_data/
H A Dtest_math.us30 t3 = (t1 + t2) * (t1 - t2);
32 if (t3 > t4) {
33 Stdout(t1, t2, t3, t4);
35 Stdout(t1, t2, t3, t4);
/ohos5.0/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()
/ohos5.0/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()
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-64bits-coding-guide.md463 int32_t t3 = t1 + t2;
464 printf("t3 = %d\n", t3);
466 // 打印结果: t3 = -1
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_csync.cpp825 std::thread t3(f2, std::ref(n)); // pass by reference
826 std::thread t4(std::move(t3)); // t4 is now running f2(). t3 is no longer a thread
851 ffrt::thread t3(f2, std::ref(n)); // pass by reference
852 ffrt::thread t4(std::move(t3)); // t4 is now running f2(). t3 is no longer a thread
859 EXPECT_EQ(t3.joinable(), false);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/
H A Dmultinavigation.js1047 for (let t3 = 0; t3 < o3; t3++) {
1049 p3 += this.subStackList[t3].getAllInfoLength();
1051 q3 = t3;
1052 if (this.subStackList[t3].getPrimaryPolicy() === SplitPolicy.HOME_PAGE) {
1055 this.subStackList[t3].secondaryStack.moveIndexToTop(v3 - 1, n3);
1056 … const w3 = this.subStackList[t3].secondaryStack.policyInfoList.splice(v3 - 1, 1);
1057 this.subStackList[t3].secondaryStack.policyInfoList.push(...w3);
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/
H A Dinputmethodlist.js595 const q3 = (s3, t3) => {
603 this.InputMethodItem.bind(this)(this.inputMethods[t3].label,
609 t3 < this.inputMethods.length - 1,
/ohos5.0/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/
H A Dexpire_lru_cache_test.cpp400 ExpireLruCache<int, int>::Timestamp t3; variable
402 ret = t3.IsExpired(10);
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-new-monitor.md529 T3 = "t3" // enum枚举值
536 @Trace t3: number = 0;
549 console.log(`t3 change from ${monitor.value()?.before} to ${monitor.value()?.now}`);
570 Button("Change t3")
572 this.info.t3++; // 能够触发onT3Change方法
/ohos5.0/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) {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_transaction_data_test.cpp1253 Timestamp t3 = GetMaxTimestamp(); variable
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);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js495 this.t3 = new ObservedPropertySimplePU(false, this, 'suffixIconOnFocus');
701 this.t3.purgeDependencyOnElmtId(rmElmtId);
737 this.t3.aboutToBeDeleted();
900 return this.t3.get();
903 this.t3.set(newValue);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js440 loadUrl(t3, y3) { argument
443 this.webViewController?.loadUrl(t3, y3);
445 this.webViewController?.loadUrl(t3);
/ohos5.0/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() local
706 t3.join(); in FreqOpenClose001()
/ohos5.0/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, () => { }, { p…
800 CollapsibleMenuSection.maxCountOfVisibleItems + t3,
/ohos5.0/base/update/updater/test/unittest/test_data/diffpatch/
H A DPatchGztest_new.gz1[==========] Running 25 tests from 7 test ...
H A DPatchGztest_old.gz1[==========] Running 25 tests from 7 test ...
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dobject_store_test.cpp698 std::thread t3(testSetSessionId, "default3", "session3"); variable
701 t3.join();
825 std::thread t3(testSaveAndRevokeSave, "default3", "session3"); variable
828 t3.join();
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-new-monitor.md526 T3 = "t3" // Enum
533 @Trace t3: number = 0;
546 console.log(`t3 change from ${monitor.value()?.before} to ${monitor.value()?.now}`);
567 Button("Change t3")
569 this.info.t3++; // Can trigger the onT3Change method.
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js858 let t3 = r3?.message; variable
859 hilog.error(0x3900, 'Ace', `Faild to toolBar getMaxFontScale, code: ${s3}, message: ${t3}`);
/ohos5.0/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);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/splitlayout/interfaces/
H A Dsplitlayout.js147 this.observeComponentCreation2((s3, t3) => {
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/miscservices/pasteboard_native/system/
H A Dpasteboard_service.te104 #avc: denied { create } for pid=2147 comm="IPC_3_2709" name="t3.jpeg" scontext=u:r:pasteboard_se…
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-64bits-coding-guide.md463 int32_t t3 = t1 + t2;
464 printf("t3 = %d\n", t3);
466 // Printed: t3 = -1

1234