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

  /development/tools/idegen/src/
IntelliJ.java 26 private static final String IDEA_IML = "android.iml";
37 String iml = Files.toString(new File(templatesDirectory, IDEA_IML)); local
85 iml = iml.replace("SOURCE_FOLDERS",
87 iml = iml.replace("JAR_ENTRIES", jarsXml.toString());
89 Files.toFile(iml, new File(IDEA_IML));
  /development/tools/idegen/src/com/android/idegen/
IntellijProject.java 88 // Finally create iml files for dependencies
121 File iml = mod.getImlFile(); local
122 sb.append(" <module fileurl=\"file://").append(iml.getCanonicalPath()).append(
123 "\" filepath=\"").append(iml.getCanonicalPath()).append("\" />\n");
  /external/jsr330/
build.sh 40 rm build/tck/src/tck.iml
  /toolchain/binutils/binutils-2.27/include/opcode/
convex.h 33 #define iml 12 macro
577 {18,7,iml,VL,0,0}, /* ld.w */
578 {18,7,iml,VS,0,0}, /* ld.w */
    [all...]

Completed in 306 milliseconds