HomeSort by relevance Sort by last modified time
    Searched defs:kFinished (Results 1 - 3 of 3) sorted by null

  /external/skia/include/android/
SkAnimatedImage.h 75 static constexpr int kFinished = -1;
81 * kFinished.
  /external/skqp/include/android/
SkAnimatedImage.h 62 static constexpr int kFinished = -1;
68 * kFinished.
  /art/libartbase/base/
common_art_test.h 165 kFinished,
171 return stage == kFinished && WIFEXITED(status_code) && WEXITSTATUS(status_code) == 0;

Completed in 194 milliseconds