HomeSort by relevance Sort by last modified time
    Searched refs:is_identity (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
file_descriptor_shuffle.cc 33 const bool is_identity = i->source == i->dest; local
36 if (!is_identity && i->dest == j->source) {
61 if (!is_identity) {
66 if (!is_identity && i->close)
  /external/skia/tests/
Matrix44Test.cpp 61 static bool is_identity(const SkMatrix44& m) { function
87 REPORTER_ASSERT(reporter, is_identity(iden1));
92 REPORTER_ASSERT(reporter, is_identity(iden1));
97 REPORTER_ASSERT(reporter, is_identity(iden1));
109 REPORTER_ASSERT(reporter, is_identity(iden1));
111 REPORTER_ASSERT(reporter, is_identity(iden2));
MatrixTest.cpp 35 static bool is_identity(const SkMatrix& m) { function
155 REPORTER_ASSERT(reporter, is_identity(iden1));
160 REPORTER_ASSERT(reporter, is_identity(iden1));
166 REPORTER_ASSERT(reporter, is_identity(iden1));
174 REPORTER_ASSERT(reporter, is_identity(iden1));
176 REPORTER_ASSERT(reporter, is_identity(iden2));

Completed in 35 milliseconds