OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_time
(Results
476 - 500
of
536
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/fio/
verify.c
1168
hdr->time_sec = io_u->
start_time
.tv_sec;
1169
hdr->time_usec = io_u->
start_time
.tv_usec;
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java
319
final long
START_TIME
= cal.getTimeInMillis();
424
long t =
START_TIME
;
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java
318
final long
START_TIME
= cal.getTimeInMillis();
423
long t =
START_TIME
;
[
all
...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_unittest.cc
1067
uint64_t
start_time
= fake_clock_.CurrentNtpInMilliseconds();
local
[
all
...]
/system/core/fs_mgr/
fs_mgr.cpp
96
auto
start_time
= std::chrono::steady_clock::now();
local
106
auto time_elapsed = std::chrono::duration_cast<std::chrono::milliseconds>(now -
start_time
);
[
all
...]
/system/core/init/
init.cpp
1009
boot_clock::time_point
start_time
= boot_clock::now();
local
[
all
...]
/toolchain/binutils/binutils-2.25/ld/
ldmain.c
192
long
start_time
= get_run_time ();
523
long run_time = get_run_time () -
start_time
;
191
long
start_time
= get_run_time ();
local
[
all
...]
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_test_utils.py
99
start_time
= time.time()
100
while (
start_time
+ bt_default_timeout) > time.time():
[
all
...]
/tools/test/connectivity/acts/tests/google/bt/power/
A2dpPowerTest.py
138
start_time
= time.time()
140
while time.time() <
start_time
+ self.WAIT_TIME:
[
all
...]
/external/ltp/testcases/kernel/fs/doio/
growfiles.c
382
time_t
start_time
= 0;
local
[
all
...]
/external/pcre/dist2/src/
pcre2grep.c
1923
struct timeval
start_time
, end_time;
local
[
all
...]
pcre2test.c
4934
clock_t
start_time
= clock();
local
4997
clock_t
start_time
;
local
6291
clock_t
start_time
, time_taken;
local
[
all
...]
/external/v8/src/profiler/
profile-generator.cc
481
:
start_time
();
/external/wpa_supplicant_8/src/p2p/
p2p_build.c
322
wpabuf_put_le32(buf, desc->
start_time
);
p2p_i.h
728
u32
start_time
;
member in struct:p2p_noa_desc
/frameworks/opt/telephony/proto/
telephony.proto
43
optional Time
start_time
= 6;
/packages/apps/TV/src/com/android/tv/data/
ProgramDataManager.java
74
private static final String PARAM_START_TIME = "
start_time
";
/build/make/
envsetup.sh
[
all
...]
/external/autotest/client/cros/
power_status.py
[
all
...]
/external/python/cpython2/Lib/test/
regrtest.py
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
regrtest.py
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
regrtest.py
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py
[
all
...]
/external/blktrace/btt/
output.c
529
delta = dip->end_time - dip->
start_time
;
Completed in 1396 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>