HomeSort by relevance Sort by last modified time
    Searched refs:EXPECT_GE (Results 101 - 125 of 400) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/bluetooth/bluedroid/osi/test/
reactor_test.cpp 97 EXPECT_GE(get_timestamp() - start, static_cast<uint64_t>(50));
  /external/chromium_org/chromeos/network/
network_sms_handler_unittest.cc 109 EXPECT_GE(test_observer_->message_count(), 1);
  /external/chromium_org/media/cast/test/
fake_single_thread_task_runner.cc 30 EXPECT_GE(delay, base::TimeDelta());
  /external/chromium_org/third_party/libjingle/source/talk/base/
linux_unittest.cc 56 EXPECT_GE(out_family, 4);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker_unittest.cc 268 EXPECT_GE(info.stun.rtt, 0);
269 EXPECT_GE(info.udp.rtt, 0);
270 EXPECT_GE(info.tcp.rtt, 0);
271 EXPECT_GE(info.ssltcp.rtt, 0);
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
cq_test.cc 102 EXPECT_GE(cq_psnr_lin, vbr_psnr_lin);
fdct8x8_test.cc 167 EXPECT_GE(1, max_error)
171 EXPECT_GE(count_test_block/5, total_error)
207 EXPECT_GE(1, max_error)
211 EXPECT_GE(count_test_block/5, total_error)
  /external/chromium_org/third_party/webrtc/base/
linux_unittest.cc 39 EXPECT_GE(out_family, 4);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
isac_speed_test.cc 48 EXPECT_GE(max_bytes_, STREAM_MAXW16_60MS);
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane_unittest.cc 51 EXPECT_GE(pref.width(), 20);
  /external/libvpx/libvpx/test/
cq_test.cc 102 EXPECT_GE(cq_psnr_lin, vbr_psnr_lin);
fdct4x4_test.cc 91 EXPECT_GE(1u, max_error)
94 EXPECT_GE(count_test_block , total_error)
147 EXPECT_GE(4 * DCT_MAX_VALUE, abs(output_block[j]))
176 EXPECT_GE(1u, error)
fdct8x8_test.cc 167 EXPECT_GE(1, max_error)
171 EXPECT_GE(count_test_block/5, total_error)
207 EXPECT_GE(1, max_error)
211 EXPECT_GE(count_test_block/5, total_error)
  /external/llvm/unittests/ADT/
DeltaAlgorithmTest.cpp 81 EXPECT_GE(33U, FDA.getNumTests());
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
cq_test.cc 102 EXPECT_GE(cq_psnr_lin, vbr_psnr_lin);
fdct4x4_test.cc 91 EXPECT_GE(1u, max_error)
94 EXPECT_GE(count_test_block , total_error)
147 EXPECT_GE(4 * DCT_MAX_VALUE, abs(output_block[j]))
176 EXPECT_GE(1u, error)
fdct8x8_test.cc 167 EXPECT_GE(1, max_error)
171 EXPECT_GE(count_test_block/5, total_error)
207 EXPECT_GE(1, max_error)
211 EXPECT_GE(count_test_block/5, total_error)
  /system/core/logcat/tests/
logcat_benchmark.cpp 124 EXPECT_GE(max_ok, next_lt_last);
  /external/chromium_org/chrome/renderer/net/
predictor_queue_unittest.cc 94 EXPECT_GE(i, 100) << "Can't write 2 digit strings in 4 character buffer";
173 EXPECT_GE(byte_usage_counter, buffer_size - 4)
176 EXPECT_GE(write_success, 10U) << "Couldn't even write 10 one digit strings "
  /external/chromium_org/components/enhanced_bookmarks/
image_store_unittest.cc 243 EXPECT_GE(this->store_->GetStoreSizeInBytes(), size);
248 EXPECT_GE(this->store_->GetStoreSizeInBytes(), 90 * 1024); // 90kb
251 EXPECT_GE(this->store_->GetStoreSizeInBytes(), 400 * 1024); // 400kb
  /external/chromium_org/media/cast/logging/
receiver_time_offset_estimator_impl_unittest.cc 95 EXPECT_GE(true_offset_ms, lower_bound_ms);
145 EXPECT_GE(true_offset_ms, lower_bound_ms);
237 EXPECT_GE(true_offset_ms, lower_bound_ms);
  /external/chromium_org/media/video/capture/
fake_video_capture_device_unittest.cc 160 EXPECT_GE(supported_formats[0].frame_rate, 20);
164 EXPECT_GE(supported_formats[1].frame_rate, 20);
168 EXPECT_GE(supported_formats[2].frame_rate, 20);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
dual_stream_unittest.cc 201 EXPECT_GE(acm_dual_stream_->Process(), 0);
202 EXPECT_GE(acm_ref_primary_->Process(), 0);
203 EXPECT_GE(acm_ref_secondary_->Process(), 0);
240 EXPECT_GE(num_compared_payloads_[kPrimary],
242 EXPECT_GE(num_compared_payloads_[kSecondary],
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_rtcp.cc 327 EXPECT_GE(0.101f, secSinceLastReport);
351 EXPECT_GE(10, RTT);
352 EXPECT_GE(10, avgRTT);
353 EXPECT_GE(10, minRTT);
354 EXPECT_GE(10, maxRTT);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
jitter_buffer_unittest.cc     [all...]

Completed in 499 milliseconds

1 2 3 45 6 7 8 91011>>