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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-circular2-err.asm 2 label: db 'NOW where am I?'
  /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...]
AndroidKeyPairGeneratorTest.java 62 private static final Date NOW = new Date(NOW_MILLIS - (NOW_MILLIS % 1000L));
65 private static final Date NOW_PLUS_10_YEARS = new Date(NOW.getYear() + 10, 0, 1);
94 .setStartDate(NOW)
132 .setStartDate(NOW)
146 .setStartDate(NOW)
154 assertKeyPairCorrect(pair, TEST_ALIAS_1, "RSA", 2048, null, TEST_DN_1, TEST_SERIAL_1, NOW,
164 .setStartDate(NOW)
171 assertKeyPairCorrect(pair, TEST_ALIAS_1, "DSA", 1024, null, TEST_DN_1, TEST_SERIAL_1, NOW,
183 .setStartDate(NOW)
190 assertKeyPairCorrect(pair, TEST_ALIAS_1, "DSA", 2048, null, TEST_DN_1, TEST_SERIAL_1, NOW,
    [all...]
AndroidKeyStoreTest.java 87 private static final Date NOW = new Date(NOW_MILLIS - (NOW_MILLIS % 1000L));
90 private static final Date NOW_PLUS_10_YEARS = new Date(NOW.getYear() + 10, 0, 1);
1431 Date now = new Date(); local
1451 Date now = new Date(); local
1469 Date now = new Date(); local
    [all...]
  /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...]
AndroidKeyPairGeneratorTest.java 80 private static final Date NOW = new Date(NOW_MILLIS - (NOW_MILLIS % 1000L));
83 private static final Date NOW_PLUS_10_YEARS = new Date(NOW.getYear() + 10, 0, 1);
98 .setStartDate(NOW)
127 .setStartDate(NOW)
139 .setStartDate(NOW)
146 assertKeyPairCorrect(pair, TEST_ALIAS_1, "DSA", 1024, null, TEST_DN_1, TEST_SERIAL_1, NOW,
158 .setStartDate(NOW)
165 assertKeyPairCorrect(pair, TEST_ALIAS_1, "DSA", 2048, null, TEST_DN_1, TEST_SERIAL_1, NOW,
283 .setStartDate(NOW)
290 assertKeyPairCorrect(pair, TEST_ALIAS_1, "DSA", 2048, spec, TEST_DN_1, TEST_SERIAL_1, NOW,
    [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/Dialer/tests/src/com/android/dialer/calllog/
CallLogFragmentTest.java 62 private static final long NOW = -1L;
167 insertPrivate(NOW, 0);
168 insertPrivate(NOW, 0);
169 insertPrivate(NOW, 0);
178 insertPrivate(NOW, 0);
187 insertPrivate(NOW, 0);
196 insert(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
208 Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
221 insertWithCachedValues(TEST_NUMBER, NOW, 0, Calls.INCOMING_TYPE,
234 insertWithCachedValues("sip:johndoe@gmail.com", NOW, 0, Calls.INCOMING_TYPE
    [all...]
  /system/core/fastboot/
usbtest.c 41 long long NOW(void)
96 t0 = NOW();
103 t1 = NOW();
114 t0 = NOW();
121 t1 = NOW();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/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);
678 case NOW:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results.py 129 'fixable': The number of fixable tests (NOW - PASS)
130 'skipped': The number of skipped tests (NOW & SKIPPED)
141 results['fixable'] = len(tbt[test_expectations.NOW] - tbe[test_expectations.PASS])
143 results['skipped'] = len(tbt[test_expectations.NOW] & tbe[test_expectations.SKIP])
156 tests &= tbt[test_expectations.NOW]
test_expectations.py 46 SLOW, REBASELINE, NEEDS_REBASELINE, NEEDS_MANUAL_REBASELINE, MISSING, FLAKY, NOW, NONE) = range(18)
669 self._timeline_to_tests[NOW].add(test)
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 267 * if the initial head is now off-list, in which case they
271 * poll/offer, (argument "how" is NOW) return.
327 * already have been removed or is now offlist). But there are two
555 private static final int NOW = 0; // for untimed poll, tryTransfer
571 * @param how NOW, ASYNC, SYNC, or TIMED
609 if (how != NOW) { // No matches available
646 if (p != t) { // update if slack now >= 2
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
buildbot_results.py 67 self._print_run_results_entry(run_results, test_expectations.NOW, "Tests to be fixed")
printing.py 127 now = run_results.tests_by_timeline[test_expectations.NOW]
132 fmtstr = ("Expect: %%5d %%-8s (%%%dd now, %%%dd wontfix)"
133 % (self._num_digits(now), self._num_digits(wontfix)))
134 self._print_debug(fmtstr % (len(tests), result_type_str, len(tests & now), len(tests & wontfix)))
  /system/core/adb/
file_sync_client.c 38 static long long NOW()
49 start_time = NOW();
54 long long t = NOW() - start_time;
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 72 public static final int NOW = 1;
695 // an in-progress action requesting audio focus ends, so don't stop the service now.
708 // No active playlist, OK to stop the service right now
716 // Check again to make sure nothing is playing right now
    [all...]
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 630 throw "reload NOW";
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 1026 final long now = SystemClock.elapsedRealtime() * 1000; local
1037 final long now = SystemClock.elapsedRealtime() * 1000; local
1057 final long now = SystemClock.elapsedRealtime() * 1000; local
4464 long now = getHistoryBaseTime() + SystemClock.elapsedRealtime(); local
5272 long now = SystemClock.elapsedRealtime(); local
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 694 milliseconds