/external/libchrome/base/ |
thread_task_runner_handle.h | 8 #include "base/base_export.h" 9 #include "base/memory/ref_counted.h" 11 namespace base { namespace 39 } // namespace base
|
tracking_info.cc | 5 #include "base/tracking_info.h" 8 #include "base/tracked_objects.h" 10 namespace base { namespace 18 base::TimeTicks delayed_run_time) 27 } // namespace base
|
/external/libchrome/base/threading/ |
non_thread_safe_impl.h | 8 #include "base/base_export.h" 9 #include "base/threading/thread_checker_impl.h" 11 namespace base { namespace 37 } // namespace base
|
platform_thread_internal_posix.cc | 5 #include "base/threading/platform_thread_internal_posix.h" 7 #include "base/logging.h" 9 namespace base { namespace 35 } // namespace base
|
post_task_and_reply_impl.h | 11 #include "base/callback_forward.h" 12 #include "base/location.h" 14 namespace base { namespace 24 // PostTaskAndReply, you probably want base::SingleThreadTaskRunner, or you 25 // may want base::WorkerPool. 42 } // namespace base
|
worker_pool.h | 8 #include "base/base_export.h" 9 #include "base/callback_forward.h" 10 #include "base/memory/ref_counted.h" 18 namespace base { namespace 37 const base::Closure& task, bool task_is_slow); 58 } // namespace base
|
/external/libchrome/base/time/ |
clock.cc | 5 #include "base/time/clock.h" 7 namespace base { namespace 11 } // namespace base
|
clock.h | 8 #include "base/base_export.h" 9 #include "base/time/time.h" 11 namespace base { namespace 17 // See DefaultClock (base/time/default_clock.h) for the default 23 // See SimpleTestClock (base/test/simple_test_clock.h) for a simple 26 // See TickClock (base/time/tick_clock.h) for the equivalent interface for 38 } // namespace base
|
default_clock.cc | 5 #include "base/time/default_clock.h" 7 namespace base { namespace 15 } // namespace base
|
default_clock.h | 8 #include "base/base_export.h" 9 #include "base/compiler_specific.h" 10 #include "base/time/clock.h" 12 namespace base { namespace 23 } // namespace base
|
default_tick_clock.cc | 5 #include "base/time/default_tick_clock.h" 7 namespace base { namespace 15 } // namespace base
|
default_tick_clock.h | 8 #include "base/base_export.h" 9 #include "base/compiler_specific.h" 10 #include "base/time/tick_clock.h" 12 namespace base { namespace 23 } // namespace base
|
tick_clock.cc | 5 #include "base/time/tick_clock.h" 7 namespace base { namespace 11 } // namespace base
|
tick_clock.h | 8 #include "base/base_export.h" 9 #include "base/time/time.h" 11 namespace base { namespace 17 // See DefaultTickClock (base/time/default_tick_clock.h) for the default 23 // See SimpleTestTickClock (base/test/simple_test_tick_clock.h) for a 26 // See Clock (base/time/clock.h) for the equivalent interface for Times. 38 } // namespace base
|
/external/libchrome/base/timer/ |
elapsed_timer.cc | 5 #include "base/timer/elapsed_timer.h" 7 namespace base { namespace 17 } // namespace base
|
elapsed_timer.h | 8 #include "base/base_export.h" 9 #include "base/macros.h" 10 #include "base/time/time.h" 12 namespace base { namespace 28 } // namespace base
|
hi_res_timer_manager_unittest.cc | 5 #include "base/timer/hi_res_timer_manager.h" 9 #include "base/memory/scoped_ptr.h" 10 #include "base/message_loop/message_loop.h" 11 #include "base/power_monitor/power_monitor.h" 12 #include "base/power_monitor/power_monitor_device_source.h" 13 #include "base/time/time.h" 17 namespace base { namespace 24 base::MessageLoop loop(base::MessageLoop::TYPE_UI); 25 scoped_ptr<base::PowerMonitorSource> power_monitor_source [all...] |
/external/libchrome/dbus/ |
values_util.h | 12 namespace base { namespace 21 // Pops a value from |reader| as a base::Value. 25 CHROME_DBUS_EXPORT base::Value* PopDataAsValue(MessageReader* reader); 32 const base::Value& value); 40 const base::Value& value); 48 const base::Value& value); 56 const base::Value& value);
|
/external/libchrome/sandbox/linux/services/ |
thread_helpers.h | 8 #include "base/macros.h" 11 namespace base { class Thread; } namespace 32 static bool StartThreadAndWatchProcFS(int proc_fd, base::Thread* thread); 37 static bool StopThreadAndWatchProcFS(int proc_fd, base::Thread* thread);
|
/external/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/ |
ctor_alloc.pass.cpp | 23 typedef std::queue<int, std::deque<int, test_allocator<int> > > base; typedef in struct:test 25 explicit test(const test_allocator<int>& a) : base(a) {} 26 test(const container_type& c, const test_allocator<int>& a) : base(c, a) {} 28 test(container_type&& c, const test_allocator<int>& a) : base(std::move(c), a) {} 29 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
|
/external/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/ |
ctor_alloc.pass.cpp | 23 typedef std::stack<int, std::deque<int, test_allocator<int> > > base; typedef in struct:test 25 explicit test(const test_allocator<int>& a) : base(a) {} 26 test(const container_type& c, const test_allocator<int>& a) : base(c, a) {} 28 test(container_type&& c, const test_allocator<int>& a) : base(std::move(c), a) {} 29 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {}
|
/external/libweave/third_party/chromium/base/ |
bind.h | 8 #include "base/bind_internal.h" 9 #include "base/callback_internal.h" 15 // See base/callback.h for documentation. 23 // read the top comment of base/bind_internal.h for a definition of common 48 namespace base { namespace 51 base::Callback< 99 } // namespace base
|
command_line.h | 20 #include "base/base_export.h" 22 namespace base { namespace 29 } // namespace base
|
guid_posix.cc | 5 #include "base/guid.h" 9 #include "base/rand_util.h" 10 #include "base/strings/stringprintf.h" 12 namespace base { namespace 15 uint64_t sixteen_bytes[2] = {base::RandUint64(), base::RandUint64()}; 44 } // namespace base
|
/external/libweave/third_party/chromium/base/json/ |
json_reader.cc | 5 #include "base/json/json_reader.h" 7 #include "base/json/json_parser.h" 8 #include "base/logging.h" 9 #include "base/values.h" 11 namespace base { namespace 120 } // namespace base
|