Home
last modified time | relevance | path

Searched refs:valueCount (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/input/edittext/
H A Dindex.js19 var valueCount= 0; variable
46 if (valueCount % 3 == 0) {
48 } else if (valueCount % 3 == 1) {
54 valueCount++;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_data_generate_unit_test.cpp33 void GenerateValue(int valueCount, int startPosition, Value &valueTest) in GenerateValue() argument
35 if (valueCount <= 0) { in GenerateValue()
39 for (i = 0; i < valueCount; i++) { in GenerateValue()
H A Ddistributeddb_data_generate_unit_test.h99 // generate a value, has valueCount chars, from VALUE_LETTER[startPosition], return valueTest
100 void GenerateValue(int valueCount, int startPosition, DistributedDB::Value &valueTest);
103 * generate an entry, entry.key and entry.value have valueCount chars,
109 * generate a vector<entry>, vector.size() is entryVectorCount, entry.key and entry.value have valueCount chars,
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
H A Dstylemgr_tdd_test.cpp67 uint8_t valueCount, in ReleaseTestResources()
72 if ((values != nullptr) && (valueCount != 0)) { in ReleaseTestResources()
73 for (int i = 0; i < valueCount; i++) { in ReleaseTestResources()
642 const uint8_t valueCount = 2; in ACELiteStyleManagerIDSelector004() local
643 const jerry_value_t jsValues[valueCount] = {option, styleSheetObj}; in ACELiteStyleManagerIDSelector004()
652 ReleaseTestResources(jsValues, valueCount, components, componentCount); in ACELiteStyleManagerIDSelector004()
660 ReleaseTestResources(jsValues, valueCount, components, componentCount); in ACELiteStyleManagerIDSelector004()
66 ReleaseTestResources(const jerry_value_t* values, uint8_t valueCount, Component** components, uint8_t componentCount) const ReleaseTestResources() argument
H A Dstylemgr_tdd_test.h50 uint8_t valueCount,
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfAnyTest.cpp337 static constexpr auto valueCount = 3; in HWTEST_F() local
338 const uint32_t valuesArr[valueCount] = { 1, 2, 3 }; in HWTEST_F()
346 uint32_t values[valueCount]; in HWTEST_F()
347 auto valuesSize = sizeof(uint32_t) * valueCount; in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp550 const size_t valueCount = sizeof(VkPhysicalDeviceFeatures) / sizeof(VkBool32); in PreparePhysicalDeviceFeaturesForEnabling() local
552 reinterpret_cast<VkBool32*>(&plat.physicalDeviceProperties.physicalDeviceFeatures), valueCount); in PreparePhysicalDeviceFeaturesForEnabling() local
555 const array_view<const VkBool32> wanted(reinterpret_cast<VkBool32*>(wantedFeatures), valueCount); in PreparePhysicalDeviceFeaturesForEnabling() local
558 reinterpret_cast<VkBool32*>(&plat.enabledPhysicalDeviceFeatures), valueCount); in PreparePhysicalDeviceFeaturesForEnabling() local
559 for (size_t idx = 0; idx < valueCount; ++idx) { in PreparePhysicalDeviceFeaturesForEnabling()

Completed in 6 milliseconds