/external/gmock/test/ |
gmock_ex_test.cc | 32 // Tests Google Mock's functionality that depends on exceptions. 60 // and has to throw (when exceptions are enabled) or abort
|
/external/icu/icu4c/source/test/intltest/ |
itrbnfp.cpp | 102 // these rules would throw exceptions when formatting, if we could throw exceptions
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
InputFile.java | 152 // don't expect to get any exceptions in normal usage... 167 // don't expect to get any exceptions in normal usage...
|
/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/jsoncpp/include/json/ |
config.h | 30 // If non-zero, the library uses exceptions to report bad input instead of C 31 // assertion macros. The default is to use exceptions.
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/ |
move.pass.cpp | 56 assert(is.exceptions() == is.goodbit); 72 assert(is.exceptions() == is.goodbit);
|
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/ |
move.pass.cpp | 56 assert(is.exceptions() == is.goodbit); 72 assert(is.exceptions() == is.goodbit);
|
/external/libunwind_llvm/src/ |
Unwind-sjlj.c | 9 // Implements setjump-longjump based C++ exceptions 23 // 32-bit iOS uses setjump/longjump based C++ exceptions. 24 // Other architectures use "zero cost" exceptions. 26 // With SJLJ based exceptions, any function that has a catch clause or needs to 57 /// Called at start of each function that catches exceptions 65 /// Called at end of each function that catches exceptions 341 // regular exceptions. 461 // Setjmp/longjmp based exceptions don't have a true CFA.
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMCAsmInfo.cpp | 35 // Exceptions handling 60 // Exceptions handling
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
ClassAdapter.java | 113 final String[] exceptions)
115 return cv.visitMethod(access, name, desc, signature, 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 107 // Make sure that the debug event listener vas invoked with no exceptions.
|
invalid-lhs.js | 28 // Test that we get exceptions for invalid left-hand sides. The 29 // exceptions are delayed until runtime.
|
keyed-call-generic.js | 99 function testException(receiver, keys, exceptions) { 108 assertEquals(exceptions[k], thrown);
|
/frameworks/base/services/core/java/com/android/server/pm/ |
PackageManagerServiceCompilerMapping.java | 75 // We're gonna check all properties and collect the exceptions, so we can give a general 76 // overview. Store the exceptions here.
|
/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
|
/libcore/ojluni/src/main/java/java/io/ |
IOException.java | 30 * class is the general class of exceptions produced by failed or 88 * This constructor is useful for IO exceptions that are little more
|
/libcore/ojluni/src/main/java/java/util/function/ |
DoublePredicate.java | 58 * <p>Any exceptions thrown during evaluation of either predicate are relayed 90 * <p>Any exceptions thrown during evaluation of either predicate are relayed
|
IntPredicate.java | 58 * <p>Any exceptions thrown during evaluation of either predicate are relayed 90 * <p>Any exceptions thrown during evaluation of either predicate are relayed
|
LongPredicate.java | 58 * <p>Any exceptions thrown during evaluation of either predicate are relayed 90 * <p>Any exceptions thrown during evaluation of either predicate are relayed
|
/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);
|