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

  /external/chromium_org/cc/animation/
animation_events.h 17 enum Type { Started, Finished, PropertyUpdate };
  /external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp 58 bool Started = false;
79 Started = true;
84 OS << (Started ? "," : " [") << "-W" << Opt;
85 Started = true;
94 OS << (Started ? "," : " [");
95 Started = true;
104 if (Started)
  /external/chromium_org/net/test/embedded_test_server/
embedded_test_server.h 96 // Checks if the server is started.
97 bool Started() const {
  /external/llvm/include/llvm/Support/
Timer.h 67 /// print - Print the current timer to standard error, and reset the "Started"
78 /// if they are never started.
83 bool Started; // Has this time variable ever been started?
175 /// print - Print any started timers in this group and zero them.
  /external/chromium_org/ui/compositor/
layer_animation_element.h 142 // Returns true if the animation has started but hasn't finished.
143 bool Started() { return !first_frame_; }
208 // When the animation actually started, taking into account queueing delays.
  /external/llvm/include/llvm/CodeGen/
Passes.h 103 bool Started;
145 /// otherwise, clear the Started flag to indicate that passes should not be
151 Started = (StartAfter == 0);
  /external/chromium/net/ocsp/
nss_ocsp.cc 185 bool Started() const {
712 if (req->Started() || req->Finished()) {
  /external/chromium_org/net/ocsp/
nss_ocsp.cc 215 bool Started() const {
744 if (req->Started() || req->Finished()) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
MtpDeviceIndex.java 116 Uninitialized, Initialized, Pending, Started, Sorting, Finished
511 mProgress = Progress.Started;

Completed in 2366 milliseconds