HomeSort by relevance Sort by last modified time
    Searched refs:EXPECT_LT (Results 1 - 25 of 380) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/base/debug/
trace_event_synthetic_delay_unittest.cc 78 EXPECT_LT(TestFunction(), kShortDurationMs);
89 EXPECT_LT(TestFunction(), kShortDurationMs);
91 EXPECT_LT(TestFunction(), kShortDurationMs);
96 EXPECT_LT(AsyncTestFunctionBegin(), kShortDurationMs);
102 EXPECT_LT(AsyncTestFunctionBegin(), kShortDurationMs);
104 EXPECT_LT(AsyncTestFunctionEnd(), kShortDurationMs);
109 EXPECT_LT(AsyncTestFunctionEnd(), kShortDurationMs);
114 EXPECT_LT(AsyncTestFunctionBegin(), kShortDurationMs);
115 EXPECT_LT(AsyncTestFunctionBegin(), kShortDurationMs);
116 EXPECT_LT(AsyncTestFunctionEnd(), kShortDurationMs)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
file_change_unittest.cc 79 EXPECT_LT(file_change1, file_change2);
80 EXPECT_LT(file_change1, file_change3);
81 EXPECT_LT(file_change1, file_change4);
82 EXPECT_LT(file_change1, file_change5);
85 EXPECT_LT(file_change2, file_change3);
86 EXPECT_LT(file_change2, file_change4);
87 EXPECT_LT(file_change2, file_change5);
91 EXPECT_LT(file_change3, file_change4);
92 EXPECT_LT(file_change3, file_change5);
97 EXPECT_LT(file_change4, file_change5)
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
socket_test.cc 53 EXPECT_LT(ki_accept(123, NULL, &len), 0);
55 EXPECT_LT(ki_accept(123, &addr, NULL), 0);
57 EXPECT_LT(ki_accept(123, NULL, NULL), 0);
59 EXPECT_LT(ki_accept(-1, &addr, &len), 0);
61 EXPECT_LT(ki_accept(0, &addr, &len), 0);
69 EXPECT_LT(ki_bind(123, NULL, len), 0);
71 EXPECT_LT(ki_bind(-1, &const_addr, len), 0);
73 EXPECT_LT(ki_bind(0, &const_addr, len), 0);
81 EXPECT_LT(ki_connect(123, NULL, len), 0);
83 EXPECT_LT(ki_connect(-1, &const_addr, len), 0)
    [all...]
signal_test.cc 17 EXPECT_LT(ki_kill(123, NULL, &len), 0);
  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_browsertest.cc 65 EXPECT_LT(panel1->GetBounds().width(), panel1->GetRestoredBounds().width());
66 EXPECT_LT(panel2->GetBounds().width(), panel2->GetRestoredBounds().width());
67 EXPECT_LT(panel3->GetBounds().width(), panel3->GetRestoredBounds().width());
68 EXPECT_LT(panel4->GetBounds().width(), panel4->GetRestoredBounds().width());
69 EXPECT_LT(panel5->GetBounds().width(), panel5->GetRestoredBounds().width());
70 EXPECT_LT(panel6->GetBounds().width(), panel6->GetRestoredBounds().width());
84 EXPECT_LT(panel1->GetBounds().width(), panel1->GetRestoredBounds().width());
85 EXPECT_LT(panel3->GetBounds().width(), panel3->GetRestoredBounds().width());
86 EXPECT_LT(panel4->GetBounds().width(), panel4->GetRestoredBounds().width());
87 EXPECT_LT(panel5->GetBounds().width(), panel5->GetRestoredBounds().width())
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
versionparsing_unittest.cc 73 EXPECT_LT(0, CompareVersions(ver2, ver1, kExampleSegments));
76 EXPECT_LT(0, CompareVersions(ver3, ver1, kExampleSegments));
79 EXPECT_LT(0, CompareVersions(ver4, ver1, kExampleSegments));
82 EXPECT_LT(0, CompareVersions(ver3, ver2, kExampleSegments));
85 EXPECT_LT(0, CompareVersions(ver4, ver2, kExampleSegments));
88 EXPECT_LT(0, CompareVersions(ver4, ver3, kExampleSegments));
basictypes_unittest.cc 62 EXPECT_LT(0u, u8);
64 EXPECT_LT(0u, u16);
66 EXPECT_LT(0u, u32);
68 EXPECT_LT(0u, u64);
maccocoasocketserver_unittest.mm 64 EXPECT_LT(TimeSince(start), 10000);
  /external/chromium_org/third_party/webrtc/base/
