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

  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
hooks.py 164 second_count = len(progress_calls)
165 self.assertTrue(first_count > second_count)
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
hooks.py 164 second_count = len(progress_calls)
165 self.assertTrue(first_count > second_count)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
hooks.py 164 second_count = len(progress_calls)
165 self.assertTrue(first_count > second_count)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
hooks.py 164 second_count = len(progress_calls)
165 self.assertTrue(first_count > second_count)
  /external/python/cpython2/Lib/sqlite3/test/
hooks.py 186 second_count = len(progress_calls)
187 self.assertGreaterEqual(first_count, second_count)
  /external/python/cpython3/Lib/sqlite3/test/
hooks.py 170 second_count = len(progress_calls)
171 self.assertGreaterEqual(first_count, second_count)
  /system/extras/simpleperf/
cpu_hotplug_test.cpp 470 int second_count = atoi(argv[i+1]); local
471 if (second_count <= 0) {
475 test_duration_for_long_tests = std::chrono::seconds(second_count);
  /system/core/logd/tests/
logd_test.cpp 994 int second_count = 0; local
1020 ++second_count;
1043 EXPECT_EQ(1, second_count);
    [all...]
  /system/core/logcat/tests/
logcat_test.cpp 407 int second_count = 0; local
413 ++second_count;
442 last_timestamp_count = second_count;
466 EXPECT_LE(count, second_count);
    [all...]
  /system/core/liblog/tests/
liblog_test.cpp 232 int second_count = 0; local
258 ++second_count;
263 EXPECT_EQ(SUPPORTS_END_TO_END, second_count);
    [all...]

Completed in 721 milliseconds