/external/chromium/chrome/browser/ |
mock_browsing_data_database_helper.cc | 40 "http://gdbhost1:1/", 1, base::Time())); 44 "http://gdbhost2:2/", 2, base::Time()));
|
mock_browsing_data_indexed_db_helper.cc | 38 FilePath(FILE_PATH_LITERAL("file1")), 1, base::Time())); 43 FilePath(FILE_PATH_LITERAL("file2")), 2, base::Time()));
|
mock_browsing_data_local_storage_helper.cc | 39 FilePath(FILE_PATH_LITERAL("file1")), 1, base::Time())); 44 FilePath(FILE_PATH_LITERAL("file2")), 2, base::Time()));
|
/external/chromium/chrome/browser/net/ |
net_log_logger.cc | 25 const base::TimeTicks& time, 29 scoped_ptr<Value> value(net::NetLog::EntryToDictionaryValue(type, time,
|
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
bmm.js | 37 * load the same subtree more than once at the same time. 59 * the same tree more than once at the same time.
|
/external/chromium/chrome/browser/ui/gtk/ |
cairo_cached_surface.h | 17 // image each and every time we expose. 39 // the X server occurs at SetSource() time. Calling UsePixbuf() should only
|
/external/chromium/chrome/browser/ui/gtk/status_icons/ |
status_icon_gtk.cc | 63 void StatusIconGtk::OnPopupMenu(GtkWidget* widget, guint button, guint time) { 66 menu_->PopupAsContextForStatusIcon(time, button, icon_);
|
/external/chromium/chrome/browser/web_resource/ |
web_resource_service.cc | 12 #include "base/time.h" 38 // with startup time. 100 // So that we can delay our start so as not to affect start-up time; also, 264 // if so, pull it out and see if it's time to update again. 272 static_cast<int64>((base::Time::Now() - base::Time::FromDoubleT( 287 // Set cache update time in preferences. 289 base::DoubleToString(base::Time::Now().ToDoubleT()));
|
/external/chromium/chrome/browser/webdata/ |
autofill_entry.cc | 44 const std::vector<base::Time>& timestamps) 58 std::set<base::Time> other_timestamps(entry.timestamps().begin(),
|
logins_table_win.cc | 9 #include "base/time.h" 65 result->date_created = base::Time::FromTimeT(s.ColumnInt64(1));
|
/external/chromium/chrome/common/extensions/docs/examples/api/messaging/timer/ |
popup.html | 23 // Tests the roundtrip time of sendRequest(). 43 // Tests the roundtrip time of Port.postMessage() after opening a channel.
|
/external/chromium/net/disk_cache/ |
mem_backend_impl.cc | 13 using base::Time; 165 int MemBackendImpl::DoomEntriesBetween(const base::Time initial_time, 166 const base::Time end_time, 174 int MemBackendImpl::DoomEntriesSince(const base::Time initial_time, 238 bool MemBackendImpl::DoomEntriesBetween(const Time initial_time, 239 const Time end_time) { 249 // an item used before the initial time. 264 bool MemBackendImpl::DoomEntriesSince(const Time initial_time) {
|
/external/chromium/net/ftp/ |
ftp_util_unittest.cc | 11 #include "base/time.h" 108 base::Time mock_current_time; 109 ASSERT_TRUE(base::Time::FromString(L"Tue, 15 Nov 1994 12:45:26 GMT", 161 base::Time time; local 164 UTF8ToUTF16(kTestCases[i].rest), mock_current_time, &time)); 166 base::Time::Exploded time_exploded; 167 time.LocalExplode(&time_exploded);
|
/external/clang/test/Sema/ |
compound-literal.c | 8 static struct foo t3 = t2; // -expected-error {{initializer element is not a compile-time constant}} 12 static int *p2 = (int []){2,x}; // -expected-error {{initializer element is not a compile-time constant}}
|
/external/icu4c/test/perf/convperf/ |
ConvPerf_r.pl | 26 "timePerOperationIs"=>"Time per code point", 28 "time"=>"5",
|
/external/icu4c/test/perf/normperf/ |
NormPerf_r.pl | 20 "timePerOperationIs"=>"Time per code point", 22 "time"=>"5",
|
/external/icu4c/test/perf/unisetperf/ |
unisetperf.pl | 21 "time"=>"2", 70 "time"=>"2",
|
/external/icu4c/test/testdata/ |
testaliases.txt | 49 KeyAlias1PacificStandardTime:alias { "te/zoneStrings/2/1" } //"Pacific Standard Time", 55 :alias { "te/zoneStrings/2/1" } //"Pacific Standard Time",
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample | 29 lifetime time 24 hour ; # sec,min,hour 57 lifetime time 12 hour ;
|
/external/iptables/extensions/ |
libxt_LED.man | 3 system. One example might be to light up an LED for a few minutes every time 22 otherwise would result in a silent prolonging of the delay time.)
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
ErrorFinder.java | 55 long time = System.currentTimeMillis(); local 58 System.out.println("SUCCESS: " + methodName + " - " + (System.currentTimeMillis() - time));
|
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/ |
UrlEscapeFunction.java | 37 // Sanity check. Fail at construction time rather than render time.
|
/external/kernel-headers/original/asm-generic/ |
resource.h | 15 #define RLIMIT_CPU 0 /* CPU time in ms */ 70 * boot-time rlimit defaults for the init task:
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_queue.h | 24 long timestamp_sec; /* Packet arrival time (seconds) */ 25 long timestamp_usec; /* Packet arrvial time (+useconds) */
|
/external/libxslt/libxslt/ |
documents.h | 56 XSLT_LOAD_DOCUMENT = 2 /* loading document at transformation time */ 70 * xsl:include is found at compilation time or when a document()
|