Home
last modified time | relevance | path

Searched refs:assertGreater (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/extras/tests/bootloader/
H A Dbootloadertest.py41 self.assertGreater(len(varlist[varname]), 0)
68 self.assertGreater(len(val), 0)
113 self.assertGreater(maxdl, 0)
157 self.assertGreater(maxdl, 0)
/aosp12/system/extras/simpleperf/scripts/test/
H A Dpprof_proto_generator_test.py102 self.assertGreater(len(profile_both.sample), len(profile1.sample))
103 self.assertGreater(len(profile_both.sample), len(profile2.sample))
H A Dapi_profiler_test.py51 self.assertGreater(len(names), 0)
H A Dtools_test.py278 self.assertGreater(len(build_id), 0)
H A Dreport_lib_test.py103 self.assertGreater(sleep_percentage, 0.30)
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java71 assertGreater(250.0f, vt.getXVelocity()); in testDragAcceleration()
72 assertGreater(250.0f, vt.getYVelocity()); in testDragAcceleration()
299 private void assertGreater(float minExpected, float actual) { in assertGreater() method in VelocityTest
/aosp12/build/make/tools/releasetools/
H A Dtest_build_image.py202 self.assertGreater(int(fs_dict['Inode count']), 0) # expect ~64
204 self.assertGreater(int(fs_dict['Inode count']), int(fs_dict['Free inodes']))
H A Dtest_blockimgdiff.py44 self.assertGreater(item1, item2)
H A Dtest_ota_from_target_files.py976 self.assertGreater(metadata_total, signature_tail_length)
/aosp12/system/apex/tools/
H A Dapex_compression_test.py254 self.assertGreater(compressed_file_size, 0, 'Compressed APEX is empty')
/aosp12/packages/modules/adb/
H A Dtest_adb.py168 self.assertGreater(len(out), 0)
H A Dtest_device.py308 self.assertGreater(float(uptime), 0.0)
309 self.assertGreater(float(idle), 0.0)