OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_identity
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/base/posix/
file_descriptor_shuffle.cc
36
const bool
is_identity
= i->source == i->dest;
local
40
if (!
is_identity
&& i->dest == j->source) {
65
if (!
is_identity
) {
70
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/chromium_org/third_party/skia/tests/
Matrix44Test.cpp
68
static bool
is_identity
(const SkMatrix44& m) {
function
563
REPORTER_ASSERT(reporter,
is_identity
(iden1));
568
REPORTER_ASSERT(reporter,
is_identity
(iden1));
573
REPORTER_ASSERT(reporter,
is_identity
(iden1));
581
REPORTER_ASSERT(reporter,
is_identity
(iden1));
583
REPORTER_ASSERT(reporter,
is_identity
(iden2));
594
REPORTER_ASSERT(reporter,
is_identity
(iden1));
605
REPORTER_ASSERT(reporter,
is_identity
(iden1));
MatrixTest.cpp
68
static bool
is_identity
(const SkMatrix& m) {
function
742
REPORTER_ASSERT(reporter,
is_identity
(iden1));
747
REPORTER_ASSERT(reporter,
is_identity
(iden1));
753
REPORTER_ASSERT(reporter,
is_identity
(iden1));
761
REPORTER_ASSERT(reporter,
is_identity
(iden1));
763
REPORTER_ASSERT(reporter,
is_identity
(iden2));
[
all
...]
Completed in 553 milliseconds