Searched refs:File (Results 101 - 125 of 598) sorted by last modified time

1234567891011>>

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLayoutFileParser.java42 import java.io.File;
71 public ResourceBundle.LayoutFileBundle parseXml(final File inputFile, final File outputFile,
75 File originalFileFor = originalFileLookup.getOriginalFileFor(inputFile);
92 private ResourceBundle.LayoutFileBundle parseOriginalXml(final File original, String pkg,
290 private void parseData(File xml, XMLParser.ElementContext data,
341 private XMLParser.ElementContext getViewNode(File xml, XMLParser.ElementContext root) {
388 private void stripFile(File xml, File out, String encoding,
397 File actualFil
[all...]
H A DResourceBundle.java25 import java.io.File;
59 private List<File> mRemovedFiles = new ArrayList<File>();
67 L.e("File bundle must have a name. %s does not have one.", bundle);
374 public void addRemovedFile(File file) {
378 public List<File> getRemovedFiles() {
447 public LayoutFileBundle(File file, String fileName, String directory,
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DXmlEditor.java37 import java.io.File;
52 public static String strip(File f, String newTag, String encoding) throws IOException {
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/writer/
H A DJavaFileWriter.java20 import java.io.File;
25 public void writeToFile(File exactPath, String contents) {
26 File parent = exactPath.getParentFile();
/frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
H A DExportLicensesTask.groovy136 def noticeFile = new File("${project.projectDir}/src/main/resources",'NOTICE.txt')
H A DLocalizeDependenciesTask.groovy65 File localRepoDir;
106 public downloadAll(File localRepoDir, List<String> otherRepoDirs) {
112 List<File> otherRepos = new ArrayList<>()
114 def repo = new File(it).getCanonicalFile()
137 public static boolean shouldSkip(Artifact artifact, List<File> otherRepos) {
145 for (File repo : otherRepos) {
146 File f = new File(repo, targetPath)
155 def boolean isInGit(File file) {
236 File unwante
[all...]
H A DLocalizePluginExtension.groovy20 def File localRepoDir;
/frameworks/data-binding/extensions/
H A Dbuild.gradle16 ext.dataBindingRootFolder = new File(project.projectDir, "..")
18 ext.dataBindingRootFolder = new File(project.projectDir, "..")
/frameworks/data-binding/extensions/library/
H A Dbuild.gradle156 File outputDir = outputProvider.getContentLocation("data-binding-filtered",
/frameworks/data-binding/gradlePlugin/src/main/java/android/databinding/tool/
H A DDataBindingExcludeGeneratedTask.java31 import java.io.File;
44 private File generatedClassListFile;
66 public void setGeneratedClassListFile(File generatedClassListFile) {
78 public File getGeneratedClassListFile() {
/frameworks/data-binding/integration-tests/App With Spaces/
H A Dbuild.gradle17 ext.dataBindingRootFolder = new File(project.projectDir, "../..")
/frameworks/data-binding/integration-tests/IndependentLibrary/
H A Dbuild.gradle17 ext.dataBindingRootFolder = new File(project.projectDir, "../..")
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dbuild.gradle17 ext.dataBindingRootFolder = new File(project.projectDir, "../..")
/frameworks/data-binding/
H A DpropLoader.gradle33 new File(ext.dataBindingConfig.mavenRepoDir).mkdir()
34 new File(ext.dataBindingConfig.prebuildFolder).mkdir()
/frameworks/data-binding/samples/BindingDemo/
H A Dbuild.gradle19 ext.dataBindingRootFolder = new File(project.projectDir, "../..")
/frameworks/compile/libbcc/tests/debuginfo/
H A Dtest_bcc_debuginfo.pl26 use File::Basename;
/frameworks/compile/mclinker/include/mcld/LD/
H A DResolveInfo.h54 File = 4, enumerator in enum:mcld::ResolveInfo::Type
247 static const uint32_t file_flag = File << TYPE_OFFSET;
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h126 enum Type { File, Local, LocalDyn, Common, Dynamic, Regular }; enumerator in enum:mcld::SymbolCategory::Category::Type
/frameworks/compile/mclinker/include/mcld/Script/
H A DFileToken.h33 return pToken->type() == InputToken::File;
H A DInputToken.h22 enum Type { Unknown, File, NameSpec }; enumerator in enum:mcld::InputToken::Type
/frameworks/compile/mclinker/lib/LD/
H A DRelocator.cpp82 if (sym.resolveInfo()->type() == ResolveInfo::File)
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp23 if (ResolveInfo::File == pInfo.type())
24 return Category::File;
38 m_pFile = new Category(Category::File);
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp717 (*symbol)->resolveInfo()->type() == ResolveInfo::File) {
/frameworks/compile/mclinker/lib/Script/
H A DFileToken.cpp27 : InputToken(InputToken::File, pName, pAsNeeded) {
H A DGroupCmd.cpp94 case InputToken::File: {

Completed in 271 milliseconds

1234567891011>>