versionparsing_unittest.cc 56 EXPECT_LT(0, CompareVersions(ver2, ver1, kExampleSegments));
59 EXPECT_LT(0, CompareVersions(ver3, ver1, kExampleSegments));
62 EXPECT_LT(0, CompareVersions(ver4, ver1, kExampleSegments));
65 EXPECT_LT(0, CompareVersions(ver3, ver2, kExampleSegments));
68 EXPECT_LT(0, CompareVersions(ver4, ver2, kExampleSegments));
71 EXPECT_LT(0, CompareVersions(ver4, ver3, kExampleSegments));
basictypes_unittest.cc 45 EXPECT_LT(0u, u8);
47 EXPECT_LT(0u, u16);
49 EXPECT_LT(0u, u32);
51 EXPECT_LT(0u, u64);
  /external/chromium_org/net/cookies/
cookie_constants_unittest.cc 30 EXPECT_LT(COOKIE_PRIORITY_LOW, COOKIE_PRIORITY_MEDIUM);
31 EXPECT_LT(COOKIE_PRIORITY_MEDIUM, COOKIE_PRIORITY_HIGH);
  /external/chromium_org/third_party/libyuv/unit_test/
basictypes_test.cc 44 EXPECT_LT(0u, u8);
46 EXPECT_LT(0u, u16);
48 EXPECT_LT(0u, u32);
50 EXPECT_LT(0u, u64);
  /external/chromium_org/ui/events/gestures/
velocity_calculator_unittest.cc 39 EXPECT_LT(velocity_calculator.XVelocity(), 10.1);
41 EXPECT_LT(velocity_calculator.YVelocity(), -9.9);
50 EXPECT_LT(velocity_calculator.XVelocity(), 21);
52 EXPECT_LT(velocity_calculator.YVelocity(), -19);
58 EXPECT_LT(velocity_calculator.XVelocity(), 25);
60 EXPECT_LT(velocity_calculator.YVelocity(), -20);
73 EXPECT_LT(velocity_calculator.XVelocity(), 1260000);
75 EXPECT_LT(velocity_calculator.YVelocity(), -1240000);
85 EXPECT_LT(velocity_calculator.XVelocity(), 1260000);
87 EXPECT_LT(velocity_calculator.YVelocity(), -124000)
    [all...]
  /external/chromium_org/ui/views/controls/button/
label_button_unittest.cc 62 EXPECT_LT(button.GetPreferredSize().width(), short_text_width);
66 EXPECT_LT(button.GetPreferredSize().width(), long_text_width);
79 EXPECT_LT(button.GetPreferredSize().width(), long_text_width);
90 EXPECT_LT(button.GetPreferredSize().width(), small_size);
91 EXPECT_LT(button.GetPreferredSize().height(), small_size);
95 EXPECT_LT(button.GetPreferredSize().width(), large_size);
96 EXPECT_LT(button.GetPreferredSize().height(), large_size);
111 EXPECT_LT(button.GetPreferredSize().width(), large_size);
126 EXPECT_LT(button.GetPreferredSize().width(), text_width);
127 EXPECT_LT(button.GetPreferredSize().width(), image_size)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
web_dialog_view_browsertest.cc 126 EXPECT_LT(0, rwhv_bounds.width());
127 EXPECT_LT(0, rwhv_bounds.height());
142 EXPECT_LT(0, rwhv_bounds.width());
143 EXPECT_LT(0, rwhv_bounds.height());
158 EXPECT_LT(0, rwhv_bounds.width());
159 EXPECT_LT(0, rwhv_bounds.height());
170 EXPECT_LT(0, actual_bounds.width());
171 EXPECT_LT(0, actual_bounds.height());
  /external/chromium_org/mojo/system/
waiter_unittest.cc 111 EXPECT_LT(elapsed, test::EpsilonTimeout());
122 EXPECT_LT(elapsed, test::EpsilonTimeout());
135 EXPECT_LT(elapsed, (2+1) * test::EpsilonTimeout());
148 EXPECT_LT(elapsed, (5+1) * test::EpsilonTimeout());
159 EXPECT_LT(elapsed, (2+1) * test::EpsilonTimeout());
172 EXPECT_LT(elapsed, test::EpsilonTimeout());
183 EXPECT_LT(elapsed, test::EpsilonTimeout());
196 EXPECT_LT(elapsed, (2+1) * test::EpsilonTimeout());
209 EXPECT_LT(elapsed, (5+1) * test::EpsilonTimeout());
224 EXPECT_LT(elapsed, test::EpsilonTimeout())
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/shared-glapi/tests/
check_table.cpp 58 EXPECT_LT(408u, _glapi_get_dispatch_table_size());
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
thread_posix_unittest.cc 26 EXPECT_LT(system_priority, kMaxPrio);
  /external/llvm/unittests/Support/
ProcessTest.cpp 32 EXPECT_LT(1u, process::get_self()->page_size());
34 EXPECT_LT(TimeValue::MinTime, process::get_self()->get_user_time());
36 EXPECT_LT(TimeValue::MinTime, process::get_self()->get_system_time());
38 EXPECT_LT(TimeValue::MinTime, process::get_self()->get_wall_time());
  /external/mesa3d/src/mapi/shared-glapi/tests/
check_table.cpp 58 EXPECT_LT(408u, _glapi_get_dispatch_table_size());
  /ndk/sources/android/support/tests/
math_unittest.cc 19 EXPECT_LT(x, nexttoward(x, (long double)(x - 1.0)));
26 EXPECT_LT(x, nexttowardf(x, (long double)(x - 1.0)));
33 EXPECT_LT(x, nexttowardl(x, x - 1.0));
  /external/chromium_org/base/process/
process_metrics_unittest.cc 289 EXPECT_LT(info.free, info.total);
290 EXPECT_LT(info.buffers, info.total);
291 EXPECT_LT(info.cached, info.total);
292 EXPECT_LT(info.active_anon, info.total);
293 EXPECT_LT(info.inactive_anon, info.total);
294 EXPECT_LT(info.active_file, info.total);
295 EXPECT_LT(info.inactive_file, info.total);
300 EXPECT_LT(info.shmem, info.total);
327 EXPECT_LT(10u, free_mem1.total);
328 EXPECT_LT(10u, free_mem1.largest)
    [all...]
  /external/ceres-solver/internal/ceres/
block_sparse_matrix_test.cc 79 EXPECT_LT((y_a - y_b).norm(), 1e-12);
91 EXPECT_LT((y_a - y_b).norm(), 1e-12);
100 EXPECT_LT((y_a - y_b).norm(), 1e-12);
108 EXPECT_LT((m_a - m_b).norm(), 1e-12);
  /external/chromium_org/chrome/browser/thumbnails/
content_based_thumbnailing_algorithm_unittest.cc 83 EXPECT_LT(target_size.width(), source_size.width());
84 EXPECT_LT(target_size.height(), source_size.height());
116 EXPECT_LT(result.width(), source.width());
117 EXPECT_LT(result.height(), source.height());
129 EXPECT_LT(result.width(), source.width());
130 EXPECT_LT(result.height(), source.height());
164 EXPECT_LT(catcher.captured_bitmap().width(), source.width());
165 EXPECT_LT(catcher.captured_bitmap().height(), source.height());
  /external/chromium_org/chrome/common/extensions/permissions/
usb_device_permission_unittest.cc 22 EXPECT_LT(UsbDevicePermissionData(0x02ad, 0x138c, -1),
26 EXPECT_LT(UsbDevicePermissionData(0x02ad, 0x138c, -1),

Completed in 754 milliseconds

1 2 3 4 5 6 7 8 91011>>