/external/libchrome/base/mac/ |
scoped_nsautorelease_pool.mm | 5 #include "base/mac/scoped_nsautorelease_pool.h" 9 #include "base/logging.h" 11 namespace base { 32 } // namespace base
|
/external/libchrome/base/metrics/ |
metrics_hashes.h | 10 #include "base/base_export.h" 11 #include "base/strings/string_piece.h" 13 namespace base { namespace 17 BASE_EXPORT uint64_t HashMetricName(base::StringPiece name);
|
/external/libchrome/base/power_monitor/ |
power_observer.h | 8 #include "base/base_export.h" 9 #include "base/compiler_specific.h" 11 namespace base { namespace 29 } // namespace base
|
/external/libchrome/base/process/ |
kill.cc | 5 #include "base/process/kill.h" 7 #include "base/process/process_iterator.h" 9 namespace base { namespace 23 } // namespace base
|
/external/libchrome/base/test/ |
opaque_ref_counted.h | 8 #include "base/memory/ref_counted.h" 10 namespace base { namespace 20 } // namespace base 22 extern template class scoped_refptr<base::OpaqueRefCounted>;
|
simple_test_tick_clock.cc | 5 #include "base/test/simple_test_tick_clock.h" 7 #include "base/logging.h" 9 namespace base { namespace 31 } // namespace base
|
/external/libchrome/base/threading/ |
thread_task_runner_handle.cc | 5 #include "base/threading/thread_task_runner_handle.h" 9 #include "base/lazy_instance.h" 10 #include "base/logging.h" 11 #include "base/threading/sequenced_task_runner_handle.h" 12 #include "base/threading/thread_local.h" 14 namespace base { namespace 18 base::LazyInstance<base::ThreadLocalPointer<ThreadTaskRunnerHandle>>::Leaky 51 } // namespace base
|
/external/libmojo/base/android/ |
context_utils.h | 10 #include "base/android/scoped_java_ref.h" 11 #include "base/base_export.h" 13 namespace base { namespace 24 } // namespace base
|
memory_pressure_listener_android.h | 8 #include "base/android/jni_android.h" 9 #include "base/macros.h" 11 namespace base { namespace 29 } // namespace base
|
sys_utils_unittest.cc | 8 #include "base/sys_info.h" 11 namespace base { namespace 16 // computed by base::SysInfo::AmountOfPhysicalMemory(). 24 } // namespace base
|
/external/libmojo/base/android/java/src/org/chromium/base/ |
EventLog.java | 5 package org.chromium.base; 7 import org.chromium.base.annotations.CalledByNative; 8 import org.chromium.base.annotations.JNINamespace; 13 @JNINamespace("base::android")
|
PathService.java | 5 package org.chromium.base; 7 import org.chromium.base.annotations.JNINamespace; 12 @JNINamespace("base::android") 15 // Must match the value of DIR_MODULE in base/base_paths.h!
|
/external/libmojo/base/android/library_loader/ |
library_prefetcher_unittest.cc | 5 #include "base/android/library_loader/library_prefetcher.h" 12 #include "base/debug/proc_maps_linux.h" 13 #include "base/memory/shared_memory.h" 16 namespace base { namespace 20 const uint8_t kRead = base::debug::MappedMemoryRegion::READ; 21 const uint8_t kReadPrivate = base::debug::MappedMemoryRegion::READ | 22 base::debug::MappedMemoryRegion::PRIVATE; 23 const uint8_t kExecutePrivate = base::debug::MappedMemoryRegion::EXECUTE | 24 base::debug::MappedMemoryRegion::PRIVATE; 29 const base::debug::MappedMemoryRegion regions[4] = [all...] |
/external/libmojo/mojo/converters/blink/ |
BUILD.gn | 23 "//base", 36 "//base:message_loop_tests", 37 "//base/test:run_all_unittests", 38 "//base/test:test_support",
|
/external/libmojo/mojo/edk/test/ |
run_all_perftests.cc | 5 #include "base/command_line.h" 6 #include "base/test/multiprocess_test.h" 7 #include "base/test/perf_test_suite.h" 8 #include "base/test/test_io_thread.h" 17 base::InitAndroidMultiProcessTestHelper(main); 20 base::PerfTestSuite test(argc, argv); 23 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); 26 // loop, which is destructed inside base::LaunchUnitTests.
|
scoped_ipc_support.h | 8 #include "base/callback.h" 9 #include "base/memory/ref_counted.h" 10 #include "base/run_loop.h" 11 #include "base/task_runner.h" 19 base::TaskRunner* GetIoTaskRunner(); 29 scoped_refptr<base::TaskRunner> io_thread_task_runner); 34 scoped_refptr<base::TaskRunner> io_thread_task_runner_; 36 base::RunLoop run_loop_; 48 scoped_refptr<base::TaskRunner> io_thread_task_runner);
|
/external/libmojo/mojo/public/cpp/bindings/ |
string_traits_string_piece.h | 8 #include "base/strings/string_piece.h" 14 struct StringTraits<base::StringPiece> { 15 static bool IsNull(const base::StringPiece& input) { 16 // base::StringPiece is always converted to non-null mojom string. We could 24 static void SetToNull(base::StringPiece* output) { 25 // Convert null to an "empty" base::StringPiece. 29 static size_t GetSize(const base::StringPiece& input) { return input.size(); } 31 static const char* GetData(const base::StringPiece& input) { 35 static bool Read(StringDataView input, base::StringPiece* output) {
|
/external/libxml2/test/c14n/1-1-without-comments/ |
xmlbase-c14n11spec-102.xml | 4 Check that correct xml:base fixup is performed. 10 <doc xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="http://www.example.com/something/else"> 12 <e2 xmlns="" xml:id="abc" xml:base="../bar/"> 13 <e3 id="E3" xml:base="foo"/>
|
xmlbase-c14n11spec2-102.xml | 4 Check that correct xml:base fixup is performed. 10 <doc xmlns="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="something/else"> 12 <e2 xmlns="" xml:id="abc" xml:base="bar/"> 13 <e3 id="E3" xml:base="foo"/>
|
/external/selinux/libsepol/tests/ |
test-linker-cond-map.c | 37 * - single boolean in base 39 * - single boolean in base optional 41 * - 2 booleans in base 43 * - 2 booleans in base optional 45 * - 2 booleans, base and module 46 * - 2 booleans, base optional and module 47 * - 2 booleans, base optional and module optional 48 * - 3 booleans, base, base optional, module 49 * - 4 boolean, base, base optional, module, module optiona [all...] |
/external/testng/src/test/java/test/superclass/ |
BaseSampleTest3.java | 7 public void base() { method in class:BaseSampleTest3
|
/external/testng/src/test/java/test/testng249/ |
B.java | 5 public class B extends Base {
|
/external/v8/src/libplatform/ |
DEPS | 6 "+src/base",
|
worker-thread.h | 11 #include "src/base/compiler-specific.h" 12 #include "src/base/macros.h" 13 #include "src/base/platform/platform.h" 21 class V8_PLATFORM_EXPORT WorkerThread : public NON_EXPORTED_BASE(base::Thread) {
|
/external/v8/tools/clang/blink_gc_plugin/tests/ |
class_multiple_trace_bases.h | 12 class Base : public GarbageCollected<Base> { 27 class Derived1 : public Base, public Mixin1 { 32 class Derived2 : public Base, public Mixin1, public Mixin2 {
|