Searched defs:Start (Results 1 - 25 of 883) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs526 public virtual void Start() { method in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
528 t.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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DParserRuleReturnScope.cs63 public TToken Start { property in class:Antlr.Runtime.ParserRuleReturnScope
H A DRuleReturnScope.cs42 TLabel Start { property in interface:Antlr.Runtime.IRuleReturnScope
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs676 public virtual void Start() method in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
679 t.Start();
/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/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/android_webview/browser/net/
H A Dandroid_stream_reader_url_request_job.cc127 void AndroidStreamReaderURLRequestJob::Start() { function in class:AndroidStreamReaderURLRequestJob
129 // Start reading asynchronously so that all error reporting and data
175 // Clear the IO_PENDING status set in Start().
202 // Clear the IO_PENDING status set in Start().
/external/chromium_org/android_webview/native/
H A Daw_dev_tools_server.cc104 void AwDevToolsServer::Start() { function in class:android_webview::AwDevToolsServer
111 protocol_handler_ = content::DevToolsHttpHandler::Start(
152 devtools_server->Start();
/external/chromium_org/ash/display/
H A Ddisplay_controller.cc250 void DisplayController::Start() { function in class:ash::DisplayController
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.cc161 void ScreenTrayItem::Start(const base::Closure& stop_callback) { function in class:ash::ScreenTrayItem
/external/chromium_org/ash/system/tray/
H A Dthrobber_view.cc81 void ThrobberView::Start() { function in class:ash::ThrobberView
83 throbber_->Start();
/external/chromium_org/athena/main/
H A Durl_search_provider.cc233 void UrlSearchProvider::Start(const base::string16& query) { function in class:athena::UrlSearchProvider
264 provider_->Start(input_, minimal_changes);
/external/chromium_org/base/android/
H A Djava_handler_thread.cc30 void JavaHandlerThread::Start() { function in class:base::android::JavaHandlerThread
40 // Wait for thread to be initialized so it is ready to be used when Start
53 static_cast<MessageLoopForUI*>(message_loop_.get())->Start();
/external/chromium_org/base/
H A Ddeferred_sequenced_task_runner.cc75 void DeferredSequencedTaskRunner::Start() { function in class:base::DeferredSequencedTaskRunner
/external/chromium_org/base/message_loop/
H A Dmessage_loop.cc646 void MessageLoopForUI::Start() { function in class:base::MessageLoopForUI
648 static_cast<MessagePumpForUI*>(pump_.get())->Start(this);
H A Dmessage_pump_android.cc98 void MessagePumpForUI::Start(Delegate* delegate) { function in class:base::MessagePumpForUI
/external/chromium_org/base/metrics/
H A Dstats_counters.cc79 void StatsCounterTimer::Start() { function in class:base::StatsCounterTimer
/external/chromium_org/base/test/expectations/
H A Dparser.cc29 StateFuncPtr state = &Parser::Start;
39 Parser::StateFunc Parser::Start() { function in class:test_expectations::Parser
43 return SkipWhitespaceAndNewLines(&Parser::Start);
68 return &Parser::Start;
157 return SkipWhitespaceAndNewLines(&Parser::Start);
/external/chromium_org/base/test/
H A Dtest_io_thread.cc27 Start();
39 void TestIOThread::Start() { function in class:base::TestIOThread
/external/chromium_org/base/threading/
H A Dsimple_thread.cc30 void SimpleThread::Start() { function in class:base::SimpleThread
31 DCHECK(!HasBeenStarted()) << "Tried to Start a thread multiple times.";
57 // We've initialized our new thread, signal that we're done to Start().
99 void DelegateSimpleThreadPool::Start() { function in class:base::DelegateSimpleThreadPool
100 DCHECK(threads_.empty()) << "Start() called with outstanding threads.";
103 thread->Start();
H A Dthread.cc87 bool Thread::Start() { function in class:base::Thread
/external/chromium_org/base/timer/
H A Dmock_timer.cc34 void MockTimer::Start(const tracked_objects::Location& posted_from, function in class:base::MockTimer

Completed in 1323 milliseconds

1234567891011>>