Searched refs:IsEqual (Results 76 - 100 of 109) sorted by relevance

12345

/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_dispatcher_host_unittest.cc181 EXPECT_TRUE(StreamDeviceInfo::IsEqual(device, video_devices_[0]));
183 EXPECT_TRUE(StreamDeviceInfo::IsEqual(device, audio_devices_[0]));
792 EXPECT_TRUE(StreamDeviceInfo::IsEqual(request1_devices[0],
794 StreamDeviceInfo::IsEqual(request1_devices[0],
/external/chromium_org/content/common/cursors/
H A Dwebcursor.cc157 bool WebCursor::IsEqual(const WebCursor& other) const { function in class:content::WebCursor
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dcloud_storage_test_base.py41 if not actual_color.IsEqual(expected_color, expectation["tolerance"]):
/external/chromium_org/extensions/browser/
H A Dextension_error.cc69 bool ExtensionError::IsEqual(const ExtensionError* rhs) const { function in class:extensions::ExtensionError
118 // both checked in ExtensionError::IsEqual), then they are equal.
/external/chromium_org/net/dns/
H A Dmdns_cache.cc111 if (record->ttl() != 0 && !record->IsEqual(other_record, true)) {
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoframe_unittest.cc272 EXPECT_TRUE(IsEqual(frame1, frame2, 0));
/external/deqp/framework/randomshaders/
H A DrsgBinaryOps.hpp263 template <bool IsEqual>
/external/hamcrest/src/org/hamcrest/
H A DCoreMatchers.java59 return org.hamcrest.core.IsEqual.equalTo(operand);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DContextWrapperTest.java26 import static org.hamcrest.core.IsEqual.equalTo;
H A DDialogTest.java18 import static org.hamcrest.core.IsEqual.equalTo;
H A DTabHostTest.java18 import static org.hamcrest.core.IsEqual.equalTo;
H A DDefaultRequestDirectorTest.java34 import static org.hamcrest.core.IsEqual.equalTo;
H A DLocationManagerTest.java25 import static org.hamcrest.core.IsEqual.equalTo;
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_dispatcher_unittest.cc67 EXPECT_TRUE(StreamDeviceInfo::IsEqual(video_device_, device_info));
70 EXPECT_TRUE(StreamDeviceInfo::IsEqual(audio_device_, device_info));
H A Dmedia_stream_dispatcher.cc23 if (StreamDeviceInfo::IsEqual(*device_it, device_info)) {
H A Drtc_peer_connection_handler.cc682 if ((*adapter_it)->IsEqual(stream)) {
714 if ((*adapter_it)->IsEqual(stream)) {
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_win.cc275 if (!device_win->IsEqual(*device_state)) {
/external/chromium_org/ui/gfx/geometry/
H A Dmatrix3_f.cc88 bool Matrix3F::IsEqual(const Matrix3F& rhs) const { function in class:gfx::Matrix3F
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp947 bool IsEqual) {
964 if (IsEqual || (isa<ConstantInt>(Val) &&
967 if (IsEqual)
945 RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, Constant *Val, bool IsEqual) argument
/external/lldb/source/API/
H A DSBFrame.cpp968 SBFrame::IsEqual (const SBFrame &that) const function in class:SBFrame
978 return IsEqual(rhs);
984 return !IsEqual(rhs);
/external/chromium_org/ash/ime/
H A Dcandidate_window_view.cc242 if (!candidate_window_.IsEqual(new_candidate_window)) {
/external/hamcrest/library/src/org/hamcrest/
H A DMatchers.java59 return org.hamcrest.core.IsEqual.equalTo(operand);
/external/chromium_org/jingle/glue/
H A Dchrome_async_socket_unittest.cc227 bool IsEqual(const SignalSocketState& other) const { function in struct:jingle_glue::__anon8504::ChromeAsyncSocketTest::SignalSocketState
321 EXPECT_TRUE(expected_signal_socket_state.IsEqual(
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc1145 bool IsEqual(const SkBitmap& bmp1, const SkBitmap& bmp2) { function
1258 bool result = IsEqual(input_pixels, output_pixels);
1275 result = IsEqual(input_pixels, output_pixels);
1290 result = IsEqual(input_pixels, output_pixels);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h698 FX_BOOL IsEqual(const CPDF_Color& other) const;

Completed in 1028 milliseconds

12345