| /external/jmdns/src/javax/jmdns/impl/ |
| HostInfo.java | 111 } catch (UnknownHostException exception) { 129 } catch (Exception exception) { 130 logger.log(Level.SEVERE, "LocalHostInfo() exception ", exception);
|
| /external/skia/gm/rebaseline_server/ |
| imagediffdb.py | 91 # an exception if images are not found locally (instead of trying to 102 except Exception: 103 logging.exception('unable to download expected_image_url %s to file %s' % 109 except Exception: 110 logging.exception('unable to download actual_image_url %s to file %s' % 258 except Exception: 262 logging.exception( 263 'got exception while creating a DiffRecord for '
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
| CdmaMmiCode.java | 307 if (ar.exception != null) { 309 if (ar.exception instanceof CommandException) { 310 CommandException.Error err = ((CommandException)(ar.exception)).getCommandError();
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
| PreferencesTest.java | 55 protected void setUp() throws Exception { 65 protected void tearDown() throws Exception { 70 public void testSystemNodeForPackage() throws Exception { 142 public void testImportPreferences() throws Exception { 171 } catch (Exception e) { 176 public void testImportPreferencesException() throws Exception { 191 stream.setResult(MockInputStream.exception); 210 static final int exception = 1; field in class:PreferencesTest.MockInputStream 226 case exception:
|
| /packages/services/Mms/src/com/android/mms/service/ |
| MmsRequest.java | 19 import com.android.mms.service.exception.ApnException; 20 import com.android.mms.service.exception.MmsHttpException; 21 import com.android.mms.service.exception.MmsNetworkException; 202 } catch (Exception e) {
|
| /packages/services/Telephony/src/com/android/phone/ |
| ChangeIccPinScreen.java | 235 if (ar.exception == null) { 251 } else if (ar.exception instanceof CommandException 252 /* && ((CommandException)ar.exception).getCommandError() == 258 CommandException ce = (CommandException) ar.exception;
|
| /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
| maven-aether-provider-3.2.1.jar | |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
| suite.py | 147 except Exception as e: 183 except Exception, e: 192 def _addClassOrModuleLevelException(self, result, exception, errorName): 195 if addSkip is not None and isinstance(exception, case.SkipTest): 196 addSkip(error, str(exception)) 217 except Exception as e: 242 except Exception, e:
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
| suite.py | 147 except Exception as e: 183 except Exception, e: 192 def _addClassOrModuleLevelException(self, result, exception, errorName): 195 if addSkip is not None and isinstance(exception, case.SkipTest): 196 addSkip(error, str(exception)) 217 except Exception as e: 242 except Exception, e:
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/ |
| BackupTestActivity.java | 180 class GenerateValuesTask extends AsyncTask<Void, Void, Exception> { 183 protected Exception doInBackground(Void... params) { 222 protected void onPostExecute(Exception exception) { 223 super.onPostExecute(exception); 224 if (exception != null) { 225 Log.e(TAG, "Couldn't generate test data...", exception);
|
| /cts/tests/app/src/android/app/cts/ |
| AppStubActivity.java | 57 } catch (Throwable exception) { 58 System.err.print("exception!");
|
| /external/chromium_org/pdf/ |
| instance.h | 187 bool HasScriptableMethod(const pp::Var& method, pp::Var* exception); 190 pp::Var* exception); 515 virtual bool HasMethod(const pp::Var& method, pp::Var* exception); 518 pp::Var* exception);
|
| /external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/base/ |
| ModelType.java | 132 } catch (IllegalArgumentException exception) {
|
| /external/chromium_org/testing/gtest/test/ |
| gtest_catch_exceptions_test_.cc | 45 # include <exception> // For set_terminate(). 109 throw std::runtime_error("Standard C++ exception")); 153 throw std::runtime_error("Standard C++ exception")); 169 throw std::runtime_error("Standard C++ exception"); 207 throw std::runtime_error("Standard C++ exception"); 228 virtual void SetUp() { throw std::runtime_error("Standard C++ exception"); } 258 throw std::runtime_error("Standard C++ exception"); 287 throw std::runtime_error("Standard C++ exception"); 298 fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program.");
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
| loader.py | 47 def _make_failed_load_tests(name, exception, suiteClass): 48 return _make_failed_test('LoadTestsFailure', name, exception, suiteClass) 50 def _make_failed_test(classname, methodname, exception, suiteClass): 52 raise exception 92 except Exception, e: 298 except Exception, e:
|
| /external/chromium_org/tools/grit/grit/ |
| clique.py | 14 from grit import exception namespace 232 raise exception.MismatchingPlaceholders( 366 raise exception.InvalidMessage(self.GetMessage().GetRealContent()) 446 grit.exception.InvalidTranslation if the translation you're trying to add 452 raise exception.InvalidTranslation(
|
| /external/chromium_org/tools/sheriffing/ |
| buildinfo.js | 17 if (statusText.indexOf('exception') != -1) { 18 state = 'exception';
|
| /external/chromium_org/v8/test/mjsunit/ |
| debug-event-listener.js | 36 event == Debug.DebugEvent.Exception) 49 // Test debug event for handled exception. 54 // Do nothing. Ignore exception. 57 assertTrue(lastDebugEvent.event == Debug.DebugEvent.Exception);
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-1145.js | 31 // Should not throw a syntax error exception (change this if we make lazily 36 // would set a pending exception that is then ignored (until it triggers
|
| /external/deqp/execserver/ |
| xsTcpServer.cpp | 163 catch (const std::exception& e)
|
| /external/deqp/executor/ |
| xeTcpIpLink.cpp | 245 catch (const std::exception& e) 344 catch (const std::exception& e) 479 catch (const std::exception& e) 493 catch (const std::exception& e)
|
| /external/emma/core/java12/com/vladium/util/exception/ |
| AbstractException.java | 9 package com.vladium.util.exception; 20 * This checked exception class is designed as a base/expansion point for the 30 * <LI> exception chaining in J2SE versions prior to 1.4 39 * <CODE>com.vladium.exception.exceptions</CODE> resource bundle 40 * or your project/exception class-specific resource bundle [see 53 * catch (Exception e) 58 * where <CODE>com.vladium.util.exception.exceptions</CODE> contains: 63 * To log exception data use {@link #getMessage} or <CODE>printStackTrace</CODE> 66 * <A NAME="details"> It is also possible to use project- or exception 68 * codes in <CODE>com.vladium.exception.exceptions</CODE>. To do so, create [all...] |
| AbstractRuntimeException.java | 9 package com.vladium.util.exception; 20 * This unchecked exception class is designed as a base/expansion point for the 30 * <LI> exception chaining in J2SE versions prior to 1.4 39 * <CODE>com.vladium.exception.exceptions</CODE> resource bundle 40 * or your project/exception class-specific resource bundle [see 53 * catch (Exception e) 58 * where <CODE>com.vladium.util.exception.exceptions</CODE> contains: 63 * To log exception data use {@link #getMessage} or <CODE>printStackTrace</CODE> 66 * <A NAME="details"> It is also possible to use project- or exception 68 * codes in <CODE>com.vladium.exception.exceptions</CODE>. To do so, create [all...] |
| /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/ |
| ProtobufWireAdapter.java | 19 import com.google.polo.exception.BadSecretException; 20 import com.google.polo.exception.NoConfigurationException; 21 import com.google.polo.exception.PoloException; 22 import com.google.polo.exception.ProtocolErrorException; 260 public void sendErrorMessage(Exception e) throws IOException {
|
| /external/gtest/test/ |
| gtest_catch_exceptions_test_.cc | 45 # include <exception> // For set_terminate(). 109 throw std::runtime_error("Standard C++ exception")); 153 throw std::runtime_error("Standard C++ exception")); 169 throw std::runtime_error("Standard C++ exception"); 207 throw std::runtime_error("Standard C++ exception"); 228 virtual void SetUp() { throw std::runtime_error("Standard C++ exception"); } 258 throw std::runtime_error("Standard C++ exception"); 287 throw std::runtime_error("Standard C++ exception"); 298 fprintf(stderr, "%s\n", "Unhandled C++ exception terminating the program.");
|