Home
last modified time | relevance | path

Searched refs:MAX_VALUE (Results 1 – 25 of 50) sorted by relevance

12

/ohos5.0/drivers/peripheral/light/test/unittest/hdi/
H A Dhdf_light_hdi_test.cpp30 constexpr int32_t MAX_VALUE = 255; variable
83 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE;
106 effect.lightColor.colorValue.rgbColor.g = MAX_VALUE;
129 effect.lightColor.colorValue.rgbColor.b = MAX_VALUE;
152 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE;
178 effect.lightColor.colorValue.rgbColor.g = MAX_VALUE;
204 effect.lightColor.colorValue.rgbColor.b = MAX_VALUE;
229 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE;
230 effect.lightColor.colorValue.rgbColor.g = MAX_VALUE;
231 effect.lightColor.colorValue.rgbColor.b = MAX_VALUE;
[all …]
H A Dhdf_light_hdi_common_test.cpp31 constexpr int32_t MAX_VALUE = 255; variable
113 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE;
136 effect.lightColor.colorValue.rgbColor.g = MAX_VALUE;
158 effect.lightColor.colorValue.rgbColor.b = MAX_VALUE;
181 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE;
182 effect.lightColor.colorValue.rgbColor.g = MAX_VALUE;
183 effect.lightColor.colorValue.rgbColor.b = MAX_VALUE;
205 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE;
206 effect.lightColor.colorValue.rgbColor.g = MAX_VALUE;
207 effect.lightColor.colorValue.rgbColor.b = MAX_VALUE;
[all …]
/ohos5.0/foundation/graphic/graphic_utils_lite/test/
H A Drect_unit_test.cpp27 const int16_t MAX_VALUE = 200; variable
429 Rect* rect1 = new Rect(TEST_VALUE, TEST_VALUE, MAX_VALUE, MAX_VALUE);
434 Rect* rect2 = new Rect(0, 0, MAX_VALUE, MAX_VALUE);
469 Rect* rect2 = new Rect(MIN_VALUE, MIN_VALUE, MAX_VALUE, MAX_VALUE);
479 EXPECT_EQ(rect1->GetRight(), MAX_VALUE);
480 EXPECT_EQ(rect1->GetBottom(), MAX_VALUE);
494 Rect* rect1 = new Rect(MIN_VALUE, MIN_VALUE, MAX_VALUE, MAX_VALUE);
516 Rect* rect1 = new Rect(MIN_VALUE, MIN_VALUE, MAX_VALUE, MAX_VALUE);
542 Rect* rect1 = new Rect(MIN_VALUE, MIN_VALUE, MAX_VALUE, MAX_VALUE);
547 Rect* rect2 = new Rect(MAX_VALUE, MAX_VALUE, MIN_VALUE, MIN_VALUE);
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_abstract_progress_unit_test.cpp24 const int16_t MAX_VALUE = 80; variable
90 abstractProgress_->SetRange(MAX_VALUE, MIN_VALUE);
92 EXPECT_EQ(abstractProgress_->GetRangeMax(), MAX_VALUE);
97 abstractProgress_->SetValue(MAX_VALUE + 1);
98 EXPECT_EQ(abstractProgress_->GetValue(), MAX_VALUE);
116 abstractProgress_->SetRange(MAX_VALUE, MIN_VALUE);
118 EXPECT_EQ(abstractProgress_->GetRangeMax(), MAX_VALUE);
120 abstractProgress_->SetRange(MIN_VALUE, MAX_VALUE);
122 EXPECT_EQ(abstractProgress_->GetRangeMax(), MAX_VALUE);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_content_modifier_test_ng.cpp54 constexpr double MAX_VALUE = 1.0; variable
174 CreateProgress(MAX_VALUE, MAX_VALUE, PROGRESS_TYPE_LINEAR);
178 EXPECT_EQ(config.value_, MAX_VALUE); in __anon742b02070202()
206 CreateProgress(MAX_VALUE, MAX_VALUE, PROGRESS_TYPE_LINEAR);
223 EXPECT_EQ(config.value_, MAX_VALUE); in __anon742b02070302()
224 EXPECT_EQ(config.total_, MAX_VALUE); in __anon742b02070302()
265 EXPECT_EQ(config.total_, MAX_VALUE); in __anon742b02070402()
306 EXPECT_EQ(config.total_, MAX_VALUE); in __anon742b02070502()
347 EXPECT_EQ(config.total_, MAX_VALUE); in __anon742b02070602()
388 EXPECT_EQ(config.total_, MAX_VALUE); in __anon742b02070702()
[all …]
H A Dprogress_builder_test_ng.cpp54 constexpr double MAX_VALUE = 1.0; variable
259 auto model = CreateProgress(MAX_VALUE, MAX_NEG_VALUE_OF_PROGRESS, PROGRESS_TYPE_LINEAR);
280 EXPECT_EQ(config.value_, MAX_VALUE); in __anon759d1e050402()
651 auto model = CreateProgress(MAX_VALUE, MAX_NEG_VALUE_OF_PROGRESS, PROGRESS_TYPE_SCALE);
672 EXPECT_EQ(config.value_, MAX_VALUE); in __anon759d1e050d02()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dradio_switch_tdd_test.h36 constexpr static uint32_t MAX_VALUE = 65555;
37 constexpr static int16_t CHECK_LEN = MAX_VALUE - UINT16_MAX - 1;
H A Dradio_switch_tdd_test.cpp74 width = MAX_VALUE; in WidthRadioValueTest001()
173 width = MAX_VALUE; in WidthSwitchValueTest003()
267 height = MAX_VALUE; in HeightRadioValueTest005()
365 height = MAX_VALUE; in HeightSwitchValueTest007()
/ohos5.0/drivers/peripheral/light/test/performance/common/
H A Dhdf_light_performance_test.cpp30 constexpr int32_t MAX_VALUE = 255; variable
88 effect.lightColor.colorValue.rgbColor.r = MAX_VALUE;
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dpicture_handle_client.cpp42 const int32_t MAX_VALUE = 100000000; variable
187 if (data.ReadInt32(metadataSize) && metadataSize >= 0 && metadataSize < MAX_VALUE) { in ReadAuxiliaryPicture()
305 if (reserveFds < 0 || reserveFds > static_cast<uint32_t>(MAX_VALUE)) { in ReadBufferHandle()
311 if (reserveInts < 0 || reserveInts > static_cast<uint32_t>(MAX_VALUE)) { in ReadBufferHandle()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dastc_codec.cpp214 constexpr double MAX_VALUE = 255; variable
243 … psnr[i] = LOG_BASE * log(static_cast<double>(MAX_VALUE * MAX_VALUE) / mseRgb) / log(LOG_BASE); in CheckQuality()
250 …psnr[RGBA_COM] = LOG_BASE * log(static_cast<double>(MAX_VALUE * MAX_VALUE) / mseRgb) / log(LOG_BAS… in CheckQuality()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_slider/
H A Dui_test_slider.h85 static constexpr int32_t MAX_VALUE = 100; variable
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/copy_listener/
H A Dtrans_listener.cpp276 if (entry->progressSize <= MAX_VALUE && entry->totalSize <= MAX_VALUE) { in CallbackComplete()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/src/prefetcher/
H A DPrefetchRangeRatio.ts179 this.rightToleranceEdge = Number.MAX_VALUE;
/ohos5.0/base/sensors/sensor/test/unittest/interfaces/js/sensor/
H A DSensorJsunit.test.js731 …sensor.getGeomagneticInfo({'latitude':Number.MAX_VALUE, 'longitude':0, 'altitude':0}, timeMillis[0…
838 …sensor.getGeomagneticInfo({'latitude':0, 'longitude':Number.MAX_VALUE, 'altitude':0}, timeMillis[0…
925 …sensor.getGeomagneticInfo({'latitude':0, 'longitude':0, 'altitude':Number.MAX_VALUE}, timeMillis[0…
1106 …sensor.getGeomagneticInfo({'latitude':0, 'longitude':0, 'altitude':Number.MAX_VALUE}, timeMillis[0…
1193 …sensor.getGeomagneticInfo({'latitude':0, 'longitude':Number.MAX_VALUE, 'altitude':0}, timeMillis[0…
1280 …sensor.getGeomagneticInfo({'latitude':0, 'longitude':0, 'altitude':Number.MAX_VALUE}, timeMillis[0…
1431 …await sensor.getGeomagneticInfo({'latitude':Number.MAX_VALUE, 'longitude':0, 'altitude':0}, timeMi…
1518 …await sensor.getGeomagneticInfo({'latitude':0, 'longitude':Number.MAX_VALUE, 'altitude':0}, timeMi…
1581 …await sensor.getGeomagneticInfo({'latitude':0, 'longitude':0, 'altitude':Number.MAX_VALUE}, timeMi…
1743 …await sensor.getGeomagneticInfo({'latitude':0, 'longitude':0, 'altitude':Number.MAX_VALUE}, timeMi…
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreInsertJsunit.test.js320 "salary": Number.MAX_VALUE,
340 expect(Number.MAX_VALUE).assertEqual(salary_1)
H A DRdbstoreInsertSyncJsUnit.test.js313 "salary": Number.MAX_VALUE,
333 expect(Number.MAX_VALUE).assertEqual(salary_1)
/ohos5.0/base/time/time_service/
H A DREADME_zh.md127 interval:Number.MAX_VALUE/2,
H A DREADME.md99 interval:Number.MAX_VALUE/2,
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.h38 const uint64_t MAX_VALUE = 0x7FFFFFFFFFFFFFFF; variable
H A Dcopy.cpp569 if (processedSize <= MAX_VALUE && entry->totalSize <= MAX_VALUE) { in ReceiveComplete()
/ohos5.0/base/telephony/sms_mms/services/sms/include/cdma/
H A Dcdma_sms_common.h39 MAX_VALUE enumerator
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h66 MAX_VALUE enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h601 MAX_VALUE, enumerator
/ohos5.0/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H A Dunittest_fuzzer.cpp132 TeleserviceMsgType::MAX_VALUE, TeleserviceMsgType::RESERVED in GetEnumRandom_TeleserviceMsgType()

12