/external/libchrome/base/test/ |
test_file_util.h | 14 #include "base/compiler_specific.h" 15 #include "base/files/file_path.h" 16 #include "base/macros.h" 23 namespace base { namespace 33 // Wrapper over base::Delete. On Windows repeatedly invokes Delete in case 81 } // namespace base
|
test_simple_task_runner.h | 10 #include "base/compiler_specific.h" 11 #include "base/macros.h" 12 #include "base/single_thread_task_runner.h" 13 #include "base/test/test_pending_task.h" 14 #include "base/threading/thread_checker.h" 16 namespace base { namespace 61 base::TimeDelta NextPendingTaskDelay() const; 83 } // namespace base
|
/external/libchrome/base/threading/ |
platform_thread_internal_posix.h | 8 #include "base/threading/platform_thread.h" 10 namespace base { namespace 41 } // namespace base
|
thread_checker.h | 8 #include "base/logging.h" 9 #include "base/threading/thread_checker_impl.h" 21 namespace base { namespace 38 // base::NonThreadSafe, but it is meant to be held as a member variable, rather 39 // than inherited from base::NonThreadSafe. 41 // While inheriting from base::NonThreadSafe may give a clear indication about 44 // ThreadChecker member and inheriting from base::NonThreadSafe should be based 47 // having that functionality fully encapsulated in the base class. 48 // - Derived classes should be able to reassign the base class to another 77 } // namespace base [all...] |
thread_checker_impl.cc | 5 #include "base/threading/thread_checker_impl.h" 7 namespace base { namespace 34 } // namespace base
|
thread_checker_impl.h | 8 #include "base/base_export.h" 9 #include "base/compiler_specific.h" 10 #include "base/synchronization/lock.h" 11 #include "base/threading/platform_thread.h" 13 namespace base { namespace 36 mutable base::Lock lock_; 42 } // namespace base
|
thread_local_posix.cc | 5 #include "base/threading/thread_local.h" 9 #include "base/logging.h" 14 namespace base { namespace 41 } // namespace base
|
thread_local_storage_posix.cc | 5 #include "base/threading/thread_local_storage.h" 7 #include "base/logging.h" 9 namespace base { namespace 15 base::internal::PlatformThreadLocalStorage::OnThreadExit); 34 } // namespace base
|
/external/libchrome/base/timer/ |
hi_res_timer_manager.h | 8 #include "base/base_export.h" 9 #include "base/macros.h" 10 #include "base/power_monitor/power_observer.h" 12 namespace base { namespace 16 class BASE_EXPORT HighResolutionTimerManager : public base::PowerObserver { 21 // base::PowerObserver method. 36 } // namespace base
|
hi_res_timer_manager_posix.cc | 5 #include "base/timer/hi_res_timer_manager.h" 9 namespace base { namespace 24 } // namespace base
|
mock_timer.h | 8 #include "base/timer/timer.h" 10 namespace base { namespace 17 const base::Closure& user_task, 21 // base::Timer implementation. 23 base::TimeDelta GetCurrentDelay() const override; 25 base::TimeDelta delay, 26 const base::Closure& user_task) override; 34 base::Closure user_task_; 39 } // namespace base
|
/external/libchrome/base/trace_event/ |
heap_profiler_allocation_context_tracker.h | 10 #include "base/atomicops.h" 11 #include "base/base_export.h" 12 #include "base/logging.h" 13 #include "base/macros.h" 14 #include "base/trace_event/heap_profiler_allocation_context.h" 16 namespace base { namespace 71 } // namespace base
|
heap_profiler_type_name_deduplicator.h | 11 #include "base/base_export.h" 12 #include "base/macros.h" 13 #include "base/trace_event/trace_event_impl.h" 15 namespace base { namespace 44 } // namespace base
|
malloc_dump_provider.h | 10 #include "base/macros.h" 11 #include "base/memory/singleton.h" 12 #include "base/trace_event/memory_dump_provider.h" 20 namespace base { namespace 46 } // namespace base
|
memory_allocator_dump_guid.cc | 5 #include "base/trace_event/memory_allocator_dump_guid.h" 7 #include "base/format_macros.h" 8 #include "base/sha1.h" 9 #include "base/strings/stringprintf.h" 11 namespace base { namespace 38 } // namespace base
|
process_memory_maps_dump_provider.h | 8 #include "base/gtest_prod_util.h" 9 #include "base/macros.h" 10 #include "base/memory/singleton.h" 11 #include "base/trace_event/memory_dump_provider.h" 14 namespace base { namespace 39 } // namespace base
|
process_memory_totals_dump_provider.h | 10 #include "base/gtest_prod_util.h" 11 #include "base/macros.h" 12 #include "base/memory/scoped_ptr.h" 13 #include "base/memory/singleton.h" 14 #include "base/trace_event/memory_dump_provider.h" 16 namespace base { namespace 46 } // namespace base
|
trace_config_memory_test_util.h | 8 #include "base/strings/stringprintf.h" 9 #include "base/trace_event/memory_dump_manager.h" 11 namespace base { namespace 74 } // namespace base
|
trace_event_argument.h | 13 #include "base/macros.h" 14 #include "base/memory/scoped_ptr.h" 15 #include "base/pickle.h" 16 #include "base/strings/string_piece.h" 17 #include "base/trace_event/trace_event_impl.h" 19 namespace base { namespace 37 void SetString(const char* name, base::StringPiece value); 43 void SetIntegerWithCopiedName(base::StringPiece name, int value); 44 void SetDoubleWithCopiedName(base::StringPiece name, double value); 45 void SetBooleanWithCopiedName(base::StringPiece name, bool value) [all...] |
/external/libchrome/crypto/ |
nss_util.h | 11 #include "base/callback.h" 12 #include "base/compiler_specific.h" 13 #include "base/macros.h" 16 namespace base { namespace 20 } // namespace base 63 CRYPTO_EXPORT bool IsTPMTokenReady(const base::Closure& callback) 73 const base::Callback<void(bool)>& callback); 76 // Convert a NSS PRTime value into a base::Time object. 78 CRYPTO_EXPORT base::Time PRTimeToBaseTime(int64_t prtime); 80 // Convert a base::Time object into a PRTime value [all...] |
nss_util_internal.h | 10 #include "base/callback.h" 11 #include "base/compiler_specific.h" 12 #include "base/macros.h" 16 namespace base { namespace 28 CRYPTO_EXPORT ScopedPK11Slot OpenSoftwareNSSDB(const base::FilePath& path, 54 const base::Callback<void(ScopedPK11Slot)>& callback) WARN_UNUSED_RESULT; 68 const base::FilePath& path); 103 const base::Callback<void(ScopedPK11Slot)>& callback) WARN_UNUSED_RESULT;
|
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ |
ctor_alloc.pass.cpp | 24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; typedef in struct:test 25 typedef typename base::container_type container_type; 26 typedef typename base::value_compare value_compare; 28 explicit test(const test_allocator<int>& a) : base(a) {} 30 : base(comp, c, a) {} 32 const test_allocator<int>& a) : base(comp, c, a) {} 35 const test_allocator<int>& a) : base(comp, std::move(c), a) {} 36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} 40 using base::c;
|
ctor_comp_alloc.pass.cpp | 24 typedef std::priority_queue<T, std::vector<T, test_allocator<T> > > base; typedef in struct:test 25 typedef typename base::container_type container_type; 26 typedef typename base::value_compare value_compare; 28 explicit test(const test_allocator<int>& a) : base(a) {} 30 : base(comp, a) {} 32 const test_allocator<int>& a) : base(comp, c, a) {} 35 const test_allocator<int>& a) : base(comp, std::move(c), a) {} 36 test(test&& q, const test_allocator<int>& a) : base(std::move(q), a) {} 40 using base::c;
|
/external/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.1st/ |
binder1st.pass.cpp | 35 typedef std::binder1st<test_func> base; typedef in class:test
|
/external/libcxx/test/std/depr/depr.lib.binders/depr.lib.binder.2nd/ |
binder2nd.pass.cpp | 35 typedef std::binder2nd<test_func> base; typedef in class:test
|