Searched defs:time (Results 401 - 425 of 1391) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dmain.py16 import time namespace
/external/chromium_org/chrome/test/remoting/
H A Dinstall_and_launch_app.py26 import time namespace
99 time.sleep(WAIT_TIME)
111 time.sleep(WAIT_TIME)
/external/chromium_org/components/captive_portal/
H A Dcaptive_portal_detector.h14 #include "base/time/time.h"
75 // Returns the current time. Used only when determining time until a
82 // Sets current test time. Used by unit tests.
83 void set_time_for_testing(const base::Time& time) { argument
84 time_for_testing_ = time;
87 // Advances current test time. Used by unit tests.
99 // Test time used by unit tests.
/external/chromium_org/components/domain_reliability/
H A Ddispatcher.cc42 DomainReliabilityDispatcher::DomainReliabilityDispatcher(MockableTime* time) argument
43 : time_(time) {}
/external/chromium_org/content/browser/gpu/
H A Dshader_disk_cache_unittest.cc68 base::Time time; local
70 rv = cache->Clear(time, time, clear_cb.callback());
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_blob_info.cc70 void IndexedDBBlobInfo::set_last_modified(const base::Time& time) { argument
73 last_modified_ = time;
/external/chromium_org/content/child/
H A Dfling_animator_impl_android.cc67 bool FlingAnimatorImpl::apply(double time, argument
71 if (time <= 0)
76 time * base::Time::kMicrosecondsPerSecond);
/external/chromium_org/content/test/plugin/
H A Dplugin_schedule_timer_test.h9 #include "base/time/time.h"
33 int time; member in struct:NPAPIClient::ScheduleTimerTest::Event
59 int FindUnreceivedEvent(int time, uint32 timer_id);
/external/chromium_org/net/cert/
H A Dx509_cert_types.cc13 #include "base/time/time.h"
54 base::Time* time) {
78 *time = base::Time::FromUTCExploded(exploded);
52 ParseCertificateDate(const base::StringPiece& raw_date, CertDateFormat format, base::Time* time) argument
/external/chromium_org/net/ftp/
H A Dftp_util_unittest.cc12 #include "base/time/time.h"
171 base::Time time; local
174 UTF8ToUTF16(kTestCases[i].rest), mock_current_time, &time));
177 time.LocalExplode(&time_exploded);
192 const char* time; member in struct:__anon9240::__anon9245
209 kTestCases[i].date, kTestCases[i].time));
211 base::Time time; local
214 UTF8ToUTF16(kTestCases[i].time),
215 &time));
[all...]
/external/chromium_org/ppapi/generators/
H A Didl_outfile.py10 import time namespace
153 time.sleep(2)
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
H A Dcrash_dump_tester.py10 import time namespace
141 time.sleep(1)
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserprocess.py9 import time namespace
34 time.sleep(sleep_time)
62 life time. """
/external/chromium_org/ppapi/shared_impl/
H A Dtime_conversion.cc12 // the time ticks would be assuming the wall clock time doesn't change.
31 // The time code handles exact "0" values as special, and produces
53 double PPGetLocalTimeZoneOffset(const base::Time& time) { argument
54 // Explode it to local time and then unexplode it as if it were UTC. Also
56 // lack thereof). The time zone offset is their difference.
59 time.LocalExplode(&exploded);
60 time.UTCExplode(&utc_exploded);
/external/chromium_org/remoting/webapp/
H A Dbuild-webapp.py24 import time namespace
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dmetered_stream.py32 import time namespace
57 self._time_fn = time_fn or time.time
101 now_tuple = time.localtime(now)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dxmlreport.py3 import os, sys, time namespace
48 xcoverage.setAttribute("timestamp", str(int(time.time()*1000)))
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DLexicons.py92 At any given time, the scanner is in one of a number of states.
117 from Timing import time namespace
119 time1 = time()
139 time2 = time()
141 time3 = time()
147 time4 = time()
/external/chromium_org/third_party/libxml/src/
H A Dregressions.py2 import glob, os, string, sys, thread, time namespace
175 time.sleep(0.001)
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkListWidget.cpp69 float time = index.data(Qt::UserRole + 4).toFloat(); local
71 drawTime.setNum(time, 'f', 2);
96 if (time >= 0.0) {
99 // don't need time offset
110 if (time >= 0.0) {
111 // Draw time
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dcompare_configs.py15 import time namespace
52 time_start = int(time.time())
61 self._timestamp = int(time.time())
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie.cpp12 // We should never see this in normal operation since our time values are
53 bool SkMovie::setTime(SkMSec time) argument
56 if (time > dur)
57 time = dur;
60 if (time != fCurrTime)
62 fCurrTime = time;
63 changed = this->onSetTime(time);
/external/chromium_org/third_party/tlslite/scripts/
H A Dtls.py14 import time namespace
163 print(" Handshake time: %.3f seconds" % seconds)
208 start = time.clock()
215 stop = time.clock()
280 start = time.clock()
293 stop = time.clock()
/external/chromium_org/tools/cygprofile/
H A Dcygprofile.h6 // time and address of the callback being called for the first time.
16 // record the log data when it is called first, including the run-time startup.
25 #include <sys/time.h>
69 const timespec time; member in struct:cygprofile::LogEntry
/external/chromium_org/tools/findit/
H A Dchromium_deps.py9 import time namespace

Completed in 802 milliseconds

<<11121314151617181920>>