| /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/ |
| aether-spi-1.0.2.v20150114.jar | |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
| AndroidXmlFormatter.java | 72 } catch (BadLocationException exception) {
|
| /toolchain/binutils/binutils-2.25/gold/testsuite/ |
| relro_test.cc | 27 #include <exception> 105 // Throwing an exception out of a signal handler doesn't always work 123 // Use a separate function to throw the exception, so that we don't
|
| /tools/test/connectivity/acts/framework/acts/controllers/ |
| native_android_device.py | 36 logger.exception("Failed to start sl4n on %s" % ad.serial) 57 class NativeAndroidDeviceError(Exception):
|
| /external/ImageMagick/coders/ |
| emf.c | 63 #include "MagickCore/exception.h" 64 #include "MagickCore/exception-private.h" 170 % ExceptionInfo *exception) 176 % o exception: return any errors or warnings in this structure. 442 static Image *ReadEMFImage(const ImageInfo *image_info,ExceptionInfo *exception) 481 image=AcquireImage(image_info,exception); 516 status=SetImageExtent(image,image->columns,image->rows,exception); 624 q=QueueAuthenticPixels(image,0,y,image->columns,1,exception); 636 if (SyncAuthenticPixels(image,exception) == MagickFalse) 659 ExceptionInfo *exception) [all...] |
| /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/ |
| PearsonsCorrelation.java | 23 import org.apache.commons.math.exception.util.LocalizedFormats; 24 import org.apache.commons.math.exception.NullArgumentException; 25 import org.apache.commons.math.exception.DimensionMismatchException;
|
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
| SocketTransportWrapper.java | 163 IOException exception = null; local 178 if (exception != null) { 179 throw exception; 238 // workaround for "Socket Closed" exception if connection was closed
|
| /external/autotest/client/cros/networking/ |
| mm1_proxy.py | 25 class ModemManager1ProxyError(Exception): 70 exception=ModemManager1ProxyError( 108 condition and an exception will be raised. 157 wait for a second modem. The exception is raised if there is 163 exception=ModemManager1ProxyError('No modem found'), 274 exception=ModemManager1ProxyError(
|
| /external/autotest/client/site_tests/network_LTEActivate/ |
| network_LTEActivate.py | 231 exception=error.TestFail("\"ResetCalled\" did not match: " + 247 exception=error.TestFail( 287 exception=error.TestError(
|
| /external/autotest/client/site_tests/power_CPUFreq/ |
| power_CPUFreq.py | 22 # TODO(crbug.com/485276) Revisit this exception once we've refactored 40 except error.TestFail as exception: 41 if str(exception) == 'Unable to set frequency': 49 raise exception
|
| /external/autotest/server/ |
| site_autotest.py | 133 @exception AutoservError if a tarball was not specified and 200 logging.exception(msg) 209 logging.exception(msg) 229 logging.exception(msg)
|
| site_server_job_utils.py | 224 logging.exception('Autoserv error running "%s".', active_test) 226 logging.exception('Autotest error running "%s".', active_test) 227 except Exception: 228 logging.exception('Exception running test "%s".', active_test)
|
| /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/IN/ |
| APL.py | 19 import dns.exception namespace 122 raise dns.exception.FormError 133 raise dns.exception.FormError 147 # seems better than throwing an exception
|
| NAPTR.py | 18 import dns.exception namespace 100 raise dns.exception.FormError 108 raise dns.exception.FormError
|
| /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/ |
| sigbase.py | 21 import dns.exception namespace 25 class BadSigTime(dns.exception.DNSException): 116 raise dns.exception.SyntaxError
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/ |
| test_connection.py | 210 err = cm.exception 221 err = cm.exception 232 err = cm.exception
|
| /external/deqp/framework/delibs/decpp/ |
| deSharedPtr.cpp | 28 #include <exception> 197 // Exception test. 205 throw std::exception(); 207 catch (const std::exception&)
|
| /external/guava/guava-testlib/src/com/google/common/testing/ |
| ForwardingWrapperTester.java | 40 * with the same parameters forwarded and return value forwarded back or exception propagated as is. 114 } catch (Exception e) { 128 final RuntimeException exception = new RuntimeException(); local 132 throw exception; 138 fail(method + " failed to throw exception as is."); 140 if (exception != e.getCause()) {
|
| /external/proguard/src/proguard/classfile/editor/ |
| InstructionWriter.java | 102 catch (IllegalArgumentException exception) 132 catch (IllegalArgumentException exception) 162 catch (IllegalArgumentException exception)
|
| /external/testng/src/main/java/org/testng/junit/ |
| JUnit4TestRunner.java | 130 public void testFailure(Failure failure) throws Exception { 147 public void testFinished(Description description) throws Exception { 161 public void testIgnored(Description description) throws Exception { 173 public void testRunFinished(Result result) throws Exception { 177 public void testRunStarted(Description description) throws Exception { 181 public void testStarted(Description description) throws Exception { 215 final Throwable exception = failure.getException(); 217 if (exception == null) { 220 return "org.junit.internal.AssumptionViolatedException".equals(exception.getClass().getCanonicalName());
|
| /external/v8/build/android/pylib/local/device/ |
| local_device_test_run.py | 29 raise Exception('Incremental install script not found: %s\n' % 66 logging.exception('Shard timed out: %s(%s)', f.__name__, str(dev)) 68 logging.exception('Shard died: %s(%s)', f.__name__, str(dev)) 70 logging.exception('Shard failed: %s(%s)', f.__name__, 102 raise Exception(
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| IccPhoneBookInterfaceManager.java | 70 if (ar.exception == null) { 85 mSuccess = (ar.exception == null); 92 if (ar.exception == null) {
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
| SystemTest.java | 226 boolean exception = false; 230 exception = true; 232 assertTrue("Expected IllegalArgumentException", exception); 384 // Android isn't as strict about requiring this exception; no modification takes place anyway
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
| GZIPInputStreamTest.java | 195 boolean exception = false; 201 exception = true; 203 assertTrue("Exception expected", exception);
|
| /libcore/luni/src/main/java/javax/xml/datatype/ |
| FactoryFinder.java | 66 } catch (Exception ex) { 168 } catch (Exception x) { 205 } catch (Exception ex) { 292 * <p>Exception that caused the error.</p> 294 private Exception exception; field in class:FactoryFinder.ConfigurationError 298 * exception.</p> 301 * @param x Exception that caused the error. 303 ConfigurationError(String msg, Exception x) { 305 this.exception = x [all...] |