HomeSort by relevance Sort by last modified time
    Searched refs:raised (Results 1 - 25 of 2638) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/tests/
fenv_test.cpp 69 int raised = fetestexcept(FE_DIVBYZERO | FE_OVERFLOW); local
70 ASSERT_TRUE((raised & FE_OVERFLOW) == 0);
71 ASSERT_TRUE((raised & FE_DIVBYZERO) != 0);
75 ASSERT_TRUE((raised & FE_OVERFLOW) == 0);
76 ASSERT_TRUE((raised & FE_DIVBYZERO) != 0);
  /ndk/tests/device/fenv/jni/
test_fenv.c 114 int raised = fetestexcept(FE_DIVBYZERO | FE_OVERFLOW); local
115 ASSERT_TRUE((raised & FE_OVERFLOW) == 0);
116 ASSERT_TRUE((raised & FE_DIVBYZERO) != 0);
120 ASSERT_TRUE((raised & FE_OVERFLOW) == 0);
121 ASSERT_TRUE((raised & FE_DIVBYZERO) != 0);
  /external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js 11 'We also verify that the the string is stil functional after the out of memory exception is raised. In <a href="rdar://problem/5352887">rdar://problem/5352887</a>, accessing the string after the exception would crash.'
19 debug('PASS: String ' + stringName + ' was functional after ' + testName + ' raised out of memory exception.');
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeinsertbefore14.js 33 // raised when entering the body of the test.
81 A NO_MODIFICATION_ALLOWED_ERR is raised if the node is read-only.
84 this DocumentType node and verfiy if a NO_MODIFICATION_ALLOWED_ERR is raised.
elementsetidattribute05.js 33 // raised when entering the body of the test.
79 NOT_FOUND_ERR is raised.
elementsetidattribute06.js 33 // raised when entering the body of the test.
79 Verify that NOT_FOUND_ERR is raised.
elementsetidattributens06.js 33 // raised when entering the body of the test.
79 NOT_FOUND_ERR is raised.
elementsetidattributens07.js 33 // raised when entering the body of the test.
79 NOT_FOUND_ERR is raised.
elementsetidattributens08.js 33 // raised when entering the body of the test.
79 NOT_FOUND_ERR is raised.
nodeinsertbefore03.js 33 // raised when entering the body of the test.
79 this DocumentType node and verify if a HIERARCHY_REQUEST_ERR is raised.
nodeinsertbefore04.js 33 // raised when entering the body of the test.
79 this DocumentType node and verify if a HIERARCHY_REQUEST_ERR is raised.
nodesettextcontent12.js 33 // raised when entering the body of the test.
82 is raised.
nodesettextcontent13.js 33 // raised when entering the body of the test.
82 is raised.
  /external/webkit/LayoutTests/fast/xpath/
xpath-test-pre.js 45 testFailed(expr + ": raised " + ex);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentinvalidcharacterexceptioncreateattribute.js 33 // raised when entering the body of the test.
85 character the desired EXCEPTION should be raised.
hc_documentinvalidcharacterexceptioncreateelement.js 33 // raised when entering the body of the test.
85 character the desired EXCEPTION should be raised.
hc_elementnotfounderr.js 33 // raised when entering the body of the test.
84 intended exception to be raised. This test makes use
hc_namednodemapnotfounderr.js 33 // raised when entering the body of the test.
86 exception should be raised.
hc_nodeappendchildinvalidnodetype.js 33 // raised when entering the body of the test.
86 should be raised.
hc_nodeinsertbeforeinvalidnodetype.js 33 // raised when entering the body of the test.
86 should be raised.
hc_nodereplacechildinvalidnodetype.js 33 // raised when entering the body of the test.
86 type, therefore the desired exception should be raised.
hc_textindexsizeerrnegativeoffset.js 33 // raised when entering the body of the test.
85 The desired exception should be raised since the offset
hc_textindexsizeerroffsetoutofbounds.js 33 // raised when entering the body of the test.
84 The desired exception should be raised since the offset
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentinvalidcharacterexceptioncreateattribute.js 33 // raised when entering the body of the test.
85 character the desired EXCEPTION should be raised.
hc_documentinvalidcharacterexceptioncreateelement.js 33 // raised when entering the body of the test.
85 character the desired EXCEPTION should be raised.

Completed in 223 milliseconds

1 2 3 4 5 6 7 8 91011>>