OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base
(Results
876 - 900
of
4749
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/libchrome/base/threading/
thread_local.h
54
#include "
base
/base_export.h"
55
#include "
base
/macros.h"
56
#include "
base
/threading/thread_local_storage.h"
63
namespace
base
{
namespace
132
} // namespace
base
thread_local_storage.h
8
#include "
base
/atomicops.h"
9
#include "
base
/base_export.h"
10
#include "
base
/macros.h"
19
namespace
base
{
namespace
89
// initialization, as
base
's LINKER_INITIALIZED requires a constructor and on
120
return
base
::subtle::Acquire_Load(&initialized_) != 0;
124
base
::subtle::Atomic32 initialized_;
146
} // namespace
base
thread_local_unittest.cc
5
#include "
base
/logging.h"
6
#include "
base
/threading/simple_thread.h"
7
#include "
base
/threading/thread_local.h"
8
#include "
base
/synchronization/waitable_event.h"
11
namespace
base
{
namespace
15
class ThreadLocalTesterBase : public
base
::DelegateSimpleThreadPool::Delegate {
17
typedef
base
::ThreadLocalPointer<char> TLPType;
19
ThreadLocalTesterBase(TLPType* tlp,
base
::WaitableEvent* done)
27
base
::WaitableEvent* done_;
32
SetThreadLocal(TLPType* tlp,
base
::WaitableEvent* done
[
all
...]
thread_restrictions.cc
5
#include "
base
/threading/thread_restrictions.h"
9
#include "
base
/lazy_instance.h"
10
#include "
base
/logging.h"
11
#include "
base
/threading/thread_local.h"
13
namespace
base
{
namespace
42
"
base
::ThreadRestrictions::SetIOAllowed() in this thread's "
83
} // namespace
base
worker_pool.cc
5
#include "
base
/threading/worker_pool.h"
7
#include "
base
/bind.h"
8
#include "
base
/compiler_specific.h"
9
#include "
base
/lazy_instance.h"
10
#include "
base
/macros.h"
11
#include "
base
/task_runner.h"
12
#include "
base
/threading/post_task_and_reply_impl.h"
13
#include "
base
/tracked_objects.h"
15
namespace
base
{
namespace
58
base
::TimeDelta delay)
[
all
...]
worker_pool_posix.h
30
#include "
base
/callback_forward.h"
31
#include "
base
/location.h"
32
#include "
base
/macros.h"
33
#include "
base
/memory/ref_counted.h"
34
#include "
base
/memory/scoped_ptr.h"
35
#include "
base
/pending_task.h"
36
#include "
base
/synchronization/condition_variable.h"
37
#include "
base
/synchronization/lock.h"
38
#include "
base
/threading/platform_thread.h"
39
#include "
base
/tracked_objects.h
43
namespace
base
{
namespace
[
all
...]
/external/libchrome/base/timer/
mock_timer.cc
5
#include "
base
/timer/mock_timer.h"
7
namespace
base
{
namespace
16
const
base
::Closure& user_task,
30
base
::TimeDelta MockTimer::GetCurrentDelay() const {
36
const
base
::Closure& user_task) {
55
base
::Closure old_task = user_task_;
63
} // namespace
base
/external/libchrome/base/trace_event/
heap_profiler_stack_frame_deduplicator.h
12
#include "
base
/base_export.h"
13
#include "
base
/macros.h"
14
#include "
base
/trace_event/heap_profiler_allocation_context.h"
15
#include "
base
/trace_event/trace_event_impl.h"
17
namespace
base
{
namespace
77
} // namespace
base
heap_profiler_stack_frame_deduplicator_unittest.cc
7
#include "
base
/macros.h"
8
#include "
base
/memory/ref_counted.h"
9
#include "
base
/trace_event/heap_profiler_allocation_context.h"
10
#include "
base
/trace_event/heap_profiler_stack_frame_deduplicator.h"
13
namespace
base
{
namespace
134
} // namespace
base
heap_profiler_type_name_deduplicator.cc
5
#include "
base
/trace_event/heap_profiler_type_name_deduplicator.h"
12
#include "
base
/json/string_escape.h"
13
#include "
base
/strings/stringprintf.h"
14
#include "
base
/trace_event/trace_event_memory_overhead.h"
16
namespace
base
{
namespace
76
} // namespace
base
heap_profiler_type_name_deduplicator_unittest.cc
7
#include "
base
/json/json_reader.h"
8
#include "
base
/memory/ref_counted.h"
9
#include "
base
/memory/scoped_ptr.h"
10
#include "
base
/trace_event/heap_profiler_type_name_deduplicator.h"
11
#include "
base
/values.h"
14
namespace
base
{
namespace
71
} // namespace
base
memory_allocator_dump.cc
5
#include "
base
/trace_event/memory_allocator_dump.h"
7
#include "
base
/format_macros.h"
8
#include "
base
/strings/stringprintf.h"
9
#include "
base
/trace_event/memory_dump_manager.h"
10
#include "
base
/trace_event/memory_dump_provider.h"
11
#include "
base
/trace_event/process_memory_dump.h"
12
#include "
base
/trace_event/trace_event_argument.h"
13
#include "
base
/values.h"
15
namespace
base
{
namespace
97
} // namespace
base
[
all
...]
memory_dump_provider.h
8
#include "
base
/base_export.h"
9
#include "
base
/macros.h"
10
#include "
base
/process/process_handle.h"
11
#include "
base
/trace_event/memory_dump_request_args.h"
13
namespace
base
{
namespace
62
} // namespace
base
memory_dump_request_args.h
14
#include "
base
/base_export.h"
15
#include "
base
/callback.h"
17
namespace
base
{
namespace
63
} // namespace
base
process_memory_maps.cc
5
#include "
base
/trace_event/process_memory_maps.h"
7
#include "
base
/format_macros.h"
8
#include "
base
/strings/stringprintf.h"
9
#include "
base
/trace_event/trace_event_argument.h"
11
namespace
base
{
namespace
74
} // namespace
base
process_memory_totals.h
12
#include "
base
/base_export.h"
13
#include "
base
/macros.h"
15
namespace
base
{
namespace
61
} // namespace
base
process_memory_totals_dump_provider.cc
5
#include "
base
/trace_event/process_memory_totals_dump_provider.h"
9
#include "
base
/process/process_metrics.h"
10
#include "
base
/trace_event/process_memory_dump.h"
11
#include "
base
/trace_event/process_memory_totals.h"
17
#include "
base
/files/file_util.h"
25
namespace
base
{
namespace
93
} // namespace
base
trace_config_unittest.cc
7
#include "
base
/macros.h"
8
#include "
base
/trace_event/memory_dump_manager.h"
9
#include "
base
/trace_event/trace_config.h"
10
#include "
base
/trace_event/trace_config_memory_test_util.h"
13
namespace
base
{
namespace
534
} // namespace
base
trace_event_argument_unittest.cc
5
#include "
base
/trace_event/trace_event_argument.h"
11
#include "
base
/values.h"
14
namespace
base
{
namespace
164
} // namespace
base
trace_event_synthetic_delay_unittest.cc
5
#include "
base
/trace_event/trace_event_synthetic_delay.h"
9
#include "
base
/macros.h"
12
namespace
base
{
namespace
30
base
::TimeTicks Now() override {
31
AdvanceTime(
base
::TimeDelta::FromMilliseconds(kShortDurationMs / 10));
39
base
::TimeDelta::FromMilliseconds(kTargetDurationMs));
43
void AdvanceTime(
base
::TimeDelta delta) { now_ += delta; }
46
base
::TimeTicks start = Now();
52
base
::TimeTicks start = Now();
58
base
::TimeTicks start = Now()
[
all
...]
/external/libchrome/base/win/
scoped_co_mem.h
10
#include "
base
/logging.h"
11
#include "
base
/macros.h"
13
namespace
base
{
namespace
18
//
base
::win::ScopedCoMem<ITEMIDLIST> file_item;
66
} // namespace
base
scoped_com_initializer.h
10
#include "
base
/logging.h"
11
#include "
base
/macros.h"
14
namespace
base
{
namespace
77
} // namespace
base
scoped_gdi_object.h
10
#include "
base
/scoped_generic.h"
12
namespace
base
{
namespace
43
} // namespace
base
scoped_hdc.h
10
#include "
base
/logging.h"
11
#include "
base
/macros.h"
12
#include "
base
/win/scoped_handle.h"
14
namespace
base
{
namespace
74
} // namespace
base
scoped_hglobal.h
11
#include "
base
/macros.h"
13
namespace
base
{
namespace
51
} // namespace
base
Completed in 555 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>