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

  /external/chromium/base/
file_descriptor_shuffle.cc 29 const bool is_identity = i->source == i->dest; local
32 if (!is_identity && i->dest == j->source) {
52 if (!is_identity) {
57 if (!is_identity && i->close)
  /external/skia/tests/
MatrixTest.cpp 24 static bool is_identity(const SkMatrix& m) { function
56 REPORTER_ASSERT(reporter, is_identity(iden1));
61 REPORTER_ASSERT(reporter, is_identity(iden1));
67 REPORTER_ASSERT(reporter, is_identity(iden1));
75 REPORTER_ASSERT(reporter, is_identity(iden1));
77 REPORTER_ASSERT(reporter, is_identity(iden2));

Completed in 127 milliseconds