Searched defs:firstValue (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/test/unittest/event_bean_test/src/ |
H A D | event_bean_unit_test.cpp | 157 int32_t firstValue = 2; variable 169 int32_t firstValue = 2; variable 181 std::string firstValue = "com.sample.unittest1"; variable 193 std::string firstValue = "com.sample.unittest1"; variable 205 uint64_t firstValue = 4153092512; variable 217 uint64_t firstValue = 4153092512; variable 229 float firstValue = 0.12; variable 241 float firstValue = 0.12; variable
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | picker_view_tdd_test.cpp | 83 jerry_value_t firstValue = jerry_create_string(reinterpret_cast<const jerry_char_t *>("AA")); in SetTextPickerRange() local 247 jerry_value_t firstValue = jerry_create_null(); in ComponentPickerviewAttributeSetTest003() local
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/vertexprimitive/ |
H A D | geometry_range_adapter.h | 40 inline void SwapElements(T& firstValue, T& secondValue) in SwapElements()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_test.cpp | 1869 zchar firstValue = U'中'; variable 1892 zchar firstValue = U'中'; variable 2348 std::vector<short> firstValue({-1, -2}); variable 2432 short firstValue = 1; variable 2455 short firstValue = -1; variable 2876 int firstValue = 1; variable 2899 int firstValue = -1; variable 2990 std::vector<int> firstValue({1, 4, -9}); variable 3012 std::vector<int> firstValue({-1, -2}); variable 3327 std::vector<byte> firstValue({'a', '2'}); variable [all …]
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 2230 zchar firstValue = U'中'; variable 2252 zchar firstValue = U'中'; variable 2691 std::vector<short> firstValue({-1, -2}); variable 2773 short firstValue = 1; variable 2795 short firstValue = -1; variable 3202 int firstValue = 1; variable 3224 int firstValue = -1; variable 3312 std::vector<int> firstValue({1, 4, -9}); variable 3333 std::vector<int> firstValue({-1, -2}); variable 3637 std::vector<byte> firstValue({'a', '2'}); variable [all …]
|