HomeSort by relevance Sort by last modified time
    Searched refs:exception (Results 2401 - 2425 of 4445) sorted by null

<<919293949596979899100>>

  /external/dexmaker/src/dx/java/com/android/dx/ssa/
EscapeAnalysis.java 586 // Throw an exception if the index is out of bounds
605 // Throw an exception if the index is out of bounds
727 * Replaces instructions that trigger an ArrayIndexOutofBounds exception
728 * with an actual throw of the exception.
730 * @param insn {@code non-null;} instruction causing the exception
738 CstType exception = local
741 RegOps.NEW_INSTANCE, exception);
743 // Add a successor block with a move result pseudo for the exception
749 RegisterSpec.make(ssaMeth.makeNewSsaReg(), exception);
753 // Add another successor block to initialize the exception
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 19 import com.vladium.util.exception.Exceptions;
182 // TODO: throw exception or exit quietly?
  /external/emma/core/java12/com/vladium/emma/report/
ReportProcessor.java 20 import com.vladium.util.exception.Exceptions;
  /external/emma/core/java12/com/vladium/util/exception/
ExceptionCommon.java 9 package com.vladium.util.exception;
45 * it possible to extend the set of exception error codes across independently
84 * @throws Error if 'namespace' does not correspond to an exception class derived
95 // bail out if the some other exception hierarchy attempts
122 // ignored intentionally: if the exception codes rb is absent,
241 * Provides support for lookup of exception error codes from {@link AbstractException}
248 * @param code the message string value that was passed into exception
293 * Provides support for lookup of exception error codes from {@link AbstractException}
300 * @param code the message string value that was passed into exception
462 private static final String NESTED_THROWABLE_HEADER = "[NESTED EXCEPTION]:"
    [all...]
  /external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
SameThreadScheduledExecutorService.java 149 private ExecutionException exception; field in class:SameThreadScheduledExecutorService.ImmediateScheduledFuture
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar 
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 656 * @exception IllegalStateException
666 * @exception IllegalStateException
721 } catch (CloneNotSupportedException exception) {
  /external/libcxx/test/std/language.support/support.exception/propagation/
current_exception.pass.cpp 10 // <exception>
14 #include <exception>
  /external/libcxxabi/src/
cxa_vector.cpp 16 #include <exception> // for std::terminate
34 // A pair of classes to simplify exception handling and control flow.
39 // call 'release'. If any of the setup operations fail, or an exception is
133 // If alloc throws an exception, rethrow the exception. If alloc returns
134 // NULL, return NULL. If the constructor throws an exception, call
136 // exception. If the destructor throws an exception, call std::terminate.
203 // address, respectively. If an exception occurs, call the given destructor
205 // throws an exception, call terminate(). The constructor and or destructo
    [all...]
  /external/libcxxabi/test/
unwind_06.pass.cpp 10 #include <exception>
  /external/libunwind/doc/
unw_get_proc_info.tex 36 language-specific information needed during exception handling. If
38 \item[\Type{unw\_word\_t} \Var{handler}] The address of the exception
  /external/llvm/test/MC/ARM/
eh-directive-section-comdat.s 8 @ instantiation. When the exception handling is enabled on those function,
eh-directive-section-multiple-func.s 9 @ after it have emitted the exception handling indices and tables. In this
  /external/llvm/tools/bugpoint/
ToolRunner.h 25 #include <exception>
  /external/opencv3/modules/objdetect/src/
detection_based_tracker.cpp 211 throw(std::exception());
217 throw(std::exception());
224 throw(std::exception());
275 catch(cv::Exception& e) { \
276 LOGE0("\n %s: ERROR: OpenCV Exception caught: \n'%s'\n\n", CV_Func, e.what()); \
277 } catch(std::exception& e) { \
278 LOGE0("\n %s: ERROR: Exception caught: \n'%s'\n\n", CV_Func, e.what()); \
280 LOGE0("\n %s: ERROR: UNKNOWN Exception caught\n\n", CV_Func); \
    [all...]
  /external/opencv3/samples/tapi/
hog.cpp 92 catch (const Exception& e)
96 catch (const exception& e)
102 return cout << "unknown exception" << endl, 1;
  /external/parameter-framework/upstream/tools/xmlGenerator/
domainGeneratorConnector.cpp 57 using Exception = std::runtime_error;
121 throw Exception("Not enough arguments to criterion creation request");
132 throw Exception("Failed to create an " + string(inclusiveness ? "inclusive" : "exclusive") +
147 throw Exception(message.str());
155 throw Exception("Failed to create criterion '" + name + "'");
198 throw Exception("Failed to list conflicting elements");
213 throw Exception("Start failed: " + error);
220 throw Exception("Failed to turn tuning mode on: " + error);
229 throw Exception("Export failed: " + error);
290 } catch (std::exception &e)
    [all...]
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
ZipExtractorTask.java 26 import com.googlecode.android_scripting.exception.Sl4aException;
110 } catch (Exception e) {
153 private long unzip() throws Exception {
197 } catch (Exception e) {
198 // swallow this exception, we are only interested in the original one
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
Main.java 39 import com.googlecode.android_scripting.exception.Sl4aException;
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalManager.java 39 import com.googlecode.android_scripting.exception.Sl4aException;
123 // throw exception if terminal already open
  /external/v8/build/android/
install_emulator_deps.py 67 raise Exception('\'android list\' command failed')
73 logging.exception('Unable to execute \'android list\'')
105 raise Exception("abi option invalid")
167 raise Exception('\'android list sdk --all\' command return %d' % exit_code)
182 raise Exception('License agreement check failed')
190 raise Exception('Failed to install platform update')
191 raise Exception('Could not find android-%d update for the SDK!' % api_level)
225 raise Exception('abi option is invalid')
  /external/v8/src/runtime/
runtime-forin.cc 124 return MakeTriple(isolate->heap()->exception(), nullptr, nullptr);
  /external/v8/test/mjsunit/
d8-os.js 50 } catch (exception) {
51 assertTrue(/tring conversion/.test(exception), str);
strict-mode.js 28 function CheckStrictMode(code, exception) {
30 assertThrows("'use strict';\n" + code, exception);
31 assertThrows('"use strict";\n' + code, exception);
44 }", exception);
52 // Create non-strict function. No exception.
57 // Create strict mode function. Exception expected.
829 var exception = false;
833 exception = true;
836 assertTrue(exception);
    [all...]

Completed in 2146 milliseconds

<<919293949596979899100>>