/external/chromium/base/win/ |
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/policy/ |
user_policy_cache_unittest.cc | 10 #include "base/file_util.h" 11 #include "base/memory/scoped_temp_dir.h" 12 #include "base/message_loop.h" 13 #include "base/values.h" 66 const base::Time& timestamp, 79 (timestamp - base::Time::UnixEpoch()).InMilliseconds()); 199 EXPECT_EQ(base::Time(), cache.last_policy_refresh_time()); 207 EXPECT_EQ(base::Time(), cache.last_policy_refresh_time()); 212 CreateHomepagePolicy("", base::Time::NowFromSystemTime() + 213 base::TimeDelta::FromMinutes(5) [all...] |
/bionic/libc/inet/ |
inet_pton.c | 109 u_int digit, base; local 127 val = 0; base = 10; 131 base = 16, c = *++src; 133 base = 8; 136 if (pton && base != 10) 141 if (digit >= base) 143 val = (val * base) + digit; 145 } else if (base == 16 && isxdigit(c)) {
|
/build/tools/ |
fileslist.py | 28 base = len(root[:root.rfind(os.path.sep)]) 30 relative = dir[base:]
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t032subrulePredict.py | 11 def parserClass(self, base): 12 class TParser(base):
|
/external/astl/include/ |
iterator | 116 : mCurrent(i.base()) { } 160 const _Iterator& base() const { 173 { return lhs.base() == rhs.base(); } 179 { return lhs.base() == rhs.base(); } 185 { return lhs.base() != rhs.base(); } 191 { return lhs.base() != rhs.base(); } [all...] |
/external/bluetooth/bluez/audio/ |
gstrtpsbcpay.h | 26 #include <gst/base/gstadapter.h> 48 GstBaseRTPPayload base; member in struct:_GstRtpSBCPay
|
/external/chromium/base/ |
message_loop_proxy.h | 9 #include "base/base_api.h" 10 #include "base/basictypes.h" 11 #include "base/memory/ref_counted.h" 12 #include "base/task.h" 14 namespace base { namespace 23 : public base::RefCountedThreadSafe<MessageLoopProxy, 81 } // namespace base
|
message_loop_proxy_impl.h | 9 #include "base/base_api.h" 10 #include "base/message_loop.h" 11 #include "base/message_loop_proxy.h" 12 #include "base/synchronization/lock.h" 14 namespace base { namespace 54 mutable base::Lock message_loop_lock_; 60 } // namespace base
|
sys_string_conversions_unittest.cc | 9 #include "base/basictypes.h" 10 #include "base/string_piece.h" 11 #include "base/utf_string_conversions.h" 12 #include "base/sys_string_conversions.h" 22 using base::SysWideToUTF8; 51 using base::SysUTF8ToWide; 96 using base::SysWideToNativeMB; 127 using base::SysNativeMBToWide; 185 std::wstring trip = base::SysNativeMBToWide(base::SysWideToNativeMB(wide)) [all...] |
/external/chromium/chrome/browser/ |
browser_about_handler.h | 15 #include "base/process.h" 16 #include "base/string_util.h" 62 void RendererCallback(base::ProcessId pid, const std::string& output) { 78 void AboutTcmallocRendererCallback(base::ProcessId pid,
|
browsing_data_appcache_helper.h | 9 #include "base/memory/scoped_ptr.h" 10 #include "base/task.h" 20 : public base::RefCountedThreadSafe<BrowsingDataAppCacheHelper> { 34 friend class base::RefCountedThreadSafe<BrowsingDataAppCacheHelper>;
|
/external/chromium/chrome/browser/chromeos/ |
browser_main_chromeos.cc | 7 #include "base/lazy_instance.h" 8 #include "base/message_loop.h" 41 static base::LazyInstance<MessageLoopObserver> g_message_loop_observer( 42 base::LINKER_INITIALIZED);
|
network_state_notifier.h | 11 #include "base/memory/singleton.h" 12 #include "base/task.h" 13 #include "base/time.h" 55 static base::TimeDelta GetOfflineDuration(); 85 base::Time offline_start_time_;
|
/external/chromium/chrome/browser/chromeos/cros/ |
power_library.cc | 7 #include "base/message_loop.h" 8 #include "base/string_util.h" 61 base::TimeDelta battery_time_to_empty() const { 62 return base::TimeDelta::FromSeconds(status_.battery_time_to_empty); 65 base::TimeDelta battery_time_to_full() const { 66 return base::TimeDelta::FromSeconds(status_.battery_time_to_full); 172 base::TimeDelta battery_time_to_empty() const { 173 return base::TimeDelta::FromSeconds(10 * 60); 175 base::TimeDelta battery_time_to_full() const { 176 return base::TimeDelta::FromSeconds(0) [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
cryptohome_op.h | 11 #include "base/memory/ref_counted.h" 19 : public base::RefCountedThreadSafe<CryptohomeOp>, 59 friend class base::RefCountedThreadSafe<CryptohomeOp>;
|
owner_key_utils.h | 11 #include "base/basictypes.h" 12 #include "base/gtest_prod_util.h" 13 #include "base/memory/ref_counted.h" 26 class OwnerKeyUtils : public base::RefCounted<OwnerKeyUtils> { 83 friend class base::RefCounted<OwnerKeyUtils>;
|
/external/chromium/chrome/browser/custom_handlers/ |
protocol_handler_registry.h | 12 #include "base/basictypes.h" 13 #include "base/memory/ref_counted.h" 14 #include "base/values.h" 29 : public base::RefCountedThreadSafe<ProtocolHandlerRegistry> { 70 friend class base::RefCountedThreadSafe<ProtocolHandlerRegistry>;
|
/external/chromium/chrome/browser/debugger/ |
inspectable_tab_proxy.h | 11 #include "base/basictypes.h" 12 #include "base/hash_tables.h" 26 typedef base::hash_map<int32, NavigationController*> ControllersMap; 27 typedef base::hash_map<int32, DevToolsClientHostImpl*> IdToClientHostMap;
|
/external/chromium/chrome/browser/extensions/ |
pack_extension_job.h | 11 #include "base/file_path.h" 12 #include "base/memory/ref_counted.h" 13 #include "base/string16.h" 19 class PackExtensionJob : public base::RefCountedThreadSafe<PackExtensionJob> { 51 friend class base::RefCountedThreadSafe<PackExtensionJob>;
|
user_script_listener.h | 11 #include "base/memory/ref_counted.h" 33 : public base::RefCountedThreadSafe<UserScriptListener>, 48 friend class base::RefCountedThreadSafe<UserScriptListener>;
|
/external/chromium/chrome/browser/google/ |
google_update.h | 11 #include "base/basictypes.h" 12 #include "base/memory/ref_counted.h" 87 class GoogleUpdate : public base::RefCountedThreadSafe<GoogleUpdate> { 105 friend class base::RefCountedThreadSafe<GoogleUpdate>;
|
/external/chromium/chrome/browser/history/ |
download_create_info.h | 14 #include "base/basictypes.h" 15 #include "base/file_path.h" 16 #include "base/time.h" 27 base::Time start_time, 54 base::Time start_time;
|
/external/chromium/chrome/browser/importer/ |
importer_bridge.h | 11 #include "base/basictypes.h" 12 #include "base/memory/ref_counted.h" 13 #include "base/string16.h" 21 class ImporterBridge : public base::RefCountedThreadSafe<ImporterBridge> { 69 friend class base::RefCountedThreadSafe<ImporterBridge>;
|
importer_list.h | 11 #include "base/basictypes.h" 12 #include "base/memory/ref_counted.h" 13 #include "base/memory/scoped_vector.h" 14 #include "base/string16.h" 21 class ImporterList : public base::RefCountedThreadSafe<ImporterList> { 63 friend class base::RefCountedThreadSafe<ImporterList>;
|