Home
last modified time | relevance | path

Searched refs:s1 (Results 1 - 25 of 38) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/runtimeeffect_fuzzer/
H A Druntime_effect_fuzzer.cpp47 char* s1 = new char[count]; in RuntimeEffectFuzzTest000() local
49 s1[i] = GetObject<char>(); in RuntimeEffectFuzzTest000()
51 s1[count - 1] = '\0'; in RuntimeEffectFuzzTest000()
52 std::shared_ptr<RuntimeEffect> runtimee = RuntimeEffect::CreateForShader(s1, runeo); in RuntimeEffectFuzzTest000()
53 std::shared_ptr<RuntimeEffect> runtimee1 = RuntimeEffect::CreateForShader(s1); in RuntimeEffectFuzzTest000()
54 std::shared_ptr<RuntimeEffect> runtimee2 = RuntimeEffect::CreateForES3Shader(s1); in RuntimeEffectFuzzTest000()
55 std::shared_ptr<RuntimeEffect> runtimee3 = RuntimeEffect::CreateForBlender(s1); in RuntimeEffectFuzzTest000()
56 RuntimeEffect rune = RuntimeEffect(s1); in RuntimeEffectFuzzTest000()
57 RuntimeEffect rune1 = RuntimeEffect(s1, runeo); in RuntimeEffectFuzzTest000()
58 RuntimeEffect rune2 = RuntimeEffect(s1, rune in RuntimeEffectFuzzTest000()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dsize.h44 friend inline bool operator==(const SizeF& s1, const SizeF& s2);
45 friend inline bool operator!=(const SizeF& s1, const SizeF& s2);
90 inline bool operator==(const SizeF& s1, const SizeF& s2) in operator ==() argument
92 return s1.width_ == s2.width_ && s1.height_ == s2.height_; in operator ==()
95 inline bool operator!=(const SizeF& s1, const SizeF& s2) in operator !=() argument
97 return s1.width_ != s2.width_ || s1.height_ != s2.height_; in operator !=()
116 friend inline bool operator==(const SizeI& s1, const SizeI& s2);
117 friend inline bool operator!=(const SizeI& s1, cons
162 operator ==(const SizeI& s1, const SizeI& s2) operator ==() argument
167 operator !=(const SizeI& s1, const SizeI& s2) operator !=() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/size_fuzzer/
H A Dsize_fuzzer.cpp62 SizeI s1 = SizeI(w, h); in SizeFuzzTest001() local
63 SizeI s2 = SizeI(s1); in SizeFuzzTest001()
71 if (s1 == s2) {} in SizeFuzzTest001()
72 if (s1 != s2) {} in SizeFuzzTest001()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_utils.cpp38 bool operator()(const string& s1, const string& s2) const in operator ()()
40 return lexicographical_compare(s1.begin(), s1.end(), s2.begin(), s2.end(), in operator ()()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h657 CharT const* s1 = data() + pos; variable
659 for (auto it = 0u; it <= todo; it++, pos--, s1--) {
660 const auto diff = basic_string_view<CharT>(s1, len2).compare(str);
679 CharT const* s1 = data() + pos; variable
682 for (; pos < len; pos++, s1++) {
684 if (*s == *s1) {
703 CharT const* s1 = data() + pos; variable
704 for (; pos < len; pos++, s1++) {
705 if (*s1 == ch) {
723 CharT const* s1 variable
751 CharT const* s1 = data() + pos; global() variable
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dluma_filter.cpp113 void draw_scene_oval(OH_Drawing_Canvas* canvas, OH_Drawing_Brush* brush, DrawRect bounds, OH_Drawing_ShaderEffect* s1) in draw_scene_oval() argument
127 OH_Drawing_BrushSetShaderEffect(brush, s1); in draw_scene_oval()
128 OH_Drawing_BrushSetColor(brush, s1 ? 0xFF000000 : ColorSetA(kColor1, 0x80)); in draw_scene_oval()
137 OH_Drawing_ShaderEffect* s1, OH_Drawing_ShaderEffect* s2) in draw_scene()
145 draw_scene_oval(canvas, brush, bounds, s1); in draw_scene()
146 if (!s1) { in draw_scene()
136 draw_scene(OH_Drawing_Canvas* canvas, OH_Drawing_ColorFilter* cFilter, OH_Drawing_BlendMode mode, OH_Drawing_ShaderEffect* s1, OH_Drawing_ShaderEffect* s2) draw_scene() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_runtime_effect_test.cpp133 std::string s1 = "safd"; in HWTEST_F() local
135 skiaRuntimeEffect.InitForES3Shader(s1); in HWTEST_F()
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test_ext.cpp78 std::string s1 = info1->filePath.substr(0, info1->filePath.rfind("/") + 1) + info1->testCaseName + info1->testName; in Cmp() local
80 return s1 < s2; in Cmp()
/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/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js163 r1.forEach(s1 => {
164 u.writeString(s1);
165 let t1 = q1[s1];
200 r1.forEach(s1 => {
201 u.writeString(s1);
202 let y1 = x1.subscribe[s1];
439 r1.forEach(s1 => {
440 u.writeString(s1);
441 let t1 = k3[s1];
544 let s1
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsbasecommon_fuzzer/
H A Drsbasecommon_fuzzer.cpp162 float s1 = GetData<float>(); in RSObjOcclusionFuzzTest() local
164 std::shared_ptr<Occlusion::Node> node = std::make_shared<Occlusion::Node>(s1, e1); in RSObjOcclusionFuzzTest()
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dsafe_area_manager_test_ng.cpp79 void CommonExpectEQ(const Rect& s1, const Rect& s2);
123 void SafeAreaManagerTest::CommonExpectEQ(const Rect& s1, const Rect& s2) in CommonExpectEQ() argument
125 EXPECT_EQ(s1.left, s2.left); in CommonExpectEQ()
126 EXPECT_EQ(s1.right, s2.right); in CommonExpectEQ()
127 EXPECT_EQ(s1.top, s2.top); in CommonExpectEQ()
128 EXPECT_EQ(s1.bottom, s2.bottom); in CommonExpectEQ()
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_stub_unittest.cpp243 ParamStruct s1; in HWTEST_F() local
245 memset_s(&s1, sizeof(ParamStruct), 0, sizeof(ParamStruct)); in HWTEST_F()
247 s1.obj = testStub; in HWTEST_F()
248 s1.ret = 0; in HWTEST_F()
252 int ret1 = pthread_create(&thread1, NULL, GetLastRequestTimeTestThreadFunc, &s1); in HWTEST_F()
261 EXPECT_NE(s1.ret, 0); in HWTEST_F()
263 EXPECT_EQ(s1.ret, s2.ret); in HWTEST_F()
264 EXPECT_EQ(s1.ret, ret); in HWTEST_F()
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dcompatible_check.cpp119 static bool StringEqIgnoreCase(const std::string& s1, const std::string& s2) in StringEqIgnoreCase() argument
121 if (s1.length() == s2.length()) { in StringEqIgnoreCase()
122 return std::equal(s1.begin(), s1.end(), s2.begin(), [](char a, char b) { return tolower(a) == tolower(b); }); in StringEqIgnoreCase()
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/
H A Dchip.js173 s1: 1.75,
515 this.isClipable = (this.toVp(this.fontSizeScale) >= this.theme.q1.s1) ? true : false;
1014 lengthMetricsToVp(s1) {
1016 if (s1) {
1017 switch (s1.unit) {
1019 return px2vp(s1.value);
1021 return s1.value;
1023 px2vp(fp2px(s1.value));
1028 return px2vp(lpx2px(s1.value));
1529 } else if (this.toVp(this.fontSizeScale) >= this.theme.q1.s1) {
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_shader_effect.h42 void InitWithBlend(const ShaderEffect& s1, const ShaderEffect& s2, BlendMode mode) override;
H A Dskia_shader_effect.cpp57 void SkiaShaderEffect::InitWithBlend(const ShaderEffect& s1, const ShaderEffect& s2, BlendMode mode) in InitWithBlend() argument
59 auto dst = s1.GetImpl<SkiaShaderEffect>(); in InitWithBlend()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dshader_effect_impl.h49 virtual void InitWithBlend(const ShaderEffect& s1, const ShaderEffect& s2, BlendMode mode) = 0;
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/multiple_capturer_test/src/
H A Dmultiple_audio_capturer_unit_test.cpp59 void MultipleAudioCapturerUnitTest::TestUnitFunc(SourceType s1, SourceType s2, FOCUS_RULING exp1, in TestUnitFunc() argument
70 MultipleAudioCapturerUnitTest::AudioCapUnitTestFunc(audioCapturer1, cb1, s1); in TestUnitFunc()
/foundation/arkui/ace_engine/advanced_ui_component/foldsplitcontainer/interfaces/
H A Dfoldsplitcontainer.js579 const s1 = withDefaultValue(
583 if (s1 === ExtraRegionPosition.BOTTOM) {
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js54 s1: {
246 this.selectedFontColor = options.selectedFontColor ?? e1.s1;
2262 let s1 = q1.localX;
2267 s1 = s1 - this.buttonItemsSize[u1].width;
2268 if (s1 < 0) {
2623 e1.s1 : e1.t1) :
/foundation/arkui/ace_engine/advanced_ui_component/interstitialdialogaction/interfaces/
H A Dinterstitialdialogaction.js113 (l ? l : this).observeComponentCreation2((q1, r1, s1 = m) => {
/foundation/arkui/advanced_ui_component/interstitialdialogaction/interfaces/
H A Dinterstitialdialogaction.js113 (l ? l : this).observeComponentCreation2((q1, r1, s1 = m) => {
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js1128 constructor(o1, p1, q1, r1 = -1, s1 = undefined, t1) {
1130 if (typeof s1 === 'function') {
1131 this.paramsGenerator_ = s1;
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js959 constructor(r1, s1, t1, u1 = -1, v1 = undefined, w1) {
979 this.__fontSize = new SynchedPropertySimpleOneWayPU(s1.fontSize, this, 'fontSize');
983 this.setInitiallyProvidedValue(s1);

Completed in 19 milliseconds

12