Searched defs:compiler (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp152 Compiler *compiler = pCompilerDriver.getCompiler(); local
157 llvm::errs() << "Out of memory when create the compiler configuration!\n";
205 Compiler::ErrorCode result = compiler->config(*config);
208 llvm::errs() << "Failed to configure the compiler! (detail: "
266 Compiler compiler; local
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
H A DDataBindingBuilder.java48 return getVersions().compiler;
102 * @param generatedClassListFile The location of the File into which data binding compiler wrote
181 final String compiler; field in class:DataBindingBuilder.Versions
187 compiler = properties.getProperty("compiler");
190 Preconditions.checkNotNull(compilerCommon, "cannot read compiler common version");
191 Preconditions.checkNotNull(compiler, "cannot read compiler version");
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 121 milliseconds