HomeSort by relevance Sort by last modified time
    Searched full:exceptions (Results 676 - 700 of 5964) sorted by null

<<21222324252627282930>>

  /external/chromium_org/v8/test/mjsunit/
keyed-call-generic.js 99 function testException(receiver, keys, exceptions) {
108 assertEquals(exceptions[k], thrown);
  /external/clang/test/CodeGenObjCXX/
exceptions-legacy.mm 1 // RUN: %clang_cc1 -triple i386-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -fexceptions -fobjc-exceptions -O2 -o - %s | FileCheck %s
4 // ObjC and C++ exceptions in the legacy runtime.
  /external/clang/test/SemaCXX/
rval-references.cpp 1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -verify -std=c++11 %s
59 } catch(int&&) { // expected-error {{cannot catch exceptions by rvalue reference}}
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Exceptions.java 25 public final class Exceptions {
130 private Exceptions() {
  /external/dexmaker/src/mockito/java/com/google/dexmaker/mockito/
DexmakerMockMaker.java 24 import org.mockito.exceptions.base.MockitoException;
25 import org.mockito.exceptions.stacktrace.StackTraceCleaner;
  /external/droiddriver/src/com/google/android/droiddriver/base/
AbstractDroidDriver.java 28 import com.google.android.droiddriver.exceptions.ElementNotFoundException;
29 import com.google.android.droiddriver.exceptions.TimeoutException;
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
SentinelScroller.java 24 import com.google.android.droiddriver.exceptions.ElementNotFoundException;
25 import com.google.android.droiddriver.exceptions.TimeoutException;
  /external/eigen/test/
exceptions.cpp 11 // Various sanity tests with exceptions:
12 // - no memory leak when a custom scalar type trow an exceptions
  /external/icu4c/test/intltest/
itrbnfp.cpp 102 // these rules would throw exceptions when formatting, if we could throw exceptions
  /external/javassist/src/main/javassist/bytecode/
CodeAttribute.java 45 private ExceptionTable exceptions; field in class:CodeAttribute
64 exceptions = etable;
84 exceptions = src.getExceptionTable().copy(cp, classnames);
93 info = src.copyCode(cp, classnames, exceptions, this);
109 exceptions = new ExceptionTable(cp, in);
161 return 18 + info.length + exceptions.size() * 8
172 exceptions.write(out);
285 public ExceptionTable getExceptionTable() { return exceptions; }
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 88 private ExceptionInfo[] exceptions; field in class:Analyzer
135 exceptions = buildExceptionInfo(method);
206 // Merge all exceptions that are reachable from this instruction.
217 ExceptionInfo[] exceptions = new ExceptionInfo[table.size()]; local
227 exceptions[i] = new ExceptionInfo(table.startPc(i), table.endPc(i), table.handlerPc(i), type);
230 return exceptions;
293 for (int i = 0; i < exceptions.length; i++) {
294 ExceptionInfo exception = exceptions[i];
  /external/oprofile/events/arm/armv7-common/
events 16 event:0x0C counters:1,2,3,4,5,6 um:zero minimum:500 name:PC_WRITE : SW change of PC, architecturally executed (not by exceptions)
18 event:0x0E counters:1,2,3,4,5,6 um:zero minimum:500 name:PC_PROC_RETURN : Procedure return architecturally executed (not by exceptions)
  /external/oprofile/events/i386/athlon/
events 4 event:0xc0 counters:0,1,2,3 um:zero minimum:3000 name:RETIRED_INSNS : Retired instructions (includes exceptions, interrupts, resyncs)
13 event:0xc2 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCHES : Retired branches (conditional, unconditional, exceptions, interrupts)
  /external/skia/gyp/
pdfviewer.gyp 84 'cflags!': [ '-fno-exceptions' ],
85 'cflags_cc!': [ '-fno-exceptions' ],
  /external/svox/pico/lib/
picodefs.h 85 /* Exceptions and error codes *****************************************/
118 /* runtime exceptions */
  /external/v8/test/mjsunit/
debug-scripts-request.js 32 // State to check that the listener code was invoked and that no exceptions
105 // Make sure that the debug event listener vas invoked with no exceptions.
keyed-call-generic.js 99 function testException(receiver, keys, exceptions) {
108 assertEquals(exceptions[k], thrown);
  /libcore/luni/src/main/java/java/lang/
Appendable.java 32 * can choose to throw exceptions other than {@code IOException} or they do not
33 * throw any exceptions at all and use error codes instead.
  /libcore/luni/src/main/java/org/w3c/dom/
UserDataHandler.java 54 * <br> DOM applications must not raise exceptions in a
55 * <code>UserDataHandler</code>. The effect of throwing exceptions from
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSSerializerFilter.java 36 * <p> DOM applications must not raise exceptions in a filter. The effect of
37 * throwing exceptions from a filter is DOM implementation dependent.
  /libcore/luni/src/main/java/org/xml/sax/
SAXException.java 25 * exceptions, it must wrap those exceptions in a SAXException
  /ndk/sources/cxx-stl/llvm-libc++/
Android.mk 87 LOCAL_CPP_FEATURES := rtti exceptions
98 LOCAL_CPP_FEATURES := rtti exceptions
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
move.pass.cpp 56 assert(is.exceptions() == is.goodbit);
72 assert(is.exceptions() == is.goodbit);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/
move.pass.cpp 56 assert(is.exceptions() == is.goodbit);
72 assert(is.exceptions() == is.goodbit);
  /ndk/sources/cxx-stl/stlport/
Android.mk 104 LOCAL_CPP_FEATURES := rtti exceptions
116 LOCAL_CPP_FEATURES := rtti exceptions

Completed in 554 milliseconds

<<21222324252627282930>>