HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 2026 - 2050 of 2577) sorted by null

<<81828384858687888990>>

  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 139 public static <T extends Throwable> Behaviour doThrow(final T exception) {
142 public Object doAction(Method method, Object[] args) throws Throwable { throw exception; }
216 StackTraceElement callSite = new Exception().getStackTrace()[1];
333 public static void initMocks(Object instance) throws Exception {
339 throws Exception {
691 StackTraceElement callSite = new Exception().getStackTrace()[2];
713 StackTraceElement callSite = new Exception().getStackTrace()[2];
727 StackTraceElement callSite = new Exception().getStackTrace()[2];
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 10 // Demo program which implements an example LLVM exception implementation, and
14 // of -1 will trigger a foreign C++ exception to be thrown; type info types
21 // thrown exception.
32 // - Value 2 causes an exception with a type info type of 2 to be
34 // - Value 3 causes an exception with a type info type of 3 to be
36 // - Value 7 causes an exception with a type info type of 7 to be
38 // - Value -1 causes a foreign C++ exception to be thrown and not be
42 // of a C++ catch(...) clause catching a generated exception with a
149 /// This is our Exception class which relies on a negative offset to calculate
321 /// Deletes the true previosly allocated exception whose addres
1474 llvm::Value *exception = builder.CreateCall(createOurException, local
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 7 exception Error of string
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 450 * ar.exception carries exception on failure
480 * ar.exception carries exception on failure
492 * ar.exception carries exception on failure
510 * ar.exception carries exception on failure
532 * ar.exception carries exception on failur
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.1/
lint-api-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.3/
lint-api-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.0/
lint-api-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.1/
lint-api-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.3/
lint-api-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.8.0/
lint-api-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.9.2/
lint-api-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.0.1/
lint-api-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.0.2/
lint-api-23.0.2.jar 
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 496 PHPCN(exception);
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-2.0/1.5/
gmaven-runtime-2.0-1.5.jar 
  /external/qemu/target-mips/
op_helper.c 86 uint32_t exception, int error_code)
89 if (exception < 0x100)
90 qemu_log("%s: %d %d\n", __func__, exception, error_code);
92 env->exception_index = exception;
97 void helper_raise_exception (CPUMIPSState *env, uint32_t exception)
99 helper_raise_exception_err(env, exception, 0);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 1139 milliseconds

<<81828384858687888990>>