HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 826 - 850 of 4749) sorted by null

<<31323334353637383940>>

  /external/libchrome/base/metrics/
histogram_snapshot_manager.cc 5 #include "base/metrics/histogram_snapshot_manager.h"
7 #include "base/memory/scoped_ptr.h"
8 #include "base/metrics/histogram_flattener.h"
9 #include "base/metrics/histogram_samples.h"
10 #include "base/metrics/statistics_recorder.h"
11 #include "base/stl_util.h"
13 namespace base { namespace
111 } // namespace base
histogram_snapshot_manager_unittest.cc 5 #include "base/metrics/histogram_snapshot_manager.h"
10 #include "base/macros.h"
11 #include "base/metrics/histogram_delta_serialization.h"
12 #include "base/metrics/histogram_macros.h"
13 #include "base/metrics/statistics_recorder.h"
16 namespace base { namespace
106 } // namespace base
sparse_histogram_unittest.cc 5 #include "base/metrics/sparse_histogram.h"
9 #include "base/memory/scoped_ptr.h"
10 #include "base/metrics/histogram_base.h"
11 #include "base/metrics/histogram_samples.h"
12 #include "base/metrics/sample_map.h"
13 #include "base/metrics/statistics_recorder.h"
14 #include "base/pickle.h"
15 #include "base/strings/stringprintf.h"
18 namespace base { namespace
149 } // namespace base
    [all...]
statistics_recorder.h 20 #include "base/base_export.h"
21 #include "base/callback.h"
22 #include "base/gtest_prod_util.h"
23 #include "base/lazy_instance.h"
24 #include "base/macros.h"
25 #include "base/metrics/histogram_base.h"
27 namespace base { namespace
81 typedef base::Callback<void(HistogramBase::Sample)> OnSampleCallback;
136 static base::Lock* lock_;
141 } // namespace base
    [all...]
  /external/libchrome/base/numerics/
safe_conversions.h 13 #include "base/logging.h"
14 #include "base/numerics/safe_conversions_impl.h"
16 namespace base { namespace
115 "- base::checked_cast\n"
116 "- base::saturated_cast\n"
117 "- base::CheckedNumeric");
163 } // namespace base
  /external/libchrome/base/posix/
file_descriptor_shuffle.cc 5 #include "base/posix/file_descriptor_shuffle.h"
11 #include "base/posix/eintr_wrapper.h"
12 #include "base/logging.h"
14 namespace base { namespace
100 } // namespace base
file_descriptor_shuffle.h 16 // base::InjectiveMultimap file_descriptor_map;
17 // file_descriptor_map.push_back(base::InjectionArc(devnull, 0, true));
18 // file_descriptor_map.push_back(base::InjectionArc(devnull, 2, true));
19 // file_descriptor_map.push_back(base::InjectionArc(pipe[1], 1, true));
20 // base::ShuffleFileDescriptors(file_descriptor_map);
26 #include "base/base_export.h"
27 #include "base/compiler_specific.h"
29 namespace base { namespace
85 } // namespace base
global_descriptors.cc 5 #include "base/posix/global_descriptors.h"
10 #include "base/logging.h"
12 namespace base { namespace
15 : key(key), fd(fd), region(base::MemoryMappedFile::Region::kWholeFile) {
20 base::MemoryMappedFile::Region region)
26 typedef Singleton<base::GlobalDescriptors,
27 LeakySingletonTraits<base::GlobalDescriptors> >
51 Set(key, fd, base::MemoryMappedFile::Region::kWholeFile);
56 base::MemoryMappedFile::Region region) {
68 base::MemoryMappedFile::Region GlobalDescriptors::GetRegion(Key key) const
    [all...]
global_descriptors.h 15 #include "base/files/memory_mapped_file.h"
16 #include "base/memory/singleton.h"
18 namespace base { namespace
42 Descriptor(Key key, int fd, base::MemoryMappedFile::Region region);
49 base::MemoryMappedFile::Region region;
71 base::MemoryMappedFile::Region GetRegion(Key key) const;
78 void Set(Key key, int fd, base::MemoryMappedFile::Region region);
90 } // namespace base
safe_strerror.cc 13 #include "base/posix/safe_strerror.h"
21 namespace base { namespace
124 } // namespace base
unix_domain_socket_linux_unittest.cc 11 #include "base/bind.h"
12 #include "base/bind_helpers.h"
13 #include "base/files/file_util.h"
14 #include "base/files/scoped_file.h"
15 #include "base/location.h"
16 #include "base/pickle.h"
17 #include "base/posix/unix_domain_socket_linux.h"
18 #include "base/single_thread_task_runner.h"
19 #include "base/synchronization/waitable_event.h"
20 #include "base/threading/thread.h
23 namespace base { namespace
    [all...]
  /external/libchrome/base/power_monitor/
power_monitor_device_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/power_monitor/power_monitor_source.h"
13 #include "base/power_monitor/power_observer.h"
27 #include "base/timer/timer.h"
34 namespace base { namespace
57 // power daemon, via D-Bus signals received on the UI thread. base can't
106 base::OneShotTimer delayed_battery_check_
    [all...]
  /external/libchrome/base/process/
internal_linux.h 6 // base/process/.
15 #include "base/files/file_path.h"
17 namespace base { namespace
31 base::FilePath GetProcPidDir(pid_t pid);
90 } // namespace base
kill.h 11 #include "base/files/file_path.h"
12 #include "base/process/process.h"
13 #include "base/process/process_handle.h"
14 #include "base/time/time.h"
17 namespace base { namespace
97 base::TimeDelta wait,
107 base::TimeDelta wait,
133 } // namespace base
process_iterator.cc 5 #include "base/process/process_iterator.h"
8 namespace base { namespace
66 } // namespace base
process_metrics.cc 5 #include "base/process/process_metrics.h"
9 #include "base/logging.h"
10 #include "base/values.h"
13 namespace base { namespace
51 return CreateProcessMetrics(base::GetCurrentProcessHandle());
53 return CreateProcessMetrics(base::GetCurrentProcessHandle(), nullptr);
98 } // namespace base
process_metrics_posix.cc 5 #include "base/process/process_metrics.h"
14 #include "base/logging.h"
17 namespace base { namespace
80 } // namespace base
  /external/libchrome/base/
rand_util.cc 5 #include "base/rand_util.h"
14 #include "base/logging.h"
15 #include "base/strings/string_util.h"
17 namespace base { namespace
26 static_cast<int>(min + static_cast<int64_t>(base::RandGenerator(range)));
33 return BitsToOpenEndedUnitInterval(base::RandUint64());
63 value = base::RandUint64();
76 } // namespace base
rand_util_posix.cc 5 #include "base/rand_util.h"
13 #include "base/files/file_util.h"
14 #include "base/lazy_instance.h"
15 #include "base/logging.h"
37 base::LazyInstance<URandomFd>::Leaky g_urandom_fd = LAZY_INSTANCE_INITIALIZER;
41 namespace base { namespace
61 } // namespace base
run_loop.h 8 #include "base/base_export.h"
9 #include "base/callback.h"
10 #include "base/macros.h"
11 #include "base/memory/weak_ptr.h"
12 #include "base/message_loop/message_loop.h"
15 namespace base { namespace
73 base::Closure QuitClosure();
80 friend class base::MessagePumpForUI;
86 friend class base::MessagePumpUIApplication;
114 base::WeakPtrFactory<RunLoop> weak_factory_
    [all...]
scoped_generic_unittest.cc 5 #include "base/scoped_generic.h"
12 namespace base { namespace
172 } // namespace base
sequenced_task_runner_helpers.h 8 #include "base/debug/alias.h"
9 #include "base/macros.h"
19 namespace base { namespace
75 // base::Closure from (function, object) and return the result of
111 } // namespace base
stl_util_unittest.cc 5 #include "base/stl_util.h"
13 // Used as test case to ensure the various base::STLXxx functions don't require
33 namespace base { namespace
267 } // namespace base
  /external/libchrome/base/strings/
string16.cc 5 #include "base/strings/string16.h"
18 #include "base/strings/utf_string_conversions.h"
20 namespace base { namespace
78 } // namespace base
80 template class std::basic_string<base::char16, base::string16_char_traits>;
string_split_unittest.cc 5 #include "base/strings/string_split.h"
9 #include "base/macros.h"
10 #include "base/strings/string_util.h"
11 #include "base/strings/utf_string_conversions.h"
17 namespace base { namespace
21 base::StringPairs kv_pairs;
272 std::vector<base::StringPiece> results =
274 base::TRIM_WHITESPACE, base::SPLIT_WANT_ALL);
280 std::vector<base::StringPiece> results = SplitStringPieceUsingSubstr
    [all...]

Completed in 163 milliseconds

<<31323334353637383940>>