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

1 2

  /external/mockito/src/test/java/org/mockitousage/stubbing/
StubbingWithCustomAnswerTest.java 44 assertTrue(recordCall.isCalled());
75 assertTrue(recordCall.isCalled());
89 assertTrue(call1.isCalled());
90 assertFalse(call2.isCalled());
99 assertTrue(call2.isCalled());
119 public boolean isCalled() {
  /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;
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerLauncherCallbackTest.java 110 public synchronized boolean isCalled() {
170 retryUntil(() -> c.isCalled(), "callback not called.");
183 retryUntil(() -> c.isCalled(), "callback not called.");
196 retryUntil(() -> c.isCalled(), "callback not called.");
209 retryUntil(() -> c.isCalled(), "callback not called.");
222 retryUntil(() -> c.isCalled(), "callback not called.");
235 retryUntil(() -> c.isCalled(), "callback not called.");
263 retryUntil(() -> c.isCalled(), "callback not called.");
279 retryUntil(() -> c.isCalled(), "callback not called.");
296 retryUntil(() -> (c.isCalled() && c.isShortcutById("s1", si -> !si.isEnabled()))
    [all...]
  /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/clang/lib/StaticAnalyzer/Checkers/
SimpleStreamChecker.cpp 123 if (!Call.isCalled(OpenFn))
142 if (!Call.isCalled(CloseFn))
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
ServiceTest.java 292 public boolean isCalled() { return called; }
318 return callback.isCalled();
  /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...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 260 bool isCalled(const CallDescription &CD) const;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 213 bool CallEvent::isCalled(const CallDescription &CD) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 262 bool isCalled(const CallDescription &CD) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 262 bool isCalled(const CallDescription &CD) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 262 bool isCalled(const CallDescription &CD) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 262 bool isCalled(const CallDescription &CD) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 262 bool isCalled(const CallDescription &CD) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 262 bool isCalled(const CallDescription &CD) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 262 bool isCalled(const CallDescription &CD) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 262 bool isCalled(const CallDescription &CD) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 262 bool isCalled(const CallDescription &CD) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 262 bool isCalled(const CallDescription &CD) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 262 bool isCalled(const CallDescription &CD) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 262 bool isCalled(const CallDescription &CD) const;
    [all...]

Completed in 1123 milliseconds

1 2