Home
last modified time | relevance | path

Searched refs:ALWAYS (Results 1 – 25 of 97) sorted by relevance

1234

/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
DTestNumberingScheme.java312 csvRanges.assign(c, regionsToSet.contains(r), ranges, OverwriteMode.ALWAYS)); in setRegions()
318 csvRanges.assign(RangesTableSchema.NATIONAL_ONLY, nationalOnly, ranges, OverwriteMode.ALWAYS); in setNationalOnly()
324 csvRanges.assign(RangesTableSchema.AREA_CODE_LENGTH, n, ranges, OverwriteMode.ALWAYS); in setAreaCodeLength()
332 csvRanges.assign(RangesTableSchema.FORMAT, id, ranges, OverwriteMode.ALWAYS); in setFormat()
338 csvRanges.assign(RangesTableSchema.FORMAT, id, ranges, OverwriteMode.ALWAYS); in setFormat()
344 csvRanges.assign(RangesTableSchema.FORMAT, null, ranges, OverwriteMode.ALWAYS); in clearFormat()
350 RangesTableSchema.GEOCODES.getColumn(lang), name, ranges, OverwriteMode.ALWAYS); in setGeocode()
374 shortcode().assign(ShortcodesTableSchema.FORMAT, id, ranges, OverwriteMode.ALWAYS); in setFormat()
381 shortcode().assign(ShortcodesTableSchema.FORMAT, id, ranges, OverwriteMode.ALWAYS); in setFormat()
387 shortcode().assign(ShortcodesTableSchema.FORMAT, null, ranges, OverwriteMode.ALWAYS); in clearFormat()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test_tmp.h38 #if !defined(OPERATOR) && !defined(ALWAYS)
90 #ifdef ALWAYS in NAME()
147 #undef ALWAYS
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/
DQCOM_alpha_test.txt70 ALWAYS
91 possible constants specifying the test function are NEVER, ALWAYS, LESS,
100 is for the reference value to be 0 and the function to be ALWAYS.
115 ALPHA_TEST_FUNC_QCOM Z8 GetIntegerv ALWAYS Alpha test function 4.1.4
/third_party/openGLES/extensions/QCOM/
DQCOM_alpha_test.txt70 ALWAYS
91 possible constants specifying the test function are NEVER, ALWAYS, LESS,
100 is for the reference value to be 0 and the function to be ALWAYS.
115 ALPHA_TEST_FUNC_QCOM Z8 GetIntegerv ALWAYS Alpha test function 4.1.4
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DNumberFormatter.java304 ALWAYS, enumConstant
384 ALWAYS, enumConstant
DNumberPropertyMapper.java223 … macros.decimal = properties.getDecimalSeparatorAlwaysShown() ? DecimalSeparatorDisplay.ALWAYS in oldToNew()
230 macros.sign = properties.getSignAlwaysShown() ? SignDisplay.ALWAYS : SignDisplay.AUTO; in oldToNew()
259 … properties.getExponentSignAlwaysShown() ? SignDisplay.ALWAYS : SignDisplay.AUTO); in oldToNew()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DNumberFormatter.java379 ALWAYS, enumConstant
480 ALWAYS, enumConstant
DNumberPropertyMapper.java225 … macros.decimal = properties.getDecimalSeparatorAlwaysShown() ? DecimalSeparatorDisplay.ALWAYS in oldToNew()
232 macros.sign = properties.getSignAlwaysShown() ? SignDisplay.ALWAYS : SignDisplay.AUTO; in oldToNew()
261 … properties.getExponentSignAlwaysShown() ? SignDisplay.ALWAYS : SignDisplay.AUTO); in oldToNew()
/third_party/node/deps/v8/src/objects/
Djs-relative-time-format.h70 ALWAYS, // numerical descriptions are always used ("1 day ago") enumerator
81 STATIC_ASSERT(Numeric::ALWAYS <= NumericBit::kMax);
Djs-relative-time-format.cc163 {Numeric::ALWAYS, Numeric::AUTO}, Numeric::ALWAYS); in New()
275 case Numeric::ALWAYS: in NumericAsString()
379 (format->numeric() == JSRelativeTimeFormat::Numeric::ALWAYS) in FormatCommon()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_index_func.txt77 NEVER, ALWAYS, LESS, LEQUAL, EQUAL, GEQUAL, GREATER, or NOTEQUAL,
101 is not one of NEVER, ALWAYS, LESS, LEQUAL, EQUAL, GEQUAL, GREATER, or
113 INDEX_TEST_FUNC_EXT GetFloatv Z8 ALWAYS color-buffer
DEXT_shadow_funcs.txt86 EQUAL, NOTEQUAL, ALWAYS, NEVER
134 else if TEXTURE_COMPARE_FUNC_ARB = ALWAYS
181 LEQUAL, GEQUAL, LESS, GREATER, EQUAL, NOTEQUAL, ALWAYS, or NEVER.
/third_party/openGLES/extensions/EXT/
DEXT_index_func.txt77 NEVER, ALWAYS, LESS, LEQUAL, EQUAL, GEQUAL, GREATER, or NOTEQUAL,
101 is not one of NEVER, ALWAYS, LESS, LEQUAL, EQUAL, GEQUAL, GREATER, or
113 INDEX_TEST_FUNC_EXT GetFloatv Z8 ALWAYS color-buffer
DEXT_shadow_funcs.txt86 EQUAL, NOTEQUAL, ALWAYS, NEVER
134 else if TEXTURE_COMPARE_FUNC_ARB = ALWAYS
181 LEQUAL, GEQUAL, LESS, GREATER, EQUAL, NOTEQUAL, ALWAYS, or NEVER.
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DMutablePatternModifierTest.java42 mod.setPatternAttributes(SignDisplay.ALWAYS, false); in basic()
66 mod.setPatternAttributes(SignDisplay.ALWAYS, false); in basic()
108 mod.setPatternAttributes(SignDisplay.ALWAYS, false); in mutableEqualsImmutable()
DNumberFormatterApiTest.java159 …NumberFormatter.with().notation(Notation.scientific().withExponentSignDisplay(SignDisplay.ALWAYS)), in notationScientific()
2128 NumberFormatter.with().sign(SignDisplay.ALWAYS), in sign()
2137 NumberFormatter.with().sign(SignDisplay.ALWAYS), in sign()
2146 NumberFormatter.with().sign(SignDisplay.ALWAYS), in sign()
2344 { SignDisplay.ALWAYS, 1.1, "+1" }, in signNearZero()
2345 { SignDisplay.ALWAYS, 0.9, "+1" }, in signNearZero()
2346 { SignDisplay.ALWAYS, 0.1, "+0" }, in signNearZero()
2347 { SignDisplay.ALWAYS, -0.1, "-0" }, in signNearZero()
2348 { SignDisplay.ALWAYS, -0.9, "-1" }, in signNearZero()
2349 { SignDisplay.ALWAYS, -1.1, "-1" }, in signNearZero()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DMutablePatternModifierTest.java39 mod.setPatternAttributes(SignDisplay.ALWAYS, false, false); in basic()
68 mod.setPatternAttributes(SignDisplay.ALWAYS, false, false); in basic()
110 mod.setPatternAttributes(SignDisplay.ALWAYS, false, false); in mutableEqualsImmutable()
/third_party/node/deps/v8/tools/testrunner/local/
Dstatusfile.py51 ALWAYS = "ALWAYS" variable
55 FAIL_SLOPPY, ALWAYS, FAIL_PHASE_ONLY]:
59 VARIABLES = {ALWAYS: True}
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DDisjointRangeMap.java80 if (mode != OverwriteMode.ALWAYS) { in checkAssign()
111 if (mode == OverwriteMode.ALWAYS) { in assign()
DRangeTable.java105 ALWAYS; enumConstant
244 assign(column, value, table.getRanges(column, value), OverwriteMode.ALWAYS); in add()
274 rangeMap.assign(null, ranges, OverwriteMode.ALWAYS); in remove()
311 return apply(change, OverwriteMode.ALWAYS); in apply()
326 if (mode != OverwriteMode.ALWAYS) { in apply()
785 INDEX, n, indexTable.getRanges(INDEX, n).intersect(overlaps), OverwriteMode.ALWAYS); in simplifyIndexTable()
/third_party/node/deps/v8/tools/unittests/testdata/testroot3/test/sweet/
Dsweet.status6 [ALWAYS, {
/third_party/node/deps/v8/tools/unittests/testdata/testroot1/test/sweet/
Dsweet.status6 [ALWAYS, {
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DATI_separate_stencil.txt73 ALWAYS 0x0207
162 … STENCIL_BACK_FUNC_ATI Z8 GetIntegerv ALWAYS 4.1.4 Stencil-buffer
/third_party/openGLES/extensions/ATI/
DATI_separate_stencil.txt73 ALWAYS 0x0207
162 … STENCIL_BACK_FUNC_ATI Z8 GetIntegerv ALWAYS 4.1.4 Stencil-buffer
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
DRangeTableTest.java82 table.assign(TYPE, MOBILE, ranges("1[234]xxxx"), OverwriteMode.ALWAYS); in testBasicAssign()
85 table.assign(TYPE, null, ranges("13xxxx"), OverwriteMode.ALWAYS); in testBasicAssign()
91 table.assign(fixedLine, ranges("14xxxx"), OverwriteMode.ALWAYS); in testBasicAssign()

1234