| /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/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
| idl_definitions.py | 122 elif child_class == 'Exception': 123 exception = IdlException(child) 125 self.interfaces[exception.name] = exception 167 raise Exception('Tried to merge partial interface for {0}, ' 315 # However, there is only one exception (DOMException), and new exceptions
|
| /external/deqp/framework/opengl/ |
| gluTexture.cpp | 148 catch (const std::exception&) 253 catch (const std::exception&) 309 catch (const std::exception&)
|
| /external/emma/lib/ |
| emma.jar | |
| /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/opt/telephony/src/java/com/android/internal/telephony/ |
| IccSmsInterfaceManager.java | 95 mSuccess = (ar.exception == null); 102 if (ar.exception == null) { 120 mSuccess = (ar.exception == null); [all...] |
| /libcore/luni/src/main/java/java/net/ |
| URLClassLoader.java | 350 boolean exception = packageObj.isSealed(); 353 exception = !packageObj 357 if (exception) { [all...] |
| /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
| ImportVCardActivity.java | 57 import com.android.vcard.exception.VCardException; 58 import com.android.vcard.exception.VCardNestedException; 59 import com.android.vcard.exception.VCardVersionException; 491 Log.w(LOG_TAG, "Nested Exception is found (it may be false-positive)."); 492 // Go through without throwing the Exception, as we may be able to detect the 615 private class CanceledException extends Exception { [all...] |
| /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...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.debug.core_3.6.0.v20100519.jar | |
| org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar | |
| /external/chromium_org/v8/src/ |
| debug-debugger.js | 18 Exception: 2, 205 // Exception evaluating condition counts as not triggered. 750 // Disable all exception breakpoints: 1073 function MakeExceptionEvent(exec_state, exception, uncaught, promise) [all...] |
| debug.cc | 332 // function twice might happen when stepping in a function with an exception 770 Handle<Object> exception; local 776 &exception); 787 if (!exception.is_null()) { 788 isolate->set_pending_exception(*exception); 2903 Handle<Object> exception; local [all...] |
| /frameworks/base/core/java/android/view/ |
| ViewDebug.java | 510 } catch (Exception e) { 818 } catch (Exception e) { 847 } catch (Exception e) { 1584 final AtomicReference<Throwable> exception = new AtomicReference<Throwable>(); local [all...] |
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
| DataConnection.java | 644 // Return message with a Throwable exception to signify an error. 757 } else if (ar.exception != null) { 759 log("onSetupConnectionCompleted failed, ar.exception=" + ar.exception + 763 if (ar.exception instanceof CommandException 764 && ((CommandException) (ar.exception)).getCommandError() [all...] |
| /art/runtime/interpreter/ |
| interpreter_goto_table_impl.cc | 84 * - when an exception is thrown. 237 Throwable* exception = self->GetException(nullptr); local 238 shadow_frame.SetVRegReference(inst->VRegA_11x(inst_data), exception); 339 // Return the pending exception. 614 Object* exception = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data)); local 615 if (UNLIKELY(exception == NULL)) { 616 ThrowNullPointerException(NULL, "throw with null exception"); 617 } else if (do_assignability_check && !exception->GetClass()->IsThrowableClass()) { 623 exception->GetClass()->GetDescriptor(&temp)); 625 self->SetException(shadow_frame.GetCurrentLocationForThrow(), exception->AsThrowable()) [all...] |
| /art/runtime/ |
| jni_internal_test.cc | 57 jthrowable exception = env_->ExceptionOccurred(); local 58 EXPECT_NE(nullptr, exception); 60 EXPECT_TRUE(env_->IsInstanceOf(exception, exception_class)); 278 // a pending exception. 341 // a pending exception 1545 jthrowable exception = reinterpret_cast<jthrowable>(env_->AllocObject(exception_class)); local [all...] |
| /external/owasp/sanitizer/tools/findbugs/lib/ |
| commons-lang-2.6.jar | |
| /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
| commons-lang-2.6.jar | |
| commons-io-2.2.jar | |
| /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/ |
| commons-lang-2.6.jar | |
| /external/lldb/tools/debugserver/source/ |
| RNBRemote.cpp | [all...] |
| /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/object/ |
| object.js | 159 * browsers (a know exception is Konqueror). 174 * browsers (a know exception is Konqueror). 375 * Adds a key-value pair to the object. Throws an exception if the key is
|
| /external/chromium_org/pdf/ |
| instance.cc | [all...] |