HomeSort by relevance Sort by last modified time
    Searched refs:isCalled (Results 1 - 12 of 12) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectableChannelTest.java 41 assertTrue(msc.isCalled);
46 private boolean isCalled = false;
76 isCalled = true;
  /libcore/luni/src/test/java/libcore/java/lang/
OldObjectTest.java 23 public boolean isCalled = false;
75 boolean isCalled = false;
79 isCalled = true;
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogManagerTest.java 195 assertFalse(lm.isCalled);
198 assertTrue(lm.isCalled);
224 public boolean isCalled = false;
227 isCalled = true;
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingCollectionTest.java 217 assertFalse("equals() should not be forwarded.", isCalled());
222 assertFalse("hashCode() should not be forwarded.", isCalled());
ForwardingTestCase.java 55 protected boolean isCalled() {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
PhantomReferenceTest.java 30 public boolean isCalled = false;
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 288 public boolean isCalled() { return called; }
311 return callback.isCalled();
  /external/chromium_org/remoting/webapp/unittests/
base_unittest.js 86 var isCalled = false;
90 isCalled = true;
101 ok(!isCalled, 'Promise.sleep() should not be fulfilled prematurely.');
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 391 assertFalse(lm.isCalled);
394 assertTrue(lm.isCalled);
    [all...]
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 533 milliseconds