Searched refs:Started (Results 1 - 25 of 155) sorted by relevance

1234567

/external/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp58 bool Started = false; local
79 Started = true;
84 OS << (Started ? "," : " [") << "-W" << Opt;
85 Started = true;
94 OS << (Started ? "," : " [");
95 Started = true;
104 if (Started)
/external/chromium_org/cc/animation/
H A Danimation_events.h18 enum Type { Started, Finished, Aborted, PropertyUpdate }; enumerator in enum:cc::AnimationEvent::Type
/external/chromium_org/ui/compositor/test/
H A Dlayer_animator_test_controller.cc48 if (!element->Started() ||
53 cc::AnimationEvent::Started,
/external/llvm/lib/Support/
H A DTimer.cpp106 Started = false;
114 Started = false;
150 Started = true;
283 if (T.Started)
370 if (!T->Started) continue;
374 T->Started = 0;
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dvim.php9 * Date Started: 2008/10/19
20 * - Started.
H A Dactionscript.php8 * Date Started: 2004/06/20
H A Dada.php8 * Date Started: 2004/07/29
H A Dapplescript.php8 * Date Started: 2005/07/20
H A Dapt_sources.php8 * Date Started: 2008/06/17
H A Dbf.php8 * Date Started: 2009/10/31
H A Dcaddcl.php8 * Date Started: 2004/08/30
H A Dcadlisp.php8 * Date Started: 2004/08/30
H A Dcfdg.php8 * Date Started: 2006/03/11
H A Dcil.php8 * Date Started: 2007/10/24
H A Dcobol.php8 * Date Started: 2007/07/02
H A Ddiv.php8 * Date Started: 2005/06/19
H A Ddot.php8 * Date Started: 2007/05/30
H A Deiffel.php8 * Date Started: 2005/06/30
H A Dfreebasic.php8 * Date Started: 2005/08/19
H A Dgenero.php8 * Date Started: 2007/07/01
H A Dgettext.php8 * Date Started: 2008/05/25
H A Dglsl.php8 * Date Started: 2008/03/20
/external/chromium_org/net/test/embedded_test_server/
H A Dembedded_test_server.cc116 if (Started() && !ShutdownAndWaitUntilComplete()) {
128 return Started() && base_url_.is_valid();
180 DCHECK(!Started());
201 DCHECK(Started());
246 DCHECK(Started()) << "You must start the server first.";
H A Dembedded_test_server.h113 bool Started() const { function in class:net::test_server::EmbeddedTestServer
/external/llvm/include/llvm/CodeGen/
H A DPasses.h103 bool Started; member in class:llvm::TargetPassConfig
145 /// otherwise, clear the Started flag to indicate that passes should not be
151 Started = (StartAfter == 0);

Completed in 408 milliseconds

1234567