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

<<11121314151617181920>>

  /external/chromium/base/threading/
simple_thread_unittest.cc 5 #include "base/atomic_sequence_num.h"
6 #include "base/string_number_conversions.h"
7 #include "base/threading/simple_thread.h"
8 #include "base/synchronization/waitable_event.h"
11 namespace base { namespace
170 } // namespace base
thread.cc 5 #include "base/threading/thread.h"
7 #include "base/lazy_instance.h"
8 #include "base/third_party/dynamic_annotations/dynamic_annotations.h"
9 #include "base/threading/thread_local.h"
10 #include "base/synchronization/waitable_event.h"
12 namespace base { namespace
20 base::LazyInstance<base::ThreadLocalBoolean> lazy_tls_bool(
21 base::LINKER_INITIALIZED);
179 } // namespace base
    [all...]
watchdog.cc 5 #include "base/threading/watchdog.h"
7 #include "base/compiler_specific.h"
8 #include "base/logging.h"
9 #include "base/threading/platform_thread.h"
11 namespace base { namespace
144 } // namespace base
worker_pool_posix.cc 5 #include "base/threading/worker_pool_posix.h"
7 #include "base/lazy_instance.h"
8 #include "base/logging.h"
9 #include "base/memory/ref_counted.h"
10 #include "base/stringprintf.h"
11 #include "base/task.h"
12 #include "base/threading/platform_thread.h"
13 #include "base/threading/worker_pool.h"
15 namespace base { namespace
33 scoped_refptr<base::PosixDynamicThreadPool> pool_
    [all...]
  /external/chromium/base/
utf_string_conversions_unittest.cc 5 #include "base/basictypes.h"
6 #include "base/logging.h"
7 #include "base/string_piece.h"
8 #include "base/string_util.h"
9 #include "base/utf_string_conversions.h"
12 namespace base { namespace
211 } // base
  /external/chromium/base/win/
event_trace_consumer.h 5 // Declaration of a Windows event trace consumer base class.
14 #include "base/basictypes.h"
16 namespace base { namespace
19 // This class is a base class that makes it easier to consume events
148 } // namespace base
object_watcher.cc 5 #include "base/win/object_watcher.h"
7 #include "base/logging.h"
9 namespace base { namespace
140 } // namespace base
pe_image.h 18 namespace base { namespace
262 } // namespace base
registry_unittest.cc 5 #include "base/win/registry.h"
8 namespace base { namespace
102 } // namespace base
scoped_bstr.cc 5 #include "base/win/scoped_bstr.h"
7 #include "base/logging.h"
9 namespace base { namespace
71 } // namespace base
scoped_comptr_unittest.cc 5 #include "base/win/scoped_comptr.h"
9 #include "base/memory/scoped_ptr.h"
12 namespace base { namespace
113 } // namespace base
scoped_gdi_object.h 11 #include "base/basictypes.h"
12 #include "base/logging.h"
14 namespace base { namespace
76 } // namespace base
  /external/chromium/chrome/browser/extensions/
user_script_master.h 9 #include "base/file_path.h"
10 #include "base/gtest_prod_util.h"
11 #include "base/memory/scoped_ptr.h"
12 #include "base/shared_memory.h"
18 namespace base { namespace
26 class UserScriptMaster : public base::RefCountedThreadSafe<UserScriptMaster>,
38 base::SharedMemory* GetSharedMemory() const {
43 void NewScriptsAvailable(base::SharedMemory* handle);
52 friend class base::RefCountedThreadSafe<UserScriptMaster>;
72 : public base::RefCountedThreadSafe<UserScriptMaster::ScriptReloader>
    [all...]
  /external/chromium/chrome/browser/net/
url_request_mock_net_error_job.cc 10 #include "base/file_util.h"
11 #include "base/message_loop.h"
12 #include "base/utf_string_conversions.h"
13 #include "net/base/net_errors.h"
14 #include "net/base/net_util.h"
15 #include "net/base/x509_certificate.h"
24 MockInfo(std::wstring base,
27 : base(base),
31 std::wstring base; member in struct:URLRequestMockNetErrorJob::MockInfo
    [all...]
  /external/chromium/chrome/browser/sync/glue/
ui_model_worker.h 9 #include "base/callback.h"
10 #include "base/synchronization/lock.h"
11 #include "base/synchronization/condition_variable.h"
12 #include "base/task.h"
16 namespace base { namespace
41 base::WaitableEvent* work_done,
54 base::WaitableEvent* work_done_;
119 base::Lock lock_;
126 base::ConditionVariable syncapi_event_;
  /external/chromium/third_party/libevent/
evrpc-internal.h 47 * this is shared between the base and the pool, so that we can reuse
77 struct event_base *base; member in struct:evrpc_pool
  /external/clang/lib/ARCMigrate/
TransBlockObjCVariable.cpp 46 typedef RecursiveASTVisitor<BlockVarChecker> base; typedef in class:__anon5008::RootBlockObjCVarRewriter::BlockVarChecker
62 return base::TraverseImplicitCastExpr(castE);
  /external/compiler-rt/lib/asan/
asan_posix.cc 68 void* base = MmapOrDie(kAltStackSize, __FUNCTION__); local
69 altstack.ss_sp = base;
  /external/elfutils/libdw/
dwarf_entry_breakpoints.c 143 Dwarf_Addr base; local
146 ptrdiff_t offset = INTUSE(dwarf_ranges) (die, 0, &base, &begin, &end);
168 offset = INTUSE(dwarf_ranges) (die, offset, &base, &begin, &end);
  /external/guava/guava/src/com/google/common/base/
AbstractIterator.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkState;
Optional.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkNotNull;
Throwables.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkNotNull;
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Stopwatch.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkNotNull;
20 import static com.google.common.base.Preconditions.checkState;
  /external/guava/guava-tests/test/com/google/common/base/
AsciiTest.java 17 package com.google.common.base;
EnumsTest.java 17 package com.google.common.base;

Completed in 311 milliseconds

<<11121314151617181920>>