HomeSort by relevance Sort by last modified time
    Searched refs:NOW (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/ltp/tools/pounder21/test_scripts/
statslogging 54 NOW=`date`
58 printf "\n$NOW\n" >> $logfile.log
75 NOW=`date`
76 printf "\n$NOW\n\n" >> vmstat.log
83 NOW=`date`
84 printf "\n$NOW\n\n" >> iostat.log
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyPairGeneratorSpecTest.java 37 private static final Date NOW = new Date(NOW_MILLIS - (NOW_MILLIS % 1000L));
40 private static final Date NOW_PLUS_10_YEARS = new Date(NOW.getYear() + 10, 0, 1);
47 .setStartDate(NOW)
57 assertEquals("startDate should be the one specified", NOW, spec.getStartDate());
69 .setStartDate(NOW)
80 assertEquals("startDate should be the one specified", NOW, spec.getStartDate());
100 .setStartDate(NOW)
113 .setStartDate(NOW)
126 .setStartDate(NOW)
153 .setStartDate(NOW)
    [all...]
KeyPairGeneratorTest.java 99 private static final Date NOW = new Date(NOW_MILLIS - (NOW_MILLIS % 1000L));
102 private static final Date NOW_PLUS_10_YEARS = new Date(NOW.getYear() + 10, 0, 1);
162 .setStartDate(NOW)
378 .setStartDate(NOW)
388 TEST_SERIAL_1, NOW,
424 .setStartDate(NOW)
435 NOW,
470 .setStartDate(NOW)
481 NOW,
517 .setStartDate(NOW)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_zipimport.py 42 NOW = time.time()
43 test_pyc = make_pyc(test_co, NOW)
129 files = {"zlib.py": (NOW, test_src)}
140 files = {TESTMOD + ".py": (NOW, test_src)}
144 files = {TESTMOD + pyc_ext: (NOW, test_pyc)}
148 files = {TESTMOD + ".py": (NOW, test_src),
149 TESTMOD + pyc_ext: (NOW, test_pyc)}
153 files = {TESTMOD + ".py": (NOW, "")}
161 files = {TESTMOD + ".py": (NOW, test_src),
162 TESTMOD + pyc_ext: (NOW, badmagic_pyc)}
    [all...]
  /external/python/cpython2/Lib/test/
test_zipimport.py 42 NOW = time.time()
43 test_pyc = make_pyc(test_co, NOW)
129 files = {"zlib.py": (NOW, test_src)}
140 files = {TESTMOD + ".py": (NOW, test_src)}
144 files = {TESTMOD + pyc_ext: (NOW, test_pyc)}
148 files = {TESTMOD + ".py": (NOW, test_src),
149 TESTMOD + pyc_ext: (NOW, test_pyc)}
153 files = {TESTMOD + ".py": (NOW, "")}
161 files = {TESTMOD + ".py": (NOW, test_src),
162 TESTMOD + pyc_ext: (NOW, badmagic_pyc)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_zipimport.py 42 NOW = time.time()
43 test_pyc = make_pyc(test_co, NOW)
129 files = {"zlib.py": (NOW, test_src)}
140 files = {TESTMOD + ".py": (NOW, test_src)}
144 files = {TESTMOD + pyc_ext: (NOW, test_pyc)}
148 files = {TESTMOD + ".py": (NOW, test_src),
149 TESTMOD + pyc_ext: (NOW, test_pyc)}
153 files = {TESTMOD + ".py": (NOW, "")}
161 files = {TESTMOD + ".py": (NOW, test_src),
162 TESTMOD + pyc_ext: (NOW, badmagic_pyc)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_zipimport.py 42 NOW = time.time()
43 test_pyc = make_pyc(test_co, NOW)
129 files = {"zlib.py": (NOW, test_src)}
140 files = {TESTMOD + ".py": (NOW, test_src)}
144 files = {TESTMOD + pyc_ext: (NOW, test_pyc)}
148 files = {TESTMOD + ".py": (NOW, test_src),
149 TESTMOD + pyc_ext: (NOW, test_pyc)}
153 files = {TESTMOD + ".py": (NOW, "")}
161 files = {TESTMOD + ".py": (NOW, test_src),
162 TESTMOD + pyc_ext: (NOW, badmagic_pyc)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 42 NOW = time.time()
43 test_pyc = make_pyc(test_co, NOW)
129 files = {"zlib.py": (NOW, test_src)}
140 files = {TESTMOD + ".py": (NOW, test_src)}
144 files = {TESTMOD + pyc_ext: (NOW, test_pyc)}
148 files = {TESTMOD + ".py": (NOW, test_src),
149 TESTMOD + pyc_ext: (NOW, test_pyc)}
153 files = {TESTMOD + ".py": (NOW, "")}
161 files = {TESTMOD + ".py": (NOW, test_src),
162 TESTMOD + pyc_ext: (NOW, badmagic_pyc)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 42 NOW = time.time()
43 test_pyc = make_pyc(test_co, NOW)
129 files = {"zlib.py": (NOW, test_src)}
140 files = {TESTMOD + ".py": (NOW, test_src)}
144 files = {TESTMOD + pyc_ext: (NOW, test_pyc)}
148 files = {TESTMOD + ".py": (NOW, test_src),
149 TESTMOD + pyc_ext: (NOW, test_pyc)}
153 files = {TESTMOD + ".py": (NOW, "")}
161 files = {TESTMOD + ".py": (NOW, test_src),
162 TESTMOD + pyc_ext: (NOW, badmagic_pyc)
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
BatteryDatabaseManagerTest.java 49 private static long NOW = System.currentTimeMillis();
50 private static long ONE_DAY_BEFORE = NOW - DateUtils.DAY_IN_MILLIS;
51 private static long TWO_DAYS_BEFORE = NOW - 2 * DateUtils.DAY_IN_MILLIS;
92 AnomalyDatabaseHelper.State.NEW, NOW);
117 AnomalyDatabaseHelper.State.NEW, NOW);
119 AnomalyDatabaseHelper.State.NEW, NOW);
142 AnomalyDatabaseHelper.State.NEW, NOW);
144 AnomalyDatabaseHelper.State.NEW, NOW);
  /external/python/cpython3/Lib/test/
test_zipimport.py 45 NOW = time.time()
46 test_pyc = make_pyc(test_co, NOW, len(test_src))
163 files = {"zlib.py": (NOW, test_src)}
174 files = {TESTMOD + ".py": (NOW, test_src)}
178 files = {TESTMOD + pyc_ext: (NOW, test_pyc)}
182 files = {TESTMOD + ".py": (NOW, test_src),
183 TESTMOD + pyc_ext: (NOW, test_pyc)}
187 files = {TESTMOD + ".py": (NOW, "")}
194 files = {TESTMOD + ".py": (NOW, test_src),
195 TESTMOD + pyc_ext: (NOW, badmagic_pyc)
    [all...]
  /system/core/fastboot/
usbtest.cpp 41 long long NOW(void)
96 t0 = NOW();
103 t1 = NOW();
114 t0 = NOW();
121 t1 = NOW();
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
DefaultInterfaceMethodWithStaticInitializer.java 56 long NOW = TestInterfaceSetOne.writableStaticField = getTime();
66 long NOW = TestInterfaceSetOne.writableStaticField = getTime();
  /external/curl/tests/unit/
unit1303.c 52 #define NOW(x,y) now.tv_sec = x; now.tv_usec = y
62 * N various values of now
77 struct curltime now; variable in typeref:struct:curltime
142 NOW(run[i].now_s, run[i].now_us);
144 timeout = Curl_timeleft(data, &now, run[i].connecting);
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/location/
RecentLocationAppsTest.java 36 private static final long NOW = System.currentTimeMillis();
39 private static final long ONE_MIN_AGO = NOW - TimeUnit.MINUTES.toMillis(1);
40 private static final long TWENTY_THREE_HOURS_AGO = NOW - TimeUnit.HOURS.toMillis(23);
41 private static final long TWO_DAYS_AGO = NOW - TimeUnit.DAYS.toMillis(2);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectorTest.java 49 NULL, TIMEOUT, NOW
196 assert_select_OP_ACCEPT(SelectType.NOW, 0);
197 assert_select_OP_CONNECT(SelectType.NOW, 0);
198 assert_select_OP_READ(SelectType.NOW, 0);
199 assert_select_OP_WRITE(SelectType.NOW, 0);
206 assert_select_SelectorClosed(SelectType.NOW, 0);
669 case NOW:
  /external/elfutils/tests/
run-alldts.sh 89 FLAGS_1 NOW GLOBAL GROUP NODELETE INITFIRST NOOPEN ORIGIN TRANS INTERPOSE NODEFLIB NODUMP CONFALT DISPRELDNE DISPRELPND 0xdeac0000
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RelativeDateTimeFormatterTest.java 419 {Direction.PLAIN, AbsoluteUnit.NOW, "now"},
484 {Direction.PLAIN, AbsoluteUnit.NOW, "Now"},
558 {Direction.PLAIN, AbsoluteUnit.NOW, "now"},
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RelativeDateTimeFormatterTest.java 416 {Direction.PLAIN, AbsoluteUnit.NOW, "now"},
481 {Direction.PLAIN, AbsoluteUnit.NOW, "Now"},
555 {Direction.PLAIN, AbsoluteUnit.NOW, "now"},
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java 67 * fmt.format(Direction.PLAIN, AbsoluteUnit.NOW); // "now"
211 * Now
213 NOW,
519 * unit this can occur with NOW which can only take PLAIN.
522 if (unit == AbsoluteUnit.NOW && direction != Direction.PLAIN) {
523 throw new IllegalArgumentException("NOW can only accept direction PLAIN.");
578 AbsoluteUnit absunit = AbsoluteUnit.NOW;
594 // absunit = AbsoluteUnit.NOW was set above
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java 66 * fmt.format(Direction.PLAIN, AbsoluteUnit.NOW); // "now"
236 * Now
239 NOW,
576 * unit this can occur with NOW which can only take PLAIN.
580 if (unit == AbsoluteUnit.NOW && direction != Direction.PLAIN) {
581 throw new IllegalArgumentException("NOW can only accept direction PLAIN.");
637 AbsoluteUnit absunit = AbsoluteUnit.NOW;
653 // absunit = AbsoluteUnit.NOW was set above
    [all...]
  /frameworks/support/work/workmanager-firebase/src/main/java/androidx/work/impl/background/firebase/
FirebaseJobConverter.java 73 builder.setTrigger(Trigger.NOW);
  /libcore/ojluni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 298 * if the initial head is now off-list, in which case they
302 * poll/offer, (argument "how" is NOW) return.
358 * already have been removed or is now offlist). But there are two
584 private static final int NOW = 0; // for untimed poll, tryTransfer
594 * @param how NOW, ASYNC, SYNC, or TIMED
633 if (how != NOW) { // No matches available
670 if (p != t) { // update if slack now >= 2
    [all...]
  /external/libtextclassifier/datetime/
extractor.cc 404 {DatetimeExtractorType_NOW, DateParseData::Relation::NOW},
  /external/libtextclassifier/
types.h 313 NOW = 4,
386 // The permutation from now that was made to find the date time.

Completed in 1487 milliseconds

1 2 3