OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Stop
(Results
26 - 50
of
427
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu/distrib/sdl-1.2.15/src/cdrom/
SDL_syscdrom.h
54
/*
Stop
play */
55
int (*
Stop
)(SDL_CD *cdrom);
/external/webrtc/src/system_wrappers/source/
cpu_linux.h
32
virtual void
Stop
() {return;}
cpu_mac.h
35
virtual void
Stop
() {}
thread_posix.h
36
virtual bool
Stop
();
/external/chromium/chrome/common/
worker_thread_ticker.cc
42
Stop
();
49
// You need to call
Stop
first.
60
// You need to call
Stop
first.
87
bool WorkerThreadTicker::
Stop
() {
89
// call
Stop
at the same time
94
timer_thread_.
Stop
();
worker_thread_ticker_unittest.cc
60
EXPECT_TRUE(ticker.
Stop
());
62
EXPECT_FALSE(ticker.
Stop
()); // Can't
stop
when it isn't running.
76
ASSERT_TRUE(ticker.
Stop
());
worker_thread_ticker.h
52
// does not provide a way to
stop
without waiting for the callbacks to be
55
bool
Stop
();
/external/chromium/chrome/browser/sync/glue/
ui_model_worker_unittest.cc
93
syncer_thread_->
Stop
();
143
bmw()->
Stop
();
144
syncer_thread()->
Stop
();
170
// UIModelWorker::
Stop
() to play a crucial role. See comment below.
180
bmw()->
Stop
();
183
core_thread()->
Stop
();
208
// UIModelWorker::
Stop
() to play a crucial role. See comment below.
222
bmw()->
Stop
();
226
core_thread()->
Stop
();
data_type_manager_mock.h
38
MOCK_METHOD0(
Stop
, void());
database_model_worker_unittest.cc
49
timer_.
Stop
(); //
Stop
the failure timer so the test succeeds.
71
db_thread_.
Stop
();
data_type_manager_impl2_unittest.cc
118
EXPECT_CALL(*mock_dtc,
Stop
()).Times(1);
132
EXPECT_CALL(*mock_dtc,
Stop
()).Times(1);
139
EXPECT_CALL(*mock_dtc,
Stop
()).Times(0);
174
dtm.
Stop
();
189
dtm.
Stop
();
205
dtm.
Stop
();
220
dtm.
Stop
();
256
EXPECT_CALL(*password_dtc,
Stop
()).Times(1);
257
dtm.
Stop
();
284
dtm.
Stop
();
[
all
...]
/external/llvm/lib/CodeGen/
InterferenceCache.cpp
107
SlotIndex Start,
Stop
;
108
tie(Start,
Stop
) = Indexes->getMBBRange(MBBNum);
143
if (StartI >=
Stop
)
156
if (StartI >=
Stop
)
165
SlotIndex Limit = BI->First.isValid() ? BI->First :
Stop
;
174
PrevPos =
Stop
;
185
tie(Start,
Stop
) = Indexes->getMBBRange(MBBNum);
191
if (!I.valid() || I.start() >=
Stop
)
193
I.advanceTo(
Stop
);
194
bool Backup = !I.valid() || I.start() >=
Stop
;
[
all
...]
/external/chromium/base/threading/
thread_unittest.cc
84
// Must call
Stop
() manually to have our CleanUp() function called.
85
Stop
();
140
a.
Stop
();
146
a.
Stop
();
152
a.
Stop
();
155
a.
Stop
();
205
a.
Stop
();
/external/chromium/chrome/browser/ui/views/
reload_button.cc
44
double_click_timer_.
Stop
();
45
stop_to_reload_timer_.
Stop
();
50
// We want to disable the button if we're preventing a change from
stop
to
52
//
stop
due to the double-click timer running. (There is no disabled reload
73
browser_->
Stop
();
102
// changed to a
stop
button. We do not set |intended_mode_| to MODE_STOP
/external/v8/src/
counters.h
193
//
Stop
the timer and record the results.
194
void
Stop
();
215
//
Stop
the timer and record the results.
216
void
Stop
();
245
timer_->
Stop
();
/external/chromium/base/debug/
trace_event.cc
48
return TraceLog::GetInstance()->
Stop
();
108
Stop
();
147
void TraceLog::
Stop
() {
152
timer_.
Stop
();
/external/chromium/chrome/browser/chromeos/login/
camera_controller.h
42
void
Stop
();
user_image_screen.cc
51
camera_controller_.
Stop
();
66
camera_controller_.
Stop
();
83
camera_controller_.
Stop
();
98
camera_controller_.
Stop
();
/external/chromium/chrome/browser/policy/
asynchronous_policy_provider.cc
21
loader_->
Stop
();
/external/webkit/Source/WebCore/platform/wx/
SharedTimerWx.cpp
92
wkTimer->
Stop
();
/external/chromium/chrome/browser/ui/download/
download_tab_helper.cc
35
tab_contents()->
Stop
();
55
//
Stop
the page from navigating.
56
tab_contents()->
Stop
();
/hardware/ril/mock-ril/src/cpp/
worker.cpp
59
Stop
();
82
void WorkerThread::
Stop
() {
83
DBG("WorkerThread::
Stop
E");
87
DBG("WorkerThread::
Stop
X");
134
Stop
();
141
// Do the work until we're told to
stop
202
Stop
();
228
void WorkerQueue::
Stop
() {
229
wqt_->
Stop
();
355
// Test we can run a thread,
stop
it then delete i
[
all
...]
worker.h
50
* 3) Call
Stop
() or destroy the thread to
stop
processing.
82
virtual void
Stop
();
138
void
Stop
();
/external/chromium/third_party/libjingle/source/talk/base/
task.cc
64
Stop
();
107
Stop
();
109
// verify that
stop
removed this from its parent
144
Stop
();
146
// verify that
stop
removed this from its parent
167
// "done_" is set before calling "
Stop
()" to ensure that this code
169
Stop
();
171
// verify that
stop
removed this from its parent
246
void Task::
Stop
() {
/external/chromium/base/
message_loop_proxy_impl_unittest.cc
41
io_thread_->
Stop
();
42
file_thread_->
Stop
();
110
test_thread->
Stop
();
Completed in 758 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>