Home
last modified time | relevance | path

Searched refs:invokable (Results 1 – 11 of 11) sorted by relevance

/frameworks/compile/slang/tests/F_reflection3264_invokable_mismatch/
Dstderr.txt.expect1 reflection3264_invokable_mismatch.rs:5:6: error: invokable function 'a' has 2 parameters for 32-bit…
2 reflection3264_invokable_mismatch.rs:10:6: error: 2nd parameter of invokable function 'b' has type …
3 reflection3264_invokable_mismatch.rs:10:6: error: 4th parameter of invokable function 'b' has type …
4 reflection3264_invokable_mismatch.rs:13:6: error: 3rd invokable function is 'c32' for 32-bit target…
/frameworks/compile/slang/tests/F_reflection3264_invokable_extra64/
Dstderr.txt.expect1 reflection3264_invokable_extra64.rs:12:6: error: invokable function 'd' is only present for 64-bit …
2 reflection3264_invokable_extra64.rs:14:6: error: invokable function 'e' is only present for 64-bit …
/frameworks/compile/slang/tests/F_reflection3264_invokable_extra32/
Dstderr.txt.expect1 error: in file 'reflection3264_invokable_extra32.rs' invokable function 'd' is only present for 32-…
2 error: in file 'reflection3264_invokable_extra32.rs' invokable function 'e' is only present for 32-…
/frameworks/compile/slang/tests/F_kernel_noattr/
Dstderr.txt.expect3 kernel_noattr.rs:11:5: error: invokable non-static functions are required to return void
4 kernel_noattr.rs:15:5: error: invokable non-static functions are required to return void
/frameworks/compile/slang/
Dslang_rs_reflection_state.cpp580 auto &invokable = invokables.CollectNext(); in declareInvokable() local
581 invokable.mName = Name; in declareInvokable()
582 invokable.mParamCount = ParamCount; in declareInvokable()
585 invokable.mParams = new llvm::StringRef[ParamCount]; in declareInvokable()
589 invokable.mParams[FieldIdx] = canon(getUniqueTypeName((*I)->getType())); in declareInvokable()
608 auto &invokable = invokables.UseNext(); in declareInvokable() local
610 if (invokable.mName != Name) { in declareInvokable()
616 << invokable.mName in declareInvokable()
622 if (invokable.mParamCount != ParamCount) { in declareInvokable()
626 << Name << unsigned(invokable.mParamCount) << unsigned(ParamCount); in declareInvokable()
[all …]
/frameworks/compile/slang/tests/F_invoke_return/
Dstderr.txt.expect1 invoke_return.rs:4:5: error: invokable non-static functions are required to return void
/frameworks/compile/slang/tests/F_reflection3264_multifile/
Dstderr.txt.expect2 error: in file 'reflection3264_multifile_2.rs' invokable function 'g' is only present for 32-bit ta…
/frameworks/compile/slang/tests/F_multi_export_errors/
Dstderr.txt.expect3 multi_export_errors.rs:11:5: error: invokable non-static functions are required to return void
/frameworks/base/core/tests/coretests/src/android/print/
DBasePrintTest.java94 void assertException(Invokable invokable, Class<? extends Exception> expectedClass) in assertException() argument
97 invokable.run(); in assertException()
/frameworks/rs/script_api/
Drs_allocation_create.spec22 These functions can be called directly or indirectly from an invokable
/frameworks/rs/script_api/include/
Drs_allocation_create.rsh24 * These functions can be called directly or indirectly from an invokable