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

1 2 3 4

  /system/extras/tests/timetest/
rtc_test.cpp 83 ASSERT_LE(0, rd_hwtime(&roll));
86 ASSERT_LE(0, roll.tm_sec);
88 ASSERT_LE(0, roll.tm_min);
90 ASSERT_LE(0, roll.tm_hour);
92 ASSERT_LE(0, roll.tm_mday);
94 ASSERT_LE(0, roll.tm_mon);
96 ASSERT_LE(0, roll.tm_year);
105 ASSERT_LE(0, rd_hwtime(&save));
133 ASSERT_LE(0, __set_hwtime);
134 ASSERT_LE(0, rd_hwtime(&tm))
    [all...]
  /frameworks/minikin/tests/
UnicodeUtils.cpp 51 ASSERT_LE(num_hex_digits, 6u);
52 ASSERT_LE(codepoint, 0x10FFFFu);
55 ASSERT_LE(output_ix + 1, buf_size);
59 ASSERT_LE(output_ix + 2, buf_size);
  /bionic/tests/
malloc_test.cpp 33 ASSERT_LE(100U, malloc_usable_size(ptr));
48 ASSERT_LE(alloc_len, malloc_usable_size(ptr));
82 ASSERT_LE(100U, malloc_usable_size(ptr)) << "Failed at alignment " << alignment;
118 ASSERT_LE(100U, malloc_usable_size(ptr));
124 ASSERT_LE(200U, malloc_usable_size(ptr));
133 ASSERT_LE(300U, malloc_usable_size(ptr));
141 ASSERT_LE(250U, malloc_usable_size(ptr));
153 ASSERT_LE(100U, malloc_usable_size(ptr));
158 ASSERT_LE(200U, malloc_usable_size(ptr));
169 ASSERT_LE(200U, malloc_usable_size(ptr))
    [all...]
  /hardware/libhardware/tests/camera2/
CameraModuleFixture.h 58 ASSERT_LE(0, hw_get_module(CAMERA_HARDWARE_MODULE_ID,
64 ASSERT_LE(0, mNumberOfCameras);
66 ASSERT_LE(
  /frameworks/base/libs/hwui/tests/unit/
RenderPropertiesTests.cpp 28 ASSERT_LE(2048, maxTextureSize);
  /external/libchrome/sandbox/linux/services/
proc_util_unittest.cc 21 ASSERT_LE(0, fd);
42 ASSERT_LE(0, proc_fd);
yama_unittests.cc 83 ASSERT_LE(0, status1);
  /external/opencv3/modules/features2d/test/
test_orb.cpp 74 ASSERT_LE(0, x);
75 ASSERT_LE(0, y);
test_mser.cpp 158 ASSERT_LE(minRegs, nmsers);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
datarate_test.cc 151 ASSERT_LE(cfg_.rc_target_bitrate, file_datarate_ * 1.3)
176 ASSERT_LE(first_drop_, last_drop)
381 ASSERT_LE(effective_datarate_[0], cfg_.rc_target_bitrate * 1.15)
408 ASSERT_LE(static_cast<double>(cfg_.rc_target_bitrate),
444 ASSERT_LE(effective_datarate_[0], cfg_.rc_target_bitrate * 1.15)
446 ASSERT_LE(first_drop_, last_drop)
489 ASSERT_LE(effective_datarate_[j], cfg_.ts_target_bitrate[j] * 1.15)
528 ASSERT_LE(effective_datarate_[j], cfg_.ts_target_bitrate[j] * 1.15)
569 ASSERT_LE(effective_datarate_[j], cfg_.ts_target_bitrate[j] * 1.15)
575 ASSERT_LE(num_drops_, 100)
    [all...]
ivf_video_source.h 86 ASSERT_LE(frame_sz_, kCodeBufferSize)
  /external/libvpx/libvpx/test/
datarate_test.cc 169 ASSERT_LE(cfg_.rc_target_bitrate, file_datarate_ * 1.3)
193 ASSERT_LE(cfg_.rc_target_bitrate, file_datarate_ * 1.3)
225 ASSERT_LE(cfg_.rc_target_bitrate, file_datarate_ * 1.3)
251 ASSERT_LE(first_drop_, last_drop)
472 ASSERT_LE(effective_datarate_[0], cfg_.rc_target_bitrate * 1.15)
499 ASSERT_LE(static_cast<double>(cfg_.rc_target_bitrate),
535 ASSERT_LE(effective_datarate_[0], cfg_.rc_target_bitrate * 1.15)
537 ASSERT_LE(first_drop_, last_drop)
585 ASSERT_LE(effective_datarate_[j], cfg_.layer_target_bitrate[j] * 1.15)
630 ASSERT_LE(effective_datarate_[j], cfg_.layer_target_bitrate[j] * 1.25
    [all...]
ivf_video_source.h 86 ASSERT_LE(frame_sz_, kCodeBufferSize)
  /hardware/libhardware/tests/camera3/
camera3test_fixtures.h 71 ASSERT_LE(kVersion3_0, device->version)
  /system/update_engine/update_manager/
prng_unittest.cc 70 ASSERT_LE(0, r);
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 202 ASSERT_LE(0, Provider.CallCount);
222 ASSERT_LE(1, First.CallCount);
223 ASSERT_LE(1, Second.CallCount);
  /external/opencv3/modules/cudalegacy/test/
test_calib3d.cpp 143 ASSERT_LE(cv::norm(res_gold - res) / cv::norm(res_gold), 1e-3f);
186 ASSERT_LE(cv::norm(rvec - rvec_gold), 1e-3);
187 ASSERT_LE(cv::norm(tvec - tvec_gold), 1e-3);
  /external/opencv3/modules/cudaimgproc/test/
test_gftt.cpp 109 ASSERT_LE(bad_ratio, 0.01);
  /external/opencv3/modules/video/test/ocl/
test_optflowpyrlk.cpp 130 ASSERT_LE(bad_ratio, eps);
  /external/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 90 ASSERT_LE(cmaps->size(), (size_t)num_cmaps_attr->IntValue());
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
dlrr_unittest.cc 90 ASSERT_LE(used_buffer_size, kBufferSize);
  /external/google-breakpad/src/common/windows/
omap_unittest.cc 167 ASSERT_LE(0u, omap_data.omap_from.size());
168 ASSERT_LE(0u, omap_data.omap_to.size());
169 ASSERT_LE(0u, omap_data.length_original);
  /external/google-breakpad/src/testing/gtest/test/
gtest_stress_test.cc 102 ASSERT_LE(5, 6);
  /external/gtest/test/
gtest_stress_test.cc 101 ASSERT_LE(5, 6);
  /external/protobuf/gtest/test/
gtest_stress_test.cc 102 ASSERT_LE(5, 6);

Completed in 3927 milliseconds

1 2 3 4