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

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-circular2-err.asm 2 label: db 'NOW where am I?'
  /external/chromium_org/cc/test/
test_tile_priorities.cc 16 : TilePriority(HIGH_RESOLUTION, NOW, 0) {}
19 : TilePriority(HIGH_RESOLUTION, NOW, 0) {
24 : TilePriority(LOW_RESOLUTION, NOW, 0) {}
fake_picture_layer_impl.cc 113 priority.priority_bin = TilePriority::NOW;
  /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...]
  /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 65 private static final long NOW = -1L;
168 insertPrivate(NOW, 0);
169 insertPrivate(NOW, 0);
170 insertPrivate(NOW, 0);
178 insertPrivate(NOW, 0);
186 insertPrivate(NOW, 0);
194 insert(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, NOW, 0, Calls.INCOMING_TYPE);
206 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...]
  /external/chromium_org/cc/resources/
tile_priority_unittest.cc 11 TilePriority now(HIGH_RESOLUTION, TilePriority::NOW, 0);
16 TilePriority non_ideal_now(NON_IDEAL_RESOLUTION, TilePriority::NOW, 0);
18 EXPECT_FALSE(now.IsHigherPriorityThan(now));
19 EXPECT_FALSE(now.IsHigherPriorityThan(non_ideal_now));
21 EXPECT_TRUE(now.IsHigherPriorityThan(close_soon));
22 EXPECT_TRUE(now.IsHigherPriorityThan(far_soon));
23 EXPECT_TRUE(now.IsHigherPriorityThan(close_eventually));
24 EXPECT_TRUE(now.IsHigherPriorityThan(far_eventually))
    [all...]
tile_priority.cc 40 case TilePriority::NOW:
41 return "NOW";
picture_layer_tiling_unittest.cc 692 // No movement in the viewport implies that tiles will either be NOW
705 EXPECT_EQ(TilePriority::NOW, priority.priority_bin);
764 // Viewport moved, so we expect to find some NOW tiles, some SOON tiles and
773 EXPECT_EQ(TilePriority::NOW, priority.priority_bin) << "i: " << i
    [all...]
tile_priority.h 43 enum PriorityBin { NOW, SOON, EVENTUALLY };
picture_layer_tiling.h 65 NOW,
81 return TilePriority::NOW;
tile_manager_unittest.cc 320 // 5 tiles on active tree eventually bin, 5 tiles on pending tree now bin,
365 // Pending tiles are now required to avoid calimity (flickering or
399 // Pending tiles are now required to avoid calimity (flickering or
410 // 10 tiles on active tree eventually bin, 10 tiles on pending tree now bin,
437 // 10 tiles on active tree now bin, 10 tiles on pending tree now bin,
457 // Even the hard-limit won't save us now. All tiles are required to avoid
466 // The pending tree is now more important. Active tiles will take higher
629 EXPECT_EQ(TilePriority::NOW, tile->priority(ACTIVE_TREE).priority_bin);
630 EXPECT_EQ(TilePriority::NOW, tile->priority(PENDING_TREE).priority_bin)
    [all...]
picture_layer_tiling_perftest.cc 198 PictureLayerTiling::NOW);
picture_layer_tiling.cc 229 // and/or column of tiles may now exist inside the same live_tiles_rect_.
589 TilePriority now_priority(resolution_, TilePriority::NOW, 0);
592 // Assign now priority to all visible tiles.
    [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/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results.py 178 'fixable': The number of fixable tests (NOW - PASS)
179 'skipped': The number of skipped tests (NOW & SKIPPED)
190 results['fixable'] = len(tbt[test_expectations.NOW] - tbe[test_expectations.PASS])
192 results['skipped'] = len(tbt[test_expectations.NOW] & tbe[test_expectations.SKIP])
205 tests &= tbt[test_expectations.NOW]
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 266 * if the initial head is now off-list, in which case they
270 * poll/offer, (argument "how" is NOW) return.
326 * already have been removed or is now offlist). But there are two
554 private static final int NOW = 0; // for untimed poll, tryTransfer
570 * @param how NOW, ASYNC, SYNC, or TIMED
608 if (how != NOW) { // No matches available
645 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")
  /external/chromium_org/cc/layers/
picture_layer_impl.cc 103 // there are now tiles in this layer's tilings that were unref'd and replaced
618 // TODO(vmpstr): Revisit this. For now, enabling analysis means that we get as
768 // However, this is a larger undertaking, so this will work for now.
    [all...]
  /system/core/adb/
file_sync_client.c 39 static long long NOW()
50 start_time = NOW();
55 long long t = NOW() - start_time;

Completed in 871 milliseconds

1 2