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

1 2 3

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
InvocationTargetExceptionTest.java 184 InvocationTargetException ite = new InvocationTargetException(null); local
185 ite.printStackTrace();
203 InvocationTargetException ite = new InvocationTargetException( local
205 ite.printStackTrace(ps);
218 InvocationTargetException ite; local
222 ite = new InvocationTargetException(new InvocationTargetException(
224 ite.printStackTrace(pw);
233 ite = new InvocationTargetException(new InvocationTargetException(
235 ite.printStackTrace(pw);
  /art/test/086-null-super/src/
Main.java 155 } catch (InvocationTargetException ite) {
156 Throwable cause = ite.getCause();
158 System.err.println("Got expected ITE/NPE");
160 System.err.println("Got unexpected ITE");
161 ite.printStackTrace();
  /art/test/087-gc-after-link/src/
Main.java 164 } catch (InvocationTargetException ite) {
165 Throwable cause = ite.getCause();
167 System.err.println("Got expected ITE/NPE");
169 System.err.println("Got unexpected ITE");
170 ite.printStackTrace();
  /dalvik/tests/086-null-super/src/
Main.java 155 } catch (InvocationTargetException ite) {
156 Throwable cause = ite.getCause();
158 System.err.println("Got expected ITE/NPE");
160 System.err.println("Got unexpected ITE");
161 ite.printStackTrace();
  /dalvik/tests/087-gc-after-link/src/
Main.java 164 } catch (InvocationTargetException ite) {
165 Throwable cause = ite.getCause();
167 System.err.println("Got expected ITE/NPE");
169 System.err.println("Got unexpected ITE");
170 ite.printStackTrace();
  /art/test/068-classloader/src/
FancyLoader.java 102 } catch (InvocationTargetException ite) {
103 throw new ClassNotFoundException("newInstance failed", ite);
124 } catch (InvocationTargetException ite) {
126 ite.getCause());
  /dalvik/tests/068-classloader/src/
FancyLoader.java 102 } catch (InvocationTargetException ite) {
103 throw new ClassNotFoundException("newInstance failed", ite);
124 } catch (InvocationTargetException ite) {
126 ite.getCause());
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
InvocationTargetExceptionTest.java 225 InvocationTargetException ite = new InvocationTargetException(null); local
226 ite.printStackTrace();
247 InvocationTargetException ite = new InvocationTargetException( local
249 ite.printStackTrace(ps);
263 InvocationTargetException ite; local
267 ite = new InvocationTargetException(new InvocationTargetException(
269 ite.printStackTrace(pw);
278 ite = new InvocationTargetException(new InvocationTargetException(
280 ite.printStackTrace(pw);
  /external/llvm/test/MC/ARM/
arm-thumb-trustzone.s 18 ite eq
24 @ TZ: ite eq @ encoding: [0x0c,0xbf]
thumb-only-conditionals.s 35 ite le
38 @ CHECK: ite le
42 ite eq
45 @ CHECK: ite eq
  /external/droiddriver/src/com/google/android/droiddriver/instrumentation/
RootFinder.java 50 } catch (InvocationTargetException ite) {
52 windowManagerClassName), ite.getCause());
  /external/stlport/test/unit/
hash_test.cpp 101 maptype::iterator ite(m.begin());
106 CPPUNIT_ASSERT( ite == cite );
107 CPPUNIT_ASSERT( !(ite != cite) );
108 CPPUNIT_ASSERT( cite == ite );
109 CPPUNIT_ASSERT( !(cite != ite) );
143 mmap::iterator ite(m.begin());
145 CPPUNIT_ASSERT( ite == cite );
146 CPPUNIT_ASSERT( !(ite != cite) );
147 CPPUNIT_ASSERT( cite == ite );
148 CPPUNIT_ASSERT( !(cite != ite) );
    [all...]
istmit_test.cpp 90 istream_char_ite ite = copy_n(copy_n(istream_char_ite(istr), local
94 copy_n(ite, 2, back_inserter(chars));
map_test.cpp 149 int_map::iterator ite(imap.begin());
151 CPPUNIT_ASSERT( ite == cite );
152 CPPUNIT_ASSERT( !(ite != cite) );
153 CPPUNIT_ASSERT( cite == ite );
154 CPPUNIT_ASSERT( !(cite != ite) );
179 mmap::iterator ite(m.begin());
182 CPPUNIT_ASSERT( ite == cite );
183 CPPUNIT_ASSERT( !(ite != cite) );
184 CPPUNIT_ASSERT( cite == ite );
185 CPPUNIT_ASSERT( !(cite != ite) );
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
hash_test.cpp 101 maptype::iterator ite(m.begin());
106 CPPUNIT_ASSERT( ite == cite );
107 CPPUNIT_ASSERT( !(ite != cite) );
108 CPPUNIT_ASSERT( cite == ite );
109 CPPUNIT_ASSERT( !(cite != ite) );
143 mmap::iterator ite(m.begin());
145 CPPUNIT_ASSERT( ite == cite );
146 CPPUNIT_ASSERT( !(ite != cite) );
147 CPPUNIT_ASSERT( cite == ite );
148 CPPUNIT_ASSERT( !(cite != ite) );
    [all...]
istmit_test.cpp 90 istream_char_ite ite = copy_n(copy_n(istream_char_ite(istr), local
94 copy_n(ite, 2, back_inserter(chars));
map_test.cpp 149 int_map::iterator ite(imap.begin());
151 CPPUNIT_ASSERT( ite == cite );
152 CPPUNIT_ASSERT( !(ite != cite) );
153 CPPUNIT_ASSERT( cite == ite );
154 CPPUNIT_ASSERT( !(cite != ite) );
179 mmap::iterator ite(m.begin());
182 CPPUNIT_ASSERT( ite == cite );
183 CPPUNIT_ASSERT( !(ite != cite) );
184 CPPUNIT_ASSERT( cite == ite );
185 CPPUNIT_ASSERT( !(cite != ite) );
    [all...]
  /ndk/tests/device/test-stlport/unit/
hash_test.cpp 101 maptype::iterator ite(m.begin());
106 CPPUNIT_ASSERT( ite == cite );
107 CPPUNIT_ASSERT( !(ite != cite) );
108 CPPUNIT_ASSERT( cite == ite );
109 CPPUNIT_ASSERT( !(cite != ite) );
143 mmap::iterator ite(m.begin());
145 CPPUNIT_ASSERT( ite == cite );
146 CPPUNIT_ASSERT( !(ite != cite) );
147 CPPUNIT_ASSERT( cite == ite );
148 CPPUNIT_ASSERT( !(cite != ite) );
    [all...]
istmit_test.cpp 90 istream_char_ite ite = copy_n(copy_n(istream_char_ite(istr), local
94 copy_n(ite, 2, back_inserter(chars));
map_test.cpp 149 int_map::iterator ite(imap.begin());
151 CPPUNIT_ASSERT( ite == cite );
152 CPPUNIT_ASSERT( !(ite != cite) );
153 CPPUNIT_ASSERT( cite == ite );
154 CPPUNIT_ASSERT( !(cite != ite) );
179 mmap::iterator ite(m.begin());
182 CPPUNIT_ASSERT( ite == cite );
183 CPPUNIT_ASSERT( !(ite != cite) );
184 CPPUNIT_ASSERT( cite == ite );
185 CPPUNIT_ASSERT( !(cite != ite) );
    [all...]
  /art/test/044-proxy/src/
BasicTest.java 115 } catch (InvocationTargetException ite) {
116 System.err.println("failed: " + ite);
266 } catch (InvocationTargetException ite) {
267 throw ite.getTargetException();
  /dalvik/tests/044-proxy/src/
BasicTest.java 105 } catch (InvocationTargetException ite) {
106 System.err.println("failed: " + ite);
256 } catch (InvocationTargetException ite) {
257 throw ite.getTargetException();
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl.cc 621 std::map<std::string, InputMethodEngineIBus*>::iterator ite = local
623 if (ite == extra_input_method_instances_.end()) {
628 extra_input_method_instances_.erase(ite);
854 for (std::map<std::string, InputMethodEngineIBus*>::iterator ite =
856 ite != extra_input_method_instances_.end();
857 ite++)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar 
  /art/test/046-reflect/src/
Main.java 166 } catch (InvocationTargetException ite) {
168 System.out.println(ite.getClass().getName());
169 System.out.println(ite.getCause());
390 } catch (InvocationTargetException ite) {
391 ite.printStackTrace();
401 } catch (InvocationTargetException ite) {
402 ite.printStackTrace();
410 } catch (InvocationTargetException ite) {

Completed in 1278 milliseconds

1 2 3