HomeSort by relevance Sort by last modified time
    Searched defs:TestFailed (Results 1 - 8 of 8) sorted by null

  /dalvik/tests/086-null-super/src/
Main.java 28 static class TestFailed extends Exception {
29 public TestFailed(Throwable cause) {
70 throws TestFailed, InvocationTargetException
93 throw new TestFailed(nsme);
95 throw new TestFailed(ie);
97 throw new TestFailed(iae);
99 throw new TestFailed(cnfe);
128 throws TestFailed, InvocationTargetException
138 throws TestFailed, ClassNotFoundException {
148 static void testFailLoadAndGc() throws TestFailed {
    [all...]
  /dalvik/tests/087-gc-after-link/src/
Main.java 28 static class TestFailed extends Exception {
29 public TestFailed(Throwable cause) {
70 throws TestFailed, InvocationTargetException
102 throw new TestFailed(nsme);
104 throw new TestFailed(ie);
106 throw new TestFailed(iae);
108 throw new TestFailed(cnfe);
137 throws TestFailed, InvocationTargetException
147 throws TestFailed, ClassNotFoundException {
157 static void testFailLoadAndGc() throws TestFailed {
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 696 static bool TestFailed(const TestInfo * test_info) {
    [all...]
  /external/chromium/testing/gtest/include/gtest/
gtest.h 851 static bool TestFailed(const TestInfo* test_info) {
    [all...]
  /external/gtest/include/gtest/
gtest.h 851 static bool TestFailed(const TestInfo* test_info) {
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 851 static bool TestFailed(const TestInfo* test_info) {
    [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 70 milliseconds