Home
last modified time | relevance | path

Searched refs:EXPECT_LE (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/external/llvm/unittests/Support/
DAlignOfTest.cpp155 EXPECT_LE(1u, alignOf<A1>()); in TEST()
156 EXPECT_LE(2u, alignOf<A2>()); in TEST()
157 EXPECT_LE(4u, alignOf<A4>()); in TEST()
158 EXPECT_LE(8u, alignOf<A8>()); in TEST()
161 EXPECT_LE(alignOf<char>(), alignOf<short>()); in TEST()
162 EXPECT_LE(alignOf<short>(), alignOf<int>()); in TEST()
163 EXPECT_LE(alignOf<int>(), alignOf<long>()); in TEST()
164 EXPECT_LE(alignOf<long>(), alignOf<long long>()); in TEST()
165 EXPECT_LE(alignOf<char>(), alignOf<float>()); in TEST()
166 EXPECT_LE(alignOf<float>(), alignOf<double>()); in TEST()
[all …]
DMemoryTest.cpp65 EXPECT_LE(sizeof(int), M1.size()); in TEST_P()
80 EXPECT_LE(16U, M1.size()); in TEST_P()
82 EXPECT_LE(64U, M2.size()); in TEST_P()
84 EXPECT_LE(32U, M3.size()); in TEST_P()
95 EXPECT_LE(16U, M4.size()); in TEST_P()
111 EXPECT_LE(sizeof(int), M1.size()); in TEST_P()
141 EXPECT_LE(1U * sizeof(int), M1.size()); in TEST_P()
143 EXPECT_LE(8U * sizeof(int), M2.size()); in TEST_P()
145 EXPECT_LE(4U * sizeof(int), M3.size()); in TEST_P()
169 EXPECT_LE(64U * sizeof(int), M4.size()); in TEST_P()
[all …]
/external/webrtc/modules/video_coding/
Ddecoding_state_unittest.cc49 EXPECT_LE(0, frame.InsertPacket(packet, 0, frame_data)); in TEST()
54 EXPECT_LE(0, frame_key.InsertPacket(packet, 0, frame_data)); in TEST()
62 EXPECT_LE(0, frame.InsertPacket(packet, 0, frame_data)); in TEST()
67 EXPECT_LE(0, frame.InsertPacket(packet, 0, frame_data)); in TEST()
74 EXPECT_LE(0, frame.InsertPacket(packet, 0, frame_data)); in TEST()
78 EXPECT_LE(0, frame.InsertPacket(packet, 0, frame_data)); in TEST()
81 EXPECT_LE(0, frame.InsertPacket(packet, 0, frame_data)); in TEST()
83 EXPECT_LE(dec_state.sequence_num(), 0xffff); in TEST()
96 EXPECT_LE(0, frame.InsertPacket(packet, 0, frame_data)); in TEST()
106 EXPECT_LE(0, frame.InsertPacket(packet, 0, frame_data)); in TEST()
[all …]
/external/llvm-project/llvm/unittests/Support/
DMemoryTest.cpp103 EXPECT_LE(sizeof(int), M1.allocatedSize()); in TEST_P()
119 EXPECT_LE(sizeof(int), M1.allocatedSize()); in TEST_P()
135 EXPECT_LE(16U, M1.allocatedSize()); in TEST_P()
137 EXPECT_LE(64U, M2.allocatedSize()); in TEST_P()
139 EXPECT_LE(32U, M3.allocatedSize()); in TEST_P()
150 EXPECT_LE(16U, M4.allocatedSize()); in TEST_P()
167 EXPECT_LE(sizeof(int), M1.allocatedSize()); in TEST_P()
199 EXPECT_LE(1U * sizeof(int), M1.allocatedSize()); in TEST_P()
201 EXPECT_LE(8U * sizeof(int), M2.allocatedSize()); in TEST_P()
203 EXPECT_LE(4U * sizeof(int), M3.allocatedSize()); in TEST_P()
[all …]
/external/webrtc/modules/audio_processing/agc2/
Dfixed_digital_level_estimator_unittest.cc51 EXPECT_LE(expected_min, x); in TestLevelEstimator()
52 EXPECT_LE(x, expected_max); in TestLevelEstimator()
130 EXPECT_LE(kExpectedTime * 0.9, time_to_decrease); in TEST()
131 EXPECT_LE(time_to_decrease, kExpectedTime * 1.1); in TEST()
141 EXPECT_LE(kExpectedTime * 0.9, time_to_decrease); in TEST()
142 EXPECT_LE(time_to_decrease, kExpectedTime * 1.1); in TEST()
154 EXPECT_LE(kExpectedTime * 0.9, time_to_decrease); in TEST()
155 EXPECT_LE(time_to_decrease, kExpectedTime * 1.1); in TEST()
Dlimiter_db_gain_curve_unittest.cc31 EXPECT_LE(last_output_level, current_output_level); in TEST()
47 EXPECT_LE(current_output_level, last_output_level + kMaxDelta); in TEST()
56 EXPECT_LE(current_output_level, 0.f); in TEST()
Dinterpolated_gain_curve_unittest.cc55 EXPECT_LE(0.0f, gain); in TEST()
56 EXPECT_LE(gain, 1.0f); in TEST()
134 EXPECT_LE(igc.LookUpGainToApply(level), in TEST()
156 EXPECT_LE(igc.LookUpGainToApply(level), in TEST()
177 EXPECT_LE(igc.LookUpGainToApply(level), limiter.GetGainLinear(level)); in TEST()
/external/openscreen/discovery/dnssd/public/
Ddns_sd_instance_endpoint_unittest.cc40 EXPECT_LE(endpoint1, endpoint5); in TEST()
41 EXPECT_LE(endpoint1, endpoint6); in TEST()
42 EXPECT_LE(endpoint1, endpoint7); in TEST()
43 EXPECT_LE(endpoint1, endpoint8); in TEST()
46 EXPECT_LE(endpoint3, endpoint5); in TEST()
48 EXPECT_LE(endpoint4, endpoint5); in TEST()
50 EXPECT_LE(endpoint6, endpoint7); in TEST()
/external/ruy/ruy/
Dsize_util_test.cc33 EXPECT_LE(0, floor_log2(value)); in SizeUtilTestValue()
34 EXPECT_LE(floor_log2(value), ceil_log2(value)); in SizeUtilTestValue()
35 EXPECT_LE(ceil_log2(value), 8 * sizeof(Integer)); in SizeUtilTestValue()
46 EXPECT_LE(round_down_pot(value), value); in SizeUtilTestValue()
54 EXPECT_LE(round_up_pot(value) >> 1, value); in SizeUtilTestValue()
63 EXPECT_LE(value, round_up_pot(value, modulo)); in SizeUtilTestValue()
/external/webrtc/modules/video_coding/codecs/vp9/
Dsvc_config_unittest.cc94 EXPECT_LE(layer.minBitrate, layer.maxBitrate); in TEST()
95 EXPECT_LE(layer.minBitrate, layer.targetBitrate); in TEST()
96 EXPECT_LE(layer.targetBitrate, layer.maxBitrate); in TEST()
112 EXPECT_LE(layer.minBitrate, layer.maxBitrate); in TEST()
113 EXPECT_LE(layer.minBitrate, layer.targetBitrate); in TEST()
114 EXPECT_LE(layer.targetBitrate, layer.maxBitrate); in TEST()
/external/angle/src/tests/gl_tests/
DProgramInterfaceTest.cpp584 EXPECT_LE(0, params[4]); // index of 'f1' or 'f2' in TEST_P()
585 EXPECT_LE(0, params[5]); // index of 'f1' or 'f2' in TEST_P()
603 EXPECT_LE(0, params[0]); // index of 'f1' or 'f2' in TEST_P()
752 EXPECT_LE(0, params[1]); // array_stride in TEST_P()
753 EXPECT_LE(0, params[2]); // block_index in TEST_P()
757 EXPECT_LE(0, params[6]); // offset in TEST_P()
764 EXPECT_LE(0, params[11]); // top_level_array_stride in TEST_P()
782 EXPECT_LE(0, params[1]); // array_stride in TEST_P()
783 EXPECT_LE(0, params[2]); // block_index in TEST_P()
787 EXPECT_LE(0, params[6]); // offset in TEST_P()
[all …]
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils_test.cc78 EXPECT_LE(args[0].Get<int32>({}), 1); in XLA_TEST_F()
81 EXPECT_LE(args[1].Get<int32>({}), 2); in XLA_TEST_F()
84 EXPECT_LE(args[2].Get<int32>({}), 3); in XLA_TEST_F()
109 EXPECT_LE(args[0].Get<int32>({}), 1); in XLA_TEST_F()
112 EXPECT_LE(args[1].Get<int32>({}), 2); in XLA_TEST_F()
115 EXPECT_LE(args[2].Get<int32>({}), 3); in XLA_TEST_F()
269 EXPECT_LE(index, 100); in XLA_TEST_F()
307 EXPECT_LE(index, 100); in XLA_TEST_F()
/external/tensorflow/tensorflow/core/lib/io/
Dpath_test.cc111 EXPECT_LE(u.begin(), s.begin()); \
113 EXPECT_LE(u.begin(), s.end()); \
115 EXPECT_LE(u.begin(), h.begin()); \
117 EXPECT_LE(u.begin(), h.end()); \
119 EXPECT_LE(u.begin(), p.begin()); \
121 EXPECT_LE(u.begin(), p.end()); \
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator_test.cc93 EXPECT_LE(4, ta->AllocatedSize(p1)); in TEST()
99 EXPECT_LE(12, ta->AllocatedSize(p2)); in TEST()
104 EXPECT_LE(16, std::get<0>(sizes)); in TEST()
105 EXPECT_LE(12, std::get<1>(sizes)); in TEST()
106 EXPECT_LE(12, std::get<2>(sizes)); in TEST()
110 EXPECT_LE(4, records[0].alloc_bytes); in TEST()
112 EXPECT_LE(12, records[2].alloc_bytes); in TEST()
/external/adhd/cras/src/tests/
Ddev_stream_unittest.cc343 EXPECT_LE(kBufferFrames, device_frames); // Soundness check. in TEST_F()
344 EXPECT_LE(device_frames, config_format_converter_frames); in TEST_F()
345 EXPECT_LE(device_frames, dev_stream->conv_buffer_size_frames); in TEST_F()
385 EXPECT_LE(kBufferFrames, device_frames); // Soundness check. in TEST_F()
386 EXPECT_LE(device_frames, config_format_converter_frames); in TEST_F()
388 EXPECT_LE(device_frames, dev_stream->conv_buffer_size_frames); in TEST_F()
404 EXPECT_LE(kBufferFrames, config_format_converter_frames); in TEST_F()
405 EXPECT_LE(kBufferFrames, dev_stream->conv_buffer_size_frames); in TEST_F()
422 EXPECT_LE(kBufferFrames, config_format_converter_frames); in TEST_F()
423 EXPECT_LE(kBufferFrames, dev_stream->conv_buffer_size_frames); in TEST_F()
[all …]
Dlinear_resampler_unittest.cc52 EXPECT_LE(*(int16_t*)(in_buf + 4 * i), *(int16_t*)(out_buf + 4 * (i + 1))); in TEST()
100 EXPECT_LE(*(int16_t*)(in_buf + 4 * i), *(int16_t*)(out_buf + 4 * i)); in TEST()
101 EXPECT_LE(*(int16_t*)(in_buf + 4 * i + 2), in TEST()
148 EXPECT_LE(*(int16_t*)(in_buf + 4 * i), *(int16_t*)(out_buf + 4 * i)); in TEST()
149 EXPECT_LE(*(int16_t*)(in_buf + 4 * i + 2), in TEST()
/external/openscreen/discovery/mdns/
Dmdns_random_unittest.cc24 EXPECT_LE(delay, upper_bound); in TEST()
35 EXPECT_LE(variation, upper_bound); in TEST()
46 EXPECT_LE(delay, upper_bound); in TEST()
57 EXPECT_LE(delay, upper_bound); in TEST()
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dwrappers_c_test.cpp43 EXPECT_LE(Size, malloc_usable_size(P)); in TEST()
62 EXPECT_LE(Size, malloc_usable_size(P)); in TEST()
93 EXPECT_LE(Size, malloc_usable_size(P)); in TEST()
100 EXPECT_LE(Size, malloc_usable_size(P)); in TEST()
123 EXPECT_LE(Alignment * 4U, malloc_usable_size(P)); in TEST()
146 EXPECT_LE(Size, malloc_usable_size(P)); in TEST()
151 EXPECT_LE(Size * 2U, malloc_usable_size(P)); in TEST()
157 EXPECT_LE(Size / 2U, malloc_usable_size(P)); in TEST()
179 EXPECT_LE(Size, malloc_usable_size(P)); in TEST()
185 EXPECT_LE(Size * 2U, malloc_usable_size(P)); in TEST()
[all …]
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform_unittest.cc159 EXPECT_LE(abs(time2spec_out_expected_1[i] - data_out_1[i]), 1); in Time2SpecTester()
160 EXPECT_LE(abs(time2spec_out_expected_2[i] - data_out_2[i]), 1); in Time2SpecTester()
181 EXPECT_LE(abs(spec2time_out_expected_1[i] - data_out_1[i]), 16); in Spec2TimeTester()
182 EXPECT_LE(abs(spec2time_out_expected_2[i] - data_out_2[i]), 16); in Spec2TimeTester()
/external/scudo/standalone/tests/
Dwrappers_c_test.cpp43 EXPECT_LE(Size, malloc_usable_size(P)); in TEST()
73 EXPECT_LE(Size, malloc_usable_size(P)); in TEST()
116 EXPECT_LE(Size, malloc_usable_size(P)); in TEST()
123 EXPECT_LE(Size, malloc_usable_size(P)); in TEST()
146 EXPECT_LE(Alignment * 4U, malloc_usable_size(P)); in TEST()
169 EXPECT_LE(Size, malloc_usable_size(P)); in TEST()
174 EXPECT_LE(Size * 2U, malloc_usable_size(P)); in TEST()
180 EXPECT_LE(Size / 2U, malloc_usable_size(P)); in TEST()
202 EXPECT_LE(Size, malloc_usable_size(P)); in TEST()
208 EXPECT_LE(Size * 2U, malloc_usable_size(P)); in TEST()
[all …]
/external/cpuinfo/test/
Dinit.cc187 EXPECT_LE(cpuinfo_get_cores_count(), cpuinfo_get_processors_count()); in TEST()
321 EXPECT_LE(cpuinfo_get_clusters_count(), cpuinfo_get_cores_count()); in TEST()
322 EXPECT_LE(cpuinfo_get_clusters_count(), cpuinfo_get_processors_count()); in TEST()
359 EXPECT_LE(cluster->processor_start + cluster->processor_count, cpuinfo_get_processors_count()); in TEST()
396 EXPECT_LE(cluster->core_start + cluster->core_count, cpuinfo_get_cores_count()); in TEST()
545 EXPECT_LE(cpuinfo_get_packages_count(), cpuinfo_get_cores_count()); in TEST()
546 EXPECT_LE(cpuinfo_get_packages_count(), cpuinfo_get_processors_count()); in TEST()
582 EXPECT_LE(package->processor_start + package->processor_count, cpuinfo_get_processors_count()); in TEST()
621 EXPECT_LE(package->core_start + package->core_count, cpuinfo_get_cores_count()); in TEST()
660 EXPECT_LE(package->cluster_start + package->cluster_count, cpuinfo_get_clusters_count()); in TEST()
[all …]
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_summary_test.cc102 EXPECT_LE(summary.ApproximationError(), 1.0 / new_size); in TEST_F()
120 EXPECT_LE(summary.ApproximationError(), prev_eps + 1.0 / new_size); in TEST_F()
153 EXPECT_LE(summary.ApproximationError(), 1.0 / new_size); in TEST_F()
205 EXPECT_LE(summary1.ApproximationError(), eps1); in TEST_F()
208 EXPECT_LE(summary2.ApproximationError(), eps2); in TEST_F()
213 EXPECT_LE(summary1.ApproximationError(), std::max(eps1, eps2)); in TEST_F()
/external/webrtc/system_wrappers/source/
Dntp_time_unittest.cc138 EXPECT_LE(boundary_q32x32, kMaxQ32x32); in TEST()
145 EXPECT_LE(Int64MsToQ32x32(kBoundaryMs - 1), kMaxQ32x32 - kOneMsQ32x32); in TEST()
151 EXPECT_LE(Int64MsToQ32x32(kBoundaryMs - 1000), kMaxQ32x32 - kOneSecQ32x32); in TEST()
160 EXPECT_LE(boundary_uq32x32, kMaxUQ32x32); in TEST()
167 EXPECT_LE(Int64MsToUQ32x32(kBoundaryMs - 1), kMaxUQ32x32 - kOneMsQ32x32); in TEST()
173 EXPECT_LE(Int64MsToUQ32x32(kBoundaryMs - 1000), kMaxUQ32x32 - kOneSecQ32x32); in TEST()
/external/pigweed/pw_trace_tokenized/
Dtrace_buffer_test.cc39 EXPECT_LE(buf->TotalUsedBytes(), expected_max_bytes_used); in TEST()
61 EXPECT_LE(buf->TotalUsedBytes(), expected_max_bytes_used); in TEST()
82 EXPECT_LE(buf->TotalUsedBytes(), expected_max_bytes_used); in TEST()
91 EXPECT_LE(bytes_read, expected_max_bytes_used - 1); in TEST()
/external/libyuv/files/unit_test/
Dscale_argb_test.cc242 EXPECT_LE(diff, max_diff); \
249 EXPECT_LE(diff, max_diff); \
276 EXPECT_LE(diff, max_diff); \
283 EXPECT_LE(diff, max_diff); \
289 EXPECT_LE(diff, max_diff); \
295 EXPECT_LE(diff, max_diff); \
428 EXPECT_LE(abs_diff, 40); in YUVToARGBTestFilter()
447 EXPECT_LE(diff, 10); in TEST_F()
454 EXPECT_LE(diff, 10); in TEST_F()

12345678910>>...21