OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base
(Results
426 - 450
of
1543
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/base/debug/
trace_event.h
29
#include "
base
/debug/trace_event_win.h"
34
#include "
base
/memory/scoped_ptr.h"
35
#include "
base
/memory/singleton.h"
36
#include "
base
/synchronization/lock.h"
37
#include "
base
/time.h"
38
#include "
base
/timer.h"
55
base
::debug::TraceLog::GetInstance()->Trace( \
57
base
::debug::TraceLog::EVENT_BEGIN, \
66
base
::debug::TraceLog::GetInstance()->Trace( \
68
base
::debug::TraceLog::EVENT_END,
85
namespace
base
{
namespace
[
all
...]
trace_event_win.h
12
#include "
base
/base_api.h"
13
#include "
base
/win/event_trace_provider.h"
16
base
::debug::TraceLog::Trace( \
18
base
::debug::TraceLog::EVENT_BEGIN, \
23
base
::debug::TraceLog::Trace( \
25
base
::debug::TraceLog::EVENT_END, \
30
base
::debug::TraceLog::Trace( \
32
base
::debug::TraceLog::EVENT_INSTANT, \
40
namespace
base
{
namespace
45
class BASE_API TraceLog : public
base
::win::EtwTraceProvider
[
all
...]
/external/chromium/base/
environment.cc
5
#include "
base
/environment.h"
13
#include "
base
/string_util.h"
16
#include "
base
/memory/scoped_ptr.h"
17
#include "
base
/utf_string_conversions.h"
22
class EnvironmentImpl : public
base
::Environment {
102
namespace
base
{
namespace
125
} // namespace
base
event_recorder.cc
9
#include "
base
/event_recorder.h"
10
#include "
base
/file_util.h"
11
#include "
base
/logging.h"
21
namespace
base
{
namespace
258
} // namespace
base
lazy_instance.h
17
// a global variable using the
base
::LinkerInitialized constructor.
27
// static LazyInstance<MyClass> my_instance(
base
::LINKER_INITIALIZED);
41
#include "
base
/atomicops.h"
42
#include "
base
/base_api.h"
43
#include "
base
/basictypes.h"
44
#include "
base
/third_party/dynamic_annotations/dynamic_annotations.h"
45
#include "
base
/threading/thread_restrictions.h"
47
namespace
base
{
namespace
82
// We pull out some of the functionality into a non-templated
base
, so that we
105
base
::subtle::Atomic32 state_
[
all
...]
linked_list.h
54
// Q. Should I use std::list or
base
::LinkedList?
56
// A. The main reason to use
base
::LinkedList over std::list is
60
// Comparing the performance of
base
::LinkedList<T> to std::list<T*>:
62
// * Erasing an element of type T* from
base
::LinkedList<T> is
67
// * Insertion operations with
base
::LinkedList<T> never require
70
// Q. How does
base
::LinkedList implementation differ from std::list?
75
// With
base
::LinkedList<T>, the type being inserted already reserves
76
// space for the "next" and "previous" pointers (
base
::LinkNode<T>*).
81
namespace
base
{
namespace
170
} // namespace
base
[
all
...]
openssl_util.h
9
#include "
base
/basictypes.h"
10
#include "
base
/compiler_specific.h"
11
#include "
base
/tracked.h"
13
namespace
base
{
namespace
47
// of the our
base
wrapper APIs.
117
} // namespace
base
platform_file_win.cc
5
#include "
base
/platform_file.h"
7
#include "
base
/file_path.h"
8
#include "
base
/logging.h"
9
#include "
base
/threading/thread_restrictions.h"
11
namespace
base
{
namespace
17
base
::ThreadRestrictions::AssertIOAllowed();
108
base
::ThreadRestrictions::AssertIOAllowed();
113
base
::ThreadRestrictions::AssertIOAllowed();
135
base
::ThreadRestrictions::AssertIOAllowed();
154
base
::ThreadRestrictions::AssertIOAllowed()
[
all
...]
string_number_conversions_unittest.cc
9
#include "
base
/string_number_conversions.h"
10
#include "
base
/utf_string_conversions.h"
13
namespace
base
{
namespace
444
} // namespace
base
sys_info_chromeos.cc
5
#include "
base
/sys_info.h"
7
#include "
base
/basictypes.h"
8
#include "
base
/file_path.h"
9
#include "
base
/file_util.h"
10
#include "
base
/lazy_instance.h"
11
#include "
base
/string_number_conversions.h"
12
#include "
base
/string_tokenizer.h"
13
#include "
base
/threading/thread_restrictions.h"
17
namespace
base
{
namespace
42
static
base
::LazyInstance<ChromeOSVersionNumbers
[
all
...]
sys_info_win.cc
5
#include "
base
/sys_info.h"
9
#include "
base
/file_path.h"
10
#include "
base
/logging.h"
11
#include "
base
/memory/scoped_ptr.h"
12
#include "
base
/stringprintf.h"
13
#include "
base
/win/windows_version.h"
15
namespace
base
{
namespace
108
} // namespace
base
template_util.h
13
namespace
base
{
namespace
101
} // namespace
base
/external/chromium/base/i18n/
icu_encoding_detection.cc
5
#include "
base
/i18n/icu_encoding_detection.h"
9
#include "
base
/string_util.h"
12
namespace
base
{
namespace
104
} // namespace
base
icu_string_conversions_unittest.cc
11
#include "
base
/basictypes.h"
12
#include "
base
/format_macros.h"
13
#include "
base
/i18n/icu_string_conversions.h"
14
#include "
base
/logging.h"
15
#include "
base
/stringprintf.h"
16
#include "
base
/string_piece.h"
17
#include "
base
/utf_string_conversions.h"
20
namespace
base
{
namespace
77
SCOPED_TRACE(
base
::StringPrintf("Test[%" PRIuS "]: %ls",
245
SCOPED_TRACE(
base
::StringPrintf
[
all
...]
time_formatting.cc
5
#include "
base
/i18n/time_formatting.h"
7
#include "
base
/logging.h"
8
#include "
base
/memory/scoped_ptr.h"
9
#include "
base
/utf_string_conversions.h"
10
#include "
base
/time.h"
15
using
base
::Time;
31
namespace
base
{
namespace
139
} // namespace
base
/external/chromium/base/json/
json_reader_unittest.cc
6
#include "
base
/json/json_reader.h"
7
#include "
base
/memory/scoped_ptr.h"
8
#include "
base
/string_piece.h"
9
#include "
base
/utf_string_conversions.h"
10
#include "
base
/values.h"
13
namespace
base
{
namespace
566
} // namespace
base
/external/chromium/base/mac/
mac_util.h
12
#include "
base
/logging.h"
15
#include "
base
/mac/foundation_util.h"
25
namespace
base
{
namespace
114
} // namespace
base
138
namespace
base
{ \
149
namespace
base
{ \
179
// e.g. LOG(INFO) <<
base
::mac::NSToCFCast(@"foo");
/external/chromium/base/memory/
weak_ptr.cc
5
#include "
base
/memory/weak_ptr.h"
7
namespace
base
{
namespace
71
} // namespace
base
weak_ptr_unittest.cc
5
#include "
base
/memory/scoped_ptr.h"
6
#include "
base
/memory/weak_ptr.h"
8
#include "
base
/message_loop.h"
9
#include "
base
/threading/thread.h"
11
namespace
base
{
namespace
35
struct
Base
{};
36
struct Derived :
Base
{};
86
WeakPtr<
Base
> ptr = factory.GetWeakPtr();
137
} // namespace
base
/external/chromium/base/metrics/
stats_counters.cc
5
#include "
base
/metrics/stats_counters.h"
7
namespace
base
{
namespace
125
} // namespace
base
/external/chromium/base/synchronization/
condition_variable.h
77
#include "
base
/base_api.h"
78
#include "
base
/basictypes.h"
79
#include "
base
/synchronization/lock.h"
81
namespace
base
{
namespace
160
base
::Lock internal_lock_;
163
base
::Lock& user_lock_;
180
base
::Lock* user_lock_; // Needed to adjust shadow lock state on wait.
188
} // namespace
base
lock.h
9
#include "
base
/base_api.h"
10
#include "
base
/synchronization/lock_impl.h"
11
#include "
base
/threading/platform_thread.h"
13
namespace
base
{
namespace
85
base
::PlatformThreadId owning_thread_id_;
130
} // namespace
base
lock_unittest.cc
7
#include "
base
/synchronization/lock.h"
8
#include "
base
/threading/platform_thread.h"
11
namespace
base
{
namespace
214
} // namespace
base
waitable_event_watcher.h
12
#include "
base
/win/object_watcher.h"
14
#include "
base
/message_loop.h"
15
#include "
base
/synchronization/waitable_event.h"
18
#include "
base
/base_api.h"
20
namespace
base
{
namespace
36
// class MyClass : public
base
::WaitableEventWatcher::Delegate {
45
//
base
::WaitableEventWatcher watcher_;
162
} // namespace
base
/external/chromium/base/threading/
simple_thread.cc
5
#include "
base
/threading/simple_thread.h"
7
#include "
base
/logging.h"
8
#include "
base
/threading/platform_thread.h"
9
#include "
base
/string_number_conversions.h"
11
namespace
base
{
namespace
152
} // namespace
base
Completed in 262 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>