/external/chromium/chrome/common/deprecated/ |
event_sys-inl.h | 11 #include "base/basictypes.h" 12 #include "base/logging.h" 13 #include "base/message_loop.h" 14 #include "base/port.h" 15 #include "base/synchronization/condition_variable.h" 16 #include "base/synchronization/lock.h" 68 void WaitForCallbackToComplete(base::Lock* listeners_mutex) { 70 base::AutoLock lock(mutex_); 83 base::AutoLock lock(mutex_); 91 base::Lock mutex_ [all...] |
/external/chromium/chrome/common/ |
json_pref_store.h | 11 #include "base/basictypes.h" 12 #include "base/file_path.h" 13 #include "base/memory/scoped_ptr.h" 14 #include "base/observer_list.h" 18 namespace base { namespace 41 base::MessageLoopProxy* file_message_loop_proxy);
|
service_process_util_linux.cc | 10 #include "base/command_line.h" 11 #include "base/file_util.h" 12 #include "base/logging.h" 13 #include "base/threading/platform_thread.h" 32 base::PlatformThread::Sleep(100 * i); 62 base::ProcessId process_id) {
|
/external/chromium/googleurl/base/ |
string16.cc | 29 #include "base/string16.h" 40 namespace base { namespace 90 } // namespace base 92 template class std::basic_string<char16, base::string16_char_traits>;
|
/external/chromium/net/base/ |
directory_lister.cc | 5 #include "net/base/directory_lister.h" 10 #include "base/file_util.h" 11 #include "base/i18n/file_util_icu.h" 12 #include "base/message_loop.h" 13 #include "base/threading/platform_thread.h" 14 #include "base/threading/thread_restrictions.h" 15 #include "net/base/net_errors.h" 49 thread_(base::kNullThreadHandle) { 62 thread_(base::kNullThreadHandle) { 75 if (!base::PlatformThread::Create(0, this, &thread_)) [all...] |
network_change_notifier_mac.cc | 5 #include "net/base/network_change_notifier_mac.h" 10 #include "base/mac/scoped_cftyperef.h" 27 base::mac::ScopedCFTypeRef<CFMutableArrayRef> notification_keys( 29 base::mac::ScopedCFTypeRef<CFStringRef> key(
|
ssl_config_service.h | 11 #include "base/basictypes.h" 12 #include "base/memory/ref_counted.h" 13 #include "base/observer_list.h" 14 #include "net/base/net_export.h" 15 #include "net/base/x509_certificate.h" 101 class NET_EXPORT SSLConfigService : public base::RefCountedThreadSafe<SSLConfigService> { 155 friend class base::RefCountedThreadSafe<SSLConfigService>;
|
x509_openssl_util.cc | 5 #include "net/base/x509_openssl_util.h" 9 #include "base/logging.h" 10 #include "base/string_piece.h" 11 #include "net/base/x509_cert_types.h" 58 bool ParseDate(ASN1_TIME* x509_time, base::Time* time) { 64 base::StringPiece str_date(reinterpret_cast<const char*>(x509_time->data),
|
/external/chromium/net/disk_cache/ |
block_files.h | 13 #include "base/file_path.h" 14 #include "base/gtest_prod_util.h" 15 #include "base/memory/scoped_ptr.h" 19 namespace base { namespace 92 scoped_ptr<base::ThreadChecker> thread_checker_;
|
/external/chromium/net/ftp/ |
ftp_directory_listing_parser_netware_unittest.cc | 7 #include "base/format_macros.h" 8 #include "base/string_util.h" 9 #include "base/stringprintf.h" 10 #include "base/utf_string_conversions.h" 29 SCOPED_TRACE(base::StringPrintf("Test[%" PRIuS "]: %s", i, 56 SCOPED_TRACE(base::StringPrintf("Test[%" PRIuS "]: %s", i,
|
/external/chromium/net/http/ |
http_cache.h | 22 #include "base/basictypes.h" 23 #include "base/file_path.h" 24 #include "base/hash_tables.h" 25 #include "base/memory/scoped_ptr.h" 26 #include "base/memory/weak_ptr.h" 27 #include "base/message_loop_proxy.h" 28 #include "base/task.h" 29 #include "base/threading/non_thread_safe.h" 30 #include "net/base/cache_type.h" 31 #include "net/base/completion_callback.h [all...] |
http_net_log_params.cc | 7 #include "base/stringprintf.h" 8 #include "base/values.h" 27 new StringValue(base::StringPrintf("%s: %s", 50 new StringValue(base::StringPrintf("%s: %s", name.c_str(),
|
/external/chromium/net/proxy/ |
mock_proxy_resolver.h | 11 #include "base/memory/scoped_ptr.h" 13 #include "net/base/net_errors.h" 24 class Request : public base::RefCounted<Request> { 38 friend class base::RefCounted<Request>;
|
multi_threaded_proxy_resolver.h | 12 #include "base/basictypes.h" 13 #include "base/memory/ref_counted.h" 14 #include "base/memory/scoped_ptr.h" 15 #include "base/threading/non_thread_safe.h" 18 namespace base { namespace 20 } // namespace base 75 public base::NonThreadSafe {
|
/external/chromium/net/socket_stream/ |
socket_stream_job_manager.cc | 7 #include "base/memory/singleton.h" 34 base::AutoLock locked(lock_); 49 base::AutoLock locked(lock_);
|
/external/chromium/third_party/libevent/ |
event-internal.h | 45 /* set if we need to reinitialize the event base */ 90 int _evsignal_set_handler(struct event_base *base, int evsignal, 92 int _evsignal_restore_handler(struct event_base *base, int evsignal);
|
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...] |
/external/doclava/src/com/google/doclava/ |
ParsedTagInfo.java | 26 ParsedTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo sp) { 28 mContainer = base;
|
/external/emma/core/java12/com/vladium/emma/ |
AppLoggers.java | 36 public static Logger create (final String appName, final IProperties properties, final Logger base) 73 return Logger.create (level, null, appName, filter, base);
|
/external/emma/core/java12/com/vladium/util/ |
XProperties.java | 33 public XProperties (final Properties base) 35 super (base);
|
/external/expat/xmlwf/ |
xmlfile.c | 101 resolveSystemId(const XML_Char *base, const XML_Char *systemId, 106 if (!base 114 *toFree = (XML_Char *)malloc((tcslen(base) + tcslen(systemId) + 2) 118 tcscpy(*toFree, base); 133 const XML_Char *base, 144 filename = resolveSystemId(base, systemId, &s); 201 const XML_Char *base, 209 filename = resolveSystemId(base, systemId, &s);
|
/external/freetype/include/freetype/internal/ |
ftvalid.h | 82 const FT_Byte* base; /* address of table in memory */ member in struct:FT_ValidatorRec_ 83 const FT_Byte* limit; /* `base' + sizeof(table) in memory */ 97 const FT_Byte* base,
|
/external/freetype/src/base/ |
ftapi.c | 45 FT_Byte* base, 51 FT_Stream_OpenMemory( stream, base, size );
|
/external/guava/guava/src/com/google/common/base/ |
Enums.java | 17 package com.google.common.base; 19 import static com.google.common.base.Preconditions.checkNotNull;
|
FunctionalEquivalence.java | 17 package com.google.common.base; 19 import static com.google.common.base.Preconditions.checkNotNull;
|