Home
last modified time | relevance | path

Searched refs:e2 (Results 1 – 25 of 60) sorted by relevance

123

/external/guava/src/com/google/common/collect/
DImmutableList.java89 public static <E> ImmutableList<E> of(E e1, E e2) { in of() argument
90 return new RegularImmutableList<E>(copyIntoArray(e1, e2)); in of()
98 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of() argument
99 return new RegularImmutableList<E>(copyIntoArray(e1, e2, e3)); in of()
107 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of() argument
108 return new RegularImmutableList<E>(copyIntoArray(e1, e2, e3, e4)); in of()
116 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of() argument
117 return new RegularImmutableList<E>(copyIntoArray(e1, e2, e3, e4, e5)); in of()
125 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of() argument
126 return new RegularImmutableList<E>(copyIntoArray(e1, e2, e3, e4, e5, e6)); in of()
[all …]
DImmutableSortedSetFauxverideShim.java74 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) { in of() argument
87 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of() argument
102 E e1, E e2, E e3, E e4) { in of() argument
117 E e1, E e2, E e3, E e4, E e5) { in of() argument
DImmutableSet.java100 public static <E> ImmutableSet<E> of(E e1, E e2) { in of() argument
101 return create(e1, e2); in of()
112 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of() argument
113 return create(e1, e2, e3); in of()
124 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of() argument
125 return create(e1, e2, e3, e4); in of()
136 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of() argument
137 return create(e1, e2, e3, e4, e5); in of()
DImmutableSortedSet.java134 E e1, E e2) { in of() argument
135 return ofInternal(Ordering.natural(), e1, e2); in of()
147 E e1, E e2, E e3) { in of() argument
148 return ofInternal(Ordering.natural(), e1, e2, e3); in of()
160 E e1, E e2, E e3, E e4) { in of() argument
161 return ofInternal(Ordering.natural(), e1, e2, e3, e4); in of()
173 E e1, E e2, E e3, E e4, E e5) { in of() argument
174 return ofInternal(Ordering.natural(), e1, e2, e3, e4, e5); in of()
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest_pred_impl.h133 const char* e2, in AssertPred2Helper() argument
142 << e2 << ") evaluates to false, where" in AssertPred2Helper()
144 << "\n" << e2 << " evaluates to " << v2; in AssertPred2Helper()
184 const char* e2, in AssertPred3Helper() argument
195 << e2 << ", " in AssertPred3Helper()
198 << "\n" << e2 << " evaluates to " << v2 in AssertPred3Helper()
242 const char* e2, in AssertPred4Helper() argument
255 << e2 << ", " in AssertPred4Helper()
259 << "\n" << e2 << " evaluates to " << v2 in AssertPred4Helper()
307 const char* e2, in AssertPred5Helper() argument
[all …]
/external/gtest/include/gtest/
Dgtest_pred_impl.h133 const char* e2, in AssertPred2Helper() argument
142 << e2 << ") evaluates to false, where" in AssertPred2Helper()
144 << "\n" << e2 << " evaluates to " << v2; in AssertPred2Helper()
184 const char* e2, in AssertPred3Helper() argument
195 << e2 << ", " in AssertPred3Helper()
198 << "\n" << e2 << " evaluates to " << v2 in AssertPred3Helper()
242 const char* e2, in AssertPred4Helper() argument
255 << e2 << ", " in AssertPred4Helper()
259 << "\n" << e2 << " evaluates to " << v2 in AssertPred4Helper()
307 const char* e2, in AssertPred5Helper() argument
[all …]
/external/protobuf/gtest/include/gtest/
Dgtest_pred_impl.h133 const char* e2, in AssertPred2Helper() argument
142 << e2 << ") evaluates to false, where" in AssertPred2Helper()
144 << "\n" << e2 << " evaluates to " << v2; in AssertPred2Helper()
184 const char* e2, in AssertPred3Helper() argument
195 << e2 << ", " in AssertPred3Helper()
198 << "\n" << e2 << " evaluates to " << v2 in AssertPred3Helper()
242 const char* e2, in AssertPred4Helper() argument
255 << e2 << ", " in AssertPred4Helper()
259 << "\n" << e2 << " evaluates to " << v2 in AssertPred4Helper()
307 const char* e2, in AssertPred5Helper() argument
[all …]
/external/freetype/src/raster/
Dftraster.c1053 Int e1, e2, f1, f2, size; /* XXX: is `Short' sufficient? */ in Line_Up() local
1082 e2 = (Int)TRUNC( maxy ); in Line_Up()
1087 e2 = (Int)TRUNC( y2 ); in Line_Up()
1093 if ( e1 == e2 ) in Line_Up()
1116 size = e2 - e1 + 1; in Line_Up()
1236 Long y1, y2, e, e2, e0; in Bezier_Up() local
1253 e2 = FLOOR( y2 ); in Bezier_Up()
1255 if ( e2 > maxy ) in Bezier_Up()
1256 e2 = maxy; in Bezier_Up()
1288 if ( e2 < e ) in Bezier_Up()
[all …]
/external/openssl/crypto/des/
Ddess.cpp40 unsigned long s1,s2,e1,e2; in main() local
59 GetTSC(e2); in main()
64 e1-s1,e2-s2,((e2-s2)-(e1-s1))); in main()
Ddes3s.cpp40 unsigned long s1,s2,e1,e2; in main() local
59 GetTSC(e2); in main()
64 e1-s1,e2-s2,((e2-s2)-(e1-s1))); in main()
/external/openssl/crypto/rc4/
Drc4s.cpp41 unsigned long s1,s2,e1,e2; in main() local
65 GetTSC(e2); in main()
70 e1-s1,e2-s2,(e1-s1)-(e2-s2)); in main()
/external/openssl/crypto/md4/
Dmd4s.cpp45 unsigned long s1,s2,e1,e2; in main() local
71 GetTSC(e2); in main()
75 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2); in main()
/external/openssl/crypto/md5/
Dmd5s.cpp45 unsigned long s1,s2,e1,e2; in main() local
71 GetTSC(e2); in main()
75 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2); in main()
/external/openssl/crypto/ripemd/asm/
Drips.cpp47 unsigned long s1,s2,e1,e2; in main() local
75 GetTSC(e2); in main()
79 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2); in main()
/external/bluetooth/glib/tests/
Dregex-test.c228 gchar *e2 = g_strescape (string, NULL); in test_match() local
229 … g_print ("failed \t(unexpected %s) '%s' against '%s'\n", match ? "match" : "mismatch", e1, e2); in test_match()
231 g_free (e2); in test_match()
408 t1, s1, e1, t2, s2, e2) { \ argument
411 t1, s1, e1, t2, s2, e2, NULL)) \
418 t1, s1, e1, t2, s2, e2, t3, s3, e3) { \ argument
421 t1, s1, e1, t2, s2, e2, t3, s3, e3, NULL)) \
428 t1, s1, e1, t2, s2, e2, t3, s3, e3, t4, s4, e4) { \ argument
431 t1, s1, e1, t2, s2, e2, t3, s3, e3, t4, s4, e4, NULL)) \
742 #define TEST_FETCH_ALL2(pattern, string, e1, e2) { \ argument
[all …]
/external/gtest/test/
Dgtest_pred_impl_unittest.cc491 const char* e2, in PredFormatFunction2() argument
498 msg << e1 << " + " << e2 in PredFormatFunction2()
508 const char* e2, in operator ()()
511 return PredFormatFunction2(e1, e2, v1, v2); in operator ()()
922 const char* e2, in PredFormatFunction3() argument
931 msg << e1 << " + " << e2 << " + " << e3 in PredFormatFunction3()
941 const char* e2, in operator ()()
946 return PredFormatFunction3(e1, e2, e3, v1, v2, v3); in operator ()()
1395 const char* e2, in PredFormatFunction4() argument
1406 msg << e1 << " + " << e2 << " + " << e3 << " + " << e4 in PredFormatFunction4()
[all …]
/external/protobuf/gtest/test/
Dgtest_pred_impl_unittest.cc491 const char* e2, in PredFormatFunction2() argument
498 msg << e1 << " + " << e2 in PredFormatFunction2()
508 const char* e2, in operator ()()
511 return PredFormatFunction2(e1, e2, v1, v2); in operator ()()
922 const char* e2, in PredFormatFunction3() argument
931 msg << e1 << " + " << e2 << " + " << e3 in PredFormatFunction3()
941 const char* e2, in operator ()()
946 return PredFormatFunction3(e1, e2, e3, v1, v2, v3); in operator ()()
1395 const char* e2, in PredFormatFunction4() argument
1406 msg << e1 << " + " << e2 << " + " << e3 << " + " << e4 in PredFormatFunction4()
[all …]
/external/v8/test/mjsunit/
Dwith-leave.js55 } catch (e2) {
56 assertTrue(e2 instanceof ReferenceError);
/external/bluetooth/glib/tests/markups/
Dexpected-111 ELEMENT 'e2:foo'
20 END 'e2:foo'
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DWrapCipherSpi.java346 catch (IllegalBlockSizeException e2) in engineUnwrap()
348 throw new InvalidKeyException(e2.getMessage()); in engineUnwrap()
433 catch (InvalidKeySpecException e2) in engineUnwrap()
435 throw new InvalidKeyException("Unknown key type " + e2.getMessage()); in engineUnwrap()
/external/libvpx/vp8/common/x86/
Dloopfilter_sse2.asm749 … xmm5, QWORD PTR [rsi+2*rcx] ; xx xx xx xx xx xx xx xx e7 e6 e5 e4 e3 e2 e1 e0
755 … punpcklbw xmm5, xmm6 ; f7 e7 f6 e6 f5 e5 f4 e4 f3 e3 f2 e2 f1 e1 f0 e0
760 … punpcklwd xmm1, xmm5 ; f3 e3 d3 c3 f2 e2 d2 c2 f1 e1 d1 c1 f0 e0 d0 c0
770 … punpckhdq xmm5, xmm1 ; f3 e3 d3 c3 b3 a3 93 83 f2 e2 d2 c2 b2 a2 92 82
783 … punpcklqdq xmm2, xmm5 ; f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02
812 … punpcklqdq xmm2, xmm5 ; f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02
959 ; xmm1 = f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02
963 … movdqa xmm2, xmm1 ; f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02
967 … punpckhbw xmm1, xmm6 ; f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
977 … movdqa xmm5, xmm1 ; f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82
[all …]
/external/speex/libspeex/
Dpseudofloat.h248 int e1, e2; in FLOAT_MUL32U() local
256 e2 = spx_ilog2(ABS32(b)); in FLOAT_MUL32U()
257 b = VSHR32(b, e2-14); in FLOAT_MUL32U()
259 r.e = e1+e2-13; in FLOAT_MUL32U()
/external/bluetooth/glib/gobject/
Dgvalue.c418 const TransformEntry *e2 = bsearch_node2; in transform_entries_cmp() local
419 gint cmp = G_BSEARCH_ARRAY_CMP (e1->src_type, e2->src_type); in transform_entries_cmp()
424 return G_BSEARCH_ARRAY_CMP (e1->dest_type, e2->dest_type); in transform_entries_cmp()
/external/quake/quake/src/QW/server/
Dsv_phys.c162 void SV_Impact (edict_t *e1, edict_t *e2) in SV_Impact() argument
173 pr_global_struct->other = EDICT_TO_PROG(e2); in SV_Impact()
177 if (e2->v.touch && e2->v.solid != SOLID_NOT) in SV_Impact()
179 pr_global_struct->self = EDICT_TO_PROG(e2); in SV_Impact()
181 PR_ExecuteProgram (e2->v.touch); in SV_Impact()
/external/openssl/crypto/aes/
Daes_wrap.c208 static const unsigned char e2[] = { in main() local
246 ret = AES_wrap_unwrap_test(kek, 192, NULL, e2, key, 16); in main()

123