/frameworks/compile/libbcc/lib/Core/ |
D | Compiler.cpp | 41 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) { in GetErrorString() 92 Compiler::Compiler() : mTarget(NULL), mEnableLTO(true) { in Compiler() function in Compiler 96 Compiler::Compiler(const CompilerConfig &pConfig) : mTarget(NULL), in Compiler() function in Compiler 110 enum Compiler::ErrorCode Compiler::config(const CompilerConfig &pConfig) { in config() 145 Compiler::~Compiler() { in ~Compiler() 149 enum Compiler::ErrorCode Compiler::runLTO(Script &pScript) { in runLTO() 195 enum Compiler::ErrorCode Compiler::runCodeGen(Script &pScript, in runCodeGen() 245 enum Compiler::ErrorCode Compiler::compile(Script &pScript, in compile() 297 enum Compiler::ErrorCode Compiler::compile(Script &pScript, in compile() 312 enum Compiler::ErrorCode err = compile(pScript, *out, IRStream); in compile()
|
D | Android.mk | 27 Compiler.cpp \
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSCompilerDriver.cpp | 218 Compiler::ErrorCode RSCompilerDriver::compileScript(RSScript& pScript, const char* pScriptName, in compileScript() 235 return Compiler::kErrInvalidSource; in compileScript() 250 return Compiler::kErrInvalidSource; in compileScript() 265 return Compiler::kErrInvalidSource; in compileScript() 276 return Compiler::kErrInvalidSource; in compileScript() 285 return Compiler::kErrInvalidSource; in compileScript() 289 Compiler::ErrorCode err = mCompiler.config(*mConfig); in compileScript() 290 if (err != Compiler::kSuccess) { in compileScript() 292 Compiler::GetErrorString(err)); in compileScript() 293 return Compiler::kErrInvalidSource; in compileScript() [all …]
|
/frameworks/compile/libbcc/include/bcc/ |
D | Compiler.h | 52 class Compiler { 90 Compiler(); 91 Compiler(const CompilerConfig &pConfig); 112 virtual ~Compiler();
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
D | Main.cpp | 194 Compiler::ErrorCode result = compiler->config(*config); in ConfigCompiler() 196 if (result != Compiler::kSuccess) { in ConfigCompiler() 198 << Compiler::GetErrorString(result) << ")\n"; in ConfigCompiler() 255 Compiler compiler; in main()
|
/frameworks/compile/libbcc/tools/bcc/ |
D | Main.cpp | 164 Compiler::ErrorCode result = RSC->config(*config); in ConfigCompiler() 170 if (result != Compiler::kSuccess) { in ConfigCompiler() 172 << Compiler::GetErrorString(result) << ")\n"; in ConfigCompiler()
|
/frameworks/compile/slang/ |
D | llvm-rs-cc.cpp | 184 std::unique_ptr<slang::SlangRS> Compiler(new slang::SlangRS()); in compileFiles() local 185 Compiler->init(Opts.mBitWidth, DiagEngine, DiagClient); in compileFiles() 186 int CompileFailed = !Compiler->compile(*IOFiles, *IOFiles32, DepFiles, Opts); in compileFiles() 188 Compiler->reset(CompileSecondTimeFor64Bit); in compileFiles()
|
D | README.rst | 2 llvm-rs-cc: Compiler for Renderscript language
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
D | RSCompiler.h | 24 class RSCompiler : public Compiler {
|
D | RSCompilerDriver.h | 67 Compiler::ErrorCode compileScript(RSScript& pScript, const char* pScriptName,
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
D | LLVMBuild.txt | 3 ; The LLVM Compiler Infrastructure
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | LLVMBuild.txt | 3 ; The LLVM Compiler Infrastructure
|
/frameworks/base/docs/html/sdk/installing/ |
D | installing-adt.jd | 38 <li><strong>Not</strong> compatible with GNU Compiler for Java (gcj)</li>
|
/frameworks/base/docs/html/tools/revisions/ |
D | studio.jd | 200 <strong>Preferences</strong> > <strong>Compiler</strong> and check the box <em>Compile
|
/frameworks/base/docs/html/tools/sdk/ndk/ |
D | index.jd | 1277 <li>Migrated from GNU Compiler Collection (GCC) 4.8 to 4.8.2, and added diagnostic color 1431 <li>Added GNU Compiler Collection (GCC) 4.8 compiler to the NDK. Since GCC 4.6 is still 1922 <li>Added the GNU Compiler Collection (GCC) 4.7 compiler to the NDK. The GCC 4.6 compiler 2089 <li>Added the Clang 3.1 compiler to the NDK. The GNU Compiler Collection (GCC) 4.6 is 2397 <p>The main features of this release are a new GNU Compiler Collection (GCC) 4.6 toolchain and
|
/frameworks/base/docs/html/training/articles/ |
D | smp.jd | 1807 <p>(Much of this is due to Doug Lea and his “JSR-133 Cookbook for Compiler 1884 <dt>The JSR-133 Cookbook for Compiler Writers</dt>
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 2165 http://developer.android.com/reference/java/lang/Compiler.html
|
/frameworks/base/api/ |
D | system-current.txt | 43738 public final class Compiler {
|
D | current.txt | 41209 public final class Compiler {
|