/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
catch_array_01.pass.cpp | 10 // Can you have a catch clause of array type that catches anything?
|
catch_array_02.pass.cpp | 10 // Can you have a catch clause of array type that catches anything?
|
catch_function_01.pass.cpp | 10 // Can you have a catch clause of array type that catches anything?
|
catch_function_02.pass.cpp | 10 // Can you have a catch clause of array type that catches anything?
|
/packages/apps/Settings/src/com/android/settings/ |
HotspotOffReceiver.java | 14 * This receiver catches when quick settings turns off the hotspot, so we can
|
/prebuilts/gdb/darwin-x86/lib/python2.7/compiler/ |
syntax.py | 7 The compiler package catches some errors in the transformer module.
|
/prebuilts/gdb/linux-x86/lib/python2.7/compiler/ |
syntax.py | 7 The compiler package catches some errors in the transformer module.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
syntax.py | 7 The compiler package catches some errors in the transformer module.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
syntax.py | 7 The compiler package catches some errors in the transformer module.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
rd-bcnst-pic.d | 5 # Catches an error in the relaxation machinery and checks that there's no
|
rd-bcnst.d | 3 # Catches an error in the relaxation machinery and checks that there's no
|
/dalvik/dx/tests/080-dex-exception-tables/ |
expected.txt | 19 catches 42 catches 76 catches 116 catches 152 catches 187 catches 215 catches 240 catches 275 catches
|
/dalvik/dx/src/com/android/dx/cf/code/ |
RopperMachine.java | 85 /** {@code non-null;} catches for the block currently being processed */ 86 private TypeList catches; field in class:RopperMachine 88 /** whether the catches have been used in an instruction */ 156 this.catches = null; 196 * {@link #insns} list, set {@link #catches}, reset whether it has 200 public void startBlock(TypeList catches) { 201 this.catches = catches; 214 * Gets whether {@link #catches} was used. This indicates that the 217 * @return whether {@code catches} has been use [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
ExceptionCaughtTest.java | 50 * <BR>It runs ExceptionDebuggee that throws and catches a DebuggeeException with 66 * and catches it. It verifies the following: 80 * <BR>It runs ExceptionDebuggee that throws and catches a DebuggeeException with 97 * and catches it. It verifies the following: 112 * <BR>It runs ExceptionDebuggee that throws and catches a DebuggeeException with 129 * and catches it. It verifies the following:
|
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
import_string.py | 75 Imports a module, but catches import errors. Only catches errors
|
/external/dagger2/producers/src/main/java/dagger/producers/monitoring/internal/ |
Monitors.java | 58 * A component monitor that delegates to a single monitor, and catches and logs all exceptions 103 * A producer monitor that delegates to a single monitor, and catches and logs all exceptions 151 * A component monitor that delegates to several monitors, and catches and logs all exceptions 218 * A producer monitor that delegates to several monitors, and catches and logs all exceptions
|
/external/selinux/libsepol/cil/src/ |
cil_mem.h | 33 /* Wrapped malloc that catches errors and calls the error callback */
|
/external/webrtc/webrtc/modules/audio_processing/vad/ |
voice_activity_detector.h | 37 // some chunks, but it catches up afterwards returning multiple values at
|
/prebuilts/go/darwin-x86/src/time/ |
tick.go | 27 // on the floor until the client catches up.
|
/prebuilts/go/linux-x86/src/time/ |
tick.go | 27 // on the floor until the client catches up.
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
exception_test_1.cc | 26 // which catches the exception. We test in several different ways:
|
/dalvik/dx/tests/069-dex-source-position/ |
expected.txt | 31 catches 65 catches 115 catches
|
/external/clang/test/Analysis/ |
Malloc+MismatchedDeallocator+NewDelete.cpp | 7 // Check that unix.Malloc catches all types of bugs. 36 // Check that unix.MismatchedDeallocator catches all types of bugs. 44 // Check that alpha.cplusplus.NewDelete catches all types of bugs.
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
rubyiterators.swg | 872 %catches(swig::stop_iteration) ConstIterator::value() const; 873 %catches(swig::stop_iteration) ConstIterator::incr(size_t n = 1); 874 %catches(swig::stop_iteration) ConstIterator::decr(size_t n = 1); 875 %catches(std::invalid_argument) ConstIterator::distance(const ConstIterator &x) const; 876 %catches(std::invalid_argument) ConstIterator::equal (const ConstIterator &x) const; 877 %catches(swig::stop_iteration) ConstIterator::next(); 878 %catches(swig::stop_iteration) ConstIterator::previous(); 879 %catches(swig::stop_iteration) ConstIterator::advance(ptrdiff_t n); 880 %catches(swig::stop_iteration) ConstIterator::operator += (ptrdiff_t n); 881 %catches(swig::stop_iteration) ConstIterator::operator -= (ptrdiff_t n) [all...] |
/external/dexmaker/src/main/java/com/google/dexmaker/ |
Code.java | 206 private StdTypeList catches = StdTypeList.EMPTY; field in class:Code 367 catches = toTypeList(catchTypes); 380 catches = toTypeList(catchTypes); 389 RegisterSpecList.make(toThrow.spec()), catches)); 485 RegisterSpecList.EMPTY, catches, Constants.getConstant(value))); 521 addInstruction(new ThrowingInsn(rop, sourcePosition, sources, catches)); 579 RegisterSpecList.make(instance.spec()), catches, fieldId.constant)); 589 RegisterSpecList.make(source.spec(), instance.spec()), catches, fieldId.constant)); 597 RegisterSpecList.EMPTY, catches, fieldId.constant)); 606 RegisterSpecList.make(source.spec()), catches, fieldId.constant)) [all...] |