OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartWithOptions
(Results
1 - 12
of
12
) sorted by null
/external/libchrome/base/test/
test_io_thread.cc
42
CHECK(io_thread_.
StartWithOptions
(
/external/libchrome/base/threading/
thread.cc
83
return
StartWithOptions
(options);
86
bool Thread::
StartWithOptions
(const Options& options) {
thread.h
88
// Start() or
StartWithOptions
(). If |use_mta| is false, the thread is also
90
// init_com_with_mta(false) and then
StartWithOptions
() with any message loop
113
bool
StartWithOptions
(const Options& options);
118
// Note that using this (instead of Start() or
StartWithOptions
() causes
thread_unittest.cc
151
EXPECT_TRUE(a.
StartWithOptions
(options));
/system/bt/vendor_libs/test_vendor_lib/src/
vendor_manager.cc
87
if (!thread_.
StartWithOptions
(
/system/bt/vendor_libs/test_vendor_lib/test/
hci_transport_unittest.cc
97
ASSERT_TRUE(thread_.
StartWithOptions
(
/system/bt/service/ipc/
ipc_handler_linux.cpp
108
if (!thread_.
StartWithOptions
(options)) {
/external/libchrome/base/message_loop/
message_loop_unittest.cc
330
ASSERT_EQ(true, worker.
StartWithOptions
(options));
374
ASSERT_EQ(true, worker.
StartWithOptions
(options));
558
ASSERT_TRUE(thread.
StartWithOptions
(options));
599
ASSERT_TRUE(thread.
StartWithOptions
(options));
[
all
...]
/external/libchrome/components/timers/
alarm_timer_chromeos.cc
33
StartWithOptions
(base::Thread::Options(base::MessageLoop::TYPE_IO, 0)));
/system/tpm/tpm_manager/server/
tpm_manager_service.cc
40
worker_thread_->
StartWithOptions
(
/external/libchrome/base/files/
file_path_watcher_unittest.cc
157
ASSERT_TRUE(file_thread_.
StartWithOptions
(options));
/system/tpm/attestation/server/
attestation_service.cc
53
worker_thread_->
StartWithOptions
(
Completed in 423 milliseconds