Home
last modified time | relevance | path

Searched defs:fv (Results 1 – 25 of 187) sorted by relevance

12345678

/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/
H A DRelativeDateTimeFormatterTest.java1047 FormattedRelativeDateTime fv = fmt.formatToValue(1, RelativeDateTimeUnit.DAY); in TestFields() local
1055 FormattedRelativeDateTime fv = fmt.formatToValue(3, RelativeDateTimeUnit.DAY); in TestFields() local
1066 FormattedRelativeDateTime fv = fmt.formatToValue(Direction.NEXT, AbsoluteUnit.MONDAY); in TestFields() local
1074 FormattedRelativeDateTime fv = fmt.formatNumericToValue(1.5, RelativeDateTimeUnit.WEEK); in TestFields() local
1087 … FormattedRelativeDateTime fv = fmt.formatToValue(12, Direction.LAST, RelativeUnit.HOURS); in TestFields() local
1100 FormattedRelativeDateTime fv = fmt.formatToValue(12, RelativeDateTimeUnit.HOUR); in TestFields() local
1121 FormattedRelativeDateTime fv = fmt.formatToValue(-100, RelativeDateTimeUnit.YEAR); in TestRBNF() local
H A DFormattedValueTest.java149 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue()
154 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue()
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DRelativeDateTimeFormatterTest.java1050 FormattedRelativeDateTime fv = fmt.formatToValue(1, RelativeDateTimeUnit.DAY); in TestFields() local
1058 FormattedRelativeDateTime fv = fmt.formatToValue(3, RelativeDateTimeUnit.DAY); in TestFields() local
1069 FormattedRelativeDateTime fv = fmt.formatToValue(Direction.NEXT, AbsoluteUnit.MONDAY); in TestFields() local
1077 FormattedRelativeDateTime fv = fmt.formatNumericToValue(1.5, RelativeDateTimeUnit.WEEK); in TestFields() local
1090 … FormattedRelativeDateTime fv = fmt.formatToValue(12, Direction.LAST, RelativeUnit.HOURS); in TestFields() local
1103 FormattedRelativeDateTime fv = fmt.formatToValue(12, RelativeDateTimeUnit.HOUR); in TestFields() local
1124 FormattedRelativeDateTime fv = fmt.formatToValue(-100, RelativeDateTimeUnit.YEAR); in TestRBNF() local
H A DFormattedValueTest.java152 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue()
157 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue()
/aosp_15_r20/external/webrtc/api/
H A Dfunction_view_unittest.cc22 int CallWith33(rtc::FunctionView<int(int)> fv) { in CallWith33()
43 rtc::FunctionView<int(int)> fv(f); in TEST() local
51 rtc::FunctionView<int()> fv(f); in TEST() local
60 rtc::FunctionView<int(int)> fv(Add33); in TEST() local
66 rtc::FunctionView<int(int)> fv(&Add33); in TEST() local
83 rtc::FunctionView<std::unique_ptr<int>(std::unique_ptr<int>)> fv(f); in TEST() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dreldatefmttest.cpp1421 FormattedRelativeDateTime fv = fmt.formatToValue(1, UDAT_REL_UNIT_DAY, status); in TestFields() local
1434 FormattedRelativeDateTime fv = fmt.formatToValue(3, UDAT_REL_UNIT_DAY, status); in TestFields() local
1450 …FormattedRelativeDateTime fv = fmt.formatToValue(UDAT_DIRECTION_NEXT, UDAT_ABSOLUTE_MONDAY, status… in TestFields() local
1463 FormattedRelativeDateTime fv = fmt.formatNumericToValue(1.5, UDAT_REL_UNIT_WEEK, status); in TestFields() local
1481 …FormattedRelativeDateTime fv = fmt.formatToValue(12, UDAT_DIRECTION_LAST, UDAT_RELATIVE_HOURS, sta… in TestFields() local
1499 FormattedRelativeDateTime fv = fmt.formatToValue(12, UDAT_REL_UNIT_HOUR, status); in TestFields() local
1532 FormattedRelativeDateTime fv = fmt.formatToValue(-100, UDAT_REL_UNIT_YEAR, status); in TestRBNF() local
H A Dformattedvaluetest.cpp169 const FormattedValue& fv, in checkFormattedValue()
202 const FormattedValue& fv, in checkMixedFormattedValue()
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dreldatefmttest.cpp1422 FormattedRelativeDateTime fv = fmt.formatToValue(1, UDAT_REL_UNIT_DAY, status); in TestFields() local
1435 FormattedRelativeDateTime fv = fmt.formatToValue(3, UDAT_REL_UNIT_DAY, status); in TestFields() local
1451 …FormattedRelativeDateTime fv = fmt.formatToValue(UDAT_DIRECTION_NEXT, UDAT_ABSOLUTE_MONDAY, status… in TestFields() local
1464 FormattedRelativeDateTime fv = fmt.formatNumericToValue(1.5, UDAT_REL_UNIT_WEEK, status); in TestFields() local
1482 …FormattedRelativeDateTime fv = fmt.formatToValue(12, UDAT_DIRECTION_LAST, UDAT_RELATIVE_HOURS, sta… in TestFields() local
1500 FormattedRelativeDateTime fv = fmt.formatToValue(12, UDAT_REL_UNIT_HOUR, status); in TestFields() local
1533 FormattedRelativeDateTime fv = fmt.formatToValue(-100, UDAT_REL_UNIT_YEAR, status); in TestRBNF() local
H A Dformattedvaluetest.cpp170 const FormattedValue& fv, in checkFormattedValue()
203 const FormattedValue& fv, in checkMixedFormattedValue()
/aosp_15_r20/external/clang/test/Sema/
H A Doverloadable-complex.c4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/combinators/
Dlogarithmic.rs163 let fv = value.as_f64() - self.zero_point; in value_to_f64() localVariable
172 let fv = if self.negative { -fv } else { fv }; in f64_to_value() localVariable
177 let fv = if self.negative { -fv } else { fv }; in is_inf() localVariable
190 let fv = self.value_to_f64(value); in map() localVariable
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcomplex-overload.cpp4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
H A Doverload-call.cpp9 void test_f(int iv, float fv) { in test_f()
20 void test_g(int iv, float fv) { in test_g()
33 void test_h(float fv, unsigned char cv) { in test_h()
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Duformattedvaluetst.c192 const UFormattedValue* fv, in checkFormattedValueString()
211 const UFormattedValue* fv, in checkFormattedValue()
244 const UFormattedValue* fv, in checkMixedFormattedValue()
H A Dcrelativedateformattest.c467 UFormattedRelativeDateTime* fv = ureldatefmt_openResult(&status); in TestNumericField() local
663 const UFormattedValue* fv = ureldatefmt_resultAsValue(frdt, &ec); in TestFields() local
681 const UFormattedValue* fv = ureldatefmt_resultAsValue(frdt, &ec); in TestFields() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Duformattedvaluetst.c192 const UFormattedValue* fv, in checkFormattedValueString()
211 const UFormattedValue* fv, in checkFormattedValue()
244 const UFormattedValue* fv, in checkMixedFormattedValue()
H A Dcrelativedateformattest.c467 UFormattedRelativeDateTime* fv = ureldatefmt_openResult(&status); in TestNumericField() local
663 const UFormattedValue* fv = ureldatefmt_resultAsValue(frdt, &ec); in TestFields() local
681 const UFormattedValue* fv = ureldatefmt_resultAsValue(frdt, &ec); in TestFields() local
/aosp_15_r20/external/coreboot/util/smmstoretool/
H A Dfv.c36 bool fv_init(struct mem_range_t fv) in fv_init()
154 bool fv_parse(struct mem_range_t fv, struct mem_range_t *var_store, in fv_parse()
/aosp_15_r20/external/deqp/framework/common/
H A DtcuTextureUtil.hpp140 inline uint8_t floatToU8(float fv) in floatToU8()
144 float fv; in floatToU8() member
/aosp_15_r20/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp159 std::vector<std::string> fv; in ConfigCompiler() local
170 std::vector<std::string> fv; in ConfigCompiler() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/x3/
Dsequence.cpp150 attr_type fv; in main() local
165 attr_type fv; in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/
Dtest_ticket7296.cpp141 ublas::vector<float> fv = ublas::scalar_vector<float>(n, 1); in BOOST_UBLAS_TEST_DEF() local
169 ublas::vector<float> fv = ublas::scalar_vector<float>(n, c1); in BOOST_UBLAS_TEST_DEF() local
/aosp_15_r20/cts/tools/test-api-map/instrumenttool/src/com/android/xts/apimapper/adapter/
H A DRuleInjectingAdapter.kt144 ).let { fv -> in <lambda>() method
154 ).let { fv -> in <lambda>() method
/aosp_15_r20/external/icu/android_icu4j/testing/src/android/icu/extratest/text/
H A DRelativeDateTimeFormatterTest.java38 RelativeDateTimeFormatter.FormattedRelativeDateTime fv = fmt.formatToValue(1, in testAppendTo() local
/aosp_15_r20/external/webrtc/rtc_base/
H A Dcallback_list.cc71 rtc::FunctionView<void(UntypedFunction&)> fv) { in Foreach()

12345678