OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentVal
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/ctestfw/unicode/
utimer.h
268
double
currentVal
=0;
271
for(;
currentVal
<thresholdTimeVal;){
273
currentVal
= utimer_getElapsedSeconds(&timer);
276
return
currentVal
;
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java
656
boolean
currentVal
= args[0];
658
if (
currentVal
&& args[i]) {
661
currentVal
|= args[i];
663
return
currentVal
;
Completed in 104 milliseconds