| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
| infoflow.py | 23 from networkx.exception import NetworkXError, NetworkXNoPath
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
| test_assertions.py | 69 self.fail("assertRaises() didn't let exception pass through") 73 except Exception, e: 75 self.assertIs(cm.exception, e) 92 self.fail("assertRaises() didn't let exception pass through")
|
| test_case.py | 130 # an exception. 243 # an exception. 286 # "This class attribute gives the exception raised by the test() method. 287 # If a test framework needs to use a specialized exception, possibly to 288 # carry additional information, it must subclass this exception in 298 # "This class attribute gives the exception raised by the test() method. 299 # If a test framework needs to use a specialized exception, possibly to 300 # carry additional information, it must subclass this exception in 321 # "This class attribute gives the exception raised by the test() method. 322 # If a test framework needs to use a specialized exception, possibly t [all...] |
| /prebuilts/tools/common/m2/repository/com/android/tools/jack/jack-api/0.1/ |
| jack-api-0.1.jar | |
| /prebuilts/tools/common/m2/repository/com/android/tools/jack/jack-api/0.9.0/ |
| jack-api-0.9.0.jar | |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
| AdtPlugin.java | 213 public void start(BundleContext context) throws Exception { 277 public void stop(BundleContext context) throws Exception { 545 } catch (Exception e) { 562 } catch (Exception e) { 607 } catch (Exception e) { [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/ |
| ProjectLintConfigurationTest.java | 199 public void log(@NonNull Severity severity, @Nullable Throwable exception,
|
| /tools/test/connectivity/acts/tests/google/wifi/ |
| WifiManagerTest.py | 102 self.log.exception("Failed to connect to {}".format(SSID))
|
| /external/ImageMagick/Magick++/lib/ |
| Exception.cpp | 6 // Implementation of Exception and derived classes 19 #include "Magick++/Exception.h" 21 Magick::Exception::Exception(const std::string& what_) 22 : std::exception(), 24 _nested((Exception *) NULL) 28 Magick::Exception::Exception(const std::string& what_, 29 Exception* nested_) 30 : std::exception(), [all...] |
| /external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
| MathUtils.java | 25 import org.apache.commons.math.exception.util.Localizable; 26 import org.apache.commons.math.exception.util.LocalizedFormats; 27 import org.apache.commons.math.exception.NonMonotonousSequenceException; 131 * @param pattern the pattern to use for any thrown exception. 365 * @exception IllegalArgumentException if preconditions are not met. [all...] |
| /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
| SSLSocketImplTest.java | 46 public void setUp() throws Exception { 54 private SSLSocket createSSLSocket() throws Exception { 58 private SSLSocket createSSLSocket(int port) throws Exception { 66 public void testSSLSocketImpl1() throws Exception { 85 } catch (Exception e) { 97 } catch (Exception e) { 132 public void testSSLSocketImpl2() throws Exception { 149 } catch (Exception e) { 161 } catch (Exception e) { 196 public void testSSLSocketImpl3() throws Exception { 922 final Exception[] exception = new Exception[1]; local [all...] |
| /external/autotest/client/cros/cellular/ |
| pseudo_modem.py | 220 def __exit__(self, exception, value, traceback): 323 def __exit__(self, exception, value, traceback): 326 return self.pseudo_interface.__exit__(exception, value, traceback)
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
| utils.py | 222 except Exception as e: 224 boto.log.exception('Caught exception reading instance data') 297 "encountered '%s' exception: %s" % ( 303 except Exception as e: 305 " '%s' exception, re-raising" % ( 310 boto.log.error("Caught exception reading meta data" + 321 "encountered '%s' exception: %s" % ( 532 boto.log.exception('Problem Retrieving file: %s' % uri) 564 raise Exception("Command " + self.command [all...] |
| /external/emma/lib/ |
| emma.jar | |
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| Futures.java | 80 * and a {@link Function} that maps from {@link Exception} instances into the 90 public static <V, X extends Exception> CheckedFuture<V, X> makeChecked( 91 ListenableFuture<V> future, Function<? super Exception, X> mapper) { 154 private static class ImmediateSuccessfulCheckedFuture<V, X extends Exception> 214 private static class ImmediateFailedCheckedFuture<V, X extends Exception> 258 public static <V, X extends Exception> CheckedFuture<V, X> 264 * Returns a {@code ListenableFuture} which has an exception set immediately 289 * Returns a {@code CheckedFuture} which has an exception set immediately upon 294 * throw the provided {@code Exception} wrapped in an {@code 296 * provided exception itself [all...] |
| /external/jmdns/src/javax/jmdns/impl/ |
| DNSRecord.java | 103 logger.log(Level.WARNING, "suppressedBy() message " + msg + " exception ", e); 277 } catch (UnknownHostException exception) { 278 logger1.log(Level.WARNING, "Address() exception ", exception); 679 } catch (UnsupportedEncodingException exception) { [all...] |
| /external/owasp/sanitizer/tools/emma/lib/ |
| emma.jar | |
| /frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
| Resources_Delegate.java | 182 // throw an exception, but intelliJ can't figure that out 600 // return exception below 876 NotFoundException exception = new NotFoundException(); local [all...] |
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| IccSmsInterfaceManager.java | 95 mSuccess = (ar.exception == null); 102 if (ar.exception == null) { 119 mSuccess = (ar.exception == null); [all...] |
| SubscriptionInfoUpdater.java | 288 if (ar.exception == null) { 298 logd("Query IccId fail: " + ar.exception); 315 if (ar.exception == null && ar.result != null) {
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
| ImportVCardActivity.java | 52 import com.android.vcard.exception.VCardException; 53 import com.android.vcard.exception.VCardNestedException; 54 import com.android.vcard.exception.VCardVersionException; 359 Log.w(LOG_TAG, "Nested Exception is found (it may be false-positive)."); 360 // Go through without throwing the Exception, as we may be able to detect the
|
| /prebuilts/devtools/tools/lib/ |
| emma.jar | |
| emma_device.jar | |
| /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-dependency-plugin/2.8/ |
| maven-dependency-plugin-2.8.jar | |
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
| TemplateHandlerTest.java | 123 protected void setUp() throws Exception { 157 public void testNewBlankProject() throws Exception { 166 public void testNewBlankActivity() throws Exception { 170 public void testBlankActivityInProject() throws Exception { 174 public void testNewMasterDetailFlow() throws Exception { 178 public void testMasterDetailFlowInProject() throws Exception { 182 public void testNewFullscreen() throws Exception { 186 public void testFullscreenInProject() throws Exception { 190 public void testNewLoginActivity() throws Exception { 194 public void testLoginActivityInProject() throws Exception { [all...] |