HomeSort by relevance Sort by last modified time
    Searched defs:exception (Results 226 - 250 of 263) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/webkit/JavaScriptCore/API/tests/
testapi.c 153 static JSValueRef MyObject_getProperty(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception)
175 return JSEvaluateScript(context, JSStringCreateWithUTF8CString("throw 'an exception'"), object, JSStringCreateWithUTF8CString("test script"), 1, exception);
179 *exception = JSValueMakeNumber(context, 1);
186 static bool MyObject_setProperty(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSValueRef* exception)
191 UNUSED_PARAM(exception);
197 JSEvaluateScript(context, JSStringCreateWithUTF8CString("throw 'an exception'"), object, JSStringCreateWithUTF8CString("test script"), 1, exception);
203 static bool MyObject_deleteProperty(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception)
212 JSEvaluateScript(context, JSStringCreateWithUTF8CString("throw 'an exception'"), object, JSStringCreateWithUTF8CString("test script"), 1, exception)
873 JSValueRef exception; local
    [all...]
  /external/webkit/JavaScriptCore/jit/
JITOpcodes.cpp 315 // Check for an exception
316 move(ImmPtr(&globalData->exception), regT2);
329 // Handle an exception
1155 unsigned exception = currentInstruction[1].u.operand; local
1321 unsigned exception = currentInstruction[1].u.operand; local
    [all...]
  /external/webkit/WebCore/dom/
XMLTokenizerLibxml2.cpp 689 if (ec) // exception setting attributes
715 if (ec) // exception setting attributes
944 int exception = 0; local
946 toString(target), toString(data), exception);
947 if (exception)
    [all...]
Document.cpp 3623 int exception = 0; local
    [all...]
  /external/webkit/WebCore/editing/
TextIterator.cpp 649 // Need to make an exception for table cells, because they are blocks, but we
654 // Need to make an exception for table row elements, because they are neither
752 // The only exception is when the element is visually not in the same line as
1400 int exception = 0; local
2056 int exception = 0; local
2069 int exception = 0; local
2089 int exception = 0; local
    [all...]
  /external/webkit/WebCore/inspector/
InspectorController.cpp 1308 ExceptionCode exception = 0; local
    [all...]
  /external/webkit/WebCore/page/
Frame.cpp 1455 ExceptionCode exception = 0; local
1499 ExceptionCode exception = 0; local
    [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 189 ExceptionCode exception = 0; local
190 range->selectNodeContents(doc->body(), exception);
192 if (!exception) {
1856 int exception = 0; local
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 1017 JSValueRef exception = 0; local
    [all...]
  /frameworks/base/services/java/com/android/server/status/
StatusBarService.java 852 Exception exception = null; local
857 exception = e;
860 Slog.e(TAG, "couldn't inflate view for package " + n.pkg, exception);
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 277 android.util.Log.d("SSLSocketTest", "Exception", ex);
297 android.util.Log.d("SSLSocketTest", "Exception", ex);
310 public void testContextInitNullArgs() throws Exception {
319 public void testDefaultAlgorithms() throws Exception {
335 public void testMultithreadedClose() throws Exception {
347 } catch (Exception ex) {
360 } catch (Exception ex) {
426 } catch (Exception ex) {
428 "testMultithreadedFetch() got Exception", ex);
630 private Exception exception field in class:SSLSocketTest.TestServer
709 private Exception exception; field in class:SSLSocketTest.TestClient
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /dalvik/libcore/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
PreferencesTest.java 74 protected void setUp() throws Exception {
87 protected void tearDown() throws Exception {
217 public void testImportPreferences2() throws Exception {
242 public void testImportPreferences() throws Exception {
285 } catch (Exception e) {
296 public void testImportPreferencesException() throws Exception {
311 stream.setResult(MockInputStream.exception);
1782 static final int exception = 1; field in class:PreferencesTest.MockInputStream
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallFeaturesSetting.java 558 if (result != null && result.exception == null) {
676 // TODO: may need exception here.
1046 Throwable exception = entry.getValue().exception; local
    [all...]
  /external/v8/src/
api.cc 317 // If we're passed an empty handle, we throw an undefined exception
1287 i::Object* exception = reinterpret_cast<i::Object*>(exception_); local
    [all...]
ast.h 1334 Expression* exception() const { return exception_; } function in class:v8::internal::Throw
    [all...]
debug-debugger.js 41 Exception: 2,
192 // Exception evaluating condition counts as not triggered.
887 function MakeExceptionEvent(exec_state, exception, uncaught) {
888 return new ExceptionEvent(exec_state, exception, uncaught);
892 function ExceptionEvent(exec_state, exception, uncaught) {
894 this.exception_ = exception;
905 return Debug.DebugEvent.Exception;
909 ExceptionEvent.prototype.exception = function() {
941 o.event = "exception";
943 exception: MakeMirror(this.exception_
    [all...]
parser.cc 159 // By making the 'exception handling' explicit, we are forced to check
2514 Expression* exception = ParseExpression(true, CHECK_OK); local
    [all...]
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /external/emma/lib/
emma.jar 
  /external/v8/test/cctest/
test-api.cc 7075 v8::Handle<Value> exception; local
    [all...]
  /dalvik/libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /prebuilt/common/osgi/
osgi.jar 
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 

Completed in 784 milliseconds

1 2 3 4 5 6 7 8 91011