Searched refs:EXPECT_GE (Results 1 - 25 of 363) sorted by path

1234567891011>>

/external/android-clat/
H A Dclatd_test.cpp689 EXPECT_GE(3210000, onebits);
/external/bluetooth/bluedroid/osi/test/
H A Dreactor_test.cpp97 EXPECT_GE(get_timestamp() - start, static_cast<uint64_t>(50));
/external/ceres-solver/internal/ceres/
H A Dpolynomial_test.cc258 EXPECT_GE(optimal_x, min_x);
/external/chromium_org/ash/shelf/
H A Dshelf_layout_manager_unittest.cc177 EXPECT_GE(shelf_bounds.height(), not_visible_bounds_.height());
724 EXPECT_GE(shelf->GetNativeView()->bounds().y(),
726 EXPECT_GE(shelf->status_area_widget()->GetNativeView()->bounds().y(),
774 EXPECT_GE(shelf->GetNativeView()->bounds().y(),
776 EXPECT_GE(shelf->status_area_widget()->GetNativeView()->bounds().y(),
1450 EXPECT_GE(
1456 EXPECT_GE(status_bounds.width(),
1480 EXPECT_GE(shelf_bounds.width(),
1484 EXPECT_GE(status_bounds.width(),
1509 EXPECT_GE(shelf_bound
[all...]
H A Dshelf_view_unittest.cc423 EXPECT_GE(item_bounds.x(), 0);
424 EXPECT_GE(item_bounds.y(), 0);
/external/chromium_org/ash/wm/
H A Dapp_list_controller_unittest.cc180 EXPECT_GE(app_list_view_top, kMinimalCenteredAppListMargin);
/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager_unittest.cc138 EXPECT_GE(window_bounds.right(), icon_bounds.right());
143 EXPECT_GE(window_bounds.bottom(), icon_bounds.bottom());
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager_unittest.cc457 EXPECT_GE(root_window_bounds.width(),
459 EXPECT_GE(root_window_bounds.height(),
/external/chromium_org/athena/home/
H A Dathena_start_page_view_unittest.cc139 EXPECT_GE(kHomeCardHeight, GetIconsBounds().height());
140 EXPECT_GE(kHomeCardHeight, GetSearchBoxBounds().height());
141 EXPECT_GE(kHomeCardHeight, GetControlBounds().height());
185 EXPECT_GE(kHomeCardHeight, GetIconsBounds().height());
186 EXPECT_GE(kHomeCardHeight, GetSearchBoxBounds().height());
187 EXPECT_GE(kHomeCardHeight, GetControlBounds().height());
/external/chromium_org/athena/wm/
H A Dwindow_manager_unittest.cc330 EXPECT_GE(width / 2, w1->bounds().width());
/external/chromium_org/base/
H A Dasync_socket_io_handler_unittest.cc49 EXPECT_GE(bytes_read, 0);
H A Dbind_unittest.cc768 EXPECT_GE(1, copies);
776 EXPECT_GE(1, copies);
785 EXPECT_GE(2, copies);
H A Dsys_info_unittest.cc25 EXPECT_GE(base::SysInfo::NumberOfProcessors(), 1);
33 EXPECT_GE(base::SysInfo::AmountOfVirtualMemory(), 0);
/external/chromium_org/base/debug/
H A Dproc_maps_linux_unittest.cc211 EXPECT_GE(address, regions[i].start);
H A Dtrace_event_synthetic_delay_unittest.cc71 EXPECT_GE(TestFunction(), kTargetDurationMs);
77 EXPECT_GE(TestFunction(), kTargetDurationMs);
82 EXPECT_GE(TestFunction(), kTargetDurationMs);
88 EXPECT_GE(TestFunction(), kTargetDurationMs);
90 EXPECT_GE(TestFunction(), kTargetDurationMs);
97 EXPECT_GE(AsyncTestFunctionEnd(), kTargetDurationMs / 2);
117 EXPECT_GE(AsyncTestFunctionEnd(), kTargetDurationMs / 2);
123 EXPECT_GE(AsyncTestFunctionEnd(), kTargetDurationMs / 2);
127 EXPECT_GE(AsyncTestFunctionEnd(), kTargetDurationMs / 2);
148 EXPECT_GE((No
[all...]
H A Dtrace_event_unittest.cc2952 EXPECT_GE(timestamp, last_timestamp);
2966 EXPECT_GE(duration.InMilliseconds(), 50);
/external/chromium_org/base/mac/
H A Dlibdispatch_task_runner_unittest.cc203 EXPECT_GE(run_time, post_time + delta);
/external/chromium_org/base/memory/
H A Dshared_memory_unittest.cc217 EXPECT_GE(memory1.mapped_size(), kDataSize);
242 EXPECT_GE(memory2.mapped_size(), kDataSize);
/external/chromium_org/base/metrics/
H A Dfield_trial_unittest.cc236 EXPECT_GE(winner_index, 0);
/external/chromium_org/base/profiler/
H A Dtracked_time_unittest.cc67 EXPECT_GE(0, after.InMilliseconds());
103 EXPECT_GE(0, after.InMilliseconds());
/external/chromium_org/base/synchronization/
H A Dcondition_variable_unittest.cc185 // We can't use EXPECT_GE here as the TimeDelta class does not support the
234 // We can't use EXPECT_GE here as the TimeDelta class does not support the
506 EXPECT_GE(thread_count_, 1);
H A Dlock_unittest.cc86 EXPECT_GE(acquired, 20);
87 EXPECT_GE(thread.acquired(), 20);
/external/chromium_org/base/time/
H A Dtime_unittest.cc636 EXPECT_GE(delta.InMilliseconds(), 9);
637 EXPECT_GE(delta.InMicroseconds(), 9000);
708 EXPECT_GE(difference.InMicroseconds(), 9000);
H A Dtime_win_unittest.cc55 EXPECT_GE(milliseconds, 0);
150 EXPECT_GE(static_cast<int>(caps.wPeriodMin), 1);
152 EXPECT_GE(static_cast<int>(caps.wPeriodMin), 1);
/external/chromium_org/cc/animation/
H A Dkeyframed_animation_curve_unittest.cc112 EXPECT_GE(192, red_value);
282 EXPECT_GE(value.matrix().get(0, 3), 4.f);
382 EXPECT_GE(value.at(0).amount(), 4);

Completed in 1123 milliseconds

1234567891011>>