OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Stop
(Results
176 - 200
of
410
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/webrtc/test/
fake_audio_device.cc
45
Stop
();
48
thread_->
Stop
();
145
void FakeAudioDevice::
Stop
() {
/external/chromium_org/tools/perf/metrics/
network.py
137
def
Stop
(self, page, tab):
speedindex.py
42
def
Stop
(self, _, tab):
43
"""
Stop
timeline recording."""
44
assert self._impl, 'Must call Start() before
Stop
()'
45
assert self.IsFinished(tab), 'Must wait for IsFinished() before
Stop
()'
46
self._impl.
Stop
(tab)
84
def
Stop
(self, tab):
137
def
Stop
(self, tab):
164
assert self._time_completeness_list, 'Must call
Stop
() first.'
176
def
Stop
(self, tab):
/external/chromium_org/ui/events/ozone/evdev/
key_event_converter_evdev.cc
203
Stop
();
212
void KeyEventConverterEvdev::
Stop
() {
224
Stop
();
/external/chromium_org/ui/views/controls/
throbber.cc
30
Stop
();
47
void Throbber::
Stop
() {
51
timer_.
Stop
();
112
stop_timer_.
Stop
();
124
void SmoothedThrobber::
Stop
() {
126
start_timer_.
Stop
();
128
stop_timer_.
Stop
();
134
Throbber::
Stop
();
/external/chromium_org/ui/views/
mouse_watcher_aura.cc
116
void MouseWatcher::
Stop
() {
/external/lldb/tools/lldb-perf/lib/
Measurement.h
59
m_metric.Append (m_gauge.
Stop
());
87
Stop
()
89
auto value = m_gauge.
Stop
();
MemoryGauge.cpp
129
MemoryGauge::
Stop
()
132
assert(m_state == MemoryGauge::State::eCounting && "cannot
stop
a non-started gauge");
/external/llvm/lib/CodeGen/
InterferenceCache.cpp
124
SlotIndex Start,
Stop
;
125
std::tie(Start,
Stop
) = Indexes->getMBBRange(MBBNum);
160
if (StartI >=
Stop
)
173
if (StartI >=
Stop
)
182
SlotIndex Limit = BI->First.isValid() ? BI->First :
Stop
;
191
PrevPos =
Stop
;
202
std::tie(Start,
Stop
) = Indexes->getMBBRange(MBBNum);
208
if (!I.valid() || I.start() >=
Stop
)
210
I.advanceTo(
Stop
);
211
bool Backup = !I.valid() || I.start() >=
Stop
;
[
all
...]
/external/webrtc/src/system_wrappers/source/
cpu_win.h
40
virtual void
Stop
() {}
thread_posix.cc
15
// other threads, using SetNotAlive() and
Stop
().
18
// (except at init). It is read only by the
Stop
() method.
21
// This protects against premature
Stop
() calls from the creator thread, but
31
// false any
Stop
Stop
waits for _dead to become true.
39
//
Stop
(false)
41
// _dead Constructor(true)
Stop
.loop
189
// race condition if
Stop
() is called too quickly after start.
299
bool ThreadPosix::
Stop
()
/external/chromium_org/android_webview/native/
aw_dev_tools_server.cc
171
Stop
();
188
void AwDevToolsServer::
Stop
() {
191
// Note that the call to
Stop
() below takes care of |protocol_handler_|
193
protocol_handler_->
Stop
();
224
devtools_server->
Stop
();
/external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc
62
// Give the
stop
button the space it requests.
82
screen_tray_item_->
Stop
();
133
screen_tray_->
Stop
();
177
void ScreenTrayItem::
Stop
() {
/external/chromium_org/base/metrics/
stats_counters.h
141
//
Stop
the timer and record the results.
142
void
Stop
();
151
// Compute the delta between start and
stop
, in milliseconds.
184
timer_.
Stop
();
187
void
Stop
() {
188
timer_.
Stop
();
/external/chromium_org/build/android/pylib/
chrome_test_server_spawner.py
250
# Keep thread running until
Stop
() gets called.
265
def
Stop
(self):
334
self.server.test_server_instance.
Stop
()
347
self.server.test_server_instance.
Stop
()
388
"""The class used to start/
stop
a http server."""
409
def
Stop
(self):
424
self.server.test_server_instance.
Stop
()
/external/chromium_org/chrome/browser/autocomplete/
keyword_provider.cc
336
void KeywordProvider::
Stop
(bool clear_cached_results) {
/external/chromium_org/chrome/browser/chromeos/policy/
enrollment_handler_chromeos.cc
77
Stop
();
90
Stop
();
346
// succeeded by then show an error to the user and
stop
the enrollment.
394
void EnrollmentHandlerChromeOS::
Stop
() {
404
Stop
();
/external/chromium_org/chrome/browser/local_discovery/
privet_url_fetcher_unittest.cc
105
&PrivetURLFetcherTest::
Stop
, base::Unretained(this)));
113
void
Stop
() {
/external/chromium_org/chrome/browser/printing/
print_job.cc
154
void PrintJob::
Stop
() {
198
Stop
();
256
Stop
();
274
// This will call
Stop
() and broadcast a JOB_DONE message.
291
//
Stop
the worker thread.
292
Stop
();
308
// We could easily get into a deadlock case if worker_->
Stop
() is used; the
335
base::Bind(&PrintJobWorker::
Stop
, base::Unretained(worker_.get())),
/external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller.cc
94
// It's possible StartDone(..) resulted in a
Stop
() call, or that
102
void FrontendDataTypeController::
Stop
() {
108
// If
Stop
() is called while Start() is waiting for the datatype model to
225
// call to
Stop
() if one of the other data types being started generates an
230
// Return false if we're not in the RUNNING state (due to
Stop
() being called
280
// invoking the callback will trigger a call to
STOP
(), which will get
/external/chromium_org/chrome/browser/ui/views/panels/
taskbar_window_thumbnailer_win.cc
68
void TaskbarWindowThumbnailerWin::
Stop
() {
86
//
Stop
serving the custom thumbnail for the old window.
/external/chromium_org/chrome/common/local_discovery/
service_discovery_client_unittest.cc
216
&ServiceDiscoveryTest::
Stop
, base::Unretained(this)));
224
void
Stop
() {
/external/chromium_org/components/gcm_driver/
fake_gcm_client.cc
61
void FakeGCMClient::
Stop
() {
/external/chromium_org/components/sync_driver/
non_ui_data_type_controller.cc
49
// Since we can't be called multiple times before
Stop
() is called,
112
void NonUIDataTypeController::
Stop
() {
115
//
Stop
() should never be called for datatypes that are already stopped.
137
// We continue on to deactivate the datatype and
stop
the local service.
148
// Datatype was fully started. Need to deactivate and
stop
the local
156
//
Stop
the local service and release our references to it and the
232
// (due to
Stop
being called) and then posted from the non-UI thread. In
247
// invoking the callback will trigger a call to
STOP
(), which will get
418
// |shared_change_processor_| can already be NULL if
Stop
() is
ui_data_type_controller.cc
67
// Since we can't be called multiple times before
Stop
() is called,
107
// It's possible StartDone(..) resulted in a
Stop
() call, or that association
261
// invoking the callback will trigger a call to
Stop
(), which will get
268
void UIDataTypeController::
Stop
() {
280
// If
Stop
() is called while Start() is waiting for the datatype model to
Completed in 1680 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>