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

  /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 };
  /external/chromium_org/net/test/embedded_test_server/
embedded_test_server.h 112 // Checks if the server is started.
113 bool Started() const {
  /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/third_party/webrtc/video_engine/
vie_capturer.cc 174 if (Started() && !CaptureCapabilityFixed()) {
237 bool ViECapturer::Started() {
  /external/chromium_org/ui/compositor/
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.
  /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/chromium_org/net/ocsp/
nss_ocsp.cc 219 bool Started() const {
749 if (req->Started() || req->Finished()) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]

Completed in 282 milliseconds