/third_party/typescript/tests/baselines/reference/ |
H A D | genericRestArgs.js | 8 function makeArrayGOpt<T>(item1?: T, item2?: T, item3?: T) { 9 return [item1, item2, item3]; 27 function makeArrayGOpt(item1, item2, item3) {
28 return [item1, item2, item3];
|
H A D | typePredicateFreshLiteralWidening.js | 19 const item1 = satisfies<Item>()({ value: "1" }); 26 const values1 = [item1, item2, item3].map(item => item.value); 38 var item1 = satisfies()({ value: "1" });
43 var values1 = [item1, item2, item3].map(function (item) { return item.value; });
|
H A D | tupleTypes.js | 27 function tuple2<T0, T1>(item0: T0, item1: T1): [T0, T1]{ 28 return [item0, item1]; 89 function tuple2(item0, item1) {
90 return [item0, item1];
|
H A D | fixTypeParameterInSignatureWithRestParameters.js | 2 function bar<T>(item1: T, item2: T) { } 6 function bar(item1, item2) { }
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | mkdef.pl | 220 my $item1 = shift; 223 my $verdict = $weight{$item1->type()} <=> $weight{$item2->type()}; 225 $verdict = $by_name->($item1, $item2); 236 my $item1 = shift; 239 my $verdict = $by_version->($item1, $item2); 241 $verdict = $by_unix->($item1, $item2);
|
/third_party/openssl/util/ |
H A D | mkdef.pl | 220 my $item1 = shift; 223 my $verdict = $weight{$item1->type()} <=> $weight{$item2->type()}; 225 $verdict = $by_name->($item1, $item2); 236 my $item1 = shift; 239 my $verdict = $by_version->($item1, $item2); 241 $verdict = $by_unix->($item1, $item2);
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_widgets.py | 1441 item1 = self.tv.insert('', 'end') 1443 self.assertEqual(self.tv.get_children(), (item1, item2)) 1445 self.tv.delete(item1, item2) 1503 item1 = self.tv.insert('', 'end') 1504 self.tv.focus(item1) 1505 self.assertEqual(self.tv.focus(), item1) 1507 self.tv.delete(item1) 1570 item1 = self.tv.insert('', 'end') 1572 c1 = self.tv.insert(item1, 'end') 1573 c2 = self.tv.insert(item1, 'en [all...] |
/third_party/PyYAML/tests/lib/ |
H A D | test_structure.py | 117 for item1, item2 in zip(node1.value, node2.value): 118 if not isinstance(item1, tuple): 119 item1 = (item1,) 121 for subnode1, subnode2 in zip(item1, item2):
|
/third_party/rust/crates/nom/src/branch/ |
H A D | mod.rs | 172 $name1:ident $ty1:ident $item1:ident 176 permutation_trait!(__impl $name1 $ty1 $item1, $name2 $ty2 $item2; $($name3 $ty3 $item3)*); 180 $name1:ident $ty1:ident $item1:ident $($name2:ident $ty2:ident $item2:ident)* 183 permutation_trait!(__impl $($name $ty $item),+ , $name1 $ty1 $item1; $($name2 $ty2 $item2)*);
|
/third_party/cJSON/tests/ |
H A D | misc_tests.c | 366 cJSON *item1 = cJSON_CreateString("item1"); in cjson_functions_should_not_crash_with_null_pointers() local 371 add_item_to_array(array, item1); in cjson_functions_should_not_crash_with_null_pointers() 629 cJSON *item1 = cJSON_Parse("{\"a\":\"123\"}"); in cjson_delete_item_from_array_should_not_broken_list_structure() local 632 cJSON_AddItemToArray(array, item1); in cjson_delete_item_from_array_should_not_broken_list_structure() 658 cJSON *item1 = cJSON_CreateString(stringvalue); in cjson_set_valuestring_to_object_should_not_leak_memory() local 663 cJSON_AddItemToObject(root, "one", item1); in cjson_set_valuestring_to_object_should_not_leak_memory() 666 ptr1 = item1->valuestring; in cjson_set_valuestring_to_object_should_not_leak_memory() 673 ptr1 = item1->valuestring; in cjson_set_valuestring_to_object_should_not_leak_memory()
|
/third_party/node/lib/internal/util/ |
H A D | comparisons.js | 472 function mapHasEqualEntry(set, map, key1, item1, strict, memo) { 478 innerDeepEqual(item1, map.get(key2), strict, memo)) { 490 for (const { 0: key, 1: item1 } of a) { 501 !innerDeepEqual(item1, item2, strict, memo))) { 506 if (!mapMightHaveLoosePrim(a, b, key, item1, memo))
|
/third_party/rust/crates/syn/src/ |
H A D | tt.rs | 23 for item1 in s1 { in eq() 28 if TokenTreeHelper(&item1) != TokenTreeHelper(&item2) { in eq()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
H A D | CollectionUtilities.java | 679 T item1 = iterator1.next(); in compareEntrySets() 681 diff = CollectionUtilities.compare(item1, item2); in compareEntrySets()
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
H A D | CollectionUtilities.java | 676 T item1 = iterator1.next(); in compareEntrySets() 678 diff = CollectionUtilities.compare(item1, item2); in compareEntrySets()
|
/third_party/python/Lib/unittest/ |
H A D | case.py | 1013 item1 = seq1[i] 1026 if item1 != item2: 1028 ((i,) + _common_shorten_repr(item1, item2)))
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UTF16Test.java | 1609 for (String item1 : tests) { in TestUtilities() 1610 String nonNull1 = item1 == null ? "" : item1; in TestUtilities() 1613 assertEquals("codepoint test " + Utility.hex(nonNull1), expected, UTF16.getSingleCodePoint(item1)); in TestUtilities()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UTF16Test.java | 1615 for (String item1 : tests) { in TestUtilities() 1616 String nonNull1 = item1 == null ? "" : item1; in TestUtilities() 1619 assertEquals("codepoint test " + Utility.hex(nonNull1), expected, UTF16.getSingleCodePoint(item1)); in TestUtilities()
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer_unittest.cc | 134 protobuf_unittest::TestDiffMessage::Item* item1 = msg1.add_item(); in TEST() local 136 differencer.TreatAsSet(item1->GetDescriptor()->FindFieldByName("ra")); in TEST() 139 item1->add_ra(i); in TEST() 145 item1->add_ra(1001); in TEST() 147 item1->add_ra(1002); in TEST()
|
/third_party/libdrm/tests/tegra/ |
H A D | vic42.h | 551 uint64_t item1 : 7; /* 22..16 */ member
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UnicodeSet.java | 4702 T item1 = first.next(); in compare() 4704 int result = item1.compareTo(item2); in compare()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UnicodeSet.java | 4548 T item1 = first.next(); in compare() 4550 int result = item1.compareTo(item2); in compare()
|
/third_party/elfutils/src/ |
H A D | readelf.c | 12063 const Ebl_Core_Item *item1 = *p1; in compare_core_items() local 12066 return ((item1->group == item2->group ? 0 in compare_core_items() 12067 : strcmp (item1->group, item2->group)) in compare_core_items() 12068 ?: (int) item1->offset - (int) item2->offset); in compare_core_items() 12079 const Ebl_Core_Item *item1 = *group1; in compare_core_item_groups() local 12082 return (int) item1->offset - (int) item2->offset; in compare_core_item_groups()
|
/third_party/python/Lib/test/ |
H A D | test_buffer.py | 835 item1 = get_pointer(result, ind) 845 self.assertEqual(item1, item2)
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |