/external/chromium/base/ |
shared_memory_unittest.cc | 5 #include "base/basictypes.h" 6 #include "base/mac/scoped_nsautorelease_pool.h" 7 #include "base/memory/scoped_ptr.h" 8 #include "base/shared_memory.h" 9 #include "base/test/multiprocess_test.h" 10 #include "base/threading/platform_thread.h" 11 #include "base/time.h" 18 namespace base { namespace 401 } // namespace base
|
string_piece.h | 24 #include "base/base_api.h" 25 #include "base/basictypes.h" 27 namespace base { namespace 191 } // namespace base
|
time.h | 28 #include "base/base_api.h" 29 #include "base/basictypes.h" 42 namespace base { namespace 558 } // namespace base
|
/external/chromium/base/win/ |
pe_image_unittest.cc | 8 #include "base/win/pe_image.h" 9 #include "base/win/windows_version.h" 11 namespace base { namespace 153 if (base::win::GetVersion() == base::win::VERSION_SERVER_2003) 219 } // namespace base
|
registry.cc | 5 #include "base/win/registry.h" 9 #include "base/logging.h" 10 #include "base/threading/thread_restrictions.h" 14 namespace base { namespace 27 base::ThreadRestrictions::AssertIOAllowed(); 49 base::ThreadRestrictions::AssertIOAllowed(); 60 base::ThreadRestrictions::AssertIOAllowed(); 69 base::ThreadRestrictions::AssertIOAllowed(); 82 base::ThreadRestrictions::AssertIOAllowed(); 95 base::ThreadRestrictions::AssertIOAllowed() [all...] |
/external/chromium/chrome/browser/chromeos/frame/ |
panel_controller.h | 12 #include "ui/base/x/x11_util.h" 19 namespace base { namespace 176 base::TimeTicks urgent_cleared_time_;
|
/external/chromium/chrome/browser/chromeos/login/ |
parallel_authenticator.h | 12 #include "base/basictypes.h" 13 #include "base/gtest_prod_util.h" 14 #include "base/memory/ref_counted.h" 15 #include "base/memory/scoped_ptr.h" 30 namespace base { namespace 262 base::Lock success_lock_; // A lock around already_reported_success_. 267 base::Lock localaccount_lock_; // A lock around checked_for_localaccount_.
|
/external/chromium/chrome/browser/download/ |
save_package.h | 13 #include "base/basictypes.h" 14 #include "base/file_path.h" 15 #include "base/gtest_prod_util.h" 16 #include "base/hash_tables.h" 17 #include "base/memory/ref_counted.h" 18 #include "base/task.h" 36 namespace base { namespace 58 class SavePackage : public base::RefCountedThreadSafe<SavePackage>, 151 friend class base::RefCountedThreadSafe<SavePackage>; 171 // Return max length of a path for a specific base directory [all...] |
/external/chromium/chrome/browser/history/ |
history.h | 13 #include "base/basictypes.h" 14 #include "base/callback.h" 15 #include "base/file_path.h" 16 #include "base/memory/ref_counted.h" 17 #include "base/memory/scoped_ptr.h" 18 #include "base/string16.h" 19 #include "base/task.h" 43 namespace base { namespace 70 class HistoryDBTask : public base::RefCountedThreadSafe<HistoryDBTask> { 86 friend class base::RefCountedThreadSafe<HistoryDBTask> [all...] |
in_memory_url_index.h | 16 #include "base/basictypes.h" 17 #include "base/file_path.h" 18 #include "base/gtest_prod_util.h" 19 #include "base/memory/linked_ptr.h" 20 #include "base/memory/scoped_ptr.h" 21 #include "base/string16.h" 30 namespace base { namespace 385 base::Time last_saved_;
|
/external/chromium/chrome/browser/prerender/ |
prerender_contents.h | 12 #include "base/scoped_ptr.h" 13 #include "base/time.h" 28 namespace base { namespace 103 base::TimeTicks load_start_time() const { return load_start_time_; } 222 base::ProcessMetrics* MaybeGetProcessMetrics(); 270 base::TimeTicks load_start_time_; 274 scoped_ptr<base::ProcessMetrics> process_metrics_;
|
/external/chromium/chrome/browser/profiles/ |
profile.h | 12 #include "base/base_api.h" 14 #include "base/basictypes.h" 15 #include "base/logging.h" 20 namespace base { namespace 475 virtual base::Time GetStartTime() const = 0;
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_database.h | 12 #include "base/file_path.h" 13 #include "base/memory/scoped_ptr.h" 14 #include "base/synchronization/lock.h" 15 #include "base/task.h" 19 namespace base { namespace 91 base::Time last_update) = 0; 213 base::Time last_update); 289 base::Lock lookup_lock_;
|
safe_browsing_service.h | 17 #include "base/hash_tables.h" 18 #include "base/memory/ref_counted.h" 19 #include "base/memory/scoped_ptr.h" 20 #include "base/synchronization/lock.h" 21 #include "base/task.h" 22 #include "base/time.h" 33 namespace base { namespace 43 : public base::RefCountedThreadSafe<SafeBrowsingService> { 83 base::TimeTicks start; // When check was sent to SB service. 244 void LogPauseDelay(base::TimeDelta time) [all...] |
/external/chromium/googleurl/src/ |
gurl_unittest.cc | 9 // Some implementations of base/basictypes.h may define ARRAYSIZE. 160 const char* base; member in struct:ResolveCase 178 GURL input(resolve_cases[i].base); 184 GURL inputw(ConvertUTF8ToUTF16(resolve_cases[i].base)); 233 const char* base; member in struct:ReplaceCase 254 GURL url(cur.base);
|
url_canon_ip.cc | 34 #include "base/basictypes.h" 35 #include "base/logging.h" 42 // Converts one of the character types that represent a numerical base to the 43 // corresponding base. 123 // Figure out the base 124 SharedCharTypes base; local 125 int base_prefix_len = 0; // Size of the prefix for this base. 129 base = CHAR_DEC; 132 base = CHAR_HEX; 135 base = CHAR_OCT [all...] |
/external/chromium/third_party/libevent/ |
evrpc.c | 66 struct evrpc_base* base = calloc(1, sizeof(struct evrpc_base)); local 67 if (base == NULL) 73 TAILQ_INIT(&base->registered_rpcs); 74 TAILQ_INIT(&base->input_hooks); 75 TAILQ_INIT(&base->output_hooks); 76 base->http_server = http_server; 78 return (base); 82 evrpc_free(struct evrpc_base *base) 87 while ((rpc = TAILQ_FIRST(&base->registered_rpcs)) != NULL) { 88 assert(evrpc_unregister_rpc(base, rpc->uri)) 105 struct _evrpc_hooks *base = vbase; local 151 struct _evrpc_hooks *base = vbase; local [all...] |
evrpc.h | 51 * base with: 53 * struct evrpc_base *base = evrpc_init(http); 57 * EVRPC_REGISTER(base, SendCommand, Request, Reply, FunctionCB, arg); 106 struct evrpc_base *base; member in struct:evrpc 261 /** Creates a new rpc base from which RPC requests can be received 270 * Frees the evrpc base 274 * @param base the evrpc_base object to be freed 277 void evrpc_free(struct evrpc_base *base); 284 * @param base the evrpc_base structure in which the RPC should be 295 #define EVRPC_REGISTER(base, name, request, reply, callback, cbarg) [all...] |
http-internal.h | 91 struct event_base *base; member in struct:evhttp_connection 124 struct event_base *base; member in struct:evhttp
|
/external/clang/lib/ARCMigrate/ |
Transforms.cpp | 263 typedef RecursiveASTVisitor<ASTTransform> base; typedef in class:__anon4599::ASTTransform 277 return base::TraverseObjCImplementationDecl(D);
|
/external/clang/test/CodeGenCXX/ |
value-init.cpp | 63 A base; member in struct:test1::B
|
/external/clang/test/SemaCXX/ |
static-cast.cpp | 3 struct B : public A {}; // Single public base. 4 struct C1 : public virtual B {}; // Single virtual base. 7 struct E : private A {}; // Single private base. expected-note 3 {{declared private here}} 59 (void)static_cast<A*>((E*)0); // expected-error {{cannot cast 'E' to its private base class 'A'}} 83 (void)static_cast<C1*>((A*)0); // expected-error {{cannot cast 'A *' to 'C1 *' via virtual base 'B'}} 84 (void)static_cast<C1&>(*((A*)0)); // expected-error {{cannot cast 'A' to 'C1 &' via virtual base 'B'}} 85 (void)static_cast<D*>((A*)0); // expected-error {{cannot cast 'A *' to 'D *' via virtual base 'B'}} 86 (void)static_cast<D&>(*((A*)0)); // expected-error {{cannot cast 'A' to 'D &' via virtual base 'B'}} 89 (void)static_cast<E*>((A*)0); // expected-error {{cannot cast private base class 'A' to 'E'}} 90 (void)static_cast<E&>(*((A*)0)); // expected-error {{cannot cast private base class 'A' to 'E'} 138 struct base {}; struct in namespace:pr5261 [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
Prototype.java | 170 Prototype base = intern(descriptor); local 173 return base; 180 return base.withFirstParameter(definer);
|
/external/doclava/src/com/google/doclava/ |
DoclavaDiff.java | 104 String base = "sites." + (i++); local 105 data.setValue(base + ".name", site.name()); 106 data.setValue(base + ".url", site.baseUrl().toString());
|
/external/freetype/src/cff/ |
cffgload.h | 53 /* base :: The base glyph outline. */ 87 FT_Outline* base; member in struct:CFF_Builder_ 113 FT_Byte* base; member in struct:CFF_Decoder_Zone_
|