Home
last modified time | relevance | path

Searched refs:ONE (Results 1 - 25 of 144) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
H A DnumericEnumMappedType.js4 enum E1 { ONE, TWO, THREE }
5 declare enum E2 { ONE, TWO, THREE }
13 const e1: E1 = E1.ONE;
14 const e2: E2 = E2.ONE;
32 // ONE and TWO below are not computed members but rather just numerically valued members
35 declare enum E { ONE, TWO, THREE = 'x' }
36 const e: E = E.ONE;
37 const x: E.ONE = e;
45 E1[E1["ONE"] = 0] = "ONE";
[all...]
H A DswitchBreakStatements.js7 ONE:
10 break ONE;
63 ONE: switch ('') {
65 break ONE;
H A DdoWhileBreakStatements.js6 ONE:
8 break ONE;
45 ONE: do {
46 break ONE;
H A DdoWhileContinueStatements.js6 ONE:
8 continue ONE;
45 ONE: do {
46 continue ONE;
H A DforBreakStatements.js6 ONE:
8 break ONE;
44 ONE: for (;;) {
45 break ONE;
H A DforContinueStatements.js6 ONE:
8 continue ONE;
44 ONE: for (;;) {
45 continue ONE;
H A DwhileBreakStatements.js6 ONE:
9 break ONE;
49 ONE: while (true) {
50 break ONE;
H A DwhileContinueStatements.js12 ONE:
15 continue ONE;
65 ONE: while (true) {
66 continue ONE;
H A DforInBreakStatements.js6 ONE:
8 break ONE;
44 ONE: for (var x in {}) {
45 break ONE;
H A DforInContinueStatements.js6 ONE:
8 continue ONE;
44 ONE: for (var x in {}) {
45 continue ONE;
H A DinvalidDoWhileBreakStatements.js8 ONE:
46 ONE: do
H A DinvalidDoWhileContinueStatements.js8 ONE:
46 ONE: do
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/
H A Drc4-c64xplus.pl30 ($KEYA,$XX,$TY,$xx,$ONE,$ret)=map("A$_",(5,7,8,9,1,2));
54 [B0] MVK 1,$ONE
59 ADD4 $ONE,$XX,$XX
69 || ADD4 $ONE,$XX,$XX
88 SUB4 $XX,$ONE,$XX
102 MVK 0x00000404,$ONE
104 MVKH 0x04040000,$ONE
107 MVK 0x00000404,$ONE
109 MVKH 0x04040000,$ONE
126 || ADD4 $ONE,A
[all...]
/third_party/openssl/crypto/rc4/asm/
H A Drc4-c64xplus.pl30 ($KEYA,$XX,$TY,$xx,$ONE,$ret)=map("A$_",(5,7,8,9,1,2));
54 [B0] MVK 1,$ONE
59 ADD4 $ONE,$XX,$XX
69 || ADD4 $ONE,$XX,$XX
88 SUB4 $XX,$ONE,$XX
102 MVK 0x00000404,$ONE
104 MVKH 0x04040000,$ONE
107 MVK 0x00000404,$ONE
109 MVKH 0x04040000,$ONE
126 || ADD4 $ONE,A
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dpluralmaptest.cpp61 assertEquals("", (int32_t)PluralMapBase::ONE, PluralMapBase::toCategory("one")); in TestToCategory()
85 assertEquals("", "one", PluralMapBase::getCategoryName(PluralMapBase::ONE)); in TestGetCategoryName()
94 addVariant(PluralMapBase::ONE, "pickle", map); in TestGet()
97 assertEquals("", "pickle", map.get(PluralMapBase::ONE)); in TestGet()
114 addVariant(PluralMapBase::ONE, "pickle", map); in TestIterate()
123 assertEquals("", (int32_t)PluralMapBase::ONE, index); in TestIterate()
144 addVariant(PluralMapBase::ONE, "pickle", control); in TestEqual()
151 addVariant(PluralMapBase::ONE, "pickle", map); in TestEqual()
153 addVariant(PluralMapBase::ONE, "pickl", map); in TestEqual()
160 addVariant(PluralMapBase::ONE, "pickl in TestEqual()
[all...]
H A Ditrbnf.cpp861 const llong ONE(0, 1);
884 &ZERO, &ONE, &NEG_ONE, &THREE, &NEG_THREE, &TWO_TO_16, &NEG_TWO_TO_16, &TWO_TO_32, &NEG_TWO_TO_32
889 &ZERO, &ONE, &NEG_ONE, &THREE, &NEG_THREE, &TWO_TO_16, &NEG_TWO_TO_16, &TWO_TO_32, &NEG_TWO_TO_32,
890 &ZERO, &NEG_ONE, &ONE, &NEG_THREE, &THREE, &NEG_TWO_TO_16, &TWO_TO_16, &NEG_TWO_TO_32, &TWO_TO_32,
922 const llong ONE(0, 1);
923 const llong NEG_ONE = -ONE;
939 &ONE, &ZERO,&MAX,
941 &ONE, &ONE, &ONE,
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DPluralRangesMapperTest.java7 import static org.unicode.icu.tool.cldrtoicu.mapper.PluralRangesMapperTest.PluralCount.ONE;
33 ZERO, ONE, TWO, FEW, MANY, OTHER; enum constant
44 pluralRange(locales, ZERO, ONE, ZERO), in testSimple()
46 pluralRange(locales, ONE, TWO, OTHER), in testSimple()
47 pluralRange(locales, ONE, MANY, MANY)); in testSimple()
72 pluralRange(locales1, ZERO, ONE, ZERO), in testMultipleSets()
74 pluralRange(locales2, ONE, TWO, OTHER), in testMultipleSets()
75 pluralRange(locales2, ONE, MANY, MANY)); in testMultipleSets()
H A DPluralsMapperTest.java7 import static org.unicode.icu.tool.cldrtoicu.mapper.PluralsMapperTest.PluralCount.ONE;
42 ZERO, ONE, TWO, FEW, MANY, OTHER; enum constant
54 pluralRule(ORDINAL, locales, ONE, "one"), in testSimple()
61 pluralRule(CARDINAL, locales, ONE, "!one!"), in testSimple()
100 pluralRule(CARDINAL, locales1, ONE, "one"), in testGroupDeduplication_subsets()
104 pluralRule(CARDINAL, locales2, ONE, "one"), in testGroupDeduplication_subsets()
129 pluralRule(CARDINAL, locales, ONE, "one"), in testGroupDeduplication_type()
133 pluralRule(ORDINAL, locales, ONE, "one"), in testGroupDeduplication_type()
155 pluralRule(CARDINAL, locales1, ONE, "one"), in testGroupDeduplication_locales()
159 pluralRule(CARDINAL, locales2, ONE, "on in testGroupDeduplication_locales()
[all...]
/third_party/mesa3d/src/mesa/math/
H A Dm_debug_xform.c67 ONE, NIL, NIL, NIL,
68 NIL, ONE, NIL, NIL,
69 NIL, NIL, ONE, NIL,
70 NIL, NIL, NIL, ONE
75 NIL, NIL, ONE, NIL,
76 NIL, NIL, NIL, ONE
81 NIL, NIL, ONE, NIL,
82 NIL, NIL, NIL, ONE
88 NIL, NIL, NIL, ONE
94 NIL, NIL, NIL, ONE
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralRangesTest.java130 a.add(StandardPlural.ONE, StandardPlural.OTHER, StandardPlural.ONE); in TestBasic()
131 StandardPlural actual = a.get(StandardPlural.ONE, StandardPlural.OTHER); in TestBasic()
132 assertEquals("range", StandardPlural.ONE, actual); in TestBasic()
135 a.add(StandardPlural.ONE, StandardPlural.ONE, StandardPlural.ONE); in TestBasic()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_emit.c266 return swizzle(UREG(REG_TYPE_R, 0), ONE, ONE, ONE, ONE); in i915_emit_const1f()
278 return swizzle(UREG(REG_TYPE_CONST, reg), idx, ZERO, ZERO, ONE); in i915_emit_const1f()
296 return swizzle(i915_emit_const1f(p, c1), ONE, X, Z, W); in i915_emit_const2f()
301 return swizzle(i915_emit_const1f(p, c0), X, ONE, Z, W); in i915_emit_const2f()
316 return swizzle(UREG(REG_TYPE_CONST, reg), idx, idx + 1, ZERO, ONE); in i915_emit_const2f()
/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftbsdf.c136 #define ONE 65536 /* 1 in 16.16 */ macro
505 dist = ONE / 2 - alphas[4]; in compute_edge_distance()
529 else if ( current_alpha < ( ONE - a1 ) ) in compute_edge_distance()
530 dist = FT_MulFix( ONE / 2 - current_alpha, gx ); in compute_edge_distance()
536 ONE - current_alpha ) ) ); in compute_edge_distance()
607 ed[index].dist = 400 * ONE; in bsdf_approximate_edge()
608 ed[index].near.x = 200 * ONE; in bsdf_approximate_edge()
609 ed[index].near.y = 200 * ONE; in bsdf_approximate_edge()
872 dist = to_check->dist - ONE; in compare_neighbor()
878 dist_vec.x += x_offset * ONE; in compare_neighbor()
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dmem_sec.c290 #define ONE ((size_t)1) macro
292 # define TESTBIT(t, b) (t[(b) >> 3] & (ONE << ((b) & 7)))
293 # define SETBIT(t, b) (t[(b) >> 3] |= (ONE << ((b) & 7)))
294 # define CLEARBIT(t, b) (t[(b) >> 3] &= (0xFF & ~(ONE << ((b) & 7))))
345 bit = (ONE << list) + ((ptr - sh.arena) / (sh.arena_size >> list)); in sh_testbit()
356 bit = (ONE << list) + ((ptr - sh.arena) / (sh.arena_size >> list)); in sh_clearbit()
368 bit = (ONE << list) + ((ptr - sh.arena) / (sh.arena_size >> list)); in sh_setbit()
603 bit = (ONE << list) + (ptr - sh.arena) / (sh.arena_size >> list); in sh_find_my_buddy()
607 chunk = sh.arena + ((bit & ((ONE << list) - 1)) * (sh.arena_size >> list)); in sh_find_my_buddy()
727 return sh.arena_size / (ONE << lis in sh_actual_size()
[all...]
/third_party/openssl/crypto/
H A Dmem_sec.c284 #define ONE ((size_t)1) macro
286 # define TESTBIT(t, b) (t[(b) >> 3] & (ONE << ((b) & 7)))
287 # define SETBIT(t, b) (t[(b) >> 3] |= (ONE << ((b) & 7)))
288 # define CLEARBIT(t, b) (t[(b) >> 3] &= (0xFF & ~(ONE << ((b) & 7))))
339 bit = (ONE << list) + ((ptr - sh.arena) / (sh.arena_size >> list)); in sh_testbit()
350 bit = (ONE << list) + ((ptr - sh.arena) / (sh.arena_size >> list)); in sh_clearbit()
362 bit = (ONE << list) + ((ptr - sh.arena) / (sh.arena_size >> list)); in sh_setbit()
597 bit = (ONE << list) + (ptr - sh.arena) / (sh.arena_size >> list); in sh_find_my_buddy()
601 chunk = sh.arena + ((bit & ((ONE << list) - 1)) * (sh.arena_size >> list)); in sh_find_my_buddy()
721 return sh.arena_size / (ONE << lis in sh_actual_size()
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Denum-same-type.c4 ONE = 1U, enumerator
9 _Static_assert([typeof(ONE)] == [typeof(NEG)], "enum same type");

Completed in 18 milliseconds

123456