Home
last modified time | relevance | path

Searched refs:s3 (Results 1 - 16 of 16) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dspline.h29 const float s3 = s2 * s; in Hermite() local
30 const float s23 = 2.f * s3; in Hermite()
35 const float f3 = s3 - 2.f * s2 + s; in Hermite()
36 const float f4 = s3 - s2; in Hermite()
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/multiple_capturer_test/include/
H A Dmultiple_audio_capturer_unit_test.h63 static void TestUnitFunc(SourceType s1, SourceType s2, FOCUS_RULING exp1, SourceType s3, FOCUS_RULING exp2);
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/multiple_capturer_test/src/
H A Dmultiple_audio_capturer_unit_test.cpp60 SourceType s3, FOCUS_RULING exp2) in TestUnitFunc()
87 MultipleAudioCapturerUnitTest::AudioCapUnitTestFunc(audioCapturer3, cb3, s3); in TestUnitFunc()
89 MultipleAudioCapturerUnitTest::AudioCapUnitTestFunc(audioCapturer3, cb3, s3, false); in TestUnitFunc()
93 MultipleAudioCapturerUnitTest::AudioCapUnitTestFunc(audioCapturer3, cb3, s3); in TestUnitFunc()
97 MultipleAudioCapturerUnitTest::AudioCapUnitTestFunc(audioCapturer3, cb3, s3); in TestUnitFunc()
59 TestUnitFunc(SourceType s1, SourceType s2, FOCUS_RULING exp1, SourceType s3, FOCUS_RULING exp2) TestUnitFunc() argument
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h681 CharT const* const s3 = s2 + str.length(); variable
683 for (auto s = s2; s != s3; s++) {
725 CharT const* const s3 = s2 + str.length(); variable
727 for (auto s = s2; s != s3; s++) {
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js146 constructor(s3) {
147 super(typeof s3 === 'number' ? s3 : 0);
151 if (typeof s3 !== 'number' && s3 !== void 0) {
152 super.push(...s3.map((element) => new SegmentButtonItemOptions(element)));
1100 this.s3 = new ObservedPropertyObjectPU(Array.from({ length: a1 }, (j3, index) => 0), this, "buttonWidth");
1150 this.s3.purgeDependencyOnElmtId(rmElmtId);
1170 this.s3.aboutToBeDeleted();
1289 return this.s3
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js874 keyEventAction(s3) {
878 if (s3.keyCode !== KeyCode.KEYCODE_ENTER && s3.keyCode !== KeyCode.KEYCODE_SPACE) {
881 if (s3.type === KeyType.Down) {
884 if (s3.type === KeyType.Up) {
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js491 this.s3 = new ObservedPropertySimplePU(false, this, 'useDefaultSuffixIcon');
705 this.s3.purgeDependencyOnElmtId(rmElmtId);
742 this.s3.aboutToBeDeleted();
901 return this.s3.get();
904 this.s3.set(newValue);
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js857 let s3 = r3?.code;
859 hilog.error(0x3900, 'Ace', `Faild to toolBar getMaxFontScale, code: ${s3}, message: ${t3}`);
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js787 const q3 = (s3, t3) => {
788 const u3 = s3;
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js999 filePreview.canPreview(this.context, o3).then((s3) => {
1000 if (!s3) {
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js999 filePreview.canPreview(this.context, o3).then((s3) => {
1000 if (!s3) {
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js616 let s3 = t.readString();
620 let q3 = await this.assetLoader.download(v1, r3, s3, t3);
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js175 w3: new s3(''),
193 w18.w3 = new s3(nodeParam.primaryTitle);
4504 class s3 extends l3 {
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js743 this.observeComponentCreation2((r3, s3) => {
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1703 this.observeComponentCreation2((r3, s3) => {
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js1668 this.observeComponentCreation2((r3, s3) => {

Completed in 23 milliseconds