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

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp54 const string &InputFileName,
56 mInputFileName = InputFileName;
59 mClassName = string("ScriptC_") + stripRS(InputFileName);
53 reflect(const string &OutputPathBase, const string &InputFileName, const string &OutputBCFileName) argument
H A Dslang_rs_context.cpp287 const std::string &InputFileName,
307 InputFileName, OutputBCFileName);
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_reflection.cpp1984 const std::string &InputFileName,
2003 C = new Context(OutputPathBase, InputFileName, "<Package Name>",
2006 C = new Context(OutputPathBase, InputFileName, OutputPackageName,
2012 if (!GetClassNameFromFileName(InputFileName, ScriptClassName))
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 57 milliseconds