Home
last modified time | relevance | path

Searched refs:Invalid (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/compile/slang/tests/F_foreach_unexpected_kernel_arg/
Dstderr.txt.expect1 foreach_unexpected_kernel_arg.rs:11:13: error: Invalid kernel launch call. Expects a function desig…
2 foreach_unexpected_kernel_arg.rs:12:13: error: Invalid kernel launch call. Expects a function desig…
3 foreach_unexpected_kernel_arg.rs:13:24: error: Invalid kernel launch call. Expects a function desig…
4 foreach_unexpected_kernel_arg.rs:14:24: error: Invalid kernel launch call. Expects a function desig…
/frameworks/base/core/jni/android/graphics/
DBitmap.h29 Invalid, enumerator
70 bool valid() const { return mPixelStorageType != PixelStorageType::Invalid; } in valid()
DBitmap.cpp172 mPixelStorageType = PixelStorageType::Invalid; in freePixels()
178 case PixelStorageType::Invalid: in doFreePixels()
312 case PixelStorageType::Invalid: in pinPixelsLocked()
335 case PixelStorageType::Invalid: in unpinPixelsLocked()
364 LOG_ALWAYS_FATAL_IF(mPixelStorageType == PixelStorageType::Invalid, in assertValid()
/frameworks/rs/api/
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/>
/frameworks/compile/slang/tests/F_set_target_api_foo/
Dset_target_api_foo.rs6 #error Invalid RS_VERSION
/frameworks/compile/slang/tests/F_foreach_from_kernel/
Dstderr.txt.expect1 foreach_from_kernel.rs:13:3: error: Invalid kernel launch call made from inside another kernel.
/frameworks/compile/slang/tests/F_multi_in_target_version/
Dstderr.txt.expect1 multi_in_target_version.rs:5:43: error: Invalid parameter 'in1' for compute kernel root(). Kernels …
/frameworks/compile/slang/tests/F_too_many_inputs/
Dstderr.txt.expect1 too_many_inputs.rs:9:95: error: Invalid parameter 'in8' for compute kernel bad(). Kernels targeting…
/frameworks/compile/slang/tests/F_kernel_static/
Dstderr.txt.expect2 kernel_static.rs:18:22: error: Invalid use of attribute kernel with static function declaration: st…
/frameworks/opt/vcard/tests/res/raw/
Dv21_winmo_65.vcf6 AGENT:Invalid line which must be handled correctly.
/frameworks/compile/slang/tests/P_set_target_api_16/
Dset_target_api_16.rs6 #error Invalid RS_VERSION
/frameworks/compile/slang/tests/P_set_target_api_17/
Dset_target_api_17.rs6 #error Invalid RS_VERSION
/frameworks/compile/slang/tests/P_set_target_api_19/
Dset_target_api_19.rs6 #error Invalid RS_VERSION
/frameworks/compile/slang/tests/P_set_target_api_14/
Dset_target_api_14.rs6 #error Invalid RS_VERSION
/frameworks/compile/slang/tests/P_set_target_api_18/
Dset_target_api_18.rs6 #error Invalid RS_VERSION
/frameworks/compile/slang/tests/P_set_target_api_15/
Dset_target_api_15.rs6 #error Invalid RS_VERSION
/frameworks/compile/slang/tests/P_set_target_api_13/
Dset_target_api_13.rs6 #error Invalid RS_VERSION
/frameworks/compile/slang/tests/P_set_target_api_11/
Dset_target_api_11.rs6 #error Invalid RS_VERSION
/frameworks/compile/slang/tests/P_set_target_api_12/
Dset_target_api_12.rs6 #error Invalid RS_VERSION
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityModel.java32 Invalid, // NULL state enumConstant
DKeyguardSecurityContainer.java47 private SecurityMode mCurrentSecuritySelection = SecurityMode.Invalid;
199 case Invalid: in showTimeoutDialog()
/frameworks/compile/slang/
Dslang_rs_pragma_handler.cpp102 bool Invalid; in HandlePragma() local
103 std::string Spelling = PP.getSpelling(PragmaToken, &Invalid); in HandlePragma()
104 if (!Invalid) in HandlePragma()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp207 auto displayType = HWC2::DisplayType::Invalid; in vsync()
678 auto displayType = HWC2::DisplayType::Invalid; in disconnectDisplay()
706 auto displayType = HWC2::DisplayType::Invalid; in setOutputBuffer()
/frameworks/rs/scriptc/
Drs_value_types.rsh75 * v4.yzx = v3.rg; // Invalid: mismatched sizes
76 * v4.yzz = v3; // Invalid: z appears twice in an assignment
77 * v3 = v3.xas0; // Invalid: can't mix xyzw with rgba nor s0...
78 * v3 = v4.s034; // Invalid: the digit can only be 0, 1, 2, or 3
/frameworks/compile/mclinker/include/mcld/LD/
DDiagCommonKinds.inc204 "Invalid target emulation: `%0'.",
205 "Invalid target emulation: `%0'.")

12