HomeSort by relevance Sort by last modified time
    Searched full:succeed (Results 1 - 25 of 605) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
AbstractQueueTest.java 22 static class Succeed extends AbstractQueue<Integer> {
48 Succeed q = new Succeed();
67 Succeed q = new Succeed();
78 Succeed q = new Succeed();
98 Succeed q = new Succeed();
118 Succeed q = new Succeed()
    [all...]
AtomicMarkableReferenceTest.java 92 * to succeed
112 * to succeed
AtomicStampedReferenceTest.java 92 * to succeed
112 * to succeed
  /external/webkit/WebCore/manual-tests/resources/
will-go-back.html 9 If you can go back using the history : test has succeed.
before-go-back.html 8 Just click on the link : if the webkit doesn't crash, the test has succeed.
  /external/gtest/test/
gtest_sole_header_test.cc 45 EXPECT_NO_FATAL_FAILURE(SUCCEED());
47 EXPECT_NO_FATAL_FAILURE({ SUCCEED(); });
52 ASSERT_NO_FATAL_FAILURE(SUCCEED());
54 ASSERT_NO_FATAL_FAILURE({ SUCCEED(); });
  /external/protobuf/gtest/test/
gtest_sole_header_test.cc 45 EXPECT_NO_FATAL_FAILURE(SUCCEED());
47 EXPECT_NO_FATAL_FAILURE({ SUCCEED(); });
52 ASSERT_NO_FATAL_FAILURE(SUCCEED());
54 ASSERT_NO_FATAL_FAILURE({ SUCCEED(); });
  /dalvik/tests/024-illegal-access/src/
Main.java 21 System.err.println("ERROR: call 1 not expected to succeed");
32 System.err.println("ERROR: call 2 not expected to succeed");
  /external/bluetooth/glib/tests/
run-bookmark-test.sh 30 echo_v "Parsing $I, should succeed"
run-markup-tests.sh 33 echo_v "Parsing $F, should succeed"
  /external/webkit/LayoutTests/storage/
quota-tracking-expected.txt 3 The test clears all databases, sets the quota for the origin to 32k, then tries to insert 17k of data into two databases. If things go as planned, the UI Delegate will be informed of the exceeded quota and should increase the quota for this origin. Inserting 17k of data the third time should succeed again.
  /external/webkit/WebCore/manual-tests/
goBack-blank-tab-page.html 9 You need to open the above link in a new tab. In the opened page, just click on the link : if the webkit doesn't crash, the test has succeed.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/groovytests/
TestGroovy.java 97 fail("loadScript should not succeed, FileNotFoundException expected.");
100 return; // succeed
114 fail("loadScript should not succeed, ClassCastException expected.");
119 return; // succeed
133 fail("loadScript should not succeed, CompilationFailedException expected.");
138 return; // succeed
  /frameworks/base/media/java/android/drm/mobile1/
DrmRights.java 109 * @return #JNI_DRM_SUCCESS if succeed.
119 * @return #JNI_DRM_SUCCESS if succeed.
DrmRightsManager.java 198 * @return #JNI_DRM_SUCCESS if succeed.
209 * @return #JNI_DRM_SUCCESS if succeed.
238 * @return #JNI_DRM_SUCCESS if succeed.
  /dalvik/dx/src/com/android/dx/util/
IntIterator.java 27 * @return true if next() will succeed
  /libcore/luni/src/main/java/javax/security/auth/
Destroyable.java 29 * not succeed a DestroyFailedException is thrown.
  /dalvik/tests/042-new-instance/src/
Main.java 34 // should succeed
84 // should succeed
  /external/kernel-headers/original/asm-generic/bitops/
non-atomic.h 57 * If two examples of this operation race, one can appear to succeed
76 * If two examples of this operation race, one can appear to succeed
  /cts/tools/host/src/com/android/cts/
HostLock.java 36 * @return If succeed in locking the host, return true; else , return false.
  /dalvik/dx/src/com/android/dx/rop/code/
CstInsn.java 68 * The cast (CstInsn)b below should always succeed since
  /external/chromium/base/
thread_collision_warner.cc 29 // if two or more threads arrive here only one will succeed to
  /external/chromium/third_party/icu/source/i18n/
nfrlist.h 30 // unsafe class for internal use only. assume memory allocations succeed, indexes are valid.
  /external/dbus/dbus/
dbus-threads.h 90 * Has no error conditions. Must succeed if it returns.
99 * Has no error conditions. Must succeed if it returns.
106 * Has no error conditions. Must succeed if it returns.
112 * Has no error conditions. Must succeed if it returns.
  /external/icu4c/i18n/
nfrlist.h 30 // unsafe class for internal use only. assume memory allocations succeed, indexes are valid.

Completed in 315 milliseconds

1 2 3 4 5 6 7 8 91011>>