HomeSort by relevance Sort by last modified time
    Searched refs:Started (Results 1 - 20 of 20) 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/LayoutTests/storage/
multiple-transactions.js 14 log("Transaction 1 Started");
24 log("Transaction 2 Started");
  /external/llvm/lib/Support/
Timer.cpp 106 Started = false;
114 Started = false;
150 Started = true;
282 // If the timer was started, move its data to TimersToPrint.
283 if (T.Started)
294 // them were started.
363 /// print - Print any started timers in this group and zero them.
367 // See if any of our timers were started, if so add them to TimersToPrint and
370 if (!T->Started) continue;
374 T->Started = 0
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.cpp 239 m_loadState = Started;
261 ASSERT(m_loadState >= Started, "Cancel called on a not started WebRequest: (%s)", m_url.c_str());
410 ASSERT(m_loadState == Started, "OnAuthRequired called on a WebRequest not in STARTED state (state=%d)", m_loadState);
447 ASSERT(m_loadState == Started, "Got response after receiving response");
464 ASSERT(m_loadState == Started, "setAuth called on a WebRequest not in STARTED state (state=%d)", m_loadState);
471 ASSERT(m_loadState == Started, "cancelAuth called on a WebRequest not in STARTED state (state=%d)", m_loadState)
    [all...]
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/lib/CodeGen/
Passes.cpp 226 Started(true), Stopped(false), TM(tm), Impl(0), Initialized(false),
287 /// Started/Stopped flags indicate either that the compilation should start at
290 /// and StopAfter options and change the Started/Stopped flags accordingly.
300 if (Started && !Stopped)
305 Started = true;
306 if (Stopped && !Started)
  /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/chrome/browser/resources/net_internals/
testview.js 41 addTextNode(p, 'Started connection test suite suite on ' +
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
MtpDeviceIndex.java 93 Uninitialized, Initialized, Pending, Started, Sorting, Finished
482 mProgress = Progress.Started;
  /frameworks/base/docs/html/design/
design_toc.cs 4 <div class="nav-section-header"><a href="<?cs var:toroot ?>design/index.html">Get Started</a></div>
6 <li><a href="<?cs var:toroot ?>design/get-started/creative-vision.html">Creative Vision</a></li>
7 <li><a href="<?cs var:toroot ?>design/get-started/principles.html">Design Principles</a></li>
8 <li><a href="<?cs var:toroot ?>design/get-started/ui-overview.html">UI Overview</a></li>
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 204 get started.</b></p>
221 href="<?cs var:toroot ?>sdk/preview/start.html">Getting Started</a> document for more information
222 about how to set up the preview SDK and get started.</p>
  /external/chromium/net/ocsp/
nss_ocsp.cc 185 bool Started() const {
712 if (req->Started() || req->Finished()) {
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 452 href="<?cs var:toroot ?>sdk/preview/start.html">Getting Started</a> document for more information
453 about how to set up the preview SDK and get started.</p>
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 451 href="<?cs var:toroot ?>sdk/preview/start.html">Getting Started</a> document for more information
452 about how to set up the preview SDK and get started.</p>
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 478 href="<?cs var:toroot ?>sdk/preview/start.html">Getting Started</a> document for more information
479 about how to set up the preview SDK and get started.</p>
  /frameworks/base/docs/html/training/
training_toc.cs 7 Getting Started
195 </li><!-- end getting started -->
    [all...]
  /external/blktrace/btt/doc/
btt.tex 66 \newpage\section{\label{sec:getting-started}Getting Started}
    [all...]
  /external/dropbear/libtommath/
bn.tex 294 \chapter{Getting Started with LibTomMath}
    [all...]
  /external/chromium-trace/
script.js     [all...]

Completed in 481 milliseconds