/external/chromium/chrome/browser/prerender/ |
prerender_manager.cc | 7 #include "base/logging.h" 8 #include "base/metrics/field_trial.h" 9 #include "base/metrics/histogram.h" 10 #include "base/time.h" 11 #include "base/utf_string_conversions.h" 33 base::TimeTicks PrerenderManager::last_prefetch_seen_time_; 93 base::Time start_time_; 94 PrerenderContentsData(PrerenderContents* contents, base::Time start_time) 115 max_prerender_age_(base::TimeDelta::FromSeconds( 120 base::TimeDelta::FromMilliseconds(kMinTimeBetweenPrerendersMs)) [all...] |
/external/chromium/chrome/browser/sessions/ |
session_restore.cc | 12 #include "base/callback.h" 13 #include "base/command_line.h" 14 #include "base/memory/scoped_ptr.h" 15 #include "base/metrics/histogram.h" 16 #include "base/stl_util-inl.h" 17 #include "base/string_util.h" 60 explicit TabLoader(base::TimeTicks restore_started); 137 base::OneShotTimer<TabLoader> force_load_timer_; 140 base::TimeTicks restore_started_; 145 TabLoader::TabLoader(base::TimeTicks restore_started [all...] |
/external/chromium/base/ |
file_util_posix.cc | 5 #include "base/file_util.h" 33 #include "base/basictypes.h" 34 #include "base/eintr_wrapper.h" 35 #include "base/file_path.h" 36 #include "base/logging.h" 37 #include "base/memory/scoped_ptr.h" 38 #include "base/memory/singleton.h" 39 #include "base/string_util.h" 40 #include "base/sys_string_conversions.h" 41 #include "base/threading/thread_restrictions.h [all...] |
bind_internal.h | 15 #include "base/bind_helpers.h" 16 #include "base/callback_internal.h" 17 #include "base/template_util.h" 21 #include "base/bind_internal_win.h" 24 namespace base { namespace 385 static R DoInvoke(InvokerStorageBase* base) { 386 StorageType* invoker = static_cast<StorageType*>(base); 394 static R DoInvoke(InvokerStorageBase* base, 396 StorageType* invoker = static_cast<StorageType*>(base); 404 static R DoInvoke(InvokerStorageBase* base, [all...] |
platform_file_posix.cc | 5 #include "base/platform_file.h" 11 #include "base/eintr_wrapper.h" 12 #include "base/file_path.h" 13 #include "base/logging.h" 14 #include "base/utf_string_conversions.h" 16 namespace base { namespace 165 bool TouchPlatformFile(PlatformFile file, const base::Time& last_access_time, 166 const base::Time& last_modified_time) { 193 info->last_modified = base::Time::FromTimeT(file_info.st_mtime); 194 info->last_accessed = base::Time::FromTimeT(file_info.st_atime) [all...] |
/external/webkit/Tools/Scripts/ |
old-run-webkit-tests | 703 my $base = stripExtension($test); 706 my $dir = $base; 754 my $expectedPixelDir = expectedDirectoryForTest($base, 0, "png"); 755 if (open EXPECTEDHASH, File::Spec->catfile($expectedPixelDir, "$base-$expectedTag.checksum")) { 762 } elsif (my $expectedHash = readChecksumFromPng(File::Spec->catfile($expectedPixelDir, "$base-$expectedTag.png"))) { 834 my $expectedFileName = "$base-$expectedTag.$expectedExtension"; 838 my $expectedDir = expectedDirectoryForTest($base, $isText, $expectedExtension); 839 $expectedResultPaths{$base} = File::Spec->catfile($expectedDir, $expectedFileName); 844 testCrashedOrTimedOut($test, $base, $crashed, $webProcessCrashed, $actual, $error); 845 countFinishedTest($test, $base, $webProcessCrashed ? "webProcessCrash" : $crashed ? "crash" : "timedout", 0) [all...] |
/external/chromium/chrome/browser/web_resource/ |
promo_resource_service.cc | 7 #include "base/string_number_conversions.h" 8 #include "base/threading/thread_restrictions.h" 9 #include "base/time.h" 10 #include "base/values.h" 117 base::ThreadRestrictions::ScopedAllowIO allow_io; 134 static_cast<int64>((base::Time::FromDoubleT( 135 promo_start) - base::Time::Now()).InMilliseconds()); 137 static_cast<int64>((base::Time::FromDoubleT( 138 promo_end) - base::Time::Now()).InMilliseconds()); 219 base::StringToInt(promo_build.substr(0, split) [all...] |
/external/chromium/chrome/common/net/ |
url_fetcher.cc | 9 #include "base/compiler_specific.h" 10 #include "base/lazy_instance.h" 11 #include "base/memory/scoped_ptr.h" 12 #include "base/message_loop_proxy.h" 13 #include "base/stl_util-inl.h" 14 #include "base/string_util.h" 15 #include "base/threading/thread.h" 17 #include "net/base/load_flags.h" 18 #include "net/base/io_buffer.h" 19 #include "net/base/net_errors.h [all...] |
/hardware/msm7k/libgralloc-qsd8k/ |
framebuffer.cpp | 104 m->base.unlock(&m->base, m->currentBuffer); 110 m->base.lock(&m->base, buffer, 114 const size_t offset = hnd->base - m->framebuffer->base; 119 m->base.unlock(&m->base, buffer); 128 m->base.lock(&m->base, m->framebuffer, [all...] |
/dalvik/vm/alloc/ |
HeapSource.cpp | 94 char *base; member in struct:Heap 149 * The base address of the virtual memory reservation. 241 if ((const char *)ptr >= heap->base && (const char *)ptr < heap->limit) { 289 static mspace createMspace(void *base, size_t startSize, size_t maximumSize) 303 maximumSize, /*locked=*/false, base); 334 hs->heaps[0].base = hs->heapBase; 363 char *base = (char *)ALIGN_UP_TO_PAGE_SIZE(sbrk0); local 364 size_t overhead = base - hs->heaps[0].base; 365 assert(((size_t)hs->heaps[0].base & (SYSTEM_PAGE_SIZE - 1)) == 0) 510 void *base; local [all...] |
/external/icu4c/tools/toolutil/ |
ucm.c | 268 * remove mappings with their move flag set from the base table 272 ucm_moveMappings(UCMTable *base, UCMTable *ext) { 276 mb=base->mappings; 277 mbLimit=mb+base->mappingsLength; 287 ucm_addMapping(ext, mb, UCM_GET_CODE_POINTS(base, mb), UCM_GET_BYTES(base, mb)); 290 /* remove this mapping: move the last base mapping down and overwrite the current one */ 295 --base->mappingsLength; 296 base->isSorted=FALSE; 309 checkBaseExtUnicode(UCMStates *baseStates, UCMTable *base, UCMTable *ext [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeParser.cs | 57 : base() // highlight that we go to super to set state object 63 : base(state) // share the state object with another parser 69 base.Reset(); // reset all recognizer state variables 174 return base.GetErrorMessage(e, tokenNames); 179 base.TraceIn(ruleName, ruleIndex, input.LT(1)); 184 base.TraceOut(ruleName, ruleIndex, input.LT(1));
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeParser.cs | 59 : base() // highlight that we go to super to set state object 65 : base( state ) // share the state object with another parser 72 base.Reset(); // reset all recognizer state variables 193 return base.GetErrorMessage( e, tokenNames ); 199 base.TraceIn( ruleName, ruleIndex, input.LT( 1 ) ); 205 base.TraceOut( ruleName, ruleIndex, input.LT( 1 ) );
|
/external/chromium/chrome/browser/chromeos/cros/ |
burn_library.cc | 8 #include "base/memory/linked_ptr.h" 15 public base::SupportsWeakPtr<BurnLibraryImpl> { 46 : public base::RefCountedThreadSafe<BurnLibraryTaskProxy> { 48 explicit BurnLibraryTaskProxy(const base::WeakPtr<BurnLibraryImpl>& library); 55 base::WeakPtr<BurnLibraryImpl> library_; 57 friend class base::RefCountedThreadSafe<BurnLibraryTaskProxy>; 146 const base::WeakPtr<BurnLibraryImpl>& library)
|
/external/chromium/chrome/browser/history/ |
thumbnail_database_unittest.cc | 8 #include "base/basictypes.h" 9 #include "base/command_line.h" 10 #include "base/file_path.h" 11 #include "base/file_util.h" 12 #include "base/memory/ref_counted_memory.h" 13 #include "base/memory/scoped_temp_dir.h" 14 #include "base/path_service.h" 28 using base::Time; 29 using base::TimeDelta; 123 base::Time time = base::Time::Now() [all...] |
/external/chromium/chrome/browser/importer/ |
ie_importer.cc | 20 #include "base/file_path.h" 21 #include "base/file_util.h" 22 #include "base/string_split.h" 23 #include "base/string_util.h" 24 #include "base/time.h" 25 #include "base/utf_string_conversions.h" 26 #include "base/win/registry.h" 27 #include "base/win/scoped_comptr.h" 28 #include "base/win/scoped_handle.h" 29 #include "base/win/windows_version.h [all...] |
/external/chromium/chrome/browser/sync/glue/ |
password_data_type_controller.cc | 7 #include "base/metrics/histogram.h" 8 #include "base/logging.h" 9 #include "base/task.h" 10 #include "base/time.h" 79 base::AutoLock lock(abort_association_lock_); 132 base::AutoLock lock(abort_association_lock_); 157 base::TimeTicks start_time = base::TimeTicks::Now(); 160 base::TimeTicks::Now() - start_time); 174 base::AutoLock lock(abort_association_lock_) [all...] |
/external/chromium/googleurl/src/ |
url_canon_stdurl.cc | 182 bool ReplaceStandardURL(const char* base, 188 URLComponentSource<char> source(base); 190 SetupOverrideComponents(base, replacements, &source, &parsed); 197 bool ReplaceStandardURL(const char* base, 204 URLComponentSource<char> source(base); 206 SetupUTF16OverrideComponents(base, replacements, &utf8, &source, &parsed);
|
/external/chromium/net/base/ |
net_log.h | 12 #include "base/basictypes.h" 13 #include "base/memory/ref_counted.h" 17 namespace base { namespace 42 #include "net/base/net_log_event_type_list.h" 57 #include "net/base/net_log_source_type_list.h" 78 // Base class for associating additional parameters with an event. Log 81 class EventParameters : public base::RefCountedThreadSafe<EventParameters> { 123 const base::TimeTicks& time, 137 static std::string TickCountToString(const base::TimeTicks& time); 154 const base::TimeTicks& time [all...] |
net_log_unittest.h | 11 #include "net/base/capturing_net_log.h" 17 inline base::TimeTicks MakeTime(int t) { 18 base::TimeTicks ticks; // initialized to 0. 19 ticks += base::TimeDelta::FromMilliseconds(t); 26 const base::TimeTicks& expected_time, 62 const base::TimeTicks& expected_time, 75 return LogContainsEventHelper(log, i, base::TimeTicks(), false,
|
/external/chromium/net/http/ |
http_proxy_client_socket_pool.h | 11 #include "base/basictypes.h" 12 #include "base/memory/ref_counted.h" 13 #include "base/memory/scoped_ptr.h" 14 #include "base/time.h" 15 #include "net/base/host_port_pair.h" 39 class HttpProxySocketParams : public base::RefCounted<HttpProxySocketParams> { 78 friend class base::RefCounted<HttpProxySocketParams>; 101 const base::TimeDelta& timeout_duration, 221 virtual base::TimeDelta ConnectionTimeout() const; 241 virtual base::TimeDelta ConnectionTimeout() const { return timeout_; [all...] |
/external/chromium/net/socket/ |
ssl_client_socket_pool.cc | 7 #include "base/metrics/field_trial.h" 8 #include "base/metrics/histogram.h" 9 #include "base/values.h" 10 #include "net/base/net_errors.h" 11 #include "net/base/host_port_pair.h" 12 #include "net/base/ssl_cert_request_info.h" 126 const base::TimeDelta& timeout_duration, 329 ResetTimer(base::TimeDelta::FromSeconds(kSSLHandshakeTimeoutInSeconds)); 330 ssl_connect_start_time_ = base::TimeTicks::Now(); 383 DCHECK(ssl_connect_start_time_ != base::TimeTicks()) [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
inftrees.c | 55 const unsigned short FAR *base; /* base value table to use */ local 57 int end; /* use base and extra for symbol > end */ 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ 66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */ 184 base = extra = work; /* dummy value--not used */ 188 base = lbase; 189 base -= 257; 195 base = dbase; 225 this.val = base[work[sym]] [all...] |
/external/skia/tests/ |
Reader32Test.cpp | 18 (const char*)reader.base() + reader.size()); 26 REPORTER_ASSERT(reporter, reader.peek() == reader.base()); 41 REPORTER_ASSERT(reporter, NULL == reader.base()); 56 REPORTER_ASSERT(reporter, (const void*)data == reader.base()); 70 REPORTER_ASSERT(reporter, (const void*)data2 == reader.base()); 82 REPORTER_ASSERT(reporter, NULL == reader.base());
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
Instruction.h | 64 WriteBarrier<Structure> base; member in struct:JSC::PolymorphicAccessStructureList::PolymorphicStubInfo 73 base.set(globalData, owner, _base); 81 base.set(globalData, owner, _base); 89 base.set(globalData, owner, _base); 114 ASSERT(info.base); 116 markStack.append(&info.base);
|