HomeSort by relevance Sort by last modified time
    Searched refs:ee (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/skia/src/ports/
SkFontHost_gamma.cpp 30 static void build_power_table(uint8_t table[], float ee) {
31 // SkDebugf("------ build_power_table %g\n", ee);
35 x = powf(x, ee);
  /libcore/luni/src/test/java/tests/api/java/io/
StringBufferInputStreamTest.java 44 } catch (Exception ee) {
45 fail("Exception " + ee.getMessage() + " does not expected in this case");
StringReaderTest.java 48 } catch (Exception ee) {
49 fail ("Exception " + ee.getMessage() + " does not expected in this case");
  /libcore/luni/src/test/java/tests/api/java/util/
AbstractSequentialListTest.java 185 } catch (UnsupportedOperationException ee) {
191 } catch (NullPointerException ee) {
290 } catch (IllegalArgumentException ee) {
297 } catch (NullPointerException ee) {
310 } catch (IndexOutOfBoundsException ee) {
319 } catch (IndexOutOfBoundsException ee) {
628 } catch (IllegalArgumentException ee) {
635 } catch (NullPointerException ee) {
AbstractListTest.java 340 } catch (IndexOutOfBoundsException ee) {
347 } catch (IndexOutOfBoundsException ee) {
  /libcore/luni/src/main/java/java/util/concurrent/
AbstractExecutorService.java 135 ExecutionException ee = null; local
172 ee = eex;
174 ee = new ExecutionException(rex);
179 if (ee == null)
180 ee = new ExecutionException();
181 throw ee;
  /development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java 180 } catch (Exception ee) {
181 Log.d("WalkieTalkieActivity/onDestroy", "Failed to close local profile.", ee);
219 } catch (Exception ee) {
221 "Error when trying to close manager.", ee);
222 ee.printStackTrace();
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarOutputStreamTest.java 142 } catch (IOException ee) {
157 } catch (IOException ee) {
167 } catch (IOException ee) {
AttributesNameTest.java 41 } catch (NullPointerException ee) {
AttributesTest.java 121 } catch (IllegalArgumentException ee) {
376 } catch (NullPointerException ee) {
387 } catch (IllegalArgumentException ee) {
JarEntryTest.java 225 } catch (NullPointerException ee) {
235 } catch (IllegalArgumentException ee) {
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
CheckedInputStreamTest.java 121 } catch (IOException ee) {
139 } catch (IOException ee) {
ZipFileTest.java 93 } catch (IOException ee) {
100 } catch (IllegalArgumentException ee) {
119 } catch (ZipException ee) {
181 } catch (IOException ee) {
188 } catch (IOException ee) {
287 } catch (IllegalStateException ee) {
323 } catch (IllegalStateException ee) {
InflaterInputStreamTest.java 246 } catch (IOException ee) {
262 } catch (IOException ee) {
  /libcore/luni/src/main/java/java/security/
KeyStoreSpi.java 361 } catch (IllegalStateException ee) {
362 throw new KeyStoreException("Password was destroyed", ee);
420 } catch (IllegalStateException ee) {
421 throw new KeyStoreException("Password was destroyed", ee);
  /external/stlport/test/unit/
num_put_get_test.cpp 1150 for ( int ee = 83 - int(numeric_limits<double>::digits10); ee > 0; --ee ) {
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 1150 for ( int ee = 83 - int(numeric_limits<double>::digits10); ee > 0; --ee ) {
    [all...]
  /ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp 1150 for ( int ee = 83 - int(numeric_limits<double>::digits10); ee > 0; --ee ) {
    [all...]
  /libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 133 } catch (SQLite.Exception ee) {
171 } catch (SQLite.Exception ee) {
351 } catch (SQLite.Exception ee) {
358 throw new SQLException(ee.toString());
  /libcore/sqlite-jdbc/src/main/java/SQLite/
JDBCDriver.java 52 } catch (java.lang.Exception ee) {
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
dct_inline.h 356 register int32 ee = (int32)k4; local
383 "r"(ee),
  /external/freetype/src/autofit/
aflatin.c 453 FT_UInt ee; local
468 for ( ee = 0; latin_encodings[ee] != FT_ENCODING_NONE; ee++ )
470 error = FT_Select_Charmap( face, latin_encodings[ee] );
1027 FT_Int ee; local
1040 for ( ee = 0; ee < axis->num_edges; ee++ )
1042 AF_Edge edge = axis->edges + ee;
    [all...]
aflatin2.c 458 FT_UInt ee; local
473 for ( ee = 0; latin_encodings[ee] != FT_ENCODING_NONE; ee++ )
475 error = FT_Select_Charmap( face, latin_encodings[ee] );
1091 FT_Int ee; local
1116 for ( ee = 0; ee < axis->num_edges; ee++ )
1118 AF_Edge edge = axis->edges + ee;
    [all...]
afcjk.c 374 FT_Int ee; local
378 for ( ee = 0; ee < axis->num_edges; ee++ )
380 AF_Edge edge = axis->edges + ee;
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ServerHandshakeImpl.java 245 } catch (NoSuchAlgorithmException ee) {
251 } catch (NoSuchAlgorithmException ee) {
528 } catch (NoSuchAlgorithmException ee) {

Completed in 1206 milliseconds

12 3 4