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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IRuleReturnScope.cs 36 /// Rules can have start/stop info.
41 /// Gets the start element from the input stream
43 object Start
ParserRuleReturnScope.cs 48 * from start and stop using the input stream's toString() method. I
64 public TToken Start
90 object IRuleReturnScope.Start
94 return Start;
IRuleReturnScope`1.cs 36 /// Rules can have start/stop info.
42 /// Gets the start element from the input stream
44 new TLabel Start
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeRuleReturnScope`1.cs 37 * the start property is a tree nodes not Token object
47 public TTree Start
60 object IRuleReturnScope.Start
64 return Start;
  /external/chromium_org/ui/views/
repeat_controller.cc 26 void RepeatController::Start() {
28 timer_.Start(FROM_HERE, TimeDelta::FromMilliseconds(kInitialRepeatDelay),
40 timer_.Start(FROM_HERE, TimeDelta::FromMilliseconds(kRepeatDelay), this,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RuleReturnScope.cs 35 /// Rules can have start/stop info.
40 /// Gets the start element from the input stream
42 TLabel Start {
  /external/chromium_org/chrome/browser/chromeos/login/session/
kiosk_auto_launcher_session_manager_delegate.h 22 virtual void Start() OVERRIDE;
login_oobe_session_manager_delegate.h 22 virtual void Start() OVERRIDE;
stub_login_session_manager_delegate.cc 22 void StubLoginSessionManagerDelegate::Start() {
29 RestoreAfterCrashSessionManagerDelegate::Start();
kiosk_auto_launcher_session_manager_delegate.cc 23 void KioskAutoLauncherSessionManagerDelegate::Start() {
stub_login_session_manager_delegate.h 27 virtual void Start() OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/memory/
low_memory_observer.h 30 void Start();
  /external/chromium_org/chrome/common/
profiling.h 23 // Start profiling.
24 static void Start();
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
sel_ldr_launcher_chrome.cc 11 bool SelLdrLauncherChrome::Start(const char* url) {
sel_ldr_launcher_chrome.h 17 virtual bool Start(const char* url);
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
timeline_recorder.py 7 def Start(self):
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TemplateSyntaxTree.java 19 import com.google.clearsilver.jsilver.syntax.node.Start;
28 private final Start root;
30 TemplateSyntaxTree(Start root) {
34 public Start getRoot() {
  /external/llvm/include/llvm/Support/
SMLoc.h 49 SMLoc Start, End;
52 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) {
53 assert(Start.isValid() == End.isValid() &&
54 "Start and end should either both be valid or both be invalid!");
57 bool isValid() const { return Start.isValid(); }
  /external/chromium_org/chrome/renderer/media/
cast_threads.cc 12 audio_encode_thread_.Start();
13 video_encode_thread_.Start();
  /external/chromium_org/content/renderer/screen_orientation/
screen_orientation_observer.cc 14 void ScreenOrientationObserver::Start(
18 PlatformEventObserver<blink::WebPlatformEventListener>::Start(0);
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
profiling_controller.py 10 def Start(self, profiler_name, base_output_file):
11 self._profiling_controller_backend.Start(
  /external/clang/lib/Analysis/
FormatStringParsing.h 33 const char *Start, const char *&Beg,
38 const char *Start, const char *&Beg, const char *E,
42 FormatSpecifier &CS, const char *Start,
52 const char *Start;
56 : Start(nullptr), Stop(stop) {}
57 SpecifierResult(const char *start,
59 : FS(fs), Start(start), Stop(false) {}
61 const char *getStart() const { return Start; }
63 bool hasValue() const { return Start != nullptr;
    [all...]
  /external/chromium_org/mojo/public/cpp/utility/tests/
thread_unittest.cc 48 // Start and join.
51 thread.Start();
61 thread.Start();
72 // Can only start once.
76 thread.Start();
77 thread.Start();
80 // Must join (if you start).
84 thread.Start();
91 thread.Start();
102 thread.Start();
    [all...]
  /external/chromium_org/remoting/client/
client_context.cc 19 void ClientContext::Start() {
20 // Start all the threads.
21 decode_thread_.Start();
22 audio_decode_thread_.Start();
  /external/chromium_org/content/browser/renderer_host/input/
timeout_monitor.cc 19 void TimeoutMonitor::Start(TimeDelta delay) {
33 // CheckTimedOut handles that that by calling Start with the remaining time.
43 timeout_timer_.Start(FROM_HERE, delay, this, &TimeoutMonitor::CheckTimedOut);
49 Start(delay);
66 Start(time_when_considered_timed_out_ - now);

Completed in 2151 milliseconds

1 2 3 4 5 6 7 8 91011>>