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

1 2

  /external/valgrind/main/drd/tests/
std_atomic.stderr.exp 2 Started.
  /external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp 58 bool Started = false;
79 Started = true;
84 OS << (Started ? "," : " [")
89 Started = true;
98 OS << (Started ? "," : " [");
99 Started = true;
108 if (Started)
  /external/chromium_org/cc/animation/
animation_events.h 18 enum Type { Started, Finished, Aborted, PropertyUpdate };
layer_animation_controller_unittest.cc 71 // If an animation is started on the impl thread before it is ticked on the main
330 // Notify main thread controller that the animation has started.
331 AnimationEvent animation_started_event(AnimationEvent::Started,
374 // There should be a Started event for the animation.
376 EXPECT_EQ(AnimationEvent::Started, (*events)[0].type);
880 bool started() { return started_; } function in class:cc::__anon7253::FakeAnimationDelegate
    [all...]
  /external/chromium_org/ui/compositor/test/
layer_animator_test_controller.cc 47 if (!element->Started() ||
52 cc::AnimationEvent(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 127 if (Started() && !ShutdownAndWaitUntilComplete()) {
139 return Started() && base_url_.is_valid();
191 DCHECK(!Started());
212 DCHECK(Started());
257 DCHECK(Started()) << "You must start the server first.";
embedded_test_server.h 117 // Checks if the server is started.
118 bool Started() const {
  /external/chromium_org/ui/compositor/
layer_animation_sequence_unittest.cc 96 cc::AnimationEvent(cc::AnimationEvent::Started,
153 cc::AnimationEvent(cc::AnimationEvent::Started,
184 cc::AnimationEvent(cc::AnimationEvent::Started,
layer_animation_element.h 162 // Returns true if the animation has started but hasn't finished.
163 bool Started() { return !first_frame_; }
230 // When the animation actually started, taking into account queueing delays.
layer_animation_element.cc 348 if (Started()) {
357 if (delegate && Started()) {
400 if (delegate && Started()) {
455 if (delegate && Started()) {
537 if (delegate && Started()) {
673 // This hasn't actually started yet.
layer_animator_unittest.cc 211 // are not started.
285 // trivial case and should result in the animation being started immediately.
349 cc::AnimationEvent::Started,
464 cc::AnimationEvent::Started,
738 cc::AnimationEvent::Started,
870 cc::AnimationEvent::Started,
    [all...]
layer_animation_sequence.cc 84 if (!elements_[current_index]->Started()) {
  /external/chromium_org/third_party/webrtc/video_engine/
vie_capturer.h 87 bool Started();
vie_capture_impl.cc 224 if (vie_capture->Started()) {
244 if (!vie_capture->Started()) {
vie_capturer.cc 173 if (Started() && !CaptureCapabilityFixed()) {
236 bool ViECapturer::Started() {
  /external/llvm/lib/CodeGen/
Passes.cpp 231 Started(true), Stopped(false), TM(tm), Impl(nullptr), Initialized(false),
296 /// Started/Stopped flags indicate either that the compilation should start at
299 /// and StopAfter options and change the Started/Stopped flags accordingly.
309 if (Started && !Stopped)
316 Started = true;
317 if (Stopped && !Started)
  /external/llvm/include/llvm/CodeGen/
Passes.h 106 bool Started;
144 /// otherwise, clear the Started flag to indicate that passes should not be
150 Started = (StartAfter == nullptr);
  /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/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...]
  /external/valgrind/main/auxprogs/
nightly-build-summary 133 if ($line =~ /^Started at[ ]+([^ ]+)/) {
  /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_org/net/ocsp/
nss_ocsp.cc 220 bool Started() const {
747 if (req->Started() || req->Finished()) {
    [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>

Completed in 1237 milliseconds

1 2