Home
last modified time | relevance | path

Searched refs:as1 (Results 1 - 8 of 8) sorted by relevance

/third_party/node/test/async-hooks/
H A Dtest-enable-disable.js152 const as1 = hook1.activitiesOfTypes(types);
155 assert.strictEqual(as1.length, 1);
161 const firstImmediate = as1[0];
162 assert.strictEqual(as3[0].uid, as1[0].uid);
166 checkInvocations(as1[0], { init: 1, before: 1 },
189 const as1 = hook1.activitiesOfTypes(types);
192 assert.strictEqual(as1.length, 2);
200 hook1First = as1[0];
201 hook1Second = as1[1];
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/shaping/
H A DArabicShapingRegTest.java59 ArabicShaping as1 = new ArabicShaping(LETTERS_SHAPE | TEXT_DIRECTION_VISUAL_LTR | LENGTH_FIXED_SPACES_NEAR); in TestEquals()
63 if (! as1.equals(as1)) { in TestEquals()
64 err("as1: " + as1 + " does not equal itself!\n"); in TestEquals()
67 if (! as1.equals(as2)) { in TestEquals()
68 err("as1: " + as1 + ", as2: " + as2 + " are not equal, but should be.\n"); in TestEquals()
71 if (as1.equals(as3)) { in TestEquals()
72 err("as1 in TestEquals()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
H A DArabicShapingRegTest.java56 ArabicShaping as1 = new ArabicShaping(LETTERS_SHAPE | TEXT_DIRECTION_VISUAL_LTR | LENGTH_FIXED_SPACES_NEAR); in TestEquals()
60 if (! as1.equals(as1)) { in TestEquals()
61 err("as1: " + as1 + " does not equal itself!\n"); in TestEquals()
64 if (! as1.equals(as2)) { in TestEquals()
65 err("as1: " + as1 + ", as2: " + as2 + " are not equal, but should be.\n"); in TestEquals()
68 if (as1.equals(as3)) { in TestEquals()
69 err("as1 in TestEquals()
[all...]
/third_party/typescript/tests/baselines/reference/
H A Dwitness.js37 var as1 = (as1 = 2);
38 var as1: number; variable
175 var as1 = (as1 = 2);
176 var as1; variable
H A DasOperatorNames.js5 var as1 = as as string; variable
12 var as1 = as; variable
H A DneverInference.js27 declare function f2<a>(as1: a[], as2: a[], cmp: (a1: a, a2: a) => number): void;
/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.c645 struct ident *as1 = c1->as, *as2 = c2->as; in type_difference() local
663 combine_address_space(t1->pos, &as1, t1->ctype.as); in type_difference()
720 if (as1 != as2) in type_difference()
729 as1 = t1->ctype.as; in type_difference()
737 if (as1 != as2) in type_difference()
742 as1 = t1->ctype.as; in type_difference()
776 if (as1 != as2) in type_difference()
793 if (as1 != as2) in type_difference()
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_none_4.h571 unsigned int as1 = static_cast<unsigned int>(a.m[1]) >> s; in lsr() local
576 static_cast<int>(as1), in lsr()

Completed in 10 milliseconds