Searched refs:Invalid (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmap.h29 Invalid, member in class:android::PixelStorageType
70 bool valid() const { return mPixelStorageType != PixelStorageType::Invalid; }
H A DBitmap.cpp172 mPixelStorageType = PixelStorageType::Invalid;
178 case PixelStorageType::Invalid:
319 case PixelStorageType::Invalid:
342 case PixelStorageType::Invalid:
371 LOG_ALWAYS_FATAL_IF(mPixelStorageType == PixelStorageType::Invalid,
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityModel.java32 Invalid, // NULL state enum constant in enum:KeyguardSecurityModel.SecurityMode
H A DKeyguardSecurityContainer.java47 private SecurityMode mCurrentSecuritySelection = SecurityMode.Invalid;
199 case Invalid:
/frameworks/rs/api/
H A Drs_value_types.spec73 v4.yzx = v3.rg; // Invalid: mismatched sizes<br/>
74 v4.yzz = v3; // Invalid: z appears twice in an assignment<br/>
75 v3 = v3.xas0; // Invalid: can't mix xyzw with rgba nor s0...<br/>
76 v3 = v4.s034; // Invalid: the digit can only be 0, 1, 2, or 3<br/>
/frameworks/compile/slang/
H A Dslang_rs_pragma_handler.cpp97 bool Invalid; local
98 std::string Spelling = PP.getSpelling(PragmaToken, &Invalid);
99 if (!Invalid)

Completed in 166 milliseconds