Searched defs:IsEqual (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chromeos/ime/
H A Dcandidate_window.cc26 bool CandidateWindow::IsEqual(const CandidateWindow& cw) const { function in class:chromeos::input_method::CandidateWindow
/external/chromium_org/content/common/indexed_db/
H A Dindexed_db_key.cc127 bool IndexedDBKey::IsEqual(const IndexedDBKey& other) const { function in class:content::IndexedDBKey
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_sink_owner.cc57 bool MediaStreamAudioSinkOwner::IsEqual( function in class:content::MediaStreamAudioSinkOwner
64 bool MediaStreamAudioSinkOwner::IsEqual( function in class:content::MediaStreamAudioSinkOwner
H A Dpeer_connection_audio_sink_owner.cc58 bool PeerConnectionAudioSinkOwner::IsEqual( function in class:content::PeerConnectionAudioSinkOwner
64 bool PeerConnectionAudioSinkOwner::IsEqual( function in class:content::PeerConnectionAudioSinkOwner
H A Dwebrtc_audio_capturer.cc87 return owner->IsEqual(track_);
98 bool IsEqual(const WebRtcLocalAudioTrack* other) const { function in class:content::WebRtcAudioCapturer::TrackOwner
/external/chromium_org/net/dns/
H A Drecord_parsed.cc71 bool RecordParsed::IsEqual(const RecordParsed* other, bool is_mdns) const { function in class:net::RecordParsed
84 rdata_->IsEqual(other->rdata_.get());
H A Drecord_rdata.cc49 bool SrvRecordRdata::IsEqual(const RecordRdata* other) const { function in class:net::SrvRecordRdata
85 bool ARecordRdata::IsEqual(const RecordRdata* other) const { function in class:net::ARecordRdata
118 bool AAAARecordRdata::IsEqual(const RecordRdata* other) const { function in class:net::AAAARecordRdata
146 bool CnameRecordRdata::IsEqual(const RecordRdata* other) const { function in class:net::CnameRecordRdata
175 bool PtrRecordRdata::IsEqual(const RecordRdata* other) const { function in class:net::PtrRecordRdata
212 bool TxtRecordRdata::IsEqual(const RecordRdata* other) const { function in class:net::TxtRecordRdata
270 bool NsecRecordRdata::IsEqual(const RecordRdata* other) const { function in class:net::NsecRecordRdata
/external/hamcrest/src/org/hamcrest/core/
H A DIsEqual.java17 public class IsEqual<T> extends BaseMatcher<T> { class in inherits:BaseMatcher
20 public IsEqual(T equalArg) { method in class:IsEqual
68 return new IsEqual<T>(operand);
/external/chromium_org/content/public/common/
H A Dmedia_stream_request.cc61 bool MediaStreamDevice::IsEqual(const MediaStreamDevice& second) const { function in class:content::MediaStreamDevice
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbitmap.py22 def IsEqual(self, expected_color, tolerance=0): member in class:RgbaColor
33 assert self.IsEqual(RgbaColor(r, g, b), tolerance)
36 assert self.IsEqual(RgbaColor(r, g, b, a), tolerance)
111 def IsEqual(self, other, tolerance=0): member in class:Bitmap
124 if not c0.IsEqual(c1, tolerance):
/external/chromium/webkit/glue/
H A Dwebcursor.cc138 bool WebCursor::IsEqual(const WebCursor& other) const { function in class:WebCursor
/external/chromium_org/content/common/media/
H A Dmedia_stream_options.cc121 bool StreamDeviceInfo::IsEqual(const StreamDeviceInfo& first, function in class:content::StreamDeviceInfo
123 return first.device.IsEqual(second.device) &&
/external/chromium_org/ui/gfx/
H A Dmatrix3_f.cc88 bool Matrix3F::IsEqual(const Matrix3F& rhs) const { function in class:gfx::Matrix3F
/external/chromium_org/webkit/common/cursors/
H A Dwebcursor.cc155 bool WebCursor::IsEqual(const WebCursor& other) const { function in class:WebCursor
/external/chromium_org/extensions/browser/
H A Dextension_error.cc70 bool ExtensionError::IsEqual(const ExtensionError* rhs) const { function in class:extensions::ExtensionError
119 // both checked in ExtensionError::IsEqual), then they are equal.
/external/chromium_org/ui/gfx/image/
H A Dimage_unittest_util.cc85 bool IsEqual(const gfx::Image& img1, const gfx::Image& img2) { function in namespace:gfx::test
95 !IsEqual(img1_reps[i].sk_bitmap(), image_rep2.sk_bitmap())) {
102 bool IsEqual(const SkBitmap& bmp1, const SkBitmap& bmp2) { function in namespace:gfx::test
128 bool IsEqual(const scoped_refptr<base::RefCountedMemory>& bytes, function in namespace:gfx::test
136 return IsEqual(bitmap, decoded);
/external/chromium_org/jingle/glue/
H A Dchrome_async_socket_unittest.cc218 bool IsEqual(const SignalSocketState& other) const { function in struct:jingle_glue::__anon8906::ChromeAsyncSocketTest::SignalSocketState
312 EXPECT_TRUE(expected_signal_socket_state.IsEqual(
/external/chromium_org/tools/memory_watcher/
H A Dcall_stack.cc186 bool CallStack::IsEqual(const CallStack &target) { function in class:CallStack
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp1073 bool IsEqual) {
1090 if (IsEqual || (isa<ConstantInt>(Val) &&
1093 if (IsEqual)
1071 RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, Constant *Val, bool IsEqual) argument
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe_unittest.h414 static bool IsEqual(const cricket::VideoFrame& frame, function in class:VideoFrameTest
435 static bool IsEqual(const cricket::VideoFrame& frame1, function in class:VideoFrameTest
438 return IsEqual(frame1,
453 IsEqual(frame1,
493 EXPECT_TRUE(IsEqual(frame, kWidth, kHeight, 1, 1, 0, 0,
508 EXPECT_TRUE(IsEqual(frame, kWidth, kHeight, 1, 1, 0, 0,
530 EXPECT_TRUE(IsEqual(frame1, frame2, 1));
547 EXPECT_TRUE(IsEqual(frame1, frame2, 0));
564 EXPECT_TRUE(IsEqual(frame1, frame2, 0));
579 EXPECT_TRUE(IsEqual(frame
[all...]
/external/robolectric/lib/main/
H A Dhamcrest-core-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ LICENSE ...

Completed in 950 milliseconds