Home
last modified time | relevance | path

Searched defs:e2 (Results 1 – 25 of 34) sorted by relevance

12

/external/guava/src/com/google/common/collect/
DImmutableSortedSetFauxverideShim.java74 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) { in of()
87 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of()
102 E e1, E e2, E e3, E e4) { in of()
117 E e1, E e2, E e3, E e4, E e5) { in of()
DImmutableList.java89 public static <E> ImmutableList<E> of(E e1, E e2) { in of()
98 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
107 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
116 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
125 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
135 E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
146 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
157 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
168 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
179 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
DImmutableSet.java100 public static <E> ImmutableSet<E> of(E e1, E e2) { in of()
112 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
124 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
136 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
DImmutableSortedSet.java134 E e1, E e2) { in of()
147 E e1, E e2, E e3) { in of()
160 E e1, E e2, E e3, E e4) { in of()
173 E e1, E e2, E e3, E e4, E e5) { in of()
/external/chromium/third_party/modp_b64/
Dmodp_b64_data.h66 static const char e2[256] = { variable
/external/openssl/crypto/des/
Ddess.cpp40 unsigned long s1,s2,e1,e2; in main() local
Ddes3s.cpp40 unsigned long s1,s2,e1,e2; in main() local
/external/openssl/crypto/md4/
Dmd4s.cpp45 unsigned long s1,s2,e1,e2; in main() local
/external/openssl/crypto/md5/
Dmd5s.cpp45 unsigned long s1,s2,e1,e2; in main() local
/external/openssl/crypto/rc4/
Drc4s.cpp41 unsigned long s1,s2,e1,e2; in main() local
/external/bluetooth/glib/tests/
Dregex-test.c228 gchar *e2 = g_strescape (string, NULL); in test_match() local
408 t1, s1, e1, t2, s2, e2) { \ argument
418 t1, s1, e1, t2, s2, e2, t3, s3, e3) { \ argument
428 t1, s1, e1, t2, s2, e2, t3, s3, e3, t4, s4, e4) { \ argument
742 #define TEST_FETCH_ALL2(pattern, string, e1, e2) { \ argument
750 #define TEST_FETCH_ALL3(pattern, string, e1, e2, e3) { \ argument
840 #define TEST_SPLIT_SIMPLE2(pattern, string, e1, e2) { \ argument
848 #define TEST_SPLIT_SIMPLE3(pattern, string, e1, e2, e3) { \ argument
1030 #define TEST_SPLIT2(pattern, string, start_position, max_tokens, e1, e2) { \ argument
1046 #define TEST_SPLIT3(pattern, string, start_position, max_tokens, e1, e2, e3) { \ argument
[all …]
/external/openssl/crypto/ripemd/asm/
Drips.cpp47 unsigned long s1,s2,e1,e2; in main() local
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest_pred_impl.h133 const char* e2, in AssertPred2Helper()
184 const char* e2, in AssertPred3Helper()
242 const char* e2, in AssertPred4Helper()
307 const char* e2, in AssertPred5Helper()
/external/gtest/include/gtest/
Dgtest_pred_impl.h133 const char* e2, in AssertPred2Helper()
184 const char* e2, in AssertPred3Helper()
242 const char* e2, in AssertPred4Helper()
307 const char* e2, in AssertPred5Helper()
/external/protobuf/gtest/include/gtest/
Dgtest_pred_impl.h133 const char* e2, in AssertPred2Helper()
184 const char* e2, in AssertPred3Helper()
242 const char* e2, in AssertPred4Helper()
307 const char* e2, in AssertPred5Helper()
/external/freetype/src/raster/
Dftraster.c1053 Int e1, e2, f1, f2, size; /* XXX: is `Short' sufficient? */ in Line_Up() local
1236 Long y1, y2, e, e2, e0; in Bezier_Up() local
2240 Long e1, e2; in Vertical_Sweep_Span() local
2308 Long e1, e2, pxl; in Vertical_Sweep_Drop() local
2476 Long e1, e2; in Horizontal_Sweep_Span() local
2519 Long e1, e2, pxl; in Horizontal_Sweep_Drop() local
2789 Long e1, e2; in Horizontal_Gray_Sweep_Drop() local
2882 Long x1, x2, xs, e1, e2; in Draw_Sweep() local
/external/openssl/crypto/aes/
Daes_wrap.c208 static const unsigned char e2[] = { in main() local
/external/bluetooth/glib/gobject/
Dgvalue.c418 const TransformEntry *e2 = bsearch_node2; in transform_entries_cmp() local
/external/icu4c/tools/genpname/
Dgenpname.cpp228 compareNameToEnumEntry(const void * /*context*/, const void* e1, const void* e2) { in compareNameToEnumEntry()
261 compareEnumToNameGroupEntry(const void * /*context*/, const void* e1, const void* e2) { in compareEnumToNameGroupEntry()
293 compareEnumToValueEntry(const void * /*context*/, const void* e1, const void* e2) { in compareEnumToValueEntry()
/external/chromium/third_party/icu/source/tools/genpname/
Dgenpname.cpp227 compareNameToEnumEntry(const void * /*context*/, const void* e1, const void* e2) { in compareNameToEnumEntry()
260 compareEnumToNameGroupEntry(const void * /*context*/, const void* e1, const void* e2) { in compareEnumToNameGroupEntry()
292 compareEnumToValueEntry(const void * /*context*/, const void* e1, const void* e2) { in compareEnumToValueEntry()
/external/quake/quake/src/QW/server/
Dsv_phys.c162 void SV_Impact (edict_t *e1, edict_t *e2) in SV_Impact()
/external/speex/libspeex/
Dpseudofloat.h248 int e1, e2; in FLOAT_MUL32U() local
/external/skia/src/animator/
DSkDrawExtraPathEffect.cpp376 SkPathEffect* e2 = effect2->getPathEffect(); in getPathEffect() local
/external/gtest/test/
Dgtest_pred_impl_unittest.cc491 const char* e2, in PredFormatFunction2()
922 const char* e2, in PredFormatFunction3()
1395 const char* e2, in PredFormatFunction4()
1910 const char* e2, in PredFormatFunction5()
/external/protobuf/gtest/test/
Dgtest_pred_impl_unittest.cc491 const char* e2, in PredFormatFunction2()
922 const char* e2, in PredFormatFunction3()
1395 const char* e2, in PredFormatFunction4()
1910 const char* e2, in PredFormatFunction5()

12