Searched refs:IDENTITY (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/surfaceflinger/
H A DTransform.cpp94 if (CC_LIKELY(mType == IDENTITY))
98 if (rhs.mType == IDENTITY)
138 mType = IDENTITY;
184 H.mType |= isZero(w) ? IDENTITY : TRANSLATE;
192 V.mType |= isZero(h) ? IDENTITY : TRANSLATE;
201 R.mType |= isZero(original_w) ? IDENTITY : TRANSLATE;
371 type.append("IDENTITY ");
H A DTransform.h53 IDENTITY = 0, enumerator in enum:android::Transform::type_mask
/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClientConnection.java394 } else if (len == ContentLengthStrategy.IDENTITY) {
427 return ContentLengthStrategy.IDENTITY;
H A DHeaders.java188 transferEncoding = ContentLengthStrategy.IDENTITY;
194 transferEncoding = ContentLengthStrategy.IDENTITY;

Completed in 177 milliseconds