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

1 2 3 4 5 6 7 8 910

  /external/libphonenumber/geocoder/
pom.xml 22 <targetPath>com/google/i18n/phonenumbers/geocoding/data</targetPath>
26 <targetPath>com/google/i18n/phonenumbers/timezones/data</targetPath>
32 <targetPath>com/google/i18n/phonenumbers/geocoding/testing_data</targetPath>
36 <targetPath>com/google/i18n/phonenumbers/timezones/testing_data</targetPath>
  /external/libphonenumber/carrier/
pom.xml 22 <targetPath>com/google/i18n/phonenumbers/carrier/data</targetPath>
28 <targetPath>com/google/i18n/phonenumbers/carrier/testing_data</targetPath>
  /external/python/cpython3/Tools/msi/
make_zip.proj 16 <TargetPath>$(OutputPath)\$(TargetName)$(TargetExt)</TargetPath>
19 <Arguments>$(Arguments) -e -o "$(TargetPath)" -t "$(IntermediateOutputPath)\zip_$(ArchName)" -a $(ArchName)</Arguments>
  /external/libphonenumber/libphonenumber/
pom.xml 22 <targetPath>com/google/i18n/phonenumbers/data</targetPath>
28 <targetPath>com/google/i18n/phonenumbers/data</targetPath>
  /external/libphonenumber/internal/prefixmapper/
pom.xml 23 <targetPath>com/google/i18n/phonenumbers/geocoding/testing_data</targetPath>
  /external/slf4j/slf4j-site/
pom.xml 26 <targetPath>../../../target/site</targetPath>
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpclient-4.0.3.pom 102 <targetPath>META-INF</targetPath>
109 <targetPath>META-INF</targetPath>
126 <targetPath>META-INF</targetPath>
133 <targetPath>META-INF</targetPath>
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.pom 102 <targetPath>META-INF</targetPath>
109 <targetPath>META-INF</targetPath>
126 <targetPath>META-INF</targetPath>
133 <targetPath>META-INF</targetPath>
  /external/python/cpython2/PCbuild/
tcl.vcxproj 48 <TargetPath>$(OutDir)bin\$(tclDLLName)</TargetPath>
87 <Delete Files="$(TargetPath);$(BuildPath)$(tclDLLName)" />
tix.vcxproj 49 <TargetPath>$(tixDLLPath)</TargetPath>
53 <ExpectedOutputs Include="$(TargetPath)" />
tk.vcxproj 49 <TargetPath>$(OutDir)bin\$(tkDLLName)</TargetPath>
92 <Delete Files="$(TargetPath);$(BuildPath)$(tkDLLName)" />
  /external/python/cpython3/PCbuild/
tcl.vcxproj 48 <TargetPath>$(OutDir)bin\$(tclDLLName)</TargetPath>
88 <Delete Files="$(TargetPath);$(BuildPath)$(tclDLLName)" />
tix.vcxproj 49 <TargetPath>$(tixDLLPath)</TargetPath>
53 <ExpectedOutputs Include="$(TargetPath)" />
tk.vcxproj 49 <TargetPath>$(OutDir)bin\$(tkDLLName)</TargetPath>
92 <Delete Files="$(TargetPath);$(BuildPath)$(tkDLLName)" />
  /cts/hostsidetests/compilation/src/android/cts/compilation/
AdbRootDependentCompilationTest.java 256 String targetPath = location.getPath();
260 fail("Not found: " + targetPath);
269 String targetPathTemp = targetPath + ".tmp";
273 String targetPathApk = targetPath + ".apk";
285 "--reference-profile-file=" + targetPath);
286 executeSuShellAdbCommand(0, "chown", owner, targetPath);
288 assertTrue("failed to create profile file", doesFileExist(targetPath));
289 String[] result = executeSuShellAdbCommand(1, "stat", "-c", "%s", targetPath);
290 assertTrue("profile " + targetPath + " is " + Integer.parseInt(result[0]) + " bytes",
399 private void executePush(String hostPath, String targetPath, String targetDirectory
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaRecorderFacade.java 69 public void recorderStartMicrophone(@RpcParameter(name = "targetPath") String targetPath)
71 startAudioRecording(targetPath, MediaRecorder.AudioSource.MIC);
80 public void recorderStartVideo(@RpcParameter(name = "targetPath") String targetPath,
84 startVideoRecording(new File(targetPath), ms, videoSize);
163 public void recorderCaptureVideo(@RpcParameter(name = "targetPath") String targetPath,
167 startVideoRecording(new File(targetPath), ms, recordAudio);
200 private void startAudioRecording(String targetPath, int source) throws IOException
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
CameraFacade.java 88 @RpcParameter(name = "targetPath") final String targetPath,
110 takePicture(new File(targetPath), takePictureResult, camera);
212 @RpcParameter(name = "targetPath") final String targetPath) {
214 File file = new File(targetPath);
  /external/libpng/projects/visualc71/
pngtest.vcproj 31 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
78 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
127 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
176 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
224 $(TargetPath) ..\..\pngtest.png $(IntDir)\pngout.png"
  /frameworks/base/services/core/java/com/android/server/om/
IdmapManager.java 59 final String targetPath = targetPackage.applicationInfo.getBaseCodePath();
62 mInstaller.idmap(targetPath, overlayPath, sharedGid);
64 Slog.w(TAG, "failed to generate idmap for " + targetPath + " and "
  /external/jsoncpp/makefiles/vs71/
test_lib_json.vcproj 47 CommandLine="$(TargetPath)"/>
96 CommandLine="$(TargetPath)"/>
  /external/python/cpython2/Tools/nuget/
make_pkg.proj 20 <TargetPath>$(OutputPath)\$(TargetName)$(TargetExt)</TargetPath>
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicPathHandler.java 78 String targetpath = origin.getPath(); local
86 boolean match = targetpath.startsWith (topmostPath);
89 if (match && targetpath.length() != topmostPath.length()) {
91 match = (targetpath.charAt(topmostPath.length()) == '/');
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.pom 102 <targetPath>META-INF</targetPath>
109 <targetPath>META-INF</targetPath>
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.pom 54 <targetPath>META-INF/services</targetPath>
61 <targetPath>META-INF/maven/${project.groupId}/${project.artifactId}</targetPath>
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.20.1/
sqlite-jdbc-3.20.1.pom 54 <targetPath>META-INF/services</targetPath>
68 <targetPath>META-INF/maven/${project.groupId}/${project.artifactId}</targetPath>

Completed in 2267 milliseconds

1 2 3 4 5 6 7 8 910