/libcore/luni/src/test/java/libcore/java/io/ |
OldFilterReaderTest.java | 27 private boolean called; field in class:OldFilterReaderTest 41 called = true; 45 called = true; 49 called = true; 54 called = true; 59 called = true; 64 called = true; 69 called = true; 73 called = true; 82 called = true [all...] |
OldFilterWriterTest.java | 27 private boolean called; field in class:OldFilterWriterTest 41 called = true; 45 called = true; 49 called = true; 53 called = true; 57 called = true; 61 called = true; 70 called = true; 82 assertTrue("close() has not been called.", called); [all...] |
/libcore/luni/src/test/java/tests/api/javax/security/auth/ |
CallbackHandlerTest.java | 36 assertFalse(ch.called); 38 assertTrue(ch.called); 42 boolean called = false; field in class:CallbackHandlerTest.CallbackHandlerImpl 44 called = true;
|
/external/valgrind/main/drd/tests/ |
pth_cleanup_handler.stderr.exp | 2 Cleanup handler has been called. 3 Cleanup handler has been called.
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
PrivilegedActionTest.java | 16 private boolean called=false; field in class:PrivilegedActionTest.MyPrivilegedAction 18 called = true; 25 private boolean called=false; field in class:PrivilegedActionTest.MyPrivilegedAction2 27 called = true; 37 assertTrue("run method was not called", action.called);
|
/libcore/luni/src/main/java/java/util/logging/ |
ErrorManager.java | 64 * An indicator for determining if the error manager has been called at 67 private boolean called; field in class:ErrorManager 92 if (called) { 95 called = true;
|
/frameworks/base/core/java/android/webkit/ |
SearchBox.java | 45 * called to ensure that the search page processes the query. 73 * indicating if the javascript function existed and could be called or not. 74 * It will be called on the UI thread. 95 * Listeners (if any) will be called on the thread that created the 100 public void onChangeComplete(boolean called) {} 101 public void onSubmitComplete(boolean called) {} 102 public void onResizeComplete(boolean called) {} 103 public void onCancelComplete(boolean called) {}
|
/external/webkit/LayoutTests/storage/indexeddb/resources/ |
shared.js | 10 testFailed("Success function called unexpectedly."); 15 testFailed("Error function called unexpectedly: (" + event.target.errorCode + ") " + event.target.webkitErrorMessage); 20 testFailed("Abort function called unexpectedly!"); 25 testFailed("oncomplete function called unexpectedly!"); 30 testFailed("onblocked called unexpectedly");
|
/external/chromium/third_party/libevent/sample/ |
signal-test.c | 30 int called = 0; variable 39 if (called >= 2) 42 called++;
|
/external/chromium/third_party/libevent/test/ |
test-eof.c | 34 int called = 0; variable 48 if (!called) 50 } else if (called == 1) 53 called++;
|
test-time.c | 29 int called = 0; variable 51 called++; 53 if (called < 10*NEVENT) { 87 return (called < NEVENT);
|
test-weof.c | 36 int called = 0; variable 50 if (!called) 53 } else if (called == 1) 56 called++;
|
/sdk/monkeyrunner/test/com/android/monkeyrunner/ |
JythonUtilsTest.java | 44 private static boolean called = false; field in class:JythonUtilsTest 53 called = true; 62 called = true; 71 called = true; 87 called = false; 113 assertTrue(called); 136 assertTrue(called); 142 assertTrue(called); 148 assertTrue(called); 157 assertTrue(called); [all...] |
/packages/apps/Browser/src/com/android/browser/ |
PreloadedTabControl.java | 50 public void onChangeComplete(boolean called) { 52 if (LOGD_ENABLED) Log.d(LOGTAG, "Changed searchbox query: " + called); 53 if (called) { 81 public void onSubmitComplete(boolean called) { 83 if (LOGD_ENABLED) Log.d(LOGTAG, "Query submitted: " + called); 84 if (!called) { 114 public void onCancelComplete(boolean called) { 115 if (LOGD_ENABLED) Log.d(LOGTAG, "Query cancelled: " + called);
|
/external/libffi/src/cris/ |
sysv.S | 35 ;; OK, when we get called we should have this (according to
|
/external/chromium/base/win/ |
wrapped_window_proc_unittest.cc | 36 bool called() { function in class:__anon2350::TestWrappedExceptionFiter 76 EXPECT_TRUE(wrapper.called());
|
/external/qemu/ |
Android.mk | 1 # the following test is made to detect that we were called
|
/external/v8/test/mjsunit/bugs/ |
bug-1344252.js | 28 // Test that setter accessors added to the prototype chain are called 31 // Test that accessors added to the prototype chain are called 43 // called. 51 // that gets called too. 64 // accessors added to the prototype chain are called instead of 75 // The accessor should be called for o2.
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
notimer-after-unload.js | 15 alert("unload-called");
|
timeout.js | 1 description("Tests that when timeout is non-zero, the success callback is called as expected.");
|
/ndk/tests/device/whole-static-libs/jni/ |
Android.mk | 10 # create an intermediate one, called 'bar' that includes 'foo' as a whole
|
/external/v8/test/mjsunit/ |
function-caller.js | 37 // Check called from function. 43 // Check called from top-level. 46 // Check called from eval.
|
/external/v8/test/mjsunit/regress/ |
regress-3199913.js | 32 'a' : function (x, y) { return 'called a(' + x + ', ' + y + ')' }, 33 'b' : function (x, y) { return 'called b(' + x + ', ' + y + ')' } 44 assertEquals('called b(0, 1)', obj.f())
|
/external/chromium/net/disk_cache/ |
disk_cache_test_util.cc | 42 static bool called = false; local 43 if (!called) { 44 called = true; 170 // Quits the message loop when all callbacks are called or we've been waiting
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
logtesting.py | 104 This method should never be called directly. Instances should 134 This method should normally be called in the setUp() method 168 This method should normally be called in the tearDown() method of a
|