OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base
(Results
201 - 225
of
5760
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libchrome/base/
bits_unittest.cc
7
#include "
base
/bits.h"
15
namespace
base
{
namespace
85
} // namespace
base
build_time.cc
5
#include "
base
/build_time.h"
7
#include "
base
/logging.h"
8
#include "
base
/time/time.h"
14
namespace
base
{
namespace
36
} // namespace
base
file_version_info.h
11
#include "
base
/base_export.h"
12
#include "
base
/strings/string16.h"
18
namespace
base
{
namespace
40
const
base
::FilePath& file_path);
55
virtual
base
::string16 company_name() = 0;
56
virtual
base
::string16 company_short_name() = 0;
57
virtual
base
::string16 product_name() = 0;
58
virtual
base
::string16 product_short_name() = 0;
59
virtual
base
::string16 internal_name() = 0;
60
virtual
base
::string16 product_version() = 0
[
all
...]
md5.h
11
#include "
base
/base_export.h"
12
#include "
base
/strings/string_piece.h"
14
namespace
base
{
namespace
76
} // namespace
base
post_task_and_reply_with_result_internal.h
10
#include "
base
/callback.h"
12
namespace
base
{
namespace
32
} // namespace
base
/external/libchrome/base/containers/
hash_tables.h
13
#include "
base
/hash.h"
24
// uses of BASE_HASH_NAMESPACE with
base
::hash_map do not interfere with
31
// Use
base
::IntPairHash from
base
/hash.h as a custom hasher instead.
35
return
base
::HashInts(value.first, value.second);
41
namespace
base
{
namespace
73
} // namespace
base
/external/libchrome/base/debug/
dump_without_crashing.cc
5
#include "
base
/debug/dump_without_crashing.h"
7
#include "
base
/logging.h"
17
namespace
base
{
namespace
35
} // namespace
base
/external/libchrome/base/files/
file_enumerator.cc
5
#include "
base
/files/file_enumerator.h"
7
#include "
base
/files/file_util.h"
9
namespace
base
{
namespace
21
} // namespace
base
scoped_file.cc
5
#include "
base
/files/scoped_file.h"
7
#include "
base
/logging.h"
14
#include "
base
/debug/alias.h"
15
#include "
base
/posix/eintr_wrapper.h"
18
namespace
base
{
namespace
38
base
::debug::Alias(&close_errno);
54
} // namespace
base
scoped_temp_dir.h
18
#include "
base
/base_export.h"
19
#include "
base
/files/file_path.h"
20
#include "
base
/macros.h"
22
namespace
base
{
namespace
63
} // namespace
base
/external/libchrome/base/memory/
shared_memory_android.cc
5
#include "
base
/memory/shared_memory.h"
10
#include "
base
/logging.h"
13
namespace
base
{
namespace
67
} // namespace
base
/external/libchrome/base/message_loop/
message_loop_test.h
8
#include "
base
/message_loop/message_loop.h"
16
namespace
base
{
namespace
48
} // namespace
base
52
base
::test::RunTest_PostTask(factory); \
55
base
::test::RunTest_PostDelayedTask_Basic(factory); \
58
base
::test::RunTest_PostDelayedTask_InDelayOrder(factory); \
61
base
::test::RunTest_PostDelayedTask_InPostOrder(factory); \
64
base
::test::RunTest_PostDelayedTask_InPostOrder_2(factory); \
67
base
::test::RunTest_PostDelayedTask_InPostOrder_3(factory); \
70
base
::test::RunTest_PostDelayedTask_SharedTimer(factory);
[
all
...]
message_pump.cc
5
#include "
base
/message_loop/message_pump.h"
7
namespace
base
{
namespace
18
} // namespace
base
timer_slack.h
8
namespace
base
{
namespace
20
} // namespace
base
/external/libchrome/base/metrics/
histogram_flattener.h
11
#include "
base
/macros.h"
12
#include "
base
/metrics/histogram.h"
14
namespace
base
{
namespace
49
} // namespace
base
metrics_hashes.cc
5
#include "
base
/metrics/metrics_hashes.h"
7
#include "
base
/logging.h"
8
#include "
base
/md5.h"
9
#include "
base
/sys_byteorder.h"
11
namespace
base
{
namespace
16
inline uint64_t DigestToUInt64(const
base
::MD5Digest& digest) {
20
return
base
::NetToHost64(value);
25
uint64_t HashMetricName(
base
::StringPiece name) {
26
base
::MD5Digest digest;
27
base
::MD5Sum(name.data(), name.size(), &digest)
[
all
...]
sample_map.h
16
#include "
base
/compiler_specific.h"
17
#include "
base
/macros.h"
18
#include "
base
/metrics/histogram_base.h"
19
#include "
base
/metrics/histogram_samples.h"
21
namespace
base
{
namespace
48
} // namespace
base
/external/libchrome/base/power_monitor/
power_monitor.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
/power_monitor/power_observer.h"
14
namespace
base
{
namespace
53
} // namespace
base
/external/libchrome/base/process/
process.h
8
#include "
base
/base_export.h"
9
#include "
base
/macros.h"
10
#include "
base
/process/process_handle.h"
11
#include "
base
/time/time.h"
15
#include "
base
/win/scoped_handle.h"
19
#include "
base
/feature_list.h"
20
#include "
base
/process/port_provider_mac.h"
23
namespace
base
{
namespace
123
// and there's no good way to get that from
base
given the pid. These Mac
183
} // namespace
base
[
all
...]
/external/libchrome/base/strings/
string16.h
36
#include "
base
/base_export.h"
41
namespace
base
{
namespace
47
} // namespace
base
53
namespace
base
{
137
typedef std::basic_string<char16,
base
::string16_char_traits> string16;
145
} // namespace
base
187
class BASE_EXPORT std::basic_string<
base
::char16,
base
::string16_char_traits>;
189
// Specialize std::hash for
base
::string16. Although the style guide forbids
191
// platforms, where
base
::string16 is a type alias for std::wstring
[
all
...]
string_util_posix.h
14
#include "
base
/logging.h"
16
namespace
base
{
namespace
35
} // namespace
base
utf_string_conversion_utils.h
14
#include "
base
/base_export.h"
15
#include "
base
/strings/string16.h"
17
namespace
base
{
namespace
98
} // namespace
base
/external/libchrome/base/synchronization/
atomic_flag.cc
5
#include "
base
/synchronization/atomic_flag.h"
7
#include "
base
/logging.h"
9
namespace
base
{
namespace
21
base
::subtle::Release_Store(&flag_, 1);
25
return
base
::subtle::Acquire_Load(&flag_) != 0;
29
base
::subtle::Release_Store(&flag_, 0);
32
} // namespace
base
atomic_flag.h
8
#include "
base
/atomicops.h"
9
#include "
base
/base_export.h"
10
#include "
base
/macros.h"
11
#include "
base
/sequence_checker.h"
13
namespace
base
{
namespace
36
base
::subtle::Atomic32 flag_ = 0;
42
} // namespace
base
/external/libchrome/base/task_scheduler/
scheduler_lock_impl.h
10
#include "
base
/base_export.h"
11
#include "
base
/macros.h"
12
#include "
base
/synchronization/lock.h"
14
namespace
base
{
namespace
44
} // namespace
base
Completed in 415 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>