HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 626 - 650 of 1543) sorted by null

<<21222324252627282930>>

  /external/chromium/base/
sha1_portable.cc 5 #include "base/sha1.h"
9 #include "base/basictypes.h"
11 namespace base { namespace
215 } // namespace base
shared_memory_posix.cc 5 #include "base/shared_memory.h"
13 #include "base/file_util.h"
14 #include "base/logging.h"
15 #include "base/threading/platform_thread.h"
16 #include "base/safe_strerror_posix.h"
17 #include "base/threading/thread_restrictions.h"
18 #include "base/utf_string_conversions.h"
20 namespace base { namespace
108 base::ThreadRestrictions::ScopedAllowIO allow_io;
258 base::ThreadRestrictions::ScopedAllowIO allow_io
    [all...]
string_util.h 16 #include "base/base_api.h"
17 #include "base/basictypes.h"
18 #include "base/compiler_specific.h"
19 #include "base/string16.h"
20 #include "base/string_piece.h" // For implicit conversions.
25 #include "base/stringprintf.h"
29 namespace base { namespace
32 // cross-platform are provided as "base::strncasecmp", and their prototypes
119 // This function is intended to be called from base::vswprintf.
152 } // namespace base
    [all...]
timer.h 31 // base::RepeatingTimer<MyClass> timer_;
50 #include "base/base_api.h"
51 #include "base/logging.h"
52 #include "base/task.h"
53 #include "base/time.h"
57 namespace base { namespace
169 // Inform the Base that the timer is no longer active.
185 // Inform the Base that we're resetting the timer.
270 } // namespace base
  /external/chromium/base/synchronization/
condition_variable_win.cc 5 #include "base/synchronization/condition_variable.h"
9 #include "base/logging.h"
10 #include "base/synchronization/lock.h"
11 #include "base/time.h"
13 namespace base { namespace
447 } // namespace base
waitable_event_posix.cc 5 #include "base/synchronization/waitable_event.h"
7 #include "base/synchronization/condition_variable.h"
8 #include "base/synchronization/lock.h"
9 #include "base/message_loop.h"
32 namespace base { namespace
35 // This is just an abstract base class for waking the two types of waiters
45 base::AutoLock locked(kernel_->lock_);
50 base::AutoLock locked(kernel_->lock_);
67 base::AutoLock locked(kernel_->lock_);
92 base::AutoLock locked(lock_)
    [all...]
  /external/chromium/base/threading/
simple_thread.h 48 #include "base/base_api.h"
49 #include "base/basictypes.h"
50 #include "base/threading/platform_thread.h"
51 #include "base/synchronization/lock.h"
52 #include "base/synchronization/waitable_event.h"
54 namespace base { namespace
56 // This is the base SimpleThread. You can derive from it and implement the
178 base::Lock lock_; // Locks delegates_
182 } // namespace base
worker_pool_posix_unittest.cc 5 #include "base/threading/worker_pool_posix.h"
9 #include "base/synchronization/condition_variable.h"
10 #include "base/synchronization/lock.h"
11 #include "base/task.h"
12 #include "base/threading/platform_thread.h"
13 #include "base/synchronization/waitable_event.h"
16 namespace base { namespace
64 base::AutoLock locked(*counter_lock_);
69 base::AutoLock locked(*unique_threads_lock_);
93 base::WaitableEvent* start
    [all...]
  /external/chromium/base/win/
event_trace_provider.h 15 #include "base/base_api.h"
16 #include "base/basictypes.h"
18 namespace base { namespace
27 // Base class is a POD for correctness.
174 } // namespace base
i18n.cc 5 #include "base/win/i18n.h"
9 #include "base/logging.h"
151 namespace base { namespace
169 } // namespace base
windows_version.h 9 #include "base/base_api.h"
10 #include "base/memory/singleton.h"
14 namespace base { namespace
20 // "if (base::win::GetVersion() >= base::win::VERSION_VISTA) ...".
104 } // namespace base
  /external/chromium/chrome/browser/chromeos/cros/
cros_library.h 10 #include "base/basictypes.h"
11 #include "base/command_line.h"
12 #include "base/memory/scoped_ptr.h"
15 namespace base { namespace
111 friend struct base::DefaultLazyInstanceTraits<chromeos::CrosLibrary>;
  /external/chromium/chrome/browser/chromeos/
customization_document.h 12 #include "base/gtest_prod_util.h"
13 #include "base/memory/scoped_ptr.h"
14 #include "base/memory/singleton.h"
15 #include "base/timer.h"
16 #include "base/values.h"
25 namespace base { namespace
33 // Base class for OEM customization document classes.
120 base::Time expire_date;
194 base::OneShotTimer<ServicesCustomizationDocument> retry_timer_;
  /external/chromium/chrome/browser/chromeos/login/
google_authenticator.h 12 #include "base/basictypes.h"
13 #include "base/gtest_prod_util.h"
14 #include "base/memory/scoped_ptr.h"
27 namespace base { namespace
201 base::Lock localaccount_lock_; // A lock around checked_for_localaccount_.
  /external/chromium/chrome/browser/chromeos/status/
power_menu_button.h 11 #include "ui/base/models/menu_model.h"
15 namespace base { namespace
82 base::TimeDelta battery_time_to_full_;
83 base::TimeDelta battery_time_to_empty_;
  /external/chromium/net/base/
net_log.h 12 #include "base/basictypes.h"
13 #include "base/memory/ref_counted.h"
17 namespace base { namespace
42 #include "net/base/net_log_event_type_list.h"
57 #include "net/base/net_log_source_type_list.h"
78 // Base class for associating additional parameters with an event. Log
81 class EventParameters : public base::RefCountedThreadSafe<EventParameters> {
123 const base::TimeTicks& time,
137 static std::string TickCountToString(const base::TimeTicks& time);
154 const base::TimeTicks& time
    [all...]
  /external/chromium/third_party/libevent/test/
regress_rpc.c 133 struct evrpc_base *base = NULL; local
136 base = evrpc_init(http);
138 EVRPC_REGISTER(base, Message, msg, kill, MessageCb, NULL);
139 EVRPC_REGISTER(base, NeverReply, msg, kill, NeverReplyCb, NULL);
143 *pbase = base;
150 rpc_teardown(struct evrpc_base *base)
152 assert(EVRPC_UNREGISTER(base, Message) == 0);
153 assert(EVRPC_UNREGISTER(base, NeverReply) == 0);
155 evrpc_free(base);
180 struct evrpc_base *base = NULL local
263 struct evrpc_base *base = NULL; local
441 struct evrpc_base *base = NULL; local
512 struct evrpc_base *base = NULL; local
577 struct evrpc_base *base = NULL; local
    [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 32 typedef RecursiveASTVisitor<GCAttrsCollector> base; typedef in class:__anon5010::GCAttrsCollector
58 return base::TraverseDecl(D);
TransZeroOutPropsInDealloc.cpp 28 typedef RecursiveASTVisitor<ZeroOutInDeallocRemover> base; typedef in class:__anon5016::ZeroOutInDeallocRemover
136 base::TraverseObjCMethodDecl(D);
  /external/clang/test/SemaTemplate/
instantiate-exception-spec-cxx11.cpp 84 struct base { struct in namespace:core_19754_example
85 base() {} function in struct:core_19754_example::base
86 base(const typename T::type1 &);
87 base(const typename T::type2 &);
92 wrap<typename T::base> base; member in struct:core_19754_example::type1
97 wrap<typename T::base> base; member in struct:core_19754_example::type2
101 typedef base<types> base; typedef in struct:core_19754_example::types
    [all...]
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 28 typedef TestVisitor<CommentHandlerVisitor> base; typedef in class:clang::CommentHandlerVisitor
31 CommentHandlerVisitor() : base(), PP(0), Verified(false) { }
68 class CommentHandlerAction : public base::TestAction {
  /external/clang/utils/ABITest/
Enumeration.py 46 def base(line): function
51 return base(line)+index
61 while base(next)<=N:
69 #assert base(lo) <= N < base(hi)
71 if base(mid)<=N:
77 return line, N - base(line)
110 cornerSize = base(W)
  /external/clang/utils/VtableTest/
gen.cc 34 bool is_ambiguous(int s, int base) {
36 if ((base_present[base][i] & base_present[s][i]) == 1)
42 void add_bases(int s, int base) {
44 base_present[s][i] |= base_present[base][i];
48 if (!ret_types[base][i])
51 ret_types[s][i] = ret_types[base][i];
54 if (base_present[ret_types[base][i]][ret_types[s][i]])
55 // If the return type of the function from this base dominates
56 ret_types[s][i] = ret_types[base][i];
57 if (base_present[ret_types[s][i]][ret_types[base][i]]
91 int base = random() % (s-1) + 1; local
188 int base = bases[i]; local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize_addr2line_linux.cc 33 uptr base; member in struct:__tsan::ModuleDesc
41 uptr base; member in struct:__tsan::SectionDesc
104 m->base = (uptr)info->dlpi_addr;
107 DPrintf("Module %s %zx\n", m->name, m->base);
120 sec->base = info->dlpi_addr + s->p_vaddr;
121 sec->end = sec->base + s->p_memsz;
124 DPrintf(" Section %zx-%zx\n", sec->base, sec->end);
140 if (addr >= s->base && addr < s->end) {
154 uptr offset = addr - m->base;
  /external/dbus/dbus/
dbus-server-socket.c 52 DBusServer base; /**< Parent class members. */ member in struct:DBusServerSocket
318 if (!_dbus_server_init_base (&socket_server->base,
328 if (!_dbus_server_add_watch (&socket_server->base,
337 _dbus_server_finalize_base (&socket_server->base);

Completed in 1757 milliseconds

<<21222324252627282930>>