| /prebuilts/devtools/tools/lib/ |
| commons-logging-1.1.1.jar | |
| org-eclipse-core-commands-3.6.0.jar | |
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
| org.apache.commons.logging_1.1.1.v201101211721.jar | |
| /prebuilts/tools/common/http-client/ |
| commons-logging-1.1.1.jar | |
| /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/ |
| commons-logging-1.1.1.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
| org.apache.commons.logging_1.1.1.v201101211721.jar | |
| /art/runtime/ |
| runtime.cc | 249 mirror::Throwable* exception = self->GetException(&throw_location); local 250 os << "Pending exception " << PrettyTypeOf(exception) 252 << exception->Dump(); [all...] |
| /dalvik/dx/src/com/android/dx/ssa/ |
| EscapeAnalysis.java | 585 // Throw an exception if the index is out of bounds 604 // Throw an exception if the index is out of bounds 726 * Replaces instructions that trigger an ArrayIndexOutofBounds exception 727 * with an actual throw of the exception. 729 * @param insn {@code non-null;} instruction causing the exception 737 CstType exception = local 740 RegOps.NEW_INSTANCE, exception); 742 // Add a successor block with a move result pseudo for the exception 748 RegisterSpec.make(ssaMeth.makeNewSsaReg(), exception); 752 // Add another successor block to initialize the exception [all...] |
| /external/chromium_org/chrome/browser/ui/webui/options/ |
| content_settings_handler.cc | 147 base::DictionaryValue* exception = new base::DictionaryValue(); local 148 exception->SetString(kOrigin, pattern.ToString()); 149 exception->SetString(kEmbeddingOrigin, 153 exception->SetString(kSetting, ContentSettingToString(setting)); 154 exception->SetString(kSource, provider_name); 155 return exception; 165 base::DictionaryValue* exception = new base::DictionaryValue(); local 166 exception->SetString(kSetting, ContentSettingToString(setting)); 167 exception->SetString(kOrigin, origin.ToString()); 168 exception->SetString(kEmbeddingOrigin, embedding_origin.ToString()) 184 base::DictionaryValue* exception = new base::DictionaryValue(); local 205 base::DictionaryValue* exception = new base::DictionaryValue(); local 922 base::DictionaryValue* exception = new base::DictionaryValue(); local [all...] |
| /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/ |
| nacltest.js | 259 this.exception = function(test_name, err, from_completed_test) { 263 var full_message = '[' + test_name + ' EXCEPTION] ' + message; 413 // Ideally there'd be some way to identify what exception was thrown, but JS 415 // TODO(ncbray) allow manual validation of exception types? 621 return '<exception>'; 744 // If we get this exception, we can assume any callbacks or next 749 // A special exception that terminates the test with a failure 755 // This is not a special type of exception, it is an error. 756 this.tester.rpc.exception(this.name, err, !this.running); 805 // spuriously pass. Throwing this exception forces us to behave like a [all...] |
| /external/chromium_org/ppapi/proxy/ |
| ppb_instance_proxy.cc | 290 PP_Var* exception) { 291 ReceiveSerializedException se(dispatcher(), exception); local [all...] |
| /external/chromium_org/v8/src/ |
| accessors.cc | 265 Handle<Object> exception; local 268 if (!maybe.ToHandle(&exception)) { 273 isolate->ScheduleThrow(*exception); 1360 Handle<Object> exception; local 1387 Handle<Object> exception; local [all...] |
| /external/chromium_org/v8/test/mjsunit/ |
| object-define-property.js | 32 // Check that an exception is thrown when null is passed as object. 33 var exception = false; variable 37 exception = true; 40 assertTrue(exception); 42 // Check that an exception is thrown when undefined is passed as object. 43 exception = false; 47 exception = true; 50 assertTrue(exception); 52 // Check that an exception is thrown when non-object is passed as object. 53 exception = false [all...] |
| /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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
| ListViewTest.java | 46 public void setUp() throws Exception { 52 public void testSetSelection_ShouldFireOnItemSelectedListener() throws Exception { 73 public void addHeaderView_ShouldThrowIfAdapterIsAlreadySet() throws Exception { 78 } catch (java.lang.IllegalStateException exception) { 79 assertThat(exception.getMessage(), equalTo("Cannot add header view to list -- setAdapter has already been called")); 85 } catch (java.lang.IllegalStateException exception) { 86 assertThat(exception.getMessage(), equalTo("Cannot add header view to list -- setAdapter has already been called")); 91 public void addHeaderView_ShouldRecordHeaders() throws Exception { 117 public void addHeaderView_shouldAttachTheViewToTheList() throws Exception { 127 public void addFooterView_ShouldThrowIfAdapterIsAlreadySet() throws Exception { [all...] |
| /external/smack/src/org/jivesoftware/smack/ |
| XMPPConnection.java | 424 catch (Exception e) { 435 } catch (Exception e) { 467 catch (Exception e) { 562 XMPPException exception = null; local 567 exception = null; 580 exception = new XMPPException(errorMessage, new XMPPError(XMPPError.Condition.remote_server_timeout, 584 exception = new XMPPException(errorMessage, new XMPPError(XMPPError.Condition.remote_server_error, 588 if (exception == null) { 593 hostAddress.setException(exception); 597 // throw an exception and report all trie [all...] |
| /frameworks/base/media/jni/ |
| android_media_MediaCodec.cpp | 734 jthrowable exception = createCodecException(env, err, actionCode, msg); local 735 env->Throw(exception); 767 jthrowable exception = local 770 env->Throw(exception); [all...] |
| /frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
| CameraWidgetFrame.java | 190 Exception exception = null; local 199 exception = e; 201 exception = e; 203 if (exception != null) { 204 Log.w(TAG, "Error creating camera widget view", exception);
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
| HandshakeCompletedEventTest.java | 73 public final void test_Constructor() throws Exception { 79 fail("Any exception wasn't thrown for null parameters"); 80 } catch (Exception expected) { 88 public final void test_getCipherSuite() throws Exception { 99 public final void test_getLocalCertificates() throws Exception { 110 public final void test_getLocalPrincipal() throws Exception { 121 public final void test_getPeerCertificateChain() throws Exception { 338 public void testClientAuth() throws Exception { 359 // The server must have completed without an exception. 360 Exception e = server.getException() 391 private Exception exception; field in class:HandshakeCompletedEventTest.TestServer 474 private Exception exception; field in class:HandshakeCompletedEventTest.TestClient [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
| __init__.py | 33 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass', 77 raise Exception 176 try: #unlikely to cause an exception, but you never know... 239 the source line where the logging call was made, and any exception 432 Format and return the specified exception information as a string. 461 called to format the event time. If there is exception information, 780 try: #unlikely to raise an exception, but you never know... 790 This method should be called from handlers when an exception is 845 exception information is present, it is formatted using 1177 def exception(self, msg, *args, **kwargs): member in class:Logger 1448 def exception(self, msg, *args, **kwargs): member in class:LoggerAdapter 1587 def exception(msg, *args, **kwargs): function [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
| __init__.py | 33 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass', 77 raise Exception 176 try: #unlikely to cause an exception, but you never know... 239 the source line where the logging call was made, and any exception 432 Format and return the specified exception information as a string. 461 called to format the event time. If there is exception information, 780 try: #unlikely to raise an exception, but you never know... 790 This method should be called from handlers when an exception is 845 exception information is present, it is formatted using 1177 def exception(self, msg, *args, **kwargs): member in class:Logger 1448 def exception(self, msg, *args, **kwargs): member in class:LoggerAdapter 1587 def exception(msg, *args, **kwargs): function [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.apache.commons.logging_1.0.4.v201005080501.jar | |
| org.eclipse.core.commands_3.6.0.I20100512-1500.jar | |
| /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
| maven-aether-provider-3.2.1.jar | |
| /prebuilts/tools/common/eclipse/ |
| org.eclipse.core.commands_3.4.0.I20080509-2000.jar | |