Searched refs:Start (Results 1 - 25 of 2999) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DIRuleReturnScope.cs43 object Start property in interface:Antlr.Runtime.IRuleReturnScope
H A DIRuleReturnScope`1.cs44 new TLabel Start property in interface:Antlr.Runtime.IRuleReturnScope
H A DParserRuleReturnScope.cs64 public TToken Start property in class:Antlr.Runtime.ParserRuleReturnScope
90 object IRuleReturnScope.Start
94 return Start;
/external/valgrind/main/helgrind/tests/
H A Dpth_spinlock.stderr.exp0 Start of test.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRuleReturnScope.cs42 TLabel Start { property in interface:Antlr.Runtime.IRuleReturnScope
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Dtimeline_recorder.py7 def Start(self): member in class:TimelineRecorder
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeRuleReturnScope`1.cs47 public TTree Start property in class:Antlr.Runtime.Tree.TreeRuleReturnScope
60 object IRuleReturnScope.Start
64 return Start;
/external/chromium_org/ui/views/
H A Drepeat_controller.cc26 void RepeatController::Start() { function in class:views::RepeatController
28 timer_.Start(FROM_HERE, TimeDelta::FromMilliseconds(kInitialRepeatDelay),
40 timer_.Start(FROM_HERE, TimeDelta::FromMilliseconds(kRepeatDelay), this,
/external/chromium_org/chrome/common/
H A Dprofiling.h23 // Start profiling.
24 static void Start();
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dsel_ldr_launcher_chrome.cc11 bool SelLdrLauncherChrome::Start(const char* url) { function in class:plugin::SelLdrLauncherChrome
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DTemplateSyntaxTree.java19 import com.google.clearsilver.jsilver.syntax.node.Start;
28 private final Start root;
30 TemplateSyntaxTree(Start root) {
34 public Start getRoot() {
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Dstub_login_session_manager_delegate.cc22 void StubLoginSessionManagerDelegate::Start() { function in class:chromeos::StubLoginSessionManagerDelegate
29 RestoreAfterCrashSessionManagerDelegate::Start();
H A Dkiosk_auto_launcher_session_manager_delegate.cc23 void KioskAutoLauncherSessionManagerDelegate::Start() { function in class:chromeos::KioskAutoLauncherSessionManagerDelegate
H A Dkiosk_auto_launcher_session_manager_delegate.h22 virtual void Start() OVERRIDE;
H A Dlogin_oobe_session_manager_delegate.h22 virtual void Start() OVERRIDE;
/external/chromium_org/chrome/renderer/media/
H A Dcast_threads.cc12 audio_encode_thread_.Start();
13 video_encode_thread_.Start();
/external/chromium_org/content/renderer/screen_orientation/
H A Dscreen_orientation_observer.cc14 void ScreenOrientationObserver::Start( function in class:content::ScreenOrientationObserver
18 PlatformEventObserver<blink::WebPlatformEventListener>::Start(0);
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dprofiling_controller.py10 def Start(self, profiler_name, base_output_file): member in class:ProfilingController
11 self._profiling_controller_backend.Start(
/external/clang/lib/Analysis/
H A DFormatStringParsing.h33 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; member in class:clang::analyze_format_string::SpecifierResult
56 : Start(nullptr), Stop(stop) {}
59 : FS(fs), Start(start), Stop(false) {}
61 const char *getStart() const { return Start; }
63 bool hasValue() const { return Start != nullptr; }
/external/valgrind/main/drd/tests/
H A Dpth_spinlock.stderr.exp2 Start of test.
H A Dunit_bitmap.stderr.exp0 Start of DRD BM unit test.
/external/chromium_org/mojo/public/cpp/utility/tests/
H A Dthread_unittest.cc48 // Start and join.
51 thread.Start();
61 thread.Start();
76 thread.Start();
77 thread.Start();
84 thread.Start();
91 thread.Start();
102 thread.Start();
/external/chromium_org/remoting/client/
H A Dclient_context.cc19 void ClientContext::Start() { function in class:remoting::ClientContext
20 // Start all the threads.
21 decode_thread_.Start();
22 audio_decode_thread_.Start();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeRuleReturnScope.cs45 public TTree Start { property in class:Antlr.Runtime.Tree.TreeRuleReturnScope
/external/chromium_org/chrome/browser/chromeos/memory/
H A Dlow_memory_observer.h30 void Start();

Completed in 2876 milliseconds

1234567891011>>