OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base
(Results
576 - 600
of
5760
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/libchrome/base/power_monitor/
power_monitor_source.h
8
#include "
base
/base_export.h"
9
#include "
base
/macros.h"
10
#include "
base
/memory/ref_counted.h"
11
#include "
base
/observer_list_threadsafe.h"
12
#include "
base
/synchronization/lock.h"
14
namespace
base
{
namespace
54
// only be called before a
base
::PowerMonitor has been created.
68
} // namespace
base
power_observer.h
8
#include "
base
/base_export.h"
9
#include "
base
/compiler_specific.h"
11
namespace
base
{
namespace
29
} // namespace
base
/external/libchrome/base/process/
process_info.h
8
#include "
base
/base_export.h"
11
namespace
base
{
namespace
41
} // namespace
base
/external/libchrome/base/
sequence_checker_impl.cc
5
#include "
base
/sequence_checker_impl.h"
7
#include "
base
/logging.h"
8
#include "
base
/memory/ptr_util.h"
9
#include "
base
/sequence_token.h"
10
#include "
base
/threading/sequenced_worker_pool.h"
11
#include "
base
/threading/thread_checker_impl.h"
13
namespace
base
{
namespace
69
} // namespace
base
sequenced_task_runner.h
8
#include "
base
/base_export.h"
9
#include "
base
/callback.h"
10
#include "
base
/sequenced_task_runner_helpers.h"
11
#include "
base
/task_runner.h"
13
namespace
base
{
namespace
118
base
::TimeDelta delay) = 0;
165
} // namespace
base
sys_info_internal.h
8
#include "
base
/macros.h"
10
namespace
base
{
namespace
32
} // namespace
base
/external/libchrome/base/strings/
nullable_string16.h
10
#include "
base
/base_export.h"
11
#include "
base
/strings/string16.h"
13
namespace
base
{
namespace
44
} // namespace
base
string16_unittest.cc
8
#include "
base
/strings/string16.h"
10
#include "
base
/strings/utf_string_conversions.h"
13
namespace
base
{
namespace
66
} // namespace
base
string_split.h
12
#include "
base
/base_export.h"
13
#include "
base
/strings/string16.h"
14
#include "
base
/strings/string_piece.h"
16
namespace
base
{
namespace
44
// std::vector<std::string> tokens =
base
::SplitString(
45
// input, ",;",
base
::KEEP_WHITESPACE,
base
::SPLIT_WANT_ALL);
65
//
base
::SplitStringPiece(input,
base
::kWhitespaceASCII,
66
//
base
::KEEP_WHITESPACE
[
all
...]
utf_string_conversion_utils.cc
5
#include "
base
/strings/utf_string_conversion_utils.h"
7
#include "
base
/third_party/icu/icu_utf.h"
9
namespace
base
{
namespace
148
} // namespace
base
/external/libchrome/base/synchronization/
atomic_flag_unittest.cc
5
#include "
base
/synchronization/atomic_flag.h"
7
#include "
base
/bind.h"
8
#include "
base
/logging.h"
9
#include "
base
/single_thread_task_runner.h"
10
#include "
base
/synchronization/waitable_event.h"
11
#include "
base
/test/gtest_util.h"
12
#include "
base
/threading/platform_thread.h"
13
#include "
base
/threading/thread.h"
17
namespace
base
{
namespace
131
} // namespace
base
[
all
...]
condition_variable.h
68
#include "
base
/base_export.h"
69
#include "
base
/logging.h"
70
#include "
base
/macros.h"
71
#include "
base
/synchronization/lock.h"
82
namespace
base
{
namespace
116
base
::Lock* const user_lock_; // Needed to adjust shadow lock state on wait.
122
} // namespace
base
read_write_lock_posix.cc
5
#include "
base
/synchronization/read_write_lock.h"
7
#include "
base
/logging.h"
9
namespace
base
{
namespace
40
} // namespace
base
/external/libchrome/base/task_scheduler/
scheduler_lock.h
10
#include "
base
/base_export.h"
11
#include "
base
/macros.h"
12
#include "
base
/synchronization/condition_variable.h"
13
#include "
base
/synchronization/lock.h"
14
#include "
base
/task_scheduler/scheduler_lock_impl.h"
16
namespace
base
{
namespace
21
// equivalent to
base
::Lock.
67
// Provides the same functionality as
base
::AutoLock for SchedulerLock.
86
} // namespace
base
scoped_set_task_priority_for_current_thread.cc
5
#include "
base
/task_scheduler/scoped_set_task_priority_for_current_thread.h"
7
#include "
base
/lazy_instance.h"
8
#include "
base
/logging.h"
9
#include "
base
/threading/thread_local.h"
11
namespace
base
{
namespace
41
} // namespace
base
sequence.h
13
#include "
base
/base_export.h"
14
#include "
base
/macros.h"
15
#include "
base
/memory/ref_counted.h"
16
#include "
base
/sequence_token.h"
17
#include "
base
/task_scheduler/scheduler_lock.h"
18
#include "
base
/task_scheduler/sequence_sort_key.h"
19
#include "
base
/task_scheduler/task.h"
20
#include "
base
/task_scheduler/task_traits.h"
22
namespace
base
{
namespace
93
} // namespace
base
[
all
...]
sequence_sort_key.h
8
#include "
base
/base_export.h"
9
#include "
base
/task_scheduler/task_traits.h"
10
#include "
base
/time/time.h"
12
namespace
base
{
namespace
47
} // namespace
base
task.h
8
#include "
base
/base_export.h"
9
#include "
base
/callback.h"
10
#include "
base
/location.h"
11
#include "
base
/macros.h"
12
#include "
base
/memory/ref_counted.h"
13
#include "
base
/pending_task.h"
14
#include "
base
/sequenced_task_runner.h"
15
#include "
base
/single_thread_task_runner.h"
16
#include "
base
/task_scheduler/task_traits.h"
17
#include "
base
/time/time.h
19
namespace
base
{
namespace
[
all
...]
task_traits.cc
5
#include "
base
/task_scheduler/task_traits.h"
11
#include "
base
/logging.h"
12
#include "
base
/task_scheduler/scoped_set_task_priority_for_current_thread.h"
14
namespace
base
{
namespace
86
} // namespace
base
/external/libchrome/base/test/
multiprocess_test.cc
5
#include "
base
/test/multiprocess_test.h"
7
#include "
base
/base_switches.h"
8
#include "
base
/command_line.h"
9
#include "
base
/files/file_path.h"
10
#include "
base
/files/file_util.h"
13
namespace
base
{
namespace
80
} // namespace
base
opaque_ref_counted.cc
5
#include "
base
/test/opaque_ref_counted.h"
7
#include "
base
/macros.h"
10
namespace
base
{
namespace
56
} // namespace
base
58
template class scoped_refptr<
base
::OpaqueRefCounted>;
59
template class scoped_refptr<
base
::OpaqueRefCountedThreadSafe>;
sequenced_worker_pool_owner.cc
5
#include "
base
/test/sequenced_worker_pool_owner.h"
7
#include "
base
/location.h"
8
#include "
base
/message_loop/message_loop.h"
9
#include "
base
/single_thread_task_runner.h"
11
namespace
base
{
namespace
65
} // namespace
base
sequenced_worker_pool_owner.h
13
#include "
base
/callback.h"
14
#include "
base
/compiler_specific.h"
15
#include "
base
/macros.h"
16
#include "
base
/memory/ref_counted.h"
17
#include "
base
/run_loop.h"
18
#include "
base
/synchronization/lock.h"
19
#include "
base
/threading/sequenced_worker_pool.h"
21
namespace
base
{
namespace
57
base
::RunLoop exit_loop_;
69
} // namespace
base
[
all
...]
test_io_thread.h
8
#include "
base
/callback_forward.h"
9
#include "
base
/compiler_specific.h"
10
#include "
base
/macros.h"
11
#include "
base
/memory/ref_counted.h"
12
#include "
base
/task_runner.h"
13
#include "
base
/threading/thread.h"
14
#include "
base
/time/time.h"
16
namespace
base
{
namespace
42
const
base
::Closure& task);
44
base
::MessageLoopForIO* message_loop()
[
all
...]
/external/libchrome/base/threading/
non_thread_safe.h
9
// non dll-interface class 'Bar' used as
base
for dll-interface class 'Foo'.
12
#include "
base
/compiler_specific.h"
13
#include "
base
/logging.h"
14
#include "
base
/threading/non_thread_safe_impl.h"
16
namespace
base
{
namespace
41
// class MyClass : public
base
::NonThreadSafe {
49
// Note that
base
::ThreadChecker offers identical functionality to
51
// to have a
base
::ThreadChecker as a member, rather than inherit from
53
// the documentation for
base
::ThreadChecker.
60
} // namespace
base
[
all
...]
Completed in 3287 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>