OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTargetAPI
(Results
1 - 11
of
11
) sorted by null
/frameworks/compile/libbcc/bcinfo/
BitcodeTranslator.cpp
96
if (BCWrapper.
getTargetAPI
() != mVersion) {
98
BCWrapper.
getTargetAPI
(), mVersion);
152
&wrapper, Buffer.size(), BCWrapper.
getTargetAPI
(),
/frameworks/compile/slang/
slang_rs_backend.h
73
virtual unsigned int
getTargetAPI
() const {
74
return mContext->
getTargetAPI
();
slang_backend.h
86
virtual unsigned int
getTargetAPI
() const {
slang_backend.cpp
242
&wrapper, Bitcode.str().length(),
getTargetAPI
(),
351
unsigned int TargetAPI =
getTargetAPI
();
slang_rs_export_foreach.cpp
65
if (Context->
getTargetAPI
() < SLANG_JB_TARGET_API) {
207
if (Context->
getTargetAPI
() < SLANG_ICS_TARGET_API) {
238
if (Context->
getTargetAPI
() < SLANG_JB_MR1_TARGET_API) {
slang_rs_context.h
125
inline unsigned int
getTargetAPI
() const {
slang_rs_reflection.cpp
299
if (mRSContext->
getTargetAPI
() >= SLANG_ICS_TARGET_API) {
381
if (mRSContext->
getTargetAPI
() >= SLANG_JB_TARGET_API) {
683
if (mRSContext->
getTargetAPI
() >= SLANG_JB_MR1_TARGET_API) {
704
if (mRSContext->
getTargetAPI
() >= SLANG_JB_MR2_TARGET_API) {
787
if (mRSContext->
getTargetAPI
() >= SLANG_JB_MR2_TARGET_API) {
[
all
...]
slang_rs_backend.cpp
71
mASTChecker(mContext->getASTContext(), mContext->
getTargetAPI
(),
/frameworks/compile/libbcc/include/bcinfo/
BitcodeWrapper.h
95
uint32_t
getTargetAPI
() const {
/frameworks/compile/libbcc/bcinfo/tools/
main.cpp
277
version = bcWrapper.
getTargetAPI
();
/frameworks/rs/
rsScriptC.cpp
262
sdkVersion = bcWrapper.
getTargetAPI
();
Completed in 311 milliseconds