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

1 2

  /frameworks/base/keystore/tests/src/android/security/
KeyPairGeneratorSpecTest.java 36 private static final Date NOW = new Date(NOW_MILLIS - (NOW_MILLIS % 1000L));
39 private static final Date NOW_PLUS_10_YEARS = new Date(NOW.getYear() + 10, 0, 1);
44 SERIAL_1, NOW, NOW_PLUS_10_YEARS, 0);
56 assertEquals("startDate should be the one specified", NOW, spec.getStartDate());
68 .setStartDate(NOW)
83 assertEquals("startDate should be the one specified", NOW, spec.getStartDate());
92 new KeyPairGeneratorSpec(null, TEST_ALIAS_1, "RSA", 1024, null, TEST_DN_1, SERIAL_1, NOW,
101 new KeyPairGeneratorSpec(getContext(), null, "RSA", 1024, null, TEST_DN_1, SERIAL_1, NOW,
110 new KeyPairGeneratorSpec(getContext(), TEST_ALIAS_1, "RSA", 1024, null, null, SERIAL_1, NOW,
119 new KeyPairGeneratorSpec(getContext(), TEST_ALIAS_1, "RSA", 1024, null, TEST_DN_1, null, NOW,
    [all...]
  /external/netperf/doc/examples/
runemomniaggdemo.sh 16 NOW=`date +%s.%N`
17 echo "Starting netperfs at $NOW for $TEST" | tee $TESTLOG
38 NOW=`date +%s.%N`
39 echo "Pausing for $DURATION seconds at $NOW with $i netperfs running for $TEST" | tee -a $TESTLOG
42 NOW=`date +%s.%N`
43 echo "Resuming at $NOW for $TEST" | tee -a $TESTLOG
47 NOW=`date +%s.%N`
48 echo "Netperfs started by $NOW for $TEST" | tee -a $TESTLOG
57 NOW=`date +%s.%N`
58 echo "Netperfs stopping $NOW for $TEST" | tee -a $TESTLO
    [all...]
  /external/ltp/tools/pounder21/test_scripts/
statslogging 54 NOW=`date`
58 echo -e "\n$NOW" >> $logfile.log
75 NOW=`date`
76 echo -e "\n$NOW\n" >> vmstat.log
83 NOW=`date`
84 echo -e "\n$NOW\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...]
  /frameworks/base/keystore/tests/src/android/security/keystore/
AndroidKeyPairGeneratorTest.java 68 private static final Date NOW = new Date(NOW_MILLIS - (NOW_MILLIS % 1000L));
71 private static final Date NOW_PLUS_10_YEARS = new Date(NOW.getYear() + 10, 0, 1);
100 .setStartDate(NOW)
138 .setStartDate(NOW)
152 .setStartDate(NOW)
160 assertKeyPairCorrect(pair, TEST_ALIAS_1, "RSA", 2048, null, TEST_DN_1, TEST_SERIAL_1, NOW,
171 .setCertificateNotBefore(NOW)
179 assertKeyPairCorrect(pair, TEST_ALIAS_1, "EC", 256, null, TEST_DN_1, TEST_SERIAL_1, NOW,
190 .setStartDate(NOW)
197 assertKeyPairCorrect(pair, TEST_ALIAS_1, "EC", 256, null, TEST_DN_1, TEST_SERIAL_1, NOW,
    [all...]
AndroidKeyStoreTest.java 82 private static final Date NOW = new Date(NOW_MILLIS - (NOW_MILLIS % 1000L));
85 private static final Date NOW_PLUS_10_YEARS = new Date(NOW.getYear() + 10, 0, 1);
1064 Date now = new Date(); local
1084 Date now = new Date(); local
1102 Date now = new Date(); local
    [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...]
  /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...]
  /system/core/fastboot/
usbtest.cpp 41 long long NOW(void)
96 t0 = NOW();
103 t1 = NOW();
114 t0 = NOW();
121 t1 = NOW();
  /external/curl/tests/unit/
unit1303.c 48 #define NOW(x,y) now.tv_sec = x; now.tv_usec = y
58 * N various values of now
73 struct timeval now; variable in typeref:struct:timeval
138 NOW(run[i].now_s, run[i].now_us);
140 timeout = Curl_timeleft(data, &now, run[i].connecting);
  /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 414 {Direction.PLAIN, AbsoluteUnit.NOW, "now"},
479 {Direction.PLAIN, AbsoluteUnit.NOW, "Now"},
553 {Direction.PLAIN, AbsoluteUnit.NOW, "now"},
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RelativeDateTimeFormatterTest.java 413 {Direction.PLAIN, AbsoluteUnit.NOW, "now"},
478 {Direction.PLAIN, AbsoluteUnit.NOW, "Now"},
552 {Direction.PLAIN, AbsoluteUnit.NOW, "now"},
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java 66 * fmt.format(Direction.PLAIN, AbsoluteUnit.NOW); // "now"
210 * Now
212 NOW,
535 * unit this can occur with NOW which can only take PLAIN.
538 if (unit == AbsoluteUnit.NOW && direction != Direction.PLAIN) {
539 throw new IllegalArgumentException("NOW can only accept direction PLAIN.");
595 AbsoluteUnit absunit = AbsoluteUnit.NOW;
611 // absunit = AbsoluteUnit.NOW was set above
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java 65 * fmt.format(Direction.PLAIN, AbsoluteUnit.NOW); // "now"
235 * Now
238 NOW,
592 * unit this can occur with NOW which can only take PLAIN.
596 if (unit == AbsoluteUnit.NOW && direction != Direction.PLAIN) {
597 throw new IllegalArgumentException("NOW can only accept direction PLAIN.");
654 AbsoluteUnit absunit = AbsoluteUnit.NOW;
670 // absunit = AbsoluteUnit.NOW was set above
    [all...]
  /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...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 72 public static final int NOW = 1;
686 // an in-progress action requesting audio focus ends, so don't stop the service now.
699 // No active playlist, OK to stop the service right now
707 // Check again to make sure nothing is playing right now
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 1377 milliseconds

1 2