/external/chromium/base/memory/ |
scoped_native_library_unittest.cc | 5 #include "base/memory/scoped_native_library.h" 7 #include "base/file_path.h" 25 FilePath path(base::GetNativeLibraryName(L"ddraw")); 26 base::ScopedNativeLibrary library(path);
|
/external/chromium/base/synchronization/ |
cancellation_flag.h | 9 #include "base/base_api.h" 10 #include "base/atomicops.h" 11 #include "base/threading/platform_thread.h" 13 namespace base { namespace 34 base::subtle::Atomic32 flag_; 42 } // namespace base
|
/external/chromium/chrome/browser/debugger/ |
devtools_remote.h | 9 #include "base/basictypes.h" 10 #include "base/memory/ref_counted.h" 18 : public base::RefCountedThreadSafe<DevToolsRemoteListener> { 28 friend class base::RefCountedThreadSafe<DevToolsRemoteListener>;
|
/external/chromium/chrome/browser/extensions/ |
external_extension_loader.h | 9 #include "base/file_path.h" 10 #include "base/memory/ref_counted.h" 11 #include "base/memory/scoped_ptr.h" 16 // Base class for gathering a list of external extensions. Subclasses 28 : public base::RefCountedThreadSafe<ExternalExtensionLoader> { 68 friend class base::RefCountedThreadSafe<ExternalExtensionLoader>;
|
/external/chromium/chrome/browser/history/ |
in_memory_database.cc | 7 #include "base/file_path.h" 8 #include "base/logging.h" 9 #include "base/metrics/histogram.h" 10 #include "base/time.h" 11 #include "base/utf_string_conversions.h" 87 base::TimeTicks begin_load = base::TimeTicks::Now(); 93 base::TimeTicks end_load = base::TimeTicks::Now(); 99 begin_load = base::TimeTicks::Now() [all...] |
visit_database.h | 67 void GetAllVisitsInRange(base::Time begin_time, base::Time end_time, 79 void GetVisitsInRangeForTransition(base::Time begin_time, 80 base::Time end_time, 96 void GetVisibleVisitsInRange(base::Time begin_time, base::Time end_time, 143 base::Time* first_visit); 146 bool GetStartDate(base::Time* first_visit);
|
/external/chromium/chrome/browser/ |
mach_broker_mac.h | 14 #include "base/memory/singleton.h" 15 #include "base/process.h" 16 #include "base/process_util.h" 17 #include "base/synchronization/lock.h" 35 class MachBroker : public base::ProcessMetrics::PortProvider, 60 void AddPlaceholderForPid(base::ProcessHandle pid); 66 void FinalizePid(base::ProcessHandle pid, const MachInfo& mach_info); 69 void InvalidatePid(base::ProcessHandle pid); 73 base::Lock& GetLock(); 80 virtual mach_port_t TaskForPid(base::ProcessHandle process) const [all...] |
plugin_data_remover.h | 9 #include "base/memory/ref_counted.h" 10 #include "base/time.h" 15 namespace base { namespace 20 class PluginDataRemover : public base::RefCountedThreadSafe<PluginDataRemover>, 32 base::WaitableEvent* StartRemoving(base::Time begin_time); 59 friend class base::RefCountedThreadSafe<PluginDataRemover>; 77 base::Time remove_start_time_; 79 base::Time begin_time_; 80 scoped_ptr<base::WaitableEvent> event_ [all...] |
process_singleton_uitest.cc | 15 #include "base/file_path.h" 16 #include "base/file_util.h" 17 #include "base/memory/ref_counted.h" 18 #include "base/memory/scoped_temp_dir.h" 19 #include "base/path_service.h" 20 #include "base/process_util.h" 21 #include "base/threading/thread.h" 22 #include "base/test/test_timeouts.h" 23 #include "base/synchronization/waitable_event.h" 35 // We use the thread safe ref counted base class so that we can use th [all...] |
/external/chromium/chrome/browser/printing/ |
print_job_worker_owner.h | 9 #include "base/memory/ref_counted.h" 20 : public base::RefCountedThreadSafe<PrintJobWorkerOwner> { 41 friend class base::RefCountedThreadSafe<PrintJobWorkerOwner>;
|
/external/chromium/chrome/browser/sync/glue/ |
database_model_worker.h | 9 #include "base/callback.h" 12 namespace base { namespace 31 base::WaitableEvent* done);
|
/external/chromium/chrome/browser/ui/webui/chromeos/login/ |
login_ui_helpers.h | 11 #include "base/string_piece.h" 29 virtual base::StringPiece GetLoginHTML(); 30 virtual std::string GetFullHTML(base::StringPiece login_html,
|
/external/chromium/chrome/common/ |
guid_posix.cc | 7 #include "base/rand_util.h" 8 #include "base/stringprintf.h" 13 uint64 sixteen_bytes[2] = { base::RandUint64(), base::RandUint64() };
|
/external/chromium/net/base/ |
escape_icu.cc | 7 #include "net/base/escape.h" 9 #include "base/i18n/icu_string_conversions.h" 10 #include "base/utf_string_conversions.h" 19 if (!base::UTF16ToCodepage(text, codepage, 20 base::OnStringConversionError::SKIP, &encoded))
|
network_config_watcher_mac.h | 10 #include "base/basictypes.h" 11 #include "base/message_loop.h" 12 #include "base/mac/scoped_cftyperef.h" 13 #include "base/memory/scoped_ptr.h" 15 namespace base { namespace 21 // Base class for watching the Mac OS system network settings. 47 scoped_ptr<base::Thread> notifier_thread_;
|
ssl_cert_request_info.h | 12 #include "base/memory/ref_counted.h" 13 #include "net/base/net_export.h" 22 : public base::RefCountedThreadSafe<SSLCertRequestInfo> { 48 friend class base::RefCountedThreadSafe<SSLCertRequestInfo>;
|
winsock_init.cc | 7 #include "net/base/winsock_init.h" 9 #include "base/lazy_instance.h" 10 #include "base/logging.h" 40 static base::LazyInstance<WinsockInitSingleton> g_winsock_init_singleton( 41 base::LINKER_INITIALIZED);
|
/external/chromium/net/disk_cache/ |
trace.h | 13 #include "base/basictypes.h" 14 #include "base/memory/ref_counted.h" 24 class TraceObject : public base::RefCounted<TraceObject> { 25 friend class base::RefCounted<TraceObject>;
|
/external/chromium/net/ftp/ |
ftp_network_session.h | 9 #include "base/memory/ref_counted.h" 17 class FtpNetworkSession : public base::RefCounted<FtpNetworkSession> { 25 friend class base::RefCounted<FtpNetworkSession>;
|
/external/chromium/net/url_request/ |
url_request_throttler_entry.h | 12 #include "base/basictypes.h" 13 #include "net/base/backoff_entry.h" 97 const base::TimeTicks& earliest_time); 98 virtual base::TimeTicks GetExponentialBackoffReleaseTime() const; 110 virtual base::TimeTicks GetTimeNow() const; 125 base::TimeTicks sliding_window_release_time() const { 130 void set_sliding_window_release_time(const base::TimeTicks& release_time) { 141 base::TimeTicks sliding_window_release_time_; 145 std::queue<base::TimeTicks> send_log_; 147 const base::TimeDelta sliding_window_period_ [all...] |
/external/chromium/webkit/glue/ |
scoped_clipboard_writer_glue.h | 8 #include "ui/base/clipboard/scoped_clipboard_writer.h" 12 namespace base { namespace 28 base::SharedMemory* shared_buf_;
|
/external/doclava/src/com/google/doclava/ |
SeeTagInfo.java | 25 SeeTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo position) { 27 mBase = base; 44 public void makeHDF(Data data, String base) { 52 super.makeHDF(data, base); 54 data.setValue(base + ".label", linkRef.label); 56 data.setValue(base + ".href", linkRef.href); 64 public static void makeHDF(Data data, String base, SeeTagInfo[] tags) { 68 tag.makeHDF(data, base + "." + j);
|
/external/junit/src/org/junit/rules/ |
Verifier.java | 7 * Verifier is a base class for Rules like ErrorCollector, which can turn 29 public Statement apply(final Statement base, Description description) { 33 base.evaluate();
|
/external/kernel-headers/original/asm-arm/ |
div64.h | 9 * uint32_t do_div(uint64_t *n, uint32_t base) 11 * uint32_t remainder = *n % base; 12 * *n = *n / base; 30 #define do_div(n,base) \ 32 register unsigned int __base asm("r4") = base; \
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/ |
Android.mk | 23 base := frameworks/av macro 26 ifneq ($(shell grep -c 'off64_t offset' $(base)/drm/libdrmframework/plugins/common/include/IDrmEngine.h), 0) 54 $(base)/include/drm \ 55 $(base)/drm/libdrmframework/plugins/common/include \ 56 $(base)/drm/libdrmframework/plugins/common/util/include \ 57 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/common \ 58 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/converter \ 59 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/decoder \
|