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

  /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/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.h 38 Started,
  /external/llvm/include/llvm/CodeGen/
Passes.h 61 bool Started;
103 /// otherwise, clear the Started flag to indicate that passes should not be
109 Started = (StartAfter == 0);
  /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.
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
MtpDeviceIndex.java 93 Uninitialized, Initialized, Pending, Started, Sorting, Finished
482 mProgress = Progress.Started;
  /external/chromium/net/ocsp/
nss_ocsp.cc 185 bool Started() const {
712 if (req->Started() || req->Finished()) {

Completed in 103 milliseconds