HomeSort by relevance Sort by last modified time
    Searched defs:IsEqual (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/content/renderer/media/
webrtc_audio_capturer_sink_owner.cc 40 bool WebRtcAudioCapturerSinkOwner::IsEqual(
webrtc_audio_capturer.cc 133 return owner->IsEqual(track_);
144 bool IsEqual(const WebRtcLocalAudioTrack* other) const {
  /external/chromium_org/net/dns/
record_parsed.cc 71 bool RecordParsed::IsEqual(const RecordParsed* other, bool is_mdns) const {
84 rdata_->IsEqual(other->rdata_.get());
record_rdata.cc 49 bool SrvRecordRdata::IsEqual(const RecordRdata* other) const {
85 bool ARecordRdata::IsEqual(const RecordRdata* other) const {
118 bool AAAARecordRdata::IsEqual(const RecordRdata* other) const {
146 bool CnameRecordRdata::IsEqual(const RecordRdata* other) const {
175 bool PtrRecordRdata::IsEqual(const RecordRdata* other) const {
212 bool TxtRecordRdata::IsEqual(const RecordRdata* other) const {
270 bool NsecRecordRdata::IsEqual(const RecordRdata* other) const {
  /external/chromium_org/content/common/indexed_db/
indexed_db_key.cc 117 bool IndexedDBKey::IsEqual(const IndexedDBKey& other) const {
  /external/chromium_org/content/common/media/
media_stream_options.cc 58 bool StreamDeviceInfo::IsEqual(const StreamDeviceInfo& first,
  /external/hamcrest/src/org/hamcrest/core/
IsEqual.java 17 public class IsEqual<T> extends BaseMatcher<T> {
20 public IsEqual(T equalArg) {
68 return new IsEqual<T>(operand);
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
png_bitmap.py 26 def IsEqual(self, expected_color, tolerance=0):
37 assert self.IsEqual(PngColor(r, g, b), tolerance)
40 assert self.IsEqual(PngColor(r, g, b, a), tolerance)
  /external/chromium/webkit/glue/
webcursor.cc 138 bool WebCursor::IsEqual(const WebCursor& other) const {
  /external/chromium_org/chromeos/dbus/ibus/
ibus_lookup_table.cc 196 bool IBusLookupTable::IsEqual(const IBusLookupTable& table) const {
  /external/chromium_org/ui/gfx/image/
image_unittest_util.cc 85 bool IsEqual(const gfx::Image& img1, const gfx::Image& img2) {
96 !IsEqual(img1_reps[i].sk_bitmap(), image_rep2.sk_bitmap())) {
103 bool IsEqual(const SkBitmap& bmp1, const SkBitmap& bmp2) {
129 bool IsEqual(const scoped_refptr<base::RefCountedMemory>& bytes,
137 return IsEqual(bitmap, decoded);
  /external/chromium_org/ui/gfx/
matrix3_f.cc 88 bool Matrix3F::IsEqual(const Matrix3F& rhs) const {
  /external/chromium_org/webkit/common/cursors/
webcursor.cc 155 bool WebCursor::IsEqual(const WebCursor& other) const {
  /external/chromium_org/jingle/glue/
chrome_async_socket_unittest.cc 218 bool IsEqual(const SignalSocketState& other) const {
312 EXPECT_TRUE(expected_signal_socket_state.IsEqual(
    [all...]
  /external/chromium_org/tools/memory_watcher/
call_stack.cc 186 bool CallStack::IsEqual(const CallStack &target) {
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 414 static bool IsEqual(const cricket::VideoFrame& frame,
435 static bool IsEqual(const cricket::VideoFrame& frame1,
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, 0));
547 EXPECT_TRUE(IsEqual(frame1, frame2, 0));
564 EXPECT_TRUE(IsEqual(frame1, frame2, 0));
579 EXPECT_TRUE(IsEqual(frame1, frame2, 0))
    [all...]
  /external/robolectric/lib/main/
hamcrest-core-1.2.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 4369 milliseconds