HomeSort by relevance Sort by last modified time
    Searched refs:e1 (Results 1 - 25 of 204) sorted by null

1 2 3 4 5 6 7 8 9

  /cts/tools/dx-tests/src/dxc/junit/opcodes/athrow/jm/
T_athrow_12.java 25 }catch(RuntimeException e1) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_12.java 33 } catch(RuntimeException e1) {
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
itrans.cpp 91 int e0, e1, e2, e3; /* note, at every step of the calculation, these values */ local
101 e1 = inout[0] - inout[2];
106 inout[1] = e1 + e2;
107 inout[2] = e1 - e2;
116 e1 = block[0] - block[32];
122 e1 += e2;
123 e2 = (e1 - (e2 << 1)); /* e1-e2 */
125 e1 += 32;
131 e1 = pred[20] + (e1 >> 6)
171 int e0, e1, e2, e3; \/* note, at every step of the calculation, these values *\/ local
    [all...]
  /external/guava/src/com/google/common/collect/
ImmutableSortedSetFauxverideShim.java 74 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) {
87 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) {
102 E e1, E e2, E e3, E e4) {
117 E e1, E e2, E e3, E e4, E e5) {
ImmutableList.java 89 public static <E> ImmutableList<E> of(E e1, E e2) {
90 return new RegularImmutableList<E>(copyIntoArray(e1, e2));
98 public static <E> ImmutableList<E> of(E e1, E e2, E e3) {
99 return new RegularImmutableList<E>(copyIntoArray(e1, e2, e3));
107 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) {
108 return new RegularImmutableList<E>(copyIntoArray(e1, e2, e3, e4));
116 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) {
117 return new RegularImmutableList<E>(copyIntoArray(e1, e2, e3, e4, e5));
125 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) {
126 return new RegularImmutableList<E>(copyIntoArray(e1, e2, e3, e4, e5, e6))
    [all...]
ImmutableSet.java 100 public static <E> ImmutableSet<E> of(E e1, E e2) {
101 return create(e1, e2);
112 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) {
113 return create(e1, e2, e3);
124 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) {
125 return create(e1, e2, e3, e4);
136 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) {
137 return create(e1, e2, e3, e4, e5);
  /external/openssl/crypto/des/
des3s.cpp 40 unsigned long s1,s2,e1,e2; local
53 GetTSC(e1);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
dess.cpp 40 unsigned long s1,s2,e1,e2; local
53 GetTSC(e1);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
  /external/openssl/crypto/md4/
md4s.cpp 45 unsigned long s1,s2,e1,e2; local
68 GetTSC(e1);
75 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
  /external/openssl/crypto/md5/
md5s.cpp 45 unsigned long s1,s2,e1,e2; local
68 GetTSC(e1);
75 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
  /external/openssl/crypto/rc4/
rc4s.cpp 41 unsigned long s1,s2,e1,e2; local
62 GetTSC(e1);
70 e1-s1,e2-s2,(e1-s1)-(e2-s2));
  /external/openssl/crypto/ripemd/asm/
rips.cpp 47 unsigned long s1,s2,e1,e2; local
72 GetTSC(e1);
79 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
  /libcore/luni/src/test/java/tests/sql/
ResultSetMetaDataTest.java 394 } catch (SQLException e1) {
395 System.out.println("ResultSetMetaDataTest.testGetPrecision()"+e1.getMessage());
396 e1.printStackTrace();
498 } catch (SQLException e1) {
499 fail("ResultSetMetaDataTest.testGetScale()"+e1.getMessage());
500 e1.printStackTrace();
543 } catch (SQLException e1) {
544 fail("ResultSetMetaDataTest.testGetScale()"+e1.getMessage());
545 e1.printStackTrace();
591 } catch (SQLException e1) {
    [all...]
  /cts/tools/host/src/com/android/cts/
HostLock.java 49 } catch (FileNotFoundException e1) {
51 }catch (IOException e1) {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
BatchOperation.java 59 } catch (final OperationApplicationException e1) {
60 Log.e(TAG, "storing contact data failed", e1);
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest_pred_impl.h 88 const char* e1,
95 << e1 << ") evaluates to false, where"
96 << "\n" << e1 << " evaluates to " << v1;
132 const char* e1,
141 << e1 << ", "
143 << "\n" << e1 << " evaluates to " << v1
183 const char* e1,
194 << e1 << ", "
197 << "\n" << e1 << " evaluates to " << v1
241 const char* e1,
    [all...]
  /external/gtest/include/gtest/
gtest_pred_impl.h 88 const char* e1,
95 << e1 << ") evaluates to false, where"
96 << "\n" << e1 << " evaluates to " << v1;
132 const char* e1,
141 << e1 << ", "
143 << "\n" << e1 << " evaluates to " << v1
183 const char* e1,
194 << e1 << ", "
197 << "\n" << e1 << " evaluates to " << v1
241 const char* e1,
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest_pred_impl.h 88 const char* e1,
95 << e1 << ") evaluates to false, where"
96 << "\n" << e1 << " evaluates to " << v1;
132 const char* e1,
141 << e1 << ", "
143 << "\n" << e1 << " evaluates to " << v1
183 const char* e1,
194 << e1 << ", "
197 << "\n" << e1 << " evaluates to " << v1
241 const char* e1,
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyThrottleEvent.java 44 } catch (InterruptedException e1) {
MonkeyWaitEvent.java 41 } catch (InterruptedException e1) {
  /libcore/luni/src/main/java/java/util/
EnumSet.java 177 * @param e1
185 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2) {
186 EnumSet<E> set = of(e1);
197 * @param e1
207 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3) {
208 EnumSet<E> set = of(e1, e2);
219 * @param e1
231 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4) {
232 EnumSet<E> set = of(e1, e2, e3);
243 * @param e1
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderFactory.java 189 } catch (ClassNotFoundException e1) {
191 " not found", e1);
  /system/core/libacc/tests/data/
float.c 21 printf("Constants: %g %g %g %g %g %g %g %g %g\n", 0e1, 0E1, 0.f, .01f,
22 .01e0f, 1.0e-1, 1.0e1, 1.0e+1,
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 69 DropBoxManager.Entry e1 = dropbox.getNextEntry("DropBoxTest", e0.getTimeMillis()); local
70 DropBoxManager.Entry e2 = dropbox.getNextEntry("DropBoxTest", e1.getTimeMillis());
75 assertTrue(e1.getTimeMillis() > between);
76 assertTrue(e1.getTimeMillis() < e2.getTimeMillis());
80 assertEquals("TEST1", e1.getText(80));
84 e1.close();
142 DropBoxManager.Entry e1 = dropbox.getNextEntry("DropBoxTest", e0.getTimeMillis());
143 DropBoxManager.Entry e2 = dropbox.getNextEntry("DropBoxTest", e1.getTimeMillis());
148 assertTrue(e1.getTimeMillis() > e0.getTimeMillis());
149 assertTrue(e2.getTimeMillis() > e1.getTimeMillis())
204 DropBoxManager.Entry e1 = dropbox.getNextEntry(null, e0.getTimeMillis()); local
270 DropBoxManager.Entry e1 = dropbox.getNextEntry("DropBoxTest", e0.getTimeMillis()); local
362 DropBoxManager.Entry e1 = dropbox.getNextEntry(null, e0.getTimeMillis()); local
448 DropBoxManager.Entry e1 = dropbox.getNextEntry(null, e0.getTimeMillis()); local
482 DropBoxManager.Entry e1 = dropbox.getNextEntry(null, e0.getTimeMillis()); local
    [all...]
  /external/freetype/src/raster/
ftraster.c 1053 Int e1, e2, f1, f2, size; \/* XXX: is `Short' sufficient? *\/ local
2240 Long e1, e2; local
2308 Long e1, e2, pxl; local
2476 Long e1, e2; local
2519 Long e1, e2, pxl; local
2789 Long e1, e2; local
2882 Long x1, x2, xs, e1, e2; local
    [all...]

Completed in 2755 milliseconds

1 2 3 4 5 6 7 8 9