HomeSort by relevance Sort by last modified time
    Searched refs:EXPECT_LE (Results 76 - 100 of 191) sorted by null

1 2 34 5 6 7 8

  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl_unittest.cc 243 EXPECT_LE(callback_count, 50);
290 EXPECT_LE(diff, 100u);
  /system/update_engine/payload_generator/
ext2_filesystem_unittest.cc 54 EXPECT_LE(0U, extent.start_block());
55 EXPECT_LE(extent.start_block() + extent.num_blocks(), total_blocks);
  /art/runtime/base/
hash_set_test.cc 208 EXPECT_LE(hash_set.CalculateLoadFactor() - kEpsilon, hash_set.GetMaxLoadFactor());
212 EXPECT_LE(hash_set.CalculateLoadFactor() - kEpsilon, hash_set.GetMaxLoadFactor());
214 EXPECT_LE(hash_set.CalculateLoadFactor() - kEpsilon, hash_set.GetMaxLoadFactor());
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 449 EXPECT_LE(MM->UsedCodeSize, MM->ReservedCodeSize);
450 EXPECT_LE(MM->UsedDataSizeRO, MM->ReservedDataSizeRO);
451 EXPECT_LE(MM->UsedDataSizeRW, MM->ReservedDataSizeRW);
  /external/webrtc/webrtc/common_audio/resampler/
sinc_resampler_unittest.cc 330 EXPECT_LE(rms_error, rms_error_);
331 EXPECT_LE(low_freq_max_error, low_freq_error_);
335 EXPECT_LE(high_freq_max_error, kHighFrequencyMaxError);
  /external/libchrome/base/files/
file_unittest.cc 196 EXPECT_LE(bytes_read, kTestDataSize);
342 EXPECT_LE(info.last_accessed.ToInternalValue(), now.ToInternalValue());
343 EXPECT_LE(info.last_modified.ToInternalValue(), now.ToInternalValue());
344 EXPECT_LE(info.creation_time.ToInternalValue(), now.ToInternalValue());
  /external/opencv3/modules/video/test/
test_tvl1optflow.cpp 170 EXPECT_LE(err, MAX_RMSE);
  /external/webrtc/webrtc/base/
systeminfo_unittest.cc 100 EXPECT_LE(info.GetCurCpus(), info.GetMaxCpus());
  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator_tests.cc 158 EXPECT_LE(low_rate_iterations, regular_iterations);
  /frameworks/native/libs/gui/tests/
IGraphicBufferProducer_test.cpp 215 EXPECT_LE(0, *slot);
298 EXPECT_LE(0, value);
354 EXPECT_LE(0, dequeuedSlot);
664 EXPECT_LE(0, slot);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
error_resilience_test.cc 175 EXPECT_LE(psnr_ratio, 1.1);
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 180 EXPECT_LE(minExp, exposures[0])
355 EXPECT_LE(minExp, maxExp) << "Minimum exposure is greater than maximum";
561 EXPECT_LE(minExp, expList[i])
565 EXPECT_LE(minDuration, durationList[i])
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
documenttest.cpp 271 EXPECT_LE(valueAllocator.Size(), sizeof(valueBuffer));
272 EXPECT_LE(parseAllocator.Size(), sizeof(parseBuffer));
275 EXPECT_LE(valueAllocator.Size(), valueAllocator.Capacity());
276 EXPECT_LE(parseAllocator.Size(), parseAllocator.Capacity());
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
test_harness.h 164 /* EXPECT_LE(expected, measured): expected <= measured */
165 #define EXPECT_LE TEST_API(EXPECT_LE)
  /external/minijail/
test_harness.h 152 /* EXPECT_LE(expected, measured): expected <= measured */
153 #define EXPECT_LE TEST_API(EXPECT_LE)
  /external/opencv3/modules/ml/test/
test_save_load.cpp 294 EXPECT_LE(norm(r1, r2, NORM_INF), eps);
295 EXPECT_LE(norm(r1, r3, NORM_INF), eps);
  /external/tlsdate/src/
test_harness.h 154 /* EXPECT_LE(expected, measured): expected <= measured */
155 #define EXPECT_LE TEST_API(EXPECT_LE)
  /frameworks/base/libs/hwui/tests/unit/
BakedOpStateTests.cpp 191 EXPECT_LE(64u, successAllocSize) << "relatively large alloc for non-rejected op";
219 EXPECT_LE(64u, allocator.usedSize()) << "relatively large alloc for non-rejected op";
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor_integrationtest.cc 318 EXPECT_LE(perc_encoding_rate_mismatch_, max_encoding_rate_mismatch);
326 EXPECT_LE(perc_key_frame_size_mismatch, max_key_frame_size_mismatch);
348 EXPECT_LE(perc_frame_size_mismatch, max_delta_frame_size_mismatch);
349 EXPECT_LE(perc_encoding_rate_mismatch, max_encoding_rate_mismatch);
352 EXPECT_LE(num_frames_to_hit_target_, max_time_hit_target);
353 EXPECT_LE(num_dropped_frames, max_num_dropped_frames);
    [all...]
  /system/core/logcat/tests/
logcat_test.cpp 302 EXPECT_LE(count, second_count);
303 EXPECT_LE(count, last_timestamp_count);
495 EXPECT_LE(2, count);
566 EXPECT_LE(2, count);
647 EXPECT_LE(suffix_value, 10);
929 EXPECT_LE(1, count);
  /external/libvpx/libvpx/test/
convolve_test.cc 671 EXPECT_LE(p0, 128);
672 EXPECT_LE(p1, 128);
673 EXPECT_LE(p2, 128);
674 EXPECT_LE(p3, 128);
675 EXPECT_LE(p0 + p3, 128);
676 EXPECT_LE(p0 + p3 + p1, 128);
677 EXPECT_LE(p0 + p3 + p1 + p2, 128);
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 542 EXPECT_LE(min_expected_size, message.SpaceUsed()); \
566 EXPECT_LE(min_expected_size, message.SpaceUsed());
577 EXPECT_LE(min_expected_size, message.SpaceUsed());
588 EXPECT_LE(min_expected_size, message.SpaceUsed());
609 EXPECT_LE(min_expected_size, empty_repeated_field_size) << #type; \
652 EXPECT_LE(min_expected_size, message.SpaceUsed());
668 EXPECT_LE(min_expected_size, message.SpaceUsed());
    [all...]
  /system/media/audio_utils/tests/
primitives_tests.cpp 54 EXPECT_LE(diff, 1);
74 EXPECT_LE(diff, 1);
94 EXPECT_LE(diff, 1);
146 EXPECT_LE(res, 0x7fffffff);
154 EXPECT_LE(res, (int32_t)0x80008000); // negative
  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 308 EXPECT_LE(2, queue.GetNumThreadsTakingAssignments());
450 EXPECT_LE(20, queue.GetMaxCompletionsByWorkerThread());
478 EXPECT_LE(4, queue.GetMaxCompletionsByWorkerThread());
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.cc 264 EXPECT_LE(bitrate_observer_->latest_bitrate(), bitrate_bps);
623 EXPECT_LE(stats.recent_propagation_time_delta_ms.size(), 1000U);
624 EXPECT_LE(stats.recent_arrival_time_ms.size(), 1000U);

Completed in 1424 milliseconds

1 2 34 5 6 7 8