HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 976 - 1000 of 4795) sorted by null

<<31323334353637383940>>

  /external/chromium_org/base/allocator/
type_profiler.cc 7 #include "base/allocator/type_profiler.h"
17 base::type_profiler::InterceptFunction* g_new_intercept = NopIntercept;
18 base::type_profiler::InterceptFunction* g_delete_intercept = NopIntercept;
34 namespace base { namespace
41 // that do not and should not depend on base/base.gyp:base
61 } // namespace base
  /external/chromium_org/base/android/
activity_status.h 10 #include "base/android/jni_android.h"
11 #include "base/base_export.h"
12 #include "base/basictypes.h"
13 #include "base/memory/ref_counted.h"
14 #include "base/memory/singleton.h"
15 #include "base/observer_list_threadsafe.h"
17 namespace base { namespace
24 #include "base/android/activity_state_list.h"
29 // Android Activity. This mirrors org.chromium.base.ActivityStatus.
46 // new ActivityStatus::Listener(base::Bind(&OnActivityStateChange))
    [all...]
important_file_writer_android.cc 5 #include "base/android/important_file_writer_android.h"
9 #include "base/android/jni_string.h"
10 #include "base/files/important_file_writer.h"
11 #include "base/threading/thread_restrictions.h"
14 namespace base { namespace
23 base::ThreadRestrictions::ScopedAllowIO allow_io;
25 base::android::ConvertJavaStringToUTF8(env, file_name, &native_file_name);
26 base::FilePath path(native_file_name);
31 bool result = base::ImportantFileWriter::WriteFileAtomically(
42 } // namespace base
    [all...]
jni_string.cc 5 #include "base/android/jni_string.h"
7 #include "base/android/jni_android.h"
8 #include "base/logging.h"
9 #include "base/strings/utf_string_conversions.h"
15 const base::StringPiece16& str) {
17 base::android::CheckException(env);
23 namespace base { namespace
54 const base::StringPiece& str) {
93 const base::StringPiece16& str) {
99 } // namespace base
    [all...]
  /external/chromium_org/base/android/java/src/org/chromium/base/
CpuFeatures.java 5 package org.chromium.base;
20 @JNINamespace("base::android")
JavaHandlerThread.java 5 package org.chromium.base;
16 @JNINamespace("base::android")
MemoryPressureListener.java 5 package org.chromium.base;
WeakContext.java 5 package org.chromium.base;
  /external/chromium_org/base/
at_exit.cc 5 #include "base/at_exit.h"
10 #include "base/bind.h"
11 #include "base/callback.h"
12 #include "base/logging.h"
14 namespace base { namespace
47 RegisterTask(base::Bind(func, param));
51 void AtExitManager::RegisterTask(base::Closure task) {
71 base::Closure task = g_top_manager->stack_.top();
82 } // namespace base
at_exit.h 10 #include "base/base_export.h"
11 #include "base/basictypes.h"
12 #include "base/callback.h"
13 #include "base/synchronization/lock.h"
15 namespace base { namespace
20 // mostly used by base::Singleton.
25 // base::AtExitManager exit_manager;
46 static void RegisterTask(base::Closure task);
60 base::Lock lock_;
61 std::stack<base::Closure> stack_
    [all...]
atomic_ref_count.h 6 // counting. Please use base/memory/ref_counted.h directly instead.
14 #include "base/atomicops.h"
15 #include "base/third_party/dynamic_annotations/dynamic_annotations.h"
17 namespace base { namespace
43 base::AtomicRefCountIncN(ptr, 1);
50 return base::AtomicRefCountDecN(ptr, 1);
78 } // namespace base
bind_internal_win.h 11 // conventions. Please see base/bind_internal.h for more info.
21 namespace base { namespace
364 } // namespace base
bits.h 10 #include "base/basictypes.h"
11 #include "base/logging.h"
13 namespace base { namespace
45 } // namespace base
callback_internal.cc 5 #include "base/callback_internal.h"
7 #include "base/logging.h"
9 namespace base { namespace
38 } // namespace base
hash.cc 3 #include "base/hash.h"
8 namespace base { namespace
73 } // namespace base
  /external/chromium_org/base/debug/
crash_logging.h 11 #include "base/base_export.h"
12 #include "base/basictypes.h"
13 #include "base/strings/string_piece.h"
21 namespace base { namespace
27 BASE_EXPORT void SetCrashKeyValue(const base::StringPiece& key,
28 const base::StringPiece& value);
29 BASE_EXPORT void ClearCrashKey(const base::StringPiece& key);
32 BASE_EXPORT void SetCrashKeyToStackTrace(const base::StringPiece& key,
38 BASE_EXPORT void SetCrashKeyFromAddresses(const base::StringPiece& key,
46 ScopedCrashKey(const base::StringPiece& key, const base::StringPiece& value)
    [all...]
debug_on_start_win.cc 5 #include "base/debug/debug_on_start_win.h"
9 #include "base/base_switches.h"
10 #include "base/basictypes.h"
11 #include "base/debug/debugger.h"
13 namespace base { namespace
62 base::debug::SpawnDebuggerOnProcess(GetCurrentProcessId());
65 base::debug::WaitForDebugger(60, false);
68 base::debug::WaitForDebugger(60, true);
74 } // namespace base
leak_tracker.h 14 #include "base/containers/linked_list.h"
15 #include "base/debug/stack_trace.h"
16 #include "base/logging.h"
32 // base::LeakTracker<URLRequest> leak_tracker_;
46 namespace base { namespace
134 } // namespace base
leak_tracker_unittest.cc 5 #include "base/debug/leak_tracker.h"
6 #include "base/memory/scoped_ptr.h"
9 namespace base { namespace
113 } // namespace base
stack_trace.cc 5 #include "base/debug/stack_trace.h"
7 #include "base/basictypes.h"
14 namespace base { namespace
41 } // namespace base
stack_trace.h 11 #include "base/base_export.h"
22 namespace base { namespace
92 int base,
99 } // namespace base
  /external/chromium_org/base/files/
dir_reader_fallback.h 8 namespace base { namespace
33 } // namespace base
file_path_watcher.cc 8 #include "base/files/file_path_watcher.h"
10 #include "base/logging.h"
11 #include "base/message_loop/message_loop.h"
13 namespace base { namespace
39 } // namespace base
memory_mapped_file.h 8 #include "base/base_export.h"
9 #include "base/basictypes.h"
10 #include "base/platform_file.h"
17 namespace base { namespace
74 } // namespace base
  /external/chromium_org/base/i18n/
break_iterator_unittest.cc 5 #include "base/i18n/break_iterator.h"
7 #include "base/strings/string_piece.h"
8 #include "base/strings/stringprintf.h"
9 #include "base/strings/utf_string_conversions.h"
12 namespace base { namespace
94 UTF8ToUTF16(base::StringPrintf("%s a", very_wide_char)));
199 UTF8ToUTF16(base::StringPrintf("%s a", very_wide_char)));
297 UTF8ToUTF16(base::StringPrintf("%s\na", very_wide_char)));
338 } // namespace base

Completed in 385 milliseconds

<<31323334353637383940>>