HomeSort by relevance Sort by last modified time
    Searched full:test_id (Results 1 - 14 of 14) sorted by null

  /external/valgrind/unittest/
old_test_suite.cc 70 int test_id = tests_to_run[i]; local
71 if (tests_to_exclude.count(test_id) > 0) {
72 printf("test%i was excluded\n", test_id);
74 (*TheMapOfTests)[test_id].Run();
159 int test_id = ParseInt(cur_arg); local
160 if (!TheMapOfTests->count(test_id)) {
161 printf("Unknown test id: %d\n", test_id);
164 tests_to_run.push_back(test_id);
167 int test_id = ParseInt(cur_arg + 1); local
168 if (!TheMapOfTests->count(test_id)) {
    [all...]
  /sdk/ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/
InstrumentationResultParserTest.java 43 private static final TestIdentifier TEST_ID = new TestIdentifier(CLASS_NAME, TEST_NAME);
98 mMockListener.testStarted(TEST_ID);
99 mMockListener.testEnded(TEST_ID, Collections.EMPTY_MAP);
116 mMockListener.testStarted(TEST_ID);
117 mMockListener.testEnded(EasyMock.eq(TEST_ID), EasyMock.capture(captureMetrics));
150 mMockListener.testStarted(TEST_ID);
151 mMockListener.testEnded(EasyMock.eq(TEST_ID), EasyMock.capture(captureMetrics));
169 mMockListener.testStarted(TEST_ID);
170 mMockListener.testFailed(TestFailure.FAILURE, TEST_ID, STACK_TRACE);
171 mMockListener.testEnded(TEST_ID, Collections.EMPTY_MAP)
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityModifierTests.java 70 private static final long TEST_ID = 4;
217 final EntityDelta state = getEntity(TEST_ID);
260 final EntityDelta state = getEntity(TEST_ID);
292 final EntityDelta state = getEntity(TEST_ID);
334 final EntityDelta state = getEntity(TEST_ID);
351 final EntityDelta state = getEntity(TEST_ID);
392 final EntityDelta state = EntityDeltaListTests.buildBeforeEntity(TEST_ID, VER_FIRST);
401 EntityDeltaListTests.buildDataInsert(values, TEST_ID)),
417 final EntityDelta state = EntityDeltaListTests.buildBeforeEntity(TEST_ID, VER_FIRST);
426 EntityDeltaListTests.buildDataInsert(values, TEST_ID)),
    [all...]
  /external/gtest/test/
gtest_unittest.cc 1530 << shard_index << " are both selected to run test " << test_id; local
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 2100 << shard_index << " are both selected to run test " << test_id; local
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 2358 << shard_index << " are both selected to run test " << test_id; local
    [all...]
  /external/chromium/testing/gtest/src/
gtest-internal-inl.h 266 int total_shards, int shard_index, int test_id);
    [all...]
gtest.cc     [all...]
  /external/gtest/src/
gtest-internal-inl.h 197 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id);
    [all...]
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h 266 int total_shards, int shard_index, int test_id);
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 240 bool ShouldRunTestOnShard(int total_shards, int shard_index, int test_id);
    [all...]
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc     [all...]

Completed in 873 milliseconds