Home
last modified time | relevance | path

Searched defs:IsEqual (Results 1 – 7 of 7) sorted by relevance

/external/hamcrest/src/org/hamcrest/core/
DIsEqual.java17 public class IsEqual<T> extends BaseMatcher<T> { class
20 public IsEqual(T equalArg) { in IsEqual() method in IsEqual
/external/chromium-trace/catapult/telemetry/telemetry/util/
Drgba_color.py15 def IsEqual(self, expected_color, tolerance=0): member in RgbaColor
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
D_bitmap.py162 def IsEqual(self, other, tolerance=0): member in Bitmap
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h465 static bool IsEqual(const cricket::VideoFrame& frame, in IsEqual() function
494 static bool IsEqual(const cricket::VideoFrame& frame1, in IsEqual() function
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp1150 bool IsEqual) { in RewriteLoopBodyWithConditionConstant()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_colors.cpp1541 FX_BOOL CPDF_Color::IsEqual(const CPDF_Color& other) const { in IsEqual() function in CPDF_Color
/external/clang/lib/Sema/
DSemaChecking.cpp7626 bool IsEqual, SourceRange Range) { in DiagnoseAlwaysNonNullPointer()