HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 76 - 100 of 1449) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/base/memory/
scoped_native_library.h 9 #include "base/base_api.h"
10 #include "base/native_library.h"
14 namespace base { namespace
16 // A class which encapsulates a base::NativeLibrary object available only in a
51 } // namespace base
  /external/chromium/base/
message_loop_proxy.cc 5 #include "base/message_loop_proxy.h"
7 namespace base { namespace
19 } // namespace base
message_loop_proxy_impl.h 9 #include "base/base_api.h"
10 #include "base/message_loop.h"
11 #include "base/message_loop_proxy.h"
12 #include "base/synchronization/lock.h"
14 namespace base { namespace
54 mutable base::Lock message_loop_lock_;
60 } // namespace base
resource_util.cc 5 #include "base/logging.h"
6 #include "base/resource_util.h"
8 namespace base { namespace
sys_info_openbsd.cc 5 #include "base/sys_info.h"
10 #include "base/logging.h"
12 namespace base { namespace
25 } // namespace base
utf_string_conversion_utils.h 11 #include "base/string16.h"
13 namespace base { namespace
93 } // namespace base
atomicops.h 32 #include "base/basictypes.h"
35 namespace base { namespace
132 } // namespace base::subtle
133 } // namespace base
137 #include "base/atomicops_internals_x86_msvc.h"
139 #include "base/atomicops_internals_x86_macosx.h"
141 #include "base/atomicops_internals_x86_gcc.h"
143 #include "base/atomicops_internals_arm_gcc.h"
151 #include "base/atomicops_internals_atomicword_compat.h"
base64.cc 5 #include "base/base64.h"
9 namespace base { namespace
41 } // namespace base
base_paths_linux.cc 5 #include "base/base_paths.h"
11 #include "base/environment.h"
12 #include "base/file_path.h"
13 #include "base/file_util.h"
14 #include "base/logging.h"
15 #include "base/memory/scoped_ptr.h"
16 #include "base/path_service.h"
17 #include "base/nix/xdg_util.h"
24 namespace base { namespace
34 static const char kThisSourceFile[] = "base/base_paths_linux.cc"
    [all...]
base_paths_win.cc 5 #include "base/base_paths_win.h"
10 #include "base/file_path.h"
11 #include "base/file_util.h"
12 #include "base/path_service.h"
13 #include "base/win/windows_version.h"
18 namespace base { namespace
32 case base::FILE_EXE:
36 case base::FILE_MODULE: {
44 case base::DIR_WINDOWS:
48 case base::DIR_SYSTEM
    [all...]
callback.h 15 #include "base/callback_internal.h"
16 #include "base/callback_old.h"
20 // systems currently in the Chromium code base.
48 // base::Callback<int(void)> func_cb = base::Bind(&Return5);
52 // base::Closure void_func_cb = base::Bind(&PrintHi);
62 // base::Callback<int(void)> ref_cb = base::Bind(&Ref::Foo, ref.get());
65 // base::Closure void_ref_cb = base::Bind(&Ref::PrintBye, ref.get())
214 namespace base { namespace
    [all...]
  /external/chromium/base/synchronization/
lock.cc 11 #include "base/synchronization/lock.h"
12 #include "base/logging.h"
14 namespace base { namespace
39 } // namespace base
  /external/chromium/base/threading/
non_thread_safe_impl.cc 5 #include "base/threading/non_thread_safe_impl.h"
7 #include "base/logging.h"
9 namespace base { namespace
23 } // namespace base
thread_checker_impl.h 9 #include "base/base_api.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
worker_pool_win.cc 5 #include "base/threading/worker_pool.h"
7 #include "base/logging.h"
8 #include "base/task.h"
10 namespace base { namespace
40 } // namespace base
  /external/chromium/base/win/
i18n_unittest.cc 9 #include "base/win/i18n.h"
10 #include "base/win/windows_version.h"
12 namespace base { namespace
42 } // namespace base
  /external/chromium/chrome/browser/sync/glue/
password_model_worker.h 11 #include "base/basictypes.h"
12 #include "base/callback.h"
13 #include "base/memory/ref_counted.h"
17 namespace base { namespace
38 base::WaitableEvent* done);
  /external/chromium/chrome/browser/ui/webui/
print_preview_ui_html_source.h 14 namespace base { namespace
22 typedef std::pair<base::SharedMemory*, uint32> PrintPreviewData;
  /external/chromium/chrome/browser/visitedlink/
visitedlink_event_listener.h 13 #include "base/timer.h"
16 namespace base { namespace
25 virtual void NewTable(base::SharedMemory* table_memory);
32 base::OneShotTimer<VisitedLinkEventListener> coalesce_timer_;
  /external/chromium/chrome/common/deprecated/
event_sys.h 12 namespace base { namespace
17 // An abstract base class for listening to events.
32 template <typename EventTraits, typename NotifyLock = base::Lock,
33 typename ScopedNotifyLocker = base::AutoLock>
  /external/clang/test/CodeGenCXX/
debug-info-template-recursive.cpp 3 class base { }; class
5 template <class T> class foo : public base {
  /external/guava/guava-gwt/src/com/google/common/base/
GwtSerializationDependencies.java 17 package com.google.common.base;
  /frameworks/av/drm/libdrmframework/plugins/common/util/
Android.mk 25 base := frameworks/av macro
28 $(base)/include \
29 $(base)/include/drm \
30 $(base)/include/drm/plugins \
  /bionic/libc/inet/
inet_aton.c 71 int base, n; local
85 val = 0; base = 10;
89 base = 16, c = *++cp;
91 base = 8;
95 val = (val * base) + (c - '0');
97 } else if (base == 16 && isascii(c) && isxdigit(c)) {
  /device/moto/stingray/whisper/
SHA_TimeUtilsLoop.c 67 int i, base = 2000000 *multp; local
68 for(i=0;i<base;i++) {

Completed in 3025 milliseconds

1 2 34 5 6 7 8 91011>>