/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableList.java | 84 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() argument 86 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4, e5, e6)); in of() 90 E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() argument 92 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4, e5, e6, e7)); in of() 96 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() argument 98 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4, e5, e6, e7, e8)); in of() 102 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of() argument 104 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4, e5, e6, e7, e8, e9)); in of() 108 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of() argument 110 e1, e2, e3, e4, e5, e6, e7, e8, e9, e10)); in of() [all …]
|
D | ImmutableSet.java | 82 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, in of() argument 86 Collections.addAll(all, e1, e2, e3, e4, e5, e6); in of()
|
D | ImmutableSortedSet.java | 107 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of() argument 110 Collections.addAll(all, e1, e2, e3, e4, e5, e6); in of()
|
/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableList.java | 124 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() argument 125 return construct(e1, e2, e3, e4, e5, e6); in of() 134 E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of() argument 135 return construct(e1, e2, e3, e4, e5, e6, e7); in of() 144 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of() argument 145 return construct(e1, e2, e3, e4, e5, e6, e7, e8); in of() 154 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of() argument 155 return construct(e1, e2, e3, e4, e5, e6, e7, e8, e9); in of() 164 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of() argument 165 return construct(e1, e2, e3, e4, e5, e6, e7, e8, e9, e10); in of() [all …]
|
D | ImmutableSortedMultisetFauxverideShim.java | 136 E e6, in of() argument
|
D | ImmutableSortedSetFauxverideShim.java | 132 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of() argument
|
D | ImmutableSet.java | 143 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, in of() argument 152 elements[5] = e6; in of()
|
D | ImmutableMultiset.java | 125 E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of() argument 128 Collections.addAll(all, e1, e2, e3, e4, e5, e6); in of()
|
D | ImmutableSortedSet.java | 190 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of() argument 193 Collections.addAll(all, e1, e2, e3, e4, e5, e6); in of()
|
D | ImmutableSortedMultiset.java | 159 E e6, in of() argument 163 Collections.addAll(all, e1, e2, e3, e4, e5, e6); in of()
|
/external/clang/test/CodeGenCXX/ |
D | pr12251.cpp | 51 enum e6 { e6_a = -1 }; enum 52 e6 g6(e6 *x) { in g6()
|
/external/llvm/test/TableGen/ |
D | SetTheory.td | 142 def e6; 146 def E : Set<(add e0, e1, e2, e3, e4, e5, e6, e7, e8, e9)>; 152 // CHECK: S8a = [ e0 e3 e6 e9 ] 156 // CHECK: S8e = [ e0 e2 e4 e6 e8 e1 e3 e5 e7 e9 ] 164 // CHECK: S9a = [ e3 e4 e5 e6 e7 ] 165 // CHECK: S9b = [ e7 e6 e5 e4 e3 ] 167 // CHECK: S9d = [ a b c d e0 e3 e6 e9 e4 e5 e7 ] 173 // CHECK: T0a = [ e3 e7 e4 e6 e5 ] 174 // CHECK: T0b = [ e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ]
|
/external/clang/test/Sema/ |
D | warn-unreachable.c | 62 goto e6; in test2() 71 e6: in test2()
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/ |
D | p1.cpp | 77 template<> enum class C<int>::E : int { e6 }; enumerator 79 C<int>::E c3 = C<int>::E::e6; 84 template<typename T> enum class B<T*>::E { e5, e6 }; // expected-error {{nested name specifier for … enumerator
|
/external/clang/test/CodeGen/ |
D | 2007-04-11-PR1321.c | 10 unsigned int e6 : 17; member
|
/external/openssl/crypto/aes/ |
D | aes_wrap.c | 234 static const unsigned char e6[] = { in main() local 254 ret = AES_wrap_unwrap_test(kek, 256, NULL, e6, key, 32); in main()
|
/external/sonivox/arm-wt-22k/vectors/ |
D | greensleeves.rtttl | 1 …#6, d6, 2c6, a, f., 8g, a, 2a#, g, g., 8f, g, 2a, f, 2d, g, 2a#, c6, d.6, 8e6, d6, 2c6, a, f., 8g,…
|
/external/jdiff/src/jdiff/ |
D | JDiff.java | 235 } catch (Exception e6) { in runAnt() 237 e6.printStackTrace(); in runAnt()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableSetTest.java | 69 String e4, String e5, String e6, String... rest) { in of() argument 70 return ImmutableSet.of(e1, e2, e3, e4, e5, e6, rest); in of()
|
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-generated-matchers.h | 462 const T5& e5, const T6& e6) : e1_(e1), e2_(e2), e3_(e3), e4_(e4), in ElementsAreMatcher6() argument 463 e5_(e5), e6_(e6) {} in ElementsAreMatcher6() 499 const T5& e5, const T6& e6, const T7& e7) : e1_(e1), e2_(e2), e3_(e3), in ElementsAreMatcher7() argument 500 e4_(e4), e5_(e5), e6_(e6), e7_(e7) {} in ElementsAreMatcher7() 538 const T5& e5, const T6& e6, const T7& e7, const T8& e8) : e1_(e1), in ElementsAreMatcher8() argument 539 e2_(e2), e3_(e3), e4_(e4), e5_(e5), e6_(e6), e7_(e7), e8_(e8) {} in ElementsAreMatcher8() 579 const T5& e5, const T6& e6, const T7& e7, const T8& e8, in ElementsAreMatcher9() argument 580 const T9& e9) : e1_(e1), e2_(e2), e3_(e3), e4_(e4), e5_(e5), e6_(e6), in ElementsAreMatcher9() 623 const T5& e5, const T6& e6, const T7& e7, const T8& e8, const T9& e9, in ElementsAreMatcher10() argument 624 const T10& e10) : e1_(e1), e2_(e2), e3_(e3), e4_(e4), e5_(e5), e6_(e6), in ElementsAreMatcher10() [all …]
|
/external/libvpx/vp8/common/x86/ |
D | loopfilter_sse2.asm | 749 …movq xmm5, QWORD PTR [rsi+2*rcx] ; xx xx xx xx xx xx xx xx e7 e6 e5 e4 e3 e2 … 755 … punpcklbw xmm5, xmm6 ; f7 e7 f6 e6 f5 e5 f4 e4 f3 e3 f2 e2 f1 e1 f0 e0 758 … punpckhwd xmm6, xmm5 ; f7 e7 d7 c7 f6 e6 d6 c6 f5 e5 d5 c5 f4 e4 d4 c4 775 … punpckhdq xmm2, xmm6 ; f7 e7 d7 c7 b7 a7 97 87 f6 e6 d6 c6 b6 a6 96 86 778 … punpcklqdq xmm6, xmm2 ; f6 e6 d6 c6 b6 a6 96 86 76 66 56 46 36 26 16 06 1173 …movdqa xmm6, xmm5 ; f6 e6 d6 c6 b6 a6 96 86 76 66 56 46 36 26 16… 1207 …punpckhbw xmm5, [rdx+112] ; f7 f6 e7 e6 d7 d6 c7 c6 b7 b6 a7 a6 97 96 87… 1211 …punpckhwd xmm2, xmm5 ; f7 f6 f5 f4 e7 e6 e5 e4 d7 d6 d5 d4 c7 c6 c5… 1228 …punpckhdq xmm4, xmm2 ; f7 f6 f4 f4 f3 f2 f1 f0 e7 e6 e5 e4 e3 e2 e1…
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 |
|
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/valgrind/main/none/tests/amd64/ |
D | slahf-amd64.stdout.exp | 233 e6 -> c600
|
/external/v8/test/mjsunit/ |
D | large-object-allocation.js | 192 this.e6 = i;
|