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

1 2 3 4

  /libcore/luni/src/test/java/tests/api/java/io/
FilterWriterTest.java 36 private boolean called; field in class:FilterWriterTest
50 called = true;
54 called = true;
58 called = true;
62 called = true;
66 called = true;
70 called = true;
88 called = true;
109 assertTrue("close() has not been called.", called);
    [all...]
FilterReaderTest.java 32 private boolean called; field in class:FilterReaderTest
46 called = true;
50 called = true;
54 called = true;
59 called = true;
64 called = true;
69 called = true;
74 called = true;
78 called = true;
96 called = true
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
PrivilegedActionTest.java 21 private boolean called=false; field in class:PrivilegedActionTest.MyPrivilegedAction
23 called = true;
30 private boolean called=false; field in class:PrivilegedActionTest.MyPrivilegedAction2
32 called = true;
46 assertTrue("run method was not called", action.called);
PrivilegedExceptionActionTest.java 23 private boolean called = false; field in class:PrivilegedExceptionActionTest.MyPrivilegedExceptionAction
26 called = true;
34 private boolean called = false; field in class:PrivilegedExceptionActionTest.MyPrivilegedExceptionAction2
42 called = true;
60 assertTrue("method not called", action1.called);
71 assertTrue("method not called", action1.called);
80 assertTrue("method not called", action2.called);
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
ErrorManager.java 65 * An indicator for determining if the error manager has been called at
68 private boolean called; field in class:ErrorManager
94 if (called) {
97 called = true;
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
CallbackHandlerTest.java 48 assertFalse(ch.called);
50 assertTrue(ch.called);
54 boolean called = false; field in class:CallbackHandlerTest.CallbackHandlerImpl
56 called = true;
  /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++;
  /external/libffi/src/cris/
sysv.S 35 ;; OK, when we get called we should have this (according to
  /external/qemu/
Android.mk 1 # the following test is made to detect that we were called
  /external/chromium/net/disk_cache/
disk_cache_test_util.cc 40 static bool called = false; local
41 if (!called) {
42 called = true;
146 // Quits the message loop when all callbacks are called or we've been waiting
  /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.
  /bionic/libc/arch-x86/bionic/
crtbegin_so.S 1 # This function is to be called when the shared library
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
timeout-zero.js 1 description("Tests that when timeout is zero (and maximumAge is too), the error callback is called immediately with code TIMEOUT.");
timeout.js 1 description("Tests that when timeout is non-zero, the success callback is called as expected.");
  /external/v8/test/mjsunit/
function-caller.js 37 // Check called from function.
43 // Check called from top-level.
46 // Check called from eval.
debug-evaluate-arguments.js 57 // Frame 0 - called with less parameters than arguments.
60 // Frame 1 - called with more parameters than arguments.
63 // Frame 2 - called with same number of parameters than arguments.
  /external/v8/test/mjsunit/regress/
regress-186.js 28 // Make sure that eval can introduce a local variable called __proto__.
42 // Add property called __proto__ to the extension object.
51 // Add const property called __proto__ to the extension object.
  /external/yaffs2/yaffs2/
Kconfig 16 the module will be called yaffs2.
  /bionic/libc/arch-sh/bionic/
crtbegin_dynamic.S 72 # functions that need to be called in order during C library initialization,
  /bionic/libdl/arch-sh/
sobegin.S 61 # functions that need to be called in order during C library initialization,
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 274 * matches a callback if calling that callback causes c to be called.
286 private boolean called = false; field in class:ServiceTest.MockCallback
288 public boolean isCalled() { return called; }
290 public void reset() { called = false; }
291 public void run(Type message) { called = true; }
  /external/strace/
strace.spec 14 The strace program intercepts and records the system calls called and
29 The strace program intercepts and records the system calls called and

Completed in 6330 milliseconds

1 2 3 4