/external/guava/guava-tests/test/com/google/common/collect/ |
D | MultisetsTest.java | 104 Multiset<String> ms2 = HashMultiset.create(Arrays.asList("a", "b", "b", "c")); in testUnion() local 105 assertThat(Multisets.union(ms1, ms2)).containsExactly("a", "a", "b", "b", "c"); in testUnion() 110 Multiset<String> ms2 = HashMultiset.create(Arrays.asList("a", "b", "a")); in testUnionEqualMultisets() local 111 assertEquals(ms1, Multisets.union(ms1, ms2)); in testUnionEqualMultisets() 116 Multiset<String> ms2 = HashMultiset.create(Arrays.asList("a", "b", "a")); in testUnionEmptyNonempty() local 117 assertEquals(ms2, Multisets.union(ms1, ms2)); in testUnionEmptyNonempty() 122 Multiset<String> ms2 = HashMultiset.create(); in testUnionNonemptyEmpty() local 123 assertEquals(ms1, Multisets.union(ms1, ms2)); in testUnionNonemptyEmpty() 128 Multiset<String> ms2 = HashMultiset.create(Arrays.asList("a", "b", "a")); in testIntersectEmptyNonempty() local 129 assertThat(Multisets.intersection(ms1, ms2)).isEmpty(); in testIntersectEmptyNonempty() [all …]
|
D | ImmutableSortedMultisetTest.java | 458 (ms1, ms2) -> in testToImmutableSortedMultiset() 459 ms1.equals(ms2) in testToImmutableSortedMultiset() 460 && ms1.entrySet().asList().equals(ms2.entrySet().asList()) in testToImmutableSortedMultiset() 461 && ms1.comparator().equals(ms2.comparator()); in testToImmutableSortedMultiset() 483 (ms1, ms2) -> in testToImmutableSortedMultisetCountFunction() 484 ms1.equals(ms2) in testToImmutableSortedMultisetCountFunction() 485 && ms1.entrySet().asList().equals(ms2.entrySet().asList()) in testToImmutableSortedMultisetCountFunction() 486 && ms1.comparator().equals(ms2.comparator()); in testToImmutableSortedMultisetCountFunction()
|
D | ImmutableMultisetTest.java | 321 (ms1, ms2) -> ms1.equals(ms2) && ms1.entrySet().asList().equals(ms2.entrySet().asList()); in testToImmutableMultiset() 330 (ms1, ms2) -> ms1.equals(ms2) && ms1.entrySet().asList().equals(ms2.entrySet().asList()); in testToImmutableMultisetCountFunction() 373 (ms1, ms2) -> { in testToImmutableMultiset_duplicates() 374 if (!ms1.equals(ms2)) { in testToImmutableMultiset_duplicates() 378 List<TypeWithDuplicates> elements2 = ImmutableList.copyOf(ms2.elementSet()); in testToImmutableMultiset_duplicates()
|
D | TreeMultisetTest.java | 325 Multiset<String> ms2 = TreeMultiset.create(DEGENERATE_COMPARATOR); in testDegenerateComparator() local 327 ms2.add("cat", 2); in testDegenerateComparator() 328 ms2.add("x", 3); in testDegenerateComparator() 330 assertEquals(ms, ms2); in testDegenerateComparator() 331 assertEquals(ms2, ms); in testDegenerateComparator()
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | MultisetsTest.java | 102 Multiset<String> ms2 = HashMultiset.create(Arrays.asList("a", "b", "b", "c")); in testUnion() local 103 assertThat(Multisets.union(ms1, ms2)).containsExactly("a", "a", "b", "b", "c"); in testUnion() 108 Multiset<String> ms2 = HashMultiset.create(Arrays.asList("a", "b", "a")); in testUnionEqualMultisets() local 109 assertEquals(ms1, Multisets.union(ms1, ms2)); in testUnionEqualMultisets() 114 Multiset<String> ms2 = HashMultiset.create(Arrays.asList("a", "b", "a")); in testUnionEmptyNonempty() local 115 assertEquals(ms2, Multisets.union(ms1, ms2)); in testUnionEmptyNonempty() 120 Multiset<String> ms2 = HashMultiset.create(); in testUnionNonemptyEmpty() local 121 assertEquals(ms1, Multisets.union(ms1, ms2)); in testUnionNonemptyEmpty() 126 Multiset<String> ms2 = HashMultiset.create(Arrays.asList("a", "b", "a")); in testIntersectEmptyNonempty() local 127 assertThat(Multisets.intersection(ms1, ms2)).isEmpty(); in testIntersectEmptyNonempty() [all …]
|
D | TreeMultisetTest.java | 325 Multiset<String> ms2 = TreeMultiset.create(DEGENERATE_COMPARATOR); in testDegenerateComparator() local 327 ms2.add("cat", 2); in testDegenerateComparator() 328 ms2.add("x", 3); in testDegenerateComparator() 330 assertEquals(ms, ms2); in testDegenerateComparator() 331 assertEquals(ms2, ms); in testDegenerateComparator()
|
/external/llvm-project/libcxx/test/std/utilities/time/time.duration/time.duration.literals/ |
D | literals2.pass.cpp | 39 auto ms2 = 247.0ms; in main() local 40 assert ( ms == ms2 ); in main()
|
D | literals1.pass.cpp | 37 auto ms2 = 247.0ms; in main() local 38 assert ( ms == ms2 ); in main()
|
D | literals.pass.cpp | 47 auto ms2 = 247.0ms; in main() local 48 assert ( ms == ms2 ); in main()
|
/external/libcxx/test/std/utilities/time/time.duration/time.duration.literals/ |
D | literals2.pass.cpp | 38 auto ms2 = 247.0ms; in main() local 39 assert ( ms == ms2 ); in main()
|
D | literals1.pass.cpp | 36 auto ms2 = 247.0ms; in main() local 37 assert ( ms == ms2 ); in main()
|
D | literals.pass.cpp | 48 auto ms2 = 247.0ms; in main() local 49 assert ( ms == ms2 ); in main()
|
/external/virglrenderer/ci/previous_results/es_host_softpipe/piglit_gles3/ |
D | results.txt | 35 spec/ext_shader_framebuffer_fetch/execution/gles3/integer-ms2: skip 40 spec/ext_shader_framebuffer_fetch/execution/gles3/nonuniform-ms2: skip 45 spec/ext_shader_framebuffer_fetch/execution/gles3/simple-ms2: skip 55 spec/ext_shader_framebuffer_fetch_non_coherent/execution/gles3/integer-ms2: skip 60 spec/ext_shader_framebuffer_fetch_non_coherent/execution/gles3/nonuniform-ms2: skip 65 spec/ext_shader_framebuffer_fetch_non_coherent/execution/gles3/simple-ms2: skip
|
/external/virglrenderer/ci/previous_results/gl_host_softpipe/piglit_gles3/ |
D | results.txt | 35 spec/ext_shader_framebuffer_fetch/execution/gles3/integer-ms2: skip 40 spec/ext_shader_framebuffer_fetch/execution/gles3/nonuniform-ms2: skip 45 spec/ext_shader_framebuffer_fetch/execution/gles3/simple-ms2: skip 55 spec/ext_shader_framebuffer_fetch_non_coherent/execution/gles3/integer-ms2: skip 60 spec/ext_shader_framebuffer_fetch_non_coherent/execution/gles3/nonuniform-ms2: skip 65 spec/ext_shader_framebuffer_fetch_non_coherent/execution/gles3/simple-ms2: skip
|
/external/virglrenderer/ci/previous_results/archived/es_host_i915/piglit_gles3/ |
D | results.txt | 31 spec/ext_shader_framebuffer_fetch/execution/integer-gles3-ms2: skip 36 spec/ext_shader_framebuffer_fetch/execution/nonuniform-ms2-gles3: skip 41 spec/ext_shader_framebuffer_fetch/execution/simple-ms2-gles3: skip
|
/external/virglrenderer/ci/previous_results/archived/es_host_llvmpipe/piglit_gles3/ |
D | results.txt | 31 spec/ext_shader_framebuffer_fetch/execution/integer-gles3-ms2: skip 36 spec/ext_shader_framebuffer_fetch/execution/nonuniform-ms2-gles3: skip 41 spec/ext_shader_framebuffer_fetch/execution/simple-ms2-gles3: skip
|
/external/virglrenderer/ci/previous_results/archived/gl_host_llvmpipe/piglit_gles3/ |
D | results.txt | 31 spec/ext_shader_framebuffer_fetch/execution/integer-gles3-ms2: skip 36 spec/ext_shader_framebuffer_fetch/execution/nonuniform-ms2-gles3: skip 41 spec/ext_shader_framebuffer_fetch/execution/simple-ms2-gles3: skip
|
/external/virglrenderer/ci/previous_results/archived/gl_host_i915/piglit_gles3/ |
D | results.txt | 31 spec/ext_shader_framebuffer_fetch/execution/integer-gles3-ms2: skip 36 spec/ext_shader_framebuffer_fetch/execution/nonuniform-ms2-gles3: skip 41 spec/ext_shader_framebuffer_fetch/execution/simple-ms2-gles3: skip
|
/external/iputils/doc/ |
D | traceroute6.sgml | 53 <ulink url="mailto:kuznet@ms2.inr.ac.ru">Alexey Kuznetsov 54 <kuznet@ms2.inr.ac.ru></ulink>. And eventually entered
|
D | clockdiff.sgml | 114 <ulink url="mailto:kuznet@ms2.inr.ac.ru">Alexey Kuznetsov 115 <kuznet@ms2.inr.ac.ru></ulink>. It was based on code borrowed
|
D | rarpd.sgml | 118 <ulink url="mailto:kuznet@ms2.inr.ac.ru">Alexey Kuznetsov 119 <kuznet@ms2.inr.ac.ru></ulink>.
|
D | arping.sgml | 174 <ulink url="mailto:kuznet@ms2.inr.ac.ru">Alexey Kuznetsov 175 <kuznet@ms2.inr.ac.ru></ulink>.
|
D | tracepath.sgml | 150 <ulink url="mailto:kuznet@ms2.inr.ac.ru">Alexey Kuznetsov 151 <kuznet@ms2.inr.ac.ru></ulink>.
|
/external/iproute2/ |
D | README | 44 kuznet@ms2.inr.ac.ru
|
/external/icu/icu4c/source/test/intltest/ |
D | dtfmrgts.cpp | 1354 UDate ms2 = cal->getTime(status); in Test1684() local 1356 if (ms2 != ms) { in Test1684() 1358 "\n GregorianUCAL_WOM gave " + ms2); in Test1684() 1364 ms2 = sdf->parse(test.data, status); in Test1684() 1369 if (ms2!=ms) { in Test1684() 1371 "\n SimpleDateFormat.parse gave " + ms2); in Test1684()
|