Searched refs:OutputPathBase (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs.h | 68 bool reflectToJava(const std::string &OutputPathBase, 72 bool generateBitcodeAccessor(const std::string &OutputPathBase,
|
D | slang_rs.cpp | 65 bool SlangRS::reflectToJava(const std::string &OutputPathBase, in reflectToJava() argument 68 return mRSContext->reflectToJava(OutputPathBase, in reflectToJava() 75 bool SlangRS::generateBitcodeAccessor(const std::string &OutputPathBase, in generateBitcodeAccessor() argument 81 BCAccessorContext.reflectPath = OutputPathBase.c_str(); in generateBitcodeAccessor()
|
D | slang_rs_reflection_cpp.h | 32 bool reflect(const std::string &OutputPathBase,
|
D | slang_rs_reflection.h | 112 Context(const std::string &OutputPathBase, in Context() argument 119 mOutputPathBase(OutputPathBase), in Context() 321 bool reflect(const std::string &OutputPathBase,
|
D | slang_rs_reflection_cpp.cpp | 53 bool RSReflectionCpp::reflect(const string &OutputPathBase, in reflect() argument 57 mOutputPath = OutputPathBase; in reflect()
|
D | slang_rs_context.cpp | 283 bool RSContext::reflectToJava(const std::string &OutputPathBase, in reflectToJava() argument 310 bool ret = R->reflect(OutputPathBase, PackageName, in reflectToJava()
|
D | slang_rs_context.h | 208 bool reflectToJava(const std::string &OutputPathBase,
|
D | slang_rs_reflection.cpp | 1854 bool RSReflection::reflect(const std::string &OutputPathBase, in reflect() argument 1875 C = new Context(OutputPathBase, InputFileName, "<Package Name>", in reflect() 1878 C = new Context(OutputPathBase, InputFileName, OutputPackageName, in reflect()
|