/external/chromium_org/net/base/ |
int128_unittest.cc | 24 EXPECT_GT(two, one); 29 EXPECT_GT(big, one); 32 EXPECT_GT(big, big_minus_one); 38 EXPECT_GT(biggest, big); 53 EXPECT_GT(big << 1, big); 158 EXPECT_GT(two, one_pod); 159 EXPECT_GT(two_pod, one); 160 EXPECT_GT(two_pod, one_pod);
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
PODArenaTest.cpp | 71 EXPECT_GT(allocator->numRegions(), 1); 82 EXPECT_GT(allocator->numRegions(), 0);
|
/external/chromium_org/third_party/webrtc/base/ |
linux_unittest.cc | 28 EXPECT_GT(out_cpus, 0); 33 EXPECT_GT(out_cpus_phys, 0);
|
fileutils_unittest.cc | 97 EXPECT_GT(free1, 0); 116 EXPECT_GT(free3, 0);
|
/external/chromium_org/ash/system/web_notification/ |
web_notification_tray_unittest.cc | 341 EXPECT_GT(bottom, bottom_with_tray); 348 EXPECT_GT(bottom, bottom_with_tray_notification); 349 EXPECT_GT(bottom_with_tray, bottom_with_tray_notification); 355 EXPECT_GT(bottom, bottom_with_notification); 395 EXPECT_GT(bottom_auto_shown, bottom_with_tray); 401 EXPECT_GT(bottom_with_tray, bottom_with_tray_notification); 411 EXPECT_GT(bottom_auto_hidden, bottom_hidden_with_tray_notification); 417 EXPECT_GT(bottom_hidden_with_tray_notification, 419 EXPECT_GT(bottom_auto_shown, bottom_shown_with_tray_notification); 477 EXPECT_GT(bottom, GetPopupWorkAreaBottom()) [all...] |
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
vie_autotest_rtp_rtcp.cc | 204 EXPECT_GT(num_rtp_packets, 0); 206 EXPECT_GT(num_rtcp_packets, 0); 207 EXPECT_GT(sentTotalBitrate, 0u); 256 EXPECT_GT(num_rtp_packets, 0); 257 EXPECT_GT(num_dropped_packets, 0); 258 EXPECT_GT(num_rtcp_packets, 0); 259 EXPECT_GT(packet_counters[kRtxPayloadType], 0); 263 // EXPECT_GT(recCumulativeLost, 0u); 264 EXPECT_GT(sentTotalBitrate, 0u); 265 EXPECT_GT(sentNackBitrate, 0u) [all...] |
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/ |
vp8_impl_unittest.cc | 236 EXPECT_GT(WaitForEncodedFrame(), 0); 243 EXPECT_GT(WaitForDecodedFrame(), 0); 245 EXPECT_GT(I420PSNR(&input_frame_, &decoded_video_frame_), 36); 253 EXPECT_GT(WaitForEncodedFrame(), 0); 269 EXPECT_GT(I420PSNR(&input_frame_, &decoded_video_frame_), 36);
|
/external/chromium_org/chrome/browser/ui/ash/ |
volume_controller_browsertest_chromeos.cc | 105 EXPECT_GT(kInitVolume, audio_handler_->GetOutputVolumePercent()); 129 EXPECT_GT(100, audio_handler_->GetOutputVolumePercent()); 158 EXPECT_GT(initial_volume, audio_handler_->GetOutputVolumePercent());
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/ |
fake_var_manager.cc | 40 EXPECT_GT(var_data->ref_count, 0) 127 EXPECT_GT(var_data->ref_count, 0) 145 EXPECT_GT(var_data->ref_count, 0)
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
error_resilience_test.cc | 163 EXPECT_GT(psnr_resilience_off, 25.0); 169 EXPECT_GT(psnr_resilience_on, 25.0); 235 EXPECT_GT(psnr_resilience_mismatch, 20.0);
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
jitter_estimator_tests.cc | 72 EXPECT_GT(regular_estimator_.GetJitterEstimate(0), 0); 89 EXPECT_GT(regular_estimator_.GetJitterEstimate(0), 0); 90 EXPECT_GT(low_rate_estimator_.GetJitterEstimate(0), 0);
|
/external/compiler-rt/lib/asan/tests/ |
asan_str_test.cc | 233 EXPECT_GT(0, strcmp("ab", "ac")); 234 EXPECT_GT(0, strcmp("abc", "abcd")); 242 EXPECT_GT(0, strncmp("abcde", "abcfa", 4)); 243 EXPECT_GT(0, strncmp("a", "b", 5)); 244 EXPECT_GT(0, strncmp("bc", "bcde", 4)); 254 EXPECT_GT(0, strcasecmp("aB", "Ac")); 255 EXPECT_GT(0, strcasecmp("ABC", "ABCd")); 263 EXPECT_GT(0, strncasecmp("abcde", "ABCfa", 4)); 264 EXPECT_GT(0, strncasecmp("a", "B", 5)); 265 EXPECT_GT(0, strncasecmp("bc", "BCde", 4)) [all...] |
/external/libvpx/libvpx/test/ |
error_resilience_test.cc | 163 EXPECT_GT(psnr_resilience_off, 25.0); 169 EXPECT_GT(psnr_resilience_on, 25.0); 235 EXPECT_GT(psnr_resilience_mismatch, 20.0);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
error_resilience_test.cc | 163 EXPECT_GT(psnr_resilience_off, 25.0); 169 EXPECT_GT(psnr_resilience_on, 25.0); 235 EXPECT_GT(psnr_resilience_mismatch, 20.0);
|
/external/chromium_org/chrome/browser/history/ |
select_favicon_frames_unittest.cc | 216 EXPECT_GT(score2, score1); 246 EXPECT_GT(score2, score1); 247 EXPECT_GT(score3, score1); 248 EXPECT_GT(score4, score1); 266 EXPECT_GT(score2, score1); 284 EXPECT_GT(score2, score1); 302 EXPECT_GT(score2, score1); 324 EXPECT_GT(score2, score1);
|
/external/chromium_org/chrome/browser/net/ |
url_info_unittest.cc | 54 EXPECT_GT((TimeTicks::Now() - before_resolution_complete).InMilliseconds(), 76 EXPECT_GT((TimeTicks::Now() - before_resolution_complete),
|
/external/chromium_org/media/audio/ |
audio_input_volume_unittest.cc | 138 EXPECT_GT(max_volume, 0.0); 173 EXPECT_GT(current_volume, 0);
|
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/ |
brightness_detection_test.cc | 86 EXPECT_GT(warningProportion, 95); 122 EXPECT_GT(warningProportion, 90);
|
/external/llvm/unittests/Support/ |
IteratorTest.cpp | 45 EXPECT_GT(End, I); 86 EXPECT_GT(End, I);
|
/frameworks/base/tools/split-select/ |
RuleGenerator_test.cpp | 51 EXPECT_GT(262, (int) ConfigDescription::DENSITY_HIGH); 53 EXPECT_GT(362, (int) ConfigDescription::DENSITY_XHIGH);
|
/external/chromium_org/ui/views/controls/ |
label_unittest.cc | 229 EXPECT_GT(size.height(), kMinTextDimension); 230 EXPECT_GT(size.width(), kMinTextDimension); 255 EXPECT_GT(label.GetHeightForWidth(i), 0); 267 EXPECT_GT(required_size.height(), kMinTextDimension); 268 EXPECT_GT(required_size.width(), kMinTextDimension); 273 EXPECT_GT(required_width, kMinTextDimension); 283 EXPECT_GT(constrained_width, kMinTextDimension); 291 EXPECT_GT(required_height, kMinTextDimension); 296 EXPECT_GT(height_for_constrained_width, required_height); 326 EXPECT_GT(height1, required_height_with_border) [all...] |
/external/chromium_org/base/win/ |
pe_image_unittest.cc | 230 EXPECT_GT(count, GetExpectedValue(exports, os) - 20); 235 EXPECT_GT(count, GetExpectedValue(imports, os) - 20); 240 EXPECT_GT(count, GetExpectedValue(delay_imports, os) - 2); 245 EXPECT_GT(count, GetExpectedValue(relocs, os) - 150);
|
/external/chromium_org/chrome/installer/util/ |
wmi_unittest.cc | 48 EXPECT_GT(pid, 0);
|
/external/chromium_org/content/browser/renderer_host/ |
render_process_host_unittest.cc | 49 EXPECT_GT(RenderProcessHostImpl::GetMaxRendererProcessCount(), 0u);
|
/external/chromium_org/media/formats/webm/ |
webm_tracks_parser_unittest.cc | 34 EXPECT_GT(result, 0); 100 EXPECT_GT(result, 0); 113 EXPECT_GT(result, 0); 193 EXPECT_GT(parser->Parse(&buf[0], buf.size()),0);
|