HomeSort by relevance Sort by last modified time
    Searched refs:Started (Results 1 - 25 of 34) sorted by null

1 2

  /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/cc/animation/
animation_events.h 18 enum Type { Started, Finished, Aborted, PropertyUpdate };
layer_animation_controller_unittest.cc 57 // If an animation is started on the impl thread before it is ticked on the main
255 // Notify main thread controller that the animation has started.
256 AnimationEvent animation_started_event(AnimationEvent::Started,
297 // There should be a Started event for the animation.
299 EXPECT_EQ(AnimationEvent::Started, (*events)[0].type);
783 bool started() { return started_; } function in class:cc::__anon6518::FakeAnimationDelegate
    [all...]
  /external/chromium_org/ui/compositor/test/
layer_animator_test_controller.cc 48 if (!element->Started() ||
53 cc::AnimationEvent::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/chromium_org/net/test/embedded_test_server/
embedded_test_server.cc 116 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.";
embedded_test_server.h 112 // Checks if the server is started.
113 bool Started() const {
  /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_org/ui/compositor/
layer_animation_sequence_unittest.cc 95 cc::AnimationEvent::Started,
155 cc::AnimationEvent::Started,
186 cc::AnimationEvent::Started,
layer_animation_element.h 157 // Returns true if the animation has started but hasn't finished.
158 bool Started() { return !first_frame_; }
225 // When the animation actually started, taking into account queueing delays.
layer_animation_element.cc 396 if (Started()) {
405 if (delegate && Started()) {
448 if (delegate && Started()) {
514 if (delegate && Started()) {
613 if (delegate && Started()) {
756 // This hasn't actually started yet.
layer_animator_unittest.cc 180 // are not started.
254 // trivial case and should result in the animation being started immediately.
319 cc::AnimationEvent::Started,
435 cc::AnimationEvent::Started,
713 cc::AnimationEvent::Started,
846 cc::AnimationEvent::Started,
    [all...]
layer_animation_sequence.cc 82 if (!elements_[current_index]->Started()) {
  /external/llvm/lib/CodeGen/
Passes.cpp 223 Started(true), Stopped(false), TM(tm), Impl(0), Initialized(false),
288 /// Started/Stopped flags indicate either that the compilation should start at
291 /// and StopAfter options and change the Started/Stopped flags accordingly.
301 if (Started && !Stopped)
308 Started = true;
309 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 116 Uninitialized, Initialized, Pending, Started, Sorting, Finished
511 mProgress = Progress.Started;
  /external/chromium_org/tools/
nocompile_driver.py 71 LOG(INFO) << "Took %f secs. Started at %f, ended at %f";
199 A dictionary containing all the information about the started test. The
211 was started.
247 """Logs the result of a test started by StartTest(), or a disabled test
255 # The 'started_at' key is only added if a test has been started.
267 """Logs the result of a test started by StartTest()
298 stats_template = ("Started %f, Ended %f, Total %fs, Extract %fs, "
300 total_secs = timings['results_processed'] - timings['started']
301 extract_secs = timings['extract_done'] - timings['started']
306 timings['started'], timings['results_processed'], total_secs
    [all...]
  /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>
  /external/chromium_org/chrome/browser/password_manager/
password_manager_browsertest.cc 139 if (!embedded_test_server()->Started())
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 761 logger.info('Started at: %s\n', t0)
  /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()) {
  /external/chromium_org/net/ocsp/
nss_ocsp.cc 219 bool Started() const {
749 if (req->Started() || req->Finished()) {
    [all...]
  /external/chromium_org/chrome/browser/geolocation/
geolocation_browsertest.cc 338 if (!embedded_test_server()->Started() &&

Completed in 2388 milliseconds

1 2