Home
last modified time | relevance | path

Searched defs:floatValue (Results 1 – 25 of 70) sorted by relevance

123

/ohos5.0/base/update/updater/test/unittest/script/
H A Dscript_interpreter_unittest.cpp64 float floatValue = 10.0; in TestScriptInterpreterScriptValue() local
105 float floatValue = 100.0; in TestScriptInstructionContext() local
127 float floatValue = 100.0; in TestIntegerValueComputer() local
142 float floatValue = 100; in TestFloatValueComputer() local
170 float floatValue = 100.0; in TestStringValueComputer() local
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/format/
H A Davformat_unit_test.cpp79 float floatValue = 1.0; variable
148 float floatValue = 1.0; variable
474 float floatValue = 1.0; in CheckFormatMap() local
532 float floatValue = 1.0; variable
563 float floatValue = 1.0; variable
620 float floatValue = 1.0; variable
650 float floatValue = 1.0; variable
/aosp12/art/test/569-checker-pattern-replacement/src-multidex/
H A DDerived.java51 public Derived(float floatValue) { in Derived()
56 public Derived(int intValue, double doubleValue, Object objectValue, float floatValue) { in Derived()
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarPropertyValueTest.java35 CarPropertyValue<Float> floatValue = in testSimpleFloatValue() local
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DParcelableForToString.h49 float floatValue = float(0.000000f); variable
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DInclusiveFloatRangeValidator.java41 final float floatValue = Float.parseFloat(value); in validate() local
/aosp12/art/test/952-invoke-custom/util-src/annotations/
H A DConstant.java38 float[] floatValue() default {}; in floatValue() method
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dunion_image_effect___data_value.md64 ### floatValue subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A Dunion_image_effect___data_value.md61 ### floatValue subsection
/ohos5.0/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_ffi.h30 float floatValue; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dinitial_transform_component.h33 float floatValue; member
/aosp12/packages/modules/StatsD/framework/test/src/android/os/
H A DStatsDimensionsValueTest.java36 float floatValue = 1.1f; in testConversionFromStructuredParcel() local
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantfifth_fuzzer/
H A Dwantfifth_fuzzer.cpp55 float floatValue = 0.0; in DoSomethingInterestingWithMyAPI() local
/aosp12/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
H A DILoggableInterface.java10 …ay, int intValue, int[] intArray, long longValue, long[] longArray, float floatValue, float[] floa… in LogThis()
163 …ay, int intValue, int[] intArray, long longValue, long[] longArray, float floatValue, float[] floa… in LogThis()
254 …ay, int intValue, int[] intArray, long longValue, long[] longArray, float floatValue, float[] floa… in LogThis()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DParcelableForToString.h33 float floatValue = 0.000000f; variable
/aosp12/system/tools/aidl/tests/android/aidl/loggable/
H A DILoggableInterface.aidl8 inout int[] intArray, long longValue, inout long[] longArray, float floatValue, in LogThis()
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantparamssecond_fuzzer/
H A Dwantparamssecond_fuzzer.cpp50 float floatValue = 0.0; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/
H A Dslider_test_ng.cpp232 std::function<void(float, int32_t)> eventOnChange = [](float floatValue, int32_t intValue) {}; in __anon083680fb0202()
1079 std::function<void(float, int32_t)> eventOnChange = [](float floatValue, int32_t intValue) {}; in __anon083680fb0302()
1110 std::function<void(float, int32_t)> eventOnChange = [](float floatValue, int32_t intValue) {}; in __anon083680fb0402()
1141 std::function<void(float, int32_t)> eventOnChange = [](float floatValue, int32_t intValue) {}; in __anon083680fb0502()
1736 std::function<void(float, int32_t)> eventOnChange = [](float floatValue, int32_t intValue) {}; in __anon083680fb0602()
1783 … std::function<void(float, int32_t)> eventOnChange = [](float floatValue, int32_t intValue) {}; in __anon083680fb0702()
1846 … std::function<void(float, int32_t)> eventOnChange = [](float floatValue, int32_t intValue) {}; in __anon083680fb0802()
1930 … std::function<void(float, int32_t)> eventOnChange = [](float floatValue, int32_t intValue) {}; in __anon083680fb0902()
/aosp12/art/test/070-nio-buffer/src/
H A DMain.java134 final float floatValue = 3.14159f; in storeValues() local
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_loggable_interface.cpp68 float floatValue{50}; in TEST_F() local
H A Daidl_test_client_ndk_loggable_interface.cpp74 float floatValue{50}; in TEST_F() local
/ohos5.0/foundation/multimedia/audio_framework/test/fuzztest/audioserverbalance_fuzzer/
H A Daudio_server_balance_fuzzer.cpp35 float floatValue = static_cast<float>(*ptr); in Convert2Float() local
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestJsonHelper.cpp189 float floatValue = 50.0f; variable
288 float floatValue = 70.0f; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_property_test.cpp293 … std::shared_ptr<RSRenderProperty<float>> floatValue = std::make_shared<RSRenderProperty<float>>(); variable
418 … std::shared_ptr<RSRenderProperty<float>> floatValue = std::make_shared<RSRenderProperty<float>>(); variable
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DParcelableForToString.java13 public float floatValue = 0.000000f; field in ParcelableForToString

123