Searched defs:OutputPackageName (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_context.cpp285 const std::string &OutputPackageName,
294 ((OutputPackageName.empty()) ? mReflectJavaPackageName :
295 OutputPackageName);
284 reflectToJava(const std::string &OutputPathBase, const std::string &OutputPackageName, const std::string &RSPackageName, const std::string &InputFileName, const std::string &OutputBCFileName, std::string *RealPackageName) argument
H A Dslang_rs.cpp77 const std::string &OutputPackageName,
81 OutputPackageName,
76 reflectToJava(const std::string &OutputPathBase, const std::string &OutputPackageName, const std::string &RSPackageName, std::string *RealPackageName) argument
H A Dslang_rs_reflection.cpp1982 const std::string &OutputPackageName,
2002 if (OutputPackageName.empty() || OutputPackageName == "-")
2006 C = new Context(OutputPathBase, InputFileName, OutputPackageName,
1981 reflect(const std::string &OutputPathBase, const std::string &OutputPackageName, const std::string &RSPackageName, const std::string &InputFileName, const std::string &OutputBCFileName) argument

Completed in 90 milliseconds