HomeSort by relevance Sort by last modified time
    Searched refs:ee (Results 51 - 75 of 200) sorted by null

1 23 4 5 6 7 8

  /libcore/luni/src/test/java/libcore/java/sql/
OldPreparedStatementTest.java 93 } catch (Exception ee) {
106 } catch (SQLException ee) {
137 } catch (SQLException ee) {
143 } catch (SQLException ee) {
156 } catch (SQLException ee) {
169 } catch (SQLException ee) {
195 } catch (Exception ee) {
215 } catch (Exception ee) {
228 } catch (Exception ee) {
240 } catch (Exception ee) {
    [all...]
OldStatementTest.java 45 } catch (SQLException ee) {
59 } catch (SQLException ee) {
72 } catch (SQLException ee) {
87 } catch (SQLException ee) {
98 } catch (SQLException ee) {
157 } catch (SQLException ee) {
181 } catch (SQLException ee) {
195 } catch (SQLException ee) {
208 } catch (SQLException ee) {
239 } catch (Exception ee) {
    [all...]
OldConnectionTest.java 69 } catch (Exception ee) {
90 } catch (Exception ee) {
111 } catch (Exception ee) {
136 } catch (Exception ee) {
159 } catch (Exception ee) {
200 } catch (SQLException ee) {
234 } catch (SQLException ee) {
270 } catch (SQLException ee) {
287 } catch (SQLException ee) {
365 } catch (SQLException ee) {
    [all...]
OldSQLTest.java 65 } catch(SQLException ee) {
88 } catch (SQLException ee) {}
  /external/llvm/test/Bindings/Ocaml/
executionengine.ml 68 let ee = ExecutionEngine.create m in
69 ExecutionEngine.add_module m2 ee;
72 ExecutionEngine.run_static_ctors ee;
75 let res = ExecutionEngine.run_function_as_main main [|"test"|] [||] ee in
79 ExecutionEngine.free_machine_code main ee;
82 match ExecutionEngine.find_function "dne" ee with
86 match ExecutionEngine.find_function "plus" ee with
94 ee in
98 Llvm.dispose_module (ExecutionEngine.remove_module m2 ee);
101 ExecutionEngine.run_static_dtors ee;
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ConcurrentModTest.java 63 } catch (IndexOutOfBoundsException ee) {
70 } catch (IndexOutOfBoundsException ee) {
167 } catch (IndexOutOfBoundsException ee) {
174 } catch (IndexOutOfBoundsException ee) {
196 } catch (UnsupportedOperationException ee) {
275 } catch (ClassCastException ee) {
304 } catch (IllegalArgumentException ee) {
349 } catch (ClassCastException ee) {
377 } catch (IllegalArgumentException ee) {
391 } catch (IndexOutOfBoundsException ee) {
    [all...]
ResourceBundleTest.java 73 } catch (NullPointerException ee) {
80 } catch (MissingResourceException ee) {
128 } catch (NullPointerException ee) {
135 } catch (NullPointerException ee) {
142 } catch (NullPointerException ee) {
149 } catch (MissingResourceException ee) {
186 } catch (NullPointerException ee) {
193 } catch (MissingResourceException ee) {
200 } catch (ClassCastException ee) {
300 } catch (NullPointerException ee) {
    [all...]
AbstractSequentialListTest.java 167 } catch (UnsupportedOperationException ee) {
173 } catch (NullPointerException ee) {
266 } catch (IllegalArgumentException ee) {
273 } catch (NullPointerException ee) {
286 } catch (IndexOutOfBoundsException ee) {
295 } catch (IndexOutOfBoundsException ee) {
572 } catch (IllegalArgumentException ee) {
579 } catch (NullPointerException ee) {
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 92 is not garbage collected and must be destroyed with [dispose ee].
99 [dispose ee].
106 engine is not garbage collected and must be destroyed with [dispose ee].
110 (** [dispose ee] releases the memory used by the execution engine and must be
114 (** [add_module m ee] adds the module [m] to the execution engine [ee]. *)
117 (** [remove_module m ee] removes the module [m] from the execution engine
118 [ee], disposing of [m] and the module referenced by [mp]. Raises
123 (** [find_function n ee] finds the function named [n] defined in any of the
124 modules owned by the execution engine [ee]. Returns [None] if the functio
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldZipInputStreamTest.java 74 } catch (ZipException ee) {
82 } catch (IOException ee) {
105 } catch (ZipException ee) {
113 } catch (IOException ee) {
126 } catch (IOException ee) {
142 } catch (ZipException ee) {
OldZipFileTest.java 102 } catch (IOException ee) {
109 } catch (IOException ee) {
122 } catch (IllegalStateException ee) {
141 } catch (IllegalStateException ee) {
  /frameworks/compile/mclinker/unittests/
SymbolCategoryTest.cpp 64 LDSymbol ee; local
70 ee.setResolveInfo(*e);
72 m_pTestee->add(ee);
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldAttributesTest.java 39 } catch (IllegalArgumentException ee) {
89 } catch (NullPointerException ee) {
100 } catch (IllegalArgumentException ee) {
OldJarInputStreamTest.java 39 } catch (IOException ee) {
80 } catch (ZipException ee) {
88 } catch (IOException ee) {
  /external/apache-http/src/org/apache/commons/codec/
StringEncoderComparator.java 77 catch (EncoderException ee) {
  /external/clang/test/Sema/
conditional-expr.c 31 enum {xxx,yyy,zzz} e, *ee; local
33 ee = ee ? &x : ee ? &i : &e; // expected-warning {{pointer type mismatch}}
  /external/skia/src/ports/
SkFontHost_gamma.cpp 37 static void build_power_table(uint8_t table[], float ee) {
38 // SkDebugf("------ build_power_table %g\n", ee);
42 x = powf(x, ee);
  /external/webkit/Tools/EWebLauncher/
main.c 151 Ecore_Evas *ee; member in struct:_ELauncher
162 static void browserDestroy(Ecore_Evas *ee);
163 static void closeWindow(Ecore_Evas *ee);
224 on_ecore_evas_resize(Ecore_Evas *ee)
230 ecore_evas_geometry_get(ee, NULL, NULL, &w, &h);
232 bg = evas_object_name_find(ecore_evas_get(ee), "bg");
236 webview = evas_object_name_find(ecore_evas_get(ee), "browser");
242 title_set(Ecore_Evas *ee, const char *title, int progress)
250 ecore_evas_title_set(ee, appname);
262 ecore_evas_title_set(ee, label)
    [all...]
  /external/chromium/net/tools/flip_server/
epoll_server.cc 556 struct epoll_event ee; local
557 memset(&ee, 0, sizeof(ee));
561 if (epoll_ctl(epoll_fd_, EPOLL_CTL_DEL, fd, &ee)) {
572 struct epoll_event ee; local
573 memset(&ee, 0, sizeof(ee));
574 ee.events = event_mask | EPOLLERR | EPOLLHUP;
575 ee.data.fd = fd;
577 event_recorder_.RecordFDMaskEvent(fd, ee.events, "AddFD")
590 struct epoll_event ee; local
    [all...]
  /external/qemu/telephony/
sysdeps_posix.c 213 int ee; local
214 for (ee = 0; ee < SYS_EVENT_MAX; ee++)
215 if (adds & (1 << ee))
216 FD_SET( channel->fd, &_s_fdsets[ee] );
219 int ee; local
220 for (ee = 0; ee < SYS_EVENT_MAX; ee++
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarOutputStreamTest.java 120 } catch (IOException ee) {
127 } catch (NullPointerException ee) {
142 } catch (IOException ee) {
152 } catch (IOException ee) {
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractListeningExecutorService.java 79 ExecutionException ee = null; local
114 ee = eex;
116 ee = new ExecutionException(rex);
121 if (ee == null) {
122 ee = new ExecutionException(null);
124 throw ee;
  /libcore/luni/src/main/java/java/util/concurrent/
AbstractExecutorService.java 131 ExecutionException ee = null; local
166 ee = eex;
168 ee = new ExecutionException(rex);
173 if (ee == null)
174 ee = new ExecutionException();
175 throw ee;
  /frameworks/rs/
rsElement.cpp 228 const Element *ee = rsc->mStateElement.mElements[ct]; local
229 if (!ee->getFieldCount() &&
230 (ee->getComponent().getType() == dt) &&
231 (ee->getComponent().getKind() == dk) &&
232 (ee->getComponent().getIsNormalized() == isNorm) &&
233 (ee->getComponent().getVectorSize() == vecSize)) {
235 returnRef.set(ee);
237 return ee;
261 const Element *ee = rsc->mStateElement.mElements[ct]; local
262 if (ee->getFieldCount() == count)
    [all...]
  /frameworks/support/renderscript/v8/rs_support/
rsElement.cpp 228 const Element *ee = rsc->mStateElement.mElements[ct]; local
229 if (!ee->getFieldCount() &&
230 (ee->getComponent().getType() == dt) &&
231 (ee->getComponent().getKind() == dk) &&
232 (ee->getComponent().getIsNormalized() == isNorm) &&
233 (ee->getComponent().getVectorSize() == vecSize)) {
235 returnRef.set(ee);
237 return ee;
261 const Element *ee = rsc->mStateElement.mElements[ct]; local
262 if (ee->getFieldCount() == count)
    [all...]

Completed in 1683 milliseconds

1 23 4 5 6 7 8