Searched defs:time (Results 51 - 75 of 1391) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpas-dbus-new-getall.py5 import time namespace
/external/chromium_org/build/android/
H A Dadb_reverse_forwarder.py16 import time namespace
58 time.sleep(60)
/external/chromium_org/build/android/pylib/utils/
H A Dxvfb.py11 import time namespace
46 time.sleep(0.25)
/external/chromium_org/components/history/core/browser/
H A Dkeyword_search_term.h9 #include "base/time/time.h"
16 // gives the time and search term of the keyword visit.
23 base::Time time; // The time of the most recent visit. member in struct:history::KeywordSearchTermVisit
/external/chromium_org/content/browser/power_profiler/
H A Dpower_event.h8 #include "base/time/time.h"
27 base::TimeTicks time; // Time that power data was read. member in struct:content::PowerEvent
/external/chromium_org/content/test/
H A Dweb_gesture_curve_mock.cc20 bool WebGestureCurveMock::apply(double time, argument
22 blink::WebSize displacement(velocity_.x * time, velocity_.y * time);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationClock.cpp39 // FIXME: This is an approximation of time between frames, used when
50 void AnimationClock::updateTime(double time) argument
52 if (time > m_time)
53 m_time = time;
62 // Advance to the first estimated frame after the current time.
75 void AnimationClock::resetTimeForTesting(double time) argument
77 m_time = time;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbrowser_test_driver.py30 import time namespace
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFilterKeyframe.h47 BLINK_PLATFORM_EXPORT WebFilterKeyframe(double time, PassOwnPtr<WebFilterOperations>);
52 double time() const { return m_time; } function in class:blink::WebFilterKeyframe
/external/chromium_org/third_party/cython/src/pyximport/test/
H A Dtest_reload.py2 import time, os, sys namespace
23 time.sleep(1) # sleep to make sure that new "hello.pyx" has later
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dkernel_compat.h66 #define time(x) (jiffies) macro
/external/chromium_org/third_party/tlslite/tlslite/
H A Dsessioncache.py10 import time namespace
76 self.entriesList[self.lastIndex] = (sessionID, time.time())
89 currentTime = time.time()
93 #ordered in time, we can break once we reach the first non-expired
/external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
H A Drun_audio_test.py26 import time namespace
82 # an attempt to prevent that, because VoE often takes some time to startup a
84 time.sleep(5)
/external/chromium_org/tools/flakiness/
H A Dis_flaky.py13 import time namespace
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-copies.py15 import time namespace
H A Dgyptest-strip-default.py16 import time namespace
H A Dgyptest-strip.py17 import time namespace
/external/chromium_org/tools/perf/measurements/
H A Drecord_per_area.py5 import time namespace
17 parser.add_option('--start-wait-time', type='float',
19 help='Wait time before the benchmark is started '
33 time.sleep(self.options.start_wait_time)
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dmsr_power_monitor_unittest.py6 import time namespace
24 time.sleep(0.01)
/external/chromium_org/v8/tools/
H A Dprocess-heap-prof.py43 import csv, sys, time, optparse namespace
60 print('DATE "%s"' % time.asctime(time.localtime()))
/external/chromium_org/v8/tools/testrunner/local/
H A Dverbose.py30 import time namespace
84 return time.strftime("%M:%S.", time.gmtime(d)) + ("%03i" % millis)
91 sys.stderr.write("--- Total time: %s ---\n" % FormatTime(overall_time))
/external/compiler-rt/test/asan/android_commands/
H A Dandroid_common.py2 import time namespace
/external/deqp/android/scripts/
H A Dinstall.py5 import time namespace
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DEntryStruct.java26 public long time; field in class:EntryStruct
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/
H A Dcapng-test.py5 import time namespace

Completed in 714 milliseconds

1234567891011>>