HomeSort by relevance Sort by last modified time
    Searched defs:isReset (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/icu/icu4c/source/common/
umutex.h 225 UBool isReset() {return umtx_loadAcquire(fState) == 0;};
226 // Note: isReset() is used by service registration code.
  /packages/apps/DeskClock/src/com/android/deskclock/data/
Stopwatch.java 59 public boolean isReset() { return mState == RESET; }
Timer.java 127 public boolean isReset() { return mState == RESET; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
VariadicMacroSupport.h 142 assert(!isReset() &&
147 bool isReset() const {
181 assert(!isReset() &&
190 assert(!isReset() &&
204 assert(isReset() && "Must only be called if the state has been reset");
213 assert(!isReset() &&
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
VariadicMacroSupport.h 142 assert(!isReset() &&
147 bool isReset() const {
181 assert(!isReset() &&
190 assert(!isReset() &&
204 assert(isReset() && "Must only be called if the state has been reset");
213 assert(!isReset() &&
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
VariadicMacroSupport.h 142 assert(!isReset() &&
147 bool isReset() const {
181 assert(!isReset() &&
190 assert(!isReset() &&
204 assert(isReset() && "Must only be called if the state has been reset");
213 assert(!isReset() &&
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
VariadicMacroSupport.h 142 assert(!isReset() &&
147 bool isReset() const {
181 assert(!isReset() &&
190 assert(!isReset() &&
204 assert(isReset() && "Must only be called if the state has been reset");
213 assert(!isReset() &&
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
VariadicMacroSupport.h 142 assert(!isReset() &&
147 bool isReset() const {
181 assert(!isReset() &&
190 assert(!isReset() &&
204 assert(isReset() && "Must only be called if the state has been reset");
213 assert(!isReset() &&
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
VariadicMacroSupport.h 142 assert(!isReset() &&
147 bool isReset() const {
181 assert(!isReset() &&
190 assert(!isReset() &&
204 assert(isReset() && "Must only be called if the state has been reset");
213 assert(!isReset() &&
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
VariadicMacroSupport.h 142 assert(!isReset() &&
147 bool isReset() const {
181 assert(!isReset() &&
190 assert(!isReset() &&
204 assert(isReset() && "Must only be called if the state has been reset");
213 assert(!isReset() &&
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
VariadicMacroSupport.h 142 assert(!isReset() &&
147 bool isReset() const {
181 assert(!isReset() &&
190 assert(!isReset() &&
204 assert(isReset() && "Must only be called if the state has been reset");
213 assert(!isReset() &&
  /frameworks/base/core/java/android/content/
Loader.java 274 public boolean isReset() {
294 * {@link #isStarted()} and {@link #isReset()} will return the correct
445 * {@link #isStarted()} and {@link #isReset()} will return the correct
  /frameworks/support/loader/src/main/java/androidx/loader/content/
Loader.java 255 public boolean isReset() {
275 * {@link #isStarted()} and {@link #isReset()} will return the correct
440 * {@link #isStarted()} and {@link #isReset()} will return the correct
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 502 if (!stopwatch.isReset() && currentLapIsVisible) {
521 if (!stopwatch.isReset()) {
526 showOrHideLaps(stopwatch.isReset());
558 if (!stopwatch.isReset()) {
585 if (after.isReset()) {
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
jsse.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
jsse.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/javaProjectTest/lib1/libs/
android-support-v4.jar 

Completed in 702 milliseconds

1 2 3 4