Home
last modified time | relevance | path

Searched refs:fv (Results 1 - 25 of 36) sorted by relevance

12

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DFormattedValueTest.java149 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue() argument
151 checkFormattedValue(message, fv, expectedString, expectedFieldPositions, false); in checkFormattedValue()
154 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue() argument
157 int stringLength = fv.toString().length(); in checkFormattedValue()
164 String baseMessage = message + ": " + fv.toString() + ": "; in checkFormattedValue()
167 assertEquals(baseMessage + " string", expectedString, fv.toString()); in checkFormattedValue()
168 assertCharSequenceEquals(expectedString, fv); in checkFormattedValue()
171 AttributedCharacterIterator fpi = fv.toCharacterIterator(); in checkFormattedValue()
216 assertTrue(baseMessage + i, fv.nextPosition(cfpos)); in checkFormattedValue()
227 boolean afterLoopResult = fv in checkFormattedValue()
[all...]
H A DRelativeDateTimeFormatterTest.java1047 FormattedRelativeDateTime fv = fmt.formatToValue(1, RelativeDateTimeUnit.DAY); in TestFields()
1051 FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1055 FormattedRelativeDateTime fv = fmt.formatToValue(3, RelativeDateTimeUnit.DAY); in TestFields()
1062 FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1066 FormattedRelativeDateTime fv = fmt.formatToValue(Direction.NEXT, AbsoluteUnit.MONDAY); in TestFields()
1070 FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1074 FormattedRelativeDateTime fv = fmt.formatNumericToValue(1.5, RelativeDateTimeUnit.WEEK); in TestFields()
1083 FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1087 FormattedRelativeDateTime fv = fmt.formatToValue(12, Direction.LAST, RelativeUnit.HOURS); in TestFields()
1093 FormattedValueTest.checkFormattedValue(message, fv, expectedStrin in TestFields()
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Duformattedvaluetst.c192 const UFormattedValue* fv, in checkFormattedValueString()
196 const UChar* actualString = ufmtval_getString(fv, &length, ec); in checkFormattedValueString()
211 const UFormattedValue* fv, in checkFormattedValue()
218 checkFormattedValueString(message, fv, expectedString, &ec); in checkFormattedValue()
224 while (ufmtval_nextPosition(fv, ucfpos, &ec)) { in checkFormattedValue()
237 assertTrue("After loop", !ufmtval_nextPosition(fv, ucfpos, &ec)); in checkFormattedValue()
244 const UFormattedValue* fv, in checkMixedFormattedValue()
250 checkFormattedValueString(message, fv, expectedString, &ec); in checkMixedFormattedValue()
256 while (ufmtval_nextPosition(fv, ucfpos, &ec)) { in checkMixedFormattedValue()
269 assertTrue("After loop", !ufmtval_nextPosition(fv, ucfpo in checkMixedFormattedValue()
190 checkFormattedValueString( const char* message, const UFormattedValue* fv, const UChar* expectedString, UErrorCode* ec) checkFormattedValueString() argument
209 checkFormattedValue( const char* message, const UFormattedValue* fv, const UChar* expectedString, UFieldCategory expectedCategory, const UFieldPosition* expectedFieldPositions, int32_t expectedFieldPositionsLength) checkFormattedValue() argument
242 checkMixedFormattedValue( const char* message, const UFormattedValue* fv, const UChar* expectedString, const UFieldPositionWithCategory* expectedFieldPositions, int32_t length) checkMixedFormattedValue() argument
[all...]
H A Dcrelativedateformattest.c467 UFormattedRelativeDateTime* fv = ureldatefmt_openResult(&status); in TestNumericField() local
472 ureldatefmt_formatToResult(reldatefmt, offsets[iOffset], itemPtr->unit, fv, &status); in TestNumericField()
481 const UChar* ubufget = ufmtval_getString(ureldatefmt_resultAsValue(fv, &status), &ulenget, &status); in TestNumericField()
489 foundNumeric = ufmtval_nextPosition(ureldatefmt_resultAsValue(fv, &status), cfpos, &status); in TestNumericField()
521 ureldatefmt_closeResult(fv); in TestNumericField()
527 ureldatefmt_formatNumericToResult(reldatefmt, offsets[iOffset], itemPtr->unit, fv, &status); in TestNumericField()
536 const UChar* ubufget = ufmtval_getString(ureldatefmt_resultAsValue(fv, &status), &ulenget, &status); in TestNumericField()
544 foundNumeric = ufmtval_nextPosition(ureldatefmt_resultAsValue(fv, &status), cfpos, &status); in TestNumericField()
573 ureldatefmt_closeResult(fv); in TestNumericField()
663 const UFormattedValue* fv in TestFields() local
681 const UFormattedValue* fv = ureldatefmt_resultAsValue(frdt, &ec); TestFields() local
[all...]
H A Dcformtst.h45 const UFormattedValue* fv,
53 const UFormattedValue* fv,
H A Dunumberrangeformattertst.c98 const UFormattedValue* fv = unumrf_resultAsValue(uresult, &ec); in TestFormattedValue() local
110 fv, in TestFormattedValue()
H A Dunumberformattertst.c225 const UFormattedValue* fv = unumf_resultAsValue(uresult, &ec); in TestFormattedValue() local
235 fv, in TestFormattedValue()
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Dfunction-ptr.c8 void arg(int a, int *p, int (*fb)(unsigned char), int (*fi)(int), int (*fl)(long), int (*fv)(void), int (*fip)(int *), int (*fim)(int (*)[3]), int (*fvp)(void *), int (*ffp)(int (*)(int)));
9 void arg(int a, int *p, int (*fb)(unsigned char), int (*fi)(int), int (*fl)(long), int (*fv)(void), int (*fip)(int *), int (*fim)(int (*)[3]), int (*fvp)(void *), int (*ffp)(int (*)(int))) in arg() argument
11 fv(); in arg()
50 extern int (*fv)(void);
59 fv(); in glb()
100 int (*fv)(void); member
112 ops->fv(); in ops()
/third_party/icu/icu4c/source/test/intltest/
H A Dformattedvaluetest.cpp169 const FormattedValue& fv, in checkFormattedValue()
181 checkMixedFormattedValue(message, fv, expectedString, converted.getAlias(), length); in checkFormattedValue()
202 const FormattedValue& fv, in checkMixedFormattedValue()
207 UnicodeString baseMessage = UnicodeString(message) + u": " + fv.toString(status) + u": "; in checkMixedFormattedValue()
210 assertEquals(baseMessage + u"string", expectedString, fv.toString(status)); in checkMixedFormattedValue()
211 assertEquals(baseMessage + u"temp string", expectedString, fv.toTempString(status)); in checkMixedFormattedValue()
214 UnicodeString readOnlyAlias = fv.toTempString(status); in checkMixedFormattedValue()
224 fv.nextPosition(cfpos, status)); in checkMixedFormattedValue()
238 UBool afterLoopResult = fv.nextPosition(cfpos, status); in checkMixedFormattedValue()
240 afterLoopResult = fv in checkMixedFormattedValue()
167 checkFormattedValue( const char16_t* message, const FormattedValue& fv, UnicodeString expectedString, UFieldCategory expectedCategory, const UFieldPosition* expectedFieldPositions, int32_t length) checkFormattedValue() argument
200 checkMixedFormattedValue( const char16_t* message, const FormattedValue& fv, UnicodeString expectedString, const UFieldPositionWithCategory* expectedFieldPositions, int32_t length) checkMixedFormattedValue() argument
[all...]
H A Ditformat.h44 const FormattedValue& fv,
53 const FormattedValue& fv,
H A Dreldatefmttest.cpp1421 FormattedRelativeDateTime fv = fmt.formatToValue(1, UDAT_REL_UNIT_DAY, status); in TestFields() local
1427 fv, in TestFields()
1434 FormattedRelativeDateTime fv = fmt.formatToValue(3, UDAT_REL_UNIT_DAY, status); in TestFields() local
1443 fv, in TestFields()
1450 FormattedRelativeDateTime fv = fmt.formatToValue(UDAT_DIRECTION_NEXT, UDAT_ABSOLUTE_MONDAY, status); in TestFields() local
1456 fv, in TestFields()
1463 FormattedRelativeDateTime fv = fmt.formatNumericToValue(1.5, UDAT_REL_UNIT_WEEK, status); in TestFields() local
1474 fv, in TestFields()
1481 FormattedRelativeDateTime fv = fmt.formatToValue(12, UDAT_DIRECTION_LAST, UDAT_RELATIVE_HOURS, status); in TestFields() local
1489 fv, in TestFields()
1499 FormattedRelativeDateTime fv = fmt.formatToValue(12, UDAT_REL_UNIT_HOUR, status); TestFields() local
1532 FormattedRelativeDateTime fv = fmt.formatToValue(-100, UDAT_REL_UNIT_YEAR, status); TestRBNF() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DvoidFunctionAssignmentCompat.js5 var fv = function(): void {} function
6 fv = function() { return 0; } // should work
25 var fv = function () { };
26 fv = function () { return 0; }; // should work
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DFormattedValueTest.java152 public static void checkFormattedValue(String message, FormattedValue fv, String expectedString, in checkFormattedValue() argument
155 int stringLength = fv.toString().length(); in checkFormattedValue()
162 String baseMessage = message + ": " + fv.toString() + ": "; in checkFormattedValue()
165 assertEquals(baseMessage + " string", expectedString, fv.toString()); in checkFormattedValue()
166 assertCharSequenceEquals(expectedString, fv); in checkFormattedValue()
169 AttributedCharacterIterator fpi = fv.toCharacterIterator(); in checkFormattedValue()
208 assertTrue(baseMessage + i, fv.nextPosition(cfpos)); in checkFormattedValue()
219 boolean afterLoopResult = fv.nextPosition(cfpos); in checkFormattedValue()
231 assertTrue(baseMessage + i, fv.nextPosition(cfpos)); in checkFormattedValue()
242 afterLoopResult = fv in checkFormattedValue()
[all...]
H A DRelativeDateTimeFormatterTest.java1050 FormattedRelativeDateTime fv = fmt.formatToValue(1, RelativeDateTimeUnit.DAY); in TestFields()
1054 FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1058 FormattedRelativeDateTime fv = fmt.formatToValue(3, RelativeDateTimeUnit.DAY); in TestFields()
1065 FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1069 FormattedRelativeDateTime fv = fmt.formatToValue(Direction.NEXT, AbsoluteUnit.MONDAY); in TestFields()
1073 FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1077 FormattedRelativeDateTime fv = fmt.formatNumericToValue(1.5, RelativeDateTimeUnit.WEEK); in TestFields()
1086 FormattedValueTest.checkFormattedValue(message, fv, expectedString, expectedFieldPositions); in TestFields()
1090 FormattedRelativeDateTime fv = fmt.formatToValue(12, Direction.LAST, RelativeUnit.HOURS); in TestFields()
1096 FormattedValueTest.checkFormattedValue(message, fv, expectedStrin in TestFields()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Ddiamond.h52 Node* Phi(MachineRepresentation rep, Node* tv, Node* fv) { in Phi()
53 return graph->NewNode(common->Phi(rep, 2), tv, fv, merge); in Phi()
56 Node* EffectPhi(Node* tv, Node* fv) { in EffectPhi()
57 return graph->NewNode(common->EffectPhi(2), tv, fv, merge); in EffectPhi()
H A Drepresentation-change.cc839 double const fv = OpParameter<double>(node->op()); in GetWord32RepresentationFor() local
846 IsInt32Double(fv))) { in GetWord32RepresentationFor()
848 MakeTruncatedInt32Constant(fv)); in GetWord32RepresentationFor()
1108 double const fv = OpParameter<double>(node->op()); in GetWord64RepresentationFor() local
1109 if (base::IsValueInRangeForNumericType<int64_t>(fv)) { in GetWord64RepresentationFor()
1110 int64_t const iv = static_cast<int64_t>(fv); in GetWord64RepresentationFor()
1111 if (static_cast<double>(iv) == fv) { in GetWord64RepresentationFor()
/third_party/mksh/
H A DBuild.sh275 eval HAVE_$fu=$fv
277 test 0 = $fv || fr=yes
282 # ac_cache label: sets f, fu, fv?=0
286 eval fv=\$HAVE_$fu
287 case $fv in
293 fv=0
320 fv=$2
345 test 1 = $fr || fv=1
347 test 0 = $fr || fv=1
356 test_n "$vscan" && grep $vscan vv.out >/dev/null 2>&1 && fv
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuTextureUtil.hpp139 inline deUint8 floatToU8 (float fv) in floatToU8() argument
141 union { float fv; deUint32 uv; deInt32 iv; } v; in floatToU8() member
142 v.fv = fv; in floatToU8()
/third_party/ffmpeg/libavdevice/
H A Dxv.c108 XvImageFormatValues *fv; in xv_write_header() local
177 fv = XvListImageFormats(xv->display, xv->xv_port, &num_formats); in xv_write_header()
178 if (!fv) { in xv_write_header()
183 if (fv[j].id == tag) { in xv_write_header()
187 XFree(fv); in xv_write_header()
/third_party/libabigail/src/
H A Dabg-comp-filter.cc390 var_decl_sptr fv = dynamic_pointer_cast<var_decl>(f), in non_static_data_member_type_size_changed()
392 if (!fv in non_static_data_member_type_size_changed()
394 || get_member_is_static(fv) in non_static_data_member_type_size_changed()
398 return type_size_changed(fv->get_type(), sv->get_type()); in non_static_data_member_type_size_changed()
415 var_decl_sptr fv = dynamic_pointer_cast<var_decl>(f), in static_data_member_type_size_changed()
417 if (!fv in static_data_member_type_size_changed()
419 || !get_member_is_static(fv) in static_data_member_type_size_changed()
423 return type_size_changed(fv->get_type(), sv->get_type()); in static_data_member_type_size_changed()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp158 GEN_INDIRECT_FLOAT_LOADER(float, 1, fv, "vertex_attrib_1fv");
159 GEN_INDIRECT_FLOAT_LOADER(float, 2, fv, "vertex_attrib_2fv");
160 GEN_INDIRECT_FLOAT_LOADER(float, 3, fv, "vertex_attrib_3fv");
161 GEN_INDIRECT_FLOAT_LOADER(float, 4, fv, "vertex_attrib_4fv");
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp228 GEN_INDIRECT_FLOAT_LOADER(float, 1, fv, "vertex_attrib_1fv");
229 GEN_INDIRECT_FLOAT_LOADER(float, 2, fv, "vertex_attrib_2fv");
230 GEN_INDIRECT_FLOAT_LOADER(float, 3, fv, "vertex_attrib_3fv");
231 GEN_INDIRECT_FLOAT_LOADER(float, 4, fv, "vertex_attrib_4fv");
/third_party/ffmpeg/doc/
H A Dtexi2pod.pl172 } elsif ($ended =~ /^(?:itemize|enumerate|(?:multi|[fv])?table)$/) {
275 /^\@((?:multi|[fv])?table)\s+(\@[a-z]+)/ and do {
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp1223 Float4 fu, fv; in sampleFloat2D() local
1226 address(v, y0, y1, fv, mipmap, offset.y, filter, OFFSET(Mipmap, height), state.addressingModeV, function); in sampleFloat2D()
1227 address(w, z0, z0, fv, mipmap, offset.z, filter, OFFSET(Mipmap, depth), state.addressingModeW, function); in sampleFloat2D()
1262 if(componentCount >= 1) c.x = c0.x + fv * (c2.x - c0.x); in sampleFloat2D()
1263 if(componentCount >= 2) c.y = c0.y + fv * (c2.y - c0.y); in sampleFloat2D()
1264 if(componentCount >= 3) c.z = c0.z + fv * (c2.z - c0.z); in sampleFloat2D()
1265 if(componentCount >= 4) c.w = c0.w + fv * (c2.w - c0.w); in sampleFloat2D()
1292 Float4 fu, fv, fw; in sampleFloat3D() local
1295 address(v, y0, y1, fv, mipmap, offset.y, filter, OFFSET(Mipmap, height), state.addressingModeV, function); in sampleFloat3D()
1332 if(componentCount >= 1) c0.x = c0.x + fv * (c in sampleFloat3D()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp907 Float4 fu, fv; in sampleFloat2D() local
910 address(v, y0, y1, fv, mipmap, offset.y, filter, OFFSET(Mipmap, height), state.addressingModeV, function); in sampleFloat2D()
962 if(componentCount >= 1) c.x = c00.x + fv * (c01.x - c00.x); in sampleFloat2D()
963 if(componentCount >= 2) c.y = c00.y + fv * (c01.y - c00.y); in sampleFloat2D()
964 if(componentCount >= 3) c.z = c00.z + fv * (c01.z - c00.z); in sampleFloat2D()
965 if(componentCount >= 4) c.w = c00.w + fv * (c01.w - c00.w); in sampleFloat2D()
1000 Float4 fu, fv, fw; in sampleFloat3D() local
1003 address(v, y0, y1, fv, mipmap, offset.y, filter, OFFSET(Mipmap, height), state.addressingModeV, function); in sampleFloat3D()
1040 if(componentCount >= 1) c000.x = c000.x + fv * (c010.x - c000.x); in sampleFloat3D()
1041 if(componentCount >= 2) c000.y = c000.y + fv * (c01 in sampleFloat3D()
[all...]

Completed in 28 milliseconds

12