HomeSort by relevance Sort by last modified time
    Searched full:outputpath (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/Python/tests/
t020fuzzy.py 27 outputPath = os.path.splitext(__file__)[0] + '.output'
28 testOutput = open(outputPath).read()
t018llstar.py 24 outputPath = os.path.splitext(__file__)[0] + '.output'
25 testOutput = open(outputPath).read()
  /developers/build/
build.gradle 103 def outputPath = outPath("ant");
105 into outputPath
121 def outputPath = outPath("gradle")
125 into outputPath
191 def outputPath = "."
195 outputPath = "${moduleName}"
197 println "\n---------------- processing MODULE ${moduleName} to outputPath ${outputPath}"
211 into("${outputPath}/src") {
219 fcd.path = "${outputPath}/src/${collapsed}"
    [all...]
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
SampleGenProperties.groovy 159 String outputPath = relativeInputPath
160 outputPath = outputPath.replaceAll('_PROJECT_', targetSampleName())
161 outputPath = outputPath.replaceAll('_MODULE_', targetSampleModule())
162 outputPath = outputPath.replaceAll('_PACKAGE_', packageAsPath(targetSamplePackage))
166 outputPath = outputPath.replaceAll('_IDE_', "idea")
167 outputPath = outputPath.replaceAll(/\.ftl$/, ''
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
Antlr3.Runtime.Tests (VS2005).csproj 20 <OutputPath>bin\Debug\net-2.0\</OutputPath>
28 <OutputPath>bin\Release\net-2.0\</OutputPath>
Antlr3.Runtime.Tests (VS2008).csproj 25 <OutputPath>bin\Debug\net-2.0\</OutputPath>
33 <OutputPath>bin\Release\net-2.0\</OutputPath>
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/
Antlr3.Utility (VS2005).csproj 18 <OutputPath>bin\Debug\net-2.0\</OutputPath>
33 <OutputPath>bin\Release\net-2.0\</OutputPath>
Antlr3.Utility (VS2008).csproj 23 <OutputPath>bin\Debug\net-2.0\</OutputPath>
38 <OutputPath>bin\Release\net-2.0\</OutputPath>
  /developers/samples/android/experimental/ndkSampleGen/
build.gradle 37 def outputPath =outPath("browseable", sample.@name);
44 mkdir outputPath
45 into outputPath
100 def outputPath =outPath("gradle", sample.@name);
104 mkdir outputPath
105 into outputPath
141 def outputPath =outPath("browseable", "");
148 def outDir = project.file(outputPath)
  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
84 name = outputPath
85 .substring(outputPath.lastIndexOf("/") + 1);
86 outputPath = outputPath.substring(0, outputPath
88 File outputDir = new File(outputPath);
90 outputFile = new File(outputPath, name);
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 84 String outputPath = outputFile.getCanonicalPath();
85 name = outputPath
86 .substring(outputPath.lastIndexOf("/") + 1);
87 outputPath = outputPath.substring(0, outputPath
89 File outputDir = new File(outputPath);
91 outputFile = new File(outputPath, name);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Antlr3.Runtime.Debug.csproj 29 <OutputPath>bin\Debug\</OutputPath>
37 <OutputPath>bin\Release\</OutputPath>
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
Antlr3.Runtime.JavaExtensions.csproj 25 <OutputPath>bin\Debug\</OutputPath>
33 <OutputPath>bin\Release\</OutputPath>
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 35 private String outputPath;
106 outputPath = path;
210 return outputPath;
  /external/zlib/src/contrib/dotzlib/DotZLib/
DotZLib.csproj 39 OutputPath = "bin\Debug\"
59 OutputPath = "bin\Release\"
  /external/clang/tools/driver/
cc1as_main.cpp 103 std::string OutputPath;
136 OutputPath = "-";
226 Opts.OutputPath = Args->getLastArgValue(OPT_o);
261 if (Opts.OutputPath.empty())
262 Opts.OutputPath = "-";
266 if (Opts.OutputPath != "-")
267 sys::RemoveFileOnSignal(Opts.OutputPath);
271 Opts.OutputPath, EC, (Binary ? sys::fs::F_None : sys::fs::F_Text));
273 Diags.Report(diag::err_fe_unable_to_open_output) << Opts.OutputPath
417 if (Failed && Opts.OutputPath != "-"
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Antlr3.Runtime.csproj 28 <OutputPath>bin\Debug\</OutputPath>
36 <OutputPath>bin\Release\</OutputPath>
  /external/webrtc/test/testsupport/
fileutils_unittest.cc 113 std::string path = webrtc::test::OutputPath();
132 std::string path = webrtc::test::OutputPath();
135 ASSERT_EQ(original_working_dir, webrtc::test::OutputPath());
152 ASSERT_EQ("./", webrtc::test::OutputPath());
180 ASSERT_EQ("./", webrtc::test::OutputPath());
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
Antlr3.Runtime (VS2005).csproj 31 <OutputPath>bin\Debug\net-2.0\</OutputPath>
52 <OutputPath>bin\Release\net-2.0\</OutputPath>
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
Antlr3.Runtime.Test.csproj 25 <OutputPath>bin\Debug\</OutputPath>
33 <OutputPath>bin\Release\</OutputPath>

Completed in 1946 milliseconds

1 2 3