HomeSort by relevance Sort by last modified time
    Searched refs:is_identity (Results 1 - 6 of 6) 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/chromium_org/base/posix/
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/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_remove_constants.c 67 unsigned is_identity = 1; local
114 is_identity = 0;
120 /* is_identity ==> new_count == old_count
121 * !is_identity ==> new_count < old_count */
122 assert( is_identity || new_count < c->Program.Constants.Count);
126 if (!is_identity) {
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_remove_constants.c 67 unsigned is_identity = 1; local
114 is_identity = 0;
120 /* is_identity ==> new_count == old_count
121 * !is_identity ==> new_count < old_count */
122 assert( is_identity || new_count < c->Program.Constants.Count);
126 if (!is_identity) {
  /external/skia/tests/
Matrix44Test.cpp 76 static bool is_identity(const SkMatrix44& m) { function
542 REPORTER_ASSERT(reporter, is_identity(iden1));
547 REPORTER_ASSERT(reporter, is_identity(iden1));
552 REPORTER_ASSERT(reporter, is_identity(iden1));
560 REPORTER_ASSERT(reporter, is_identity(iden1));
562 REPORTER_ASSERT(reporter, is_identity(iden2));
573 REPORTER_ASSERT(reporter, is_identity(iden1));
584 REPORTER_ASSERT(reporter, is_identity(iden1));
MatrixTest.cpp 80 static bool is_identity(const SkMatrix& m) { function
700 REPORTER_ASSERT(reporter, is_identity(iden1));
705 REPORTER_ASSERT(reporter, is_identity(iden1));
711 REPORTER_ASSERT(reporter, is_identity(iden1));
719 REPORTER_ASSERT(reporter, is_identity(iden1));
721 REPORTER_ASSERT(reporter, is_identity(iden2));

Completed in 446 milliseconds