OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base
(Results
501 - 525
of
1543
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium/base/
file_path_unittest.cc
5
#include "
base
/basictypes.h"
6
#include "
base
/file_path.h"
7
#include "
base
/file_util.h"
8
#include "
base
/utf_string_conversions.h"
609
const FilePath
base
(FPL("blah"));
625
FilePath result(
base
);
630
EXPECT_EQ(
base
.Append(cases[i].expected).value(), result.value()) <<
703
FilePath
base
= jpg.BaseName().RemoveExtension();
local
704
EXPECT_EQ(FILE_PATH_LITERAL("foo"),
base
.value());
706
FilePath path_no_ext = base_dir.Append(
base
);
[
all
...]
message_pump_glib.h
9
#include "
base
/memory/scoped_ptr.h"
10
#include "
base
/message_pump.h"
11
#include "
base
/observer_list.h"
12
#include "
base
/time.h"
19
namespace
base
{
namespace
141
} // namespace
base
shared_memory.h
14
#include "
base
/file_descriptor_posix.h"
18
#include "
base
/base_api.h"
19
#include "
base
/basictypes.h"
20
#include "
base
/process.h"
24
namespace
base
{
namespace
233
} // namespace
base
shared_memory_win.cc
5
#include "
base
/shared_memory.h"
7
#include "
base
/logging.h"
8
#include "
base
/utf_string_conversions.h"
10
namespace
base
{
namespace
228
} // namespace
base
string16.h
33
#include "
base
/base_api.h"
34
#include "
base
/basictypes.h"
45
namespace
base
{
namespace
130
} // namespace
base
175
std::basic_string<char16,
base
::string16_char_traits>;
177
typedef std::basic_string<char16,
base
::string16_char_traits> string16;
179
namespace
base
{
namespace
string_piece.cc
9
#include "
base
/string_piece.h"
11
namespace
base
{
namespace
214
} // namespace
base
string_split.cc
5
#include "
base
/string_split.h"
7
#include "
base
/logging.h"
8
#include "
base
/string_util.h"
9
#include "
base
/third_party/icu/icu_utf.h"
10
#include "
base
/utf_string_conversions.h"
12
namespace
base
{
namespace
234
} // namespace
base
sync_socket_win.cc
5
#include "
base
/sync_socket.h"
10
#include "
base
/logging.h"
13
namespace
base
{
namespace
149
} // namespace
base
time.cc
5
#include "
base
/time.h"
6
#include "
base
/sys_string_conversions.h"
7
#include "
base
/third_party/nspr/prtime.h"
9
#include "
base
/logging.h"
11
namespace
base
{
namespace
132
} // namespace
base
time_posix.cc
5
#include "
base
/time.h"
12
#include "
base
/basictypes.h"
13
#include "
base
/logging.h"
15
namespace
base
{
namespace
212
} // namespace
base
tools_sanity_unittest.cc
5
#include "
base
/message_loop.h"
6
#include "
base
/third_party/dynamic_annotations/dynamic_annotations.h"
7
#include "
base
/threading/thread.h"
10
namespace
base
{
namespace
134
} // namespace
base
/external/chromium/base/files/
file_path_watcher.h
11
#include "
base
/basictypes.h"
12
#include "
base
/file_path.h"
13
#include "
base
/memory/ref_counted.h"
14
#include "
base
/message_loop_proxy.h"
16
namespace
base
{
namespace
33
class Delegate : public
base
::RefCountedThreadSafe<Delegate> {
73
class PlatformDelegate : public
base
::RefCountedThreadSafe<PlatformDelegate> {
94
scoped_refptr<
base
::MessageLoopProxy> message_loop() const {
98
void set_message_loop(
base
::MessageLoopProxy* loop) {
112
friend class
base
::RefCountedThreadSafe<PlatformDelegate>
[
all
...]
file_path_watcher_win.cc
5
#include "
base
/files/file_path_watcher.h"
7
#include "
base
/file_path.h"
8
#include "
base
/file_util.h"
9
#include "
base
/logging.h"
10
#include "
base
/memory/ref_counted.h"
11
#include "
base
/message_loop_proxy.h"
12
#include "
base
/time.h"
13
#include "
base
/win/object_watcher.h"
15
namespace
base
{
namespace
21
public
base
::win::ObjectWatcher::Delegate
[
all
...]
/external/chromium/base/i18n/
icu_string_conversions.cc
5
#include "
base
/i18n/icu_string_conversions.h"
9
#include "
base
/basictypes.h"
10
#include "
base
/logging.h"
11
#include "
base
/string_util.h"
12
#include "
base
/utf_string_conversions.h"
19
namespace
base
{
namespace
294
} // namespace
base
/external/chromium/base/memory/
weak_ptr.h
55
#include "
base
/base_api.h"
56
#include "
base
/logging.h"
57
#include "
base
/memory/ref_counted.h"
58
#include "
base
/threading/thread_checker.h"
60
namespace
base
{
namespace
69
// via
base
::WeakPtr::~WeakPtr().
80
friend class
base
::RefCountedThreadSafe<Flag>;
123
//
base
class gives us a way to access ref_ in a protected fashion.
253
} // namespace
base
/external/chromium/base/metrics/
field_trial.h
56
//
base
::FieldTrialList::Find("MemoryExperiment") &&
57
// !
base
::FieldTrialList::Find("MemoryExperiment")->group_name().empty());
81
#include "
base
/base_api.h"
82
#include "
base
/gtest_prod_util.h"
83
#include "
base
/memory/ref_counted.h"
84
#include "
base
/synchronization/lock.h"
85
#include "
base
/time.h"
87
namespace
base
{
namespace
158
friend class
base
::FieldTrialList;
288
base
::Lock lock_
[
all
...]
histogram_unittest.cc
7
#include "
base
/metrics/histogram.h"
8
#include "
base
/scoped_ptr.h"
9
#include "
base
/time.h"
12
namespace
base
{
namespace
329
// out to the
base
namespace here. We need to be friends to corrupt the
402
} // namespace
base
stats_counters.h
11
#include "
base
/base_api.h"
12
#include "
base
/metrics/stats_table.h"
13
#include "
base
/time.h"
15
namespace
base
{
namespace
50
base
::StatsCounter counter(name); \
57
base
::StatsRate hit_count(name); \
195
} // namespace
base
/external/chromium/base/synchronization/
waitable_event_watcher_posix.cc
5
#include "
base
/synchronization/waitable_event_watcher.h"
7
#include "
base
/message_loop.h"
8
#include "
base
/synchronization/lock.h"
9
#include "
base
/synchronization/waitable_event.h"
11
namespace
base
{
namespace
280
} // namespace
base
/external/chromium/base/threading/
platform_thread_posix.cc
5
#include "
base
/threading/platform_thread.h"
10
#include "
base
/logging.h"
11
#include "
base
/memory/scoped_ptr.h"
12
#include "
base
/safe_strerror_posix.h"
13
#include "
base
/threading/thread_restrictions.h"
32
namespace
base
{
namespace
49
base
::ThreadRestrictions::SetSingletonAllowed(false);
59
base
::InitThreading();
221
base
::ThreadRestrictions::AssertIOAllowed();
225
} // namespace
base
[
all
...]
platform_thread_win.cc
5
#include "
base
/threading/platform_thread.h"
7
#include "
base
/logging.h"
8
#include "
base
/threading/thread_restrictions.h"
9
#include "
base
/win/windows_version.h"
11
namespace
base
{
namespace
35
base
::ThreadRestrictions::SetSingletonAllowed(false);
49
if (stack_size > 0 &&
base
::win::GetVersion() >=
base
::win::VERSION_XP) {
136
base
::ThreadRestrictions::AssertIOAllowed();
147
} // namespace
base
[
all
...]
thread.h
11
#include "
base
/base_api.h"
12
#include "
base
/message_loop.h"
13
#include "
base
/message_loop_proxy.h"
14
#include "
base
/threading/platform_thread.h"
16
namespace
base
{
namespace
193
} // namespace
base
thread_collision_warner.h
11
#include "
base
/base_api.h"
12
#include "
base
/atomicops.h"
106
mutable
base
::ThreadCollisionWarner obj
110
base
::ThreadCollisionWarner::ScopedCheck s_check_##obj(&obj)
114
base
::ThreadCollisionWarner::ScopedRecursiveCheck sr_check_##obj(&obj)
117
base
::ThreadCollisionWarner::Check check_##obj(&obj)
128
namespace
base
{
namespace
242
} // 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<ThreadLocalTesterBase> TLPType;
19
ThreadLocalTesterBase(TLPType* tlp,
base
::WaitableEvent* done)
25
base
::WaitableEvent* done_;
30
SetThreadLocal(TLPType* tlp,
base
::WaitableEvent* done
[
all
...]
watchdog.h
24
#include "
base
/base_api.h"
25
#include "
base
/synchronization/condition_variable.h"
26
#include "
base
/synchronization/lock.h"
27
#include "
base
/threading/platform_thread.h"
28
#include "
base
/time.h"
30
namespace
base
{
namespace
97
} // namespace
base
Completed in 237 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>