HomeSort by relevance Sort by last modified time
    Searched refs:inputPath (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/Python/tests/
t019lexer.py 12 inputPath = os.path.splitext(__file__)[0] + '.input'
13 stream = antlr3.StringStream(open(inputPath).read())
t018llstar.py 15 inputPath = os.path.splitext(__file__)[0] + '.input'
16 cStream = antlr3.StringStream(open(inputPath).read())
44 ## input = open(inputPath).read()
t020fuzzy.py 15 inputPath = os.path.splitext(__file__)[0] + '.input'
16 stream = antlr3.StringStream(open(inputPath).read())
t012lexerXML.py 29 inputPath = os.path.splitext(__file__)[0] + '.input'
30 stream = antlr3.StringStream(unicode(open(inputPath).read(), 'utf-8'))
t054main.py 52 inputPath = self.writeFile("input.txt", input)
69 ['lexer.py', inputPath],
  /developers/build/
build.gradle 104 def inputPath = "${project.projectDir}/${samplegen.targetSampleModule()}"
109 def srcPath = "${inputPath}/src/${input}/${filetype[0]}"
115 from("${inputPath}/src/main") { include "AndroidManifest.xml" }
116 from("${inputPath}/src/template") { include "project.properties" }
122 def inputPath = "${project.projectDir}"
126 from("${inputPath}") {
148 def srcPath = "${inputPath}/${samplegen.targetSampleModule()}/src/${input}/${filetype}"
157 from("${inputPath}/${samplegen.targetSampleModule()}/src/main/AndroidManifest.xml")
198 def inputPath = "${project.projectDir}/${moduleName}"
200 def srcDirs = ["main", "common", "template"].collect {input -> "${inputPath}/src/${input}" }
    [all...]
  /external/r8/src/test/java/com/android/tools/r8/rewrite/longcompare/
RequireNonNullRewriteTest.java 74 final Path inputPath = Paths.get(ToolHelper.EXAMPLES_BUILD_DIR + "/rewrite.jar");
77 compileWithD8(inputPath, outputPath, mode);
92 runTest(inputPath, dexPath);
LongCompare.java 55 final Path inputPath = Paths.get(ToolHelper.EXAMPLES_BUILD_DIR + "/rewrite.jar");
58 compileWithD8(inputPath, outputPath);
  /external/r8/src/test/java/com/android/tools/r8/jsr45/
JSR45Tests.java 62 void compileWithR8(Path inputPath, Path outputPath, Path keepRulesPath)
67 .addProgramFiles(inputPath)
159 private void checkAnnotationContent(Path inputPath, Path outputPath)
161 ClassReader classReader = new ClassReader(new FileInputStream(inputPath.toFile()));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplateWizardState.java 98 File inputPath;
100 inputPath = mTemplateLocation;
103 inputPath = TemplateManager.getTemplateLocation(BLANK_ACTIVITY);
105 mTemplateHandler = TemplateHandler.createFromPath(inputPath);
  /packages/apps/Camera2/src/com/android/camera/
Storage.java 324 * @param inputPath the original path of the file
328 public static boolean renameFile(File inputPath, File newFilePath) {
333 if (inputPath.isDirectory()) {
334 Log.e(TAG, "Input path is directory: " + inputPath.getAbsolutePath());
342 return inputPath.renameTo(newFilePath);
  /external/desugar/java/com/google/devtools/build/android/desugar/
Desugar.java 266 Path inputPath = inputOutputPair.getInput();
269 Files.isDirectory(inputPath) || !Files.isDirectory(outputPath),
273 InputFileProvider inputFiles = toInputFileProvider(inputPath)) {
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/
aws-java-sdk-events-1.11.18.jar 
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/ant-tasks/24.4.0-beta3/
ant-tasks-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/ant-tasks/24.4.0-beta6/
ant-tasks-24.4.0-beta6.jar 
  /prebuilts/tools/common/m2/repository/org/anarres/jarjar/jarjar-core/1.0.0/
jarjar-core-1.0.0.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.4.0-alpha5/
gradle-core-2.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.4.0-alpha6/
gradle-core-2.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.4.0-alpha7/
gradle-core-2.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/2.5.0-alpha-preview-02/
gradle-core-2.5.0-alpha-preview-02.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0-alpha4/
gradle-core-3.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0-alpha5/
gradle-core-3.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/3.0.0-alpha6/
gradle-core-3.0.0-alpha6.jar 

Completed in 628 milliseconds

1 2 3