/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableList.java | 79 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of() argument 81 ImmutableList.<E>nullCheckedList(e1, e2, e3, e4, e5)); in of() 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() [all …]
|
D | ImmutableSet.java | 77 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of() argument 78 return create(e1, e2, e3, e4, e5); in of() 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()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/ |
D | gas-inout.hex | 68 e5 70 e5 75 e5 77 e5
|
/external/guava/guava/src/com/google/common/collect/ |
D | ImmutableList.java | 115 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of() argument 116 return construct(e1, e2, e3, e4, e5); in of() 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() [all …]
|
D | ImmutableSortedMultisetFauxverideShim.java | 115 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of() argument 135 E e5, in of() argument
|
D | ImmutableSortedSetFauxverideShim.java | 117 E e1, E e2, E e3, E e4, E e5) { in of() argument 132 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of() argument
|
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
D | p2.cpp | 109 E5 e5; variable 111 static_assert(!noexcept(E5(static_cast<E5&&>(e5))), ""); 112 static_assert(!noexcept(E5(e5)), ""); 113 static_assert(!noexcept(e5 = E5()), ""); 114 static_assert(!noexcept(e5 = e5), "");
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/ |
D | p1.cpp | 60 template<> enum class B<long>::E { e5 }; enumerator 61 void fb5() { b5 = decltype(b5)::e5; } in fb5() 62 B<long>::E b6 = B<long>::E::e5; 73 template<> enum class C<long>::E : long { e5 }; enumerator 74 void fc1() { c1 = decltype(c1)::e5; } in fc1() 75 C<long>::E c2 = C<long>::E::e5; 84 template<typename T> enum class B<T*>::E { e5, e6 }; // expected-error {{nested name specifier for … enumerator
|
/external/llvm/test/TableGen/ |
D | SetTheory.td | 141 def e5; 146 def E : Set<(add e0, e1, e2, e3, e4, e5, e6, e7, e8, e9)>; 155 // CHECK: S8d = [ e1 e3 e5 e7 e9 ] 156 // CHECK: S8e = [ e0 e2 e4 e6 e8 e1 e3 e5 e7 e9 ] 165 // CHECK: S9a = [ e3 e4 e5 e6 e7 ] 166 // CHECK: S9b = [ e7 e6 e5 e4 e3 ] 168 // CHECK: S9d = [ a b c d e0 e3 e6 e9 e4 e5 e7 ] 169 // CHECK: S9e = [ e3 e5 ] 175 // CHECK: T0a = [ e3 e7 e4 e6 e5 ] 176 // CHECK: T0b = [ e0 e1 e2 e3 e4 e5 e6 e7 e8 e9 ]
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
D | errorcode_unittest.cc | 64 ErrorCode e5 = sandbox.Trap(NULL, "b"); in SANDBOX_TEST() local 68 SANDBOX_ASSERT(!e5.Equals(e4)); in SANDBOX_TEST() 85 ErrorCode e5 = sandbox.Trap(NULL, "b"); in SANDBOX_TEST() local 89 SANDBOX_ASSERT(e4.LessThan(e5)); in SANDBOX_TEST()
|
/external/clang/test/CodeGenCXX/ |
D | pr12251.cpp | 44 enum e5 { e5_a = -16, e5_b = 16}; enum 45 e5 g5(e5 *x) { in g5()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/ |
D | rdtmain.hex | 88 e5 109 e5
|
/external/chromium_org/net/data/ssl/certificates/ |
D | cross-signed-root-md5.pem | 19 c7:b4:0d:e6:71:98:e5:a5:6a:3a:30:05:35:22:59: 26 92:45:e5:cd:2a:38:f3:18:b2:1d:62:8e:3c:a5:89: 27 47:6a:0d:43:87:68:82:10:5d:e3:db:70:e5:60:9c: 46 26:44:90:e5:19:09:77:94:08:2c:f1:27:1e:bb:09:6d:36:47: 50 c6:19:93:c2:96:7d:b0:1f:80:e5:08:a0:14:1f:03:0c:ab:90:
|
D | 2048-rsa-intermediate.pem | 17 fe:06:ad:b9:c5:e9:97:87:b3:90:f2:e5:13:45:47: 21 4b:fd:0a:3f:d7:88:01:20:4f:21:f7:84:61:36:e5: 28 53:a3:e5:25:0b:60:fa:48:05:6b:b1:73:ee:94:f2: 42 3a:f6:e3:fc:14:01:a3:89:91:84:7b:cb:50:e5:64:0a:a4:40:
|
D | quic_root.crt | 47 89:e0:5a:01:e5:e9:b8:4b:31:91:25:bf:7d:e1:7c:86:e9:36: 48 c1:5b:10:e5:2c:cc:6f:99:c4:66:79:30:41:1f:0b:f9:4b:ea: 53 90:94:62:f4:90:17:82:e5:1e:33:db:f4:50:11:e5:55:10:09:
|
D | client_1.pem | 31 fb:9b:e5:92:aa:3d:f1:62:3e:ae:bb:b8:09:52:e6: 32 e5:d3 48 bf:c5:8e:2c:79:cc:c5:b7:e5:00:98:5b:f8:f6:01:b1:83:cb: 53 4f:2f:4f:7b:fb:26:05:05:e5:de:29:5e:ad:09:55:e6:d6:c5:
|
D | 768-rsa-ee-by-2048-rsa-intermediate.pem | 16 e5:9e:85:a7:af:98:86:9a:bc:ad:a9:c6:81:75:fb: 38 bf:ae:60:65:88:2f:e5:6d:d6:e5:d7:e0:75:3d:00:73:65:ae:
|
D | 2048-rsa-ee-by-1024-rsa-intermediate.pem | 16 a3:b5:e5:bf:72:f1:53:d5:dc:9e:2e:0b:72:5e:06: 19 13:0c:67:df:25:eb:ee:21:70:e5:39:e9:61:5f:ad: 38 00:05:e5:a4:4b:3d:15:1d:26:0f:42:2c:69:ce:b1:c4:fc:33:
|
D | aia-root.pem | 26 d7:e7:55:cb:3c:09:25:31:61:cf:9b:96:e5:01:e5: 52 e5:7d:2c:41:ce:6e:de:1f:9a:af:0b:f8:02:79:88:29:59:ee:
|
D | multi-root-chain1.pem | 44 2a:e5:2d:cf:9e:bc:0c:23:5e:21:4f:19:ad:b5:3e: 52 97:f3:11:04:70:9e:48:e2:96:e5:66:a3:85:dd:b2: 84 06:66:1f:5b:e6:a4:e5:35:eb:f3:e5:e3:f3:31:78:fe:b0:03: 150 f3:e5:c3:a2:34:40:91:6d:45:2c:7f:63:51:98:5b:53:4b:91: 151 ce:0f:e2:32:63:e7:e5:f9:21:6b:b7:f9:94:ac:33:13:5c:27: 235 ec:5f:e5:c2:1f:0a:a5:1f:7a:62:ce:d7:b0:b2:bb:e6:af:ab: 272 45:a9:aa:7c:74:50:3c:43:5f:c1:e5:0f:59:8c:e2: 305 54:3d:b0:99:02:c8:d6:ff:4e:a7:cf:d1:b4:e5:94:92:ce:3f: 306 d1:86:1b:01:6b:51:cd:94:cc:c1:2c:dd:4d:43:c2:e5:cd:21:
|
/external/clang/test/Sema/ |
D | no-documentation-warn-tagdecl-specifier.c | 70 enum e5 { two }; enum 71 enum e5* g5(void);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ImmutableSetTest.java | 64 String e1, String e2, String e3, String e4, String e5) { in of() argument 65 return ImmutableSet.of(e1, e2, e3, e4, e5); in of() 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_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | simd-2.hex | 110 e5 381 e5 420 e5
|
D | genopcode.hex | 170 e5 173 e5 468 e5
|
/external/llvm/test/CodeGen/ARM/ |
D | inlineasm-switch-mode.ll | 14 ; ARM-NEXT: 04 70 2d e5 str r7, [sp, #-4]! 20 ; THUMB-NEXT: 2d e5
|