HomeSort by relevance Sort by last modified time
    Searched refs:indexFile (Results 1 - 11 of 11) sorted by null

  /development/tools/idegen/src/com/android/idegen/
ModuleIndexes.java 40 private File indexFile;
44 public ModuleIndexes(File indexFile) {
45 this.indexFile = indexFile;
52 logger.info("Building index from " + indexFile.getAbsolutePath());
53 Files.readLines(indexFile, Charset.forName("UTF-8"),
IntellijProject.java 37 File indexFile;
42 public IntellijProject(String indexFile, String moduleName) {
43 this.indexFile = new File(Preconditions.checkNotNull(indexFile));
48 repoRoot = DirectorySearch.findRepoRoot(indexFile);
49 cache.init(indexFile);
185 String indexFile = args[0];
188 IntellijProject intellij = new IntellijProject(indexFile, module);
ModuleCache.java 49 public void init(File indexFile) throws IOException {
50 indexes = new ModuleIndexes(indexFile);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 60 $indexFile = "drops/".$anEntry."/index.html";
61 if (file_exists($countFile) && file_exists($indexFile)) {
  /external/clang/tools/libclang/
Indexing.cpp     [all...]
IndexingContext.cpp 876 CXIdxClientFile *indexFile, CXFile *file,
893 if (indexFile)
894 *indexFile = getIndexFile(FE);
    [all...]
IndexingContext.h 457 void translateLoc(SourceLocation Loc, CXIdxClientFile *indexFile, CXFile *file,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /external/clang/include/clang-c/
Index.h     [all...]

Completed in 379 milliseconds