/external/openssh/regress/ |
keytype.sh | 6 TIME=`which time` 2>/dev/null 7 if test ! -x "$TIME"; then 8 TIME="" 24 ${TIME} ${SSHKEYGEN} -b $bits -q -N '' -t $type -f $OBJ/key.$kt ||\ 49 ${TIME} ${SSH} -F $OBJ/ssh_proxy 999.999.999.999 true
|
kextype.sh | 6 TIME=/usr/bin/time
|
/libcore/luni/src/main/java/java/sql/ |
Types.java | 161 * The type code that identifies the SQL type {@code TIME}. 163 public static final int TIME = 92;
|
/cts/tests/tests/os/src/android/os/cts/ |
PowerManagerTest.java | 27 public static final long TIME = 3000; 40 wl.acquire(TIME); 42 Thread.sleep(TIME + MORE_TIME);
|
PowerManager_WakeLockTest.java | 64 wl.acquire(PowerManagerTest.TIME); 66 Thread.sleep(PowerManagerTest.TIME + PowerManagerTest.MORE_TIME);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tsdate.h | 72 TIME,
|
/external/icu4c/test/intltest/ |
tsdate.h | 72 TIME,
|
/external/chromium_org/third_party/zlib/ |
inflate.h | 23 TIME, /* i: waiting for modification time (gzip) */ 35 COPY_, /* i/o: same as COPY below, but only first time in */ 40 LEN_, /* i: same as LEN below, but only first time in */ 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
|
/external/qemu/distrib/zlib-1.2.3/ |
inflate.h | 23 TIME, /* i: waiting for modification time (gzip) */ 60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
|
/external/zlib/src/ |
inflate.h | 23 TIME, /* i: waiting for modification time (gzip) */ 35 COPY_, /* i/o: same as COPY below, but only first time in */ 40 LEN_, /* i: same as LEN below, but only first time in */ 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/ |
common.js | 13 var DEFAULT_PHRASE = 'It\'s $TIME, so get up!'; 43 var time = timeString.match(/^(\d\d):(\d\d)$/); 44 if (!time) { 48 var hours = parseInt(time[1], 10); 54 var minutes = parseInt(time[2], 10) || 0; 144 var utterance = phraseTemplate.replace(/\$TIME/g, timeString);
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TypesTest.java | 60 assertEquals(TIME, 92);
|
/external/smack/src/com/kenai/jbosh/ |
Attributes.java | 57 static final BodyQName TIME = BodyQName.createBOSH("time");
|
/frameworks/base/core/tests/coretests/src/android/os/ |
BuildTest.java | 68 Assert.assertTrue("TIME", Build.TIME > 0);
|
/libcore/luni/src/main/java/javax/xml/datatype/ |
DatatypeConstants.java | 209 * <p>Fully qualified name for W3C XML Schema 1.0 datatype <code>time</code>.</p> 211 public static final QName TIME = new QName(XMLConstants.W3C_XML_SCHEMA_NS_URI, "time");
|
/packages/providers/CalendarProvider/ |
maketests.py | 39 TIME = re.compile("(....)-(..)-(..)T(..):(..):(..)....([+-])(..):(..)")
56 m = TIME.match(s[0])
|
/development/apps/BuildWidget/src/com/android/buildwidget/ |
BuildWidget.java | 30 import android.text.format.Time; 75 DateUtils.formatDateTime(context, android.os.Build.TIME,
|
/external/aac/libSBRenc/src/ |
sbr_def.h | 233 #define TIME 1
|
/frameworks/base/core/java/android/os/ |
Build.java | 482 public static final long TIME = getLong("ro.build.date.utc") * 1000;
|
/external/chromium_org/third_party/icu/source/test/perf/perldriver/ |
PerfFramework.pm | 25 my $TIME = 2; 32 if($options{"time"}) { 33 $TIME = $options{"time"}; 119 # first we calibrate. Use time from somewhere 127 $commandLine = "$program -t $TIME -p $NUMPASSES $locAndData @argsAndTest"; 219 # events per iteration, to give time per event
|
/external/icu4c/test/perf/perldriver/ |
PerfFramework.pm | 25 my $TIME = 2; 32 if($options{"time"}) { 33 $TIME = $options{"time"}; 119 # first we calibrate. Use time from somewhere 127 $commandLine = "$program -t $TIME -p $NUMPASSES $locAndData @argsAndTest"; 219 # events per iteration, to give time per event
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
uperf.cpp | 23 "\tReads the input file and prints out time taken in seconds\n" 33 "\t Cannot be used with --time\n" 35 "\t-t or --time Threshold time for looping until in seconds. Requires Numeric argument.\n" 53 TIME, 71 UOPTION_DEF( "time", 't', UOPT_REQUIRES_ARG), 85 passes(1), iterations(0), time(0), 101 passes(1), iterations(0), time(0), 159 if(options[TIME].doesOccur) { 163 } else if(options[TIME].doesOccur) [all...] |
/external/icu4c/tools/ctestfw/ |
uperf.cpp | 27 "\tReads the input file and prints out time taken in seconds\n" 37 "\t Cannot be used with --time\n" 39 "\t-t or --time Threshold time for looping until in seconds. Requires Numeric argument.\n" 57 TIME, 75 UOPTION_DEF( "time", 't', UOPT_REQUIRES_ARG), 89 passes(1), iterations(0), time(0), 105 passes(1), iterations(0), time(0), 163 if(options[TIME].doesOccur) { 167 } else if(options[TIME].doesOccur) [all...] |
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
JDBCResultSetMetaData.java | 32 case Types.TIME: return "java.sql.Time"; 110 case Types.TIME: return "time";
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
genlingware.pl | 58 #use Time::Local; 118 TIME 17:00:00.000 147 "TIME" => 4,
|