Searched refs:targetPath (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
D | DnsNameResolverProvider.java | 47 String targetPath = Preconditions.checkNotNull(targetUri.getPath(), "targetPath"); in newNameResolver() local 48 Preconditions.checkArgument(targetPath.startsWith("/"), in newNameResolver() 49 "the path component (%s) of the target (%s) must start with '/'", targetPath, targetUri); in newNameResolver() 50 String name = targetPath.substring(1); in newNameResolver()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/ |
D | MediaRecorderFacade.java | 69 public void recorderStartMicrophone(@RpcParameter(name = "targetPath") String targetPath) in recorderStartMicrophone() 71 startAudioRecording(targetPath, MediaRecorder.AudioSource.MIC); in recorderStartMicrophone() 80 public void recorderStartVideo(@RpcParameter(name = "targetPath") String targetPath, in recorderStartVideo() 84 startVideoRecording(new File(targetPath), ms, videoSize); in recorderStartVideo() 163 public void recorderCaptureVideo(@RpcParameter(name = "targetPath") String targetPath, in recorderCaptureVideo() 167 startVideoRecording(new File(targetPath), ms, recordAudio); in recorderCaptureVideo() 200 private void startAudioRecording(String targetPath, int source) throws IOException { in startAudioRecording() argument 204 mMediaRecorder.setOutputFile(targetPath); in startAudioRecording()
|
/external/cldr/tools/java/com/ibm/icu/dev/test/ |
D | TestFmwk.java | 664 public Target resolveTarget(TestParams paramsArg, String targetPath) { in resolveTarget() argument 668 if (targetPath != null) { in resolveTarget() 669 if (targetPath.length() == 0) { in resolveTarget() 670 targetPath = null; in resolveTarget() 673 int e = targetPath.length(); in resolveTarget() 676 while (targetPath.charAt(p) == '/') { in resolveTarget() 679 while (e > p && targetPath.charAt(e - 1) == '/') { in resolveTarget() 682 if (p > 0 || e < targetPath.length()) { in resolveTarget() 683 targetPath = targetPath.substring(p, e - p); in resolveTarget() 685 e = targetPath.length(); in resolveTarget() [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ |
D | CameraFacade.java | 88 @RpcParameter(name = "targetPath") final String targetPath, in cameraCapturePicture() 110 takePicture(new File(targetPath), takePictureResult, camera); in cameraCapturePicture() 212 @RpcParameter(name = "targetPath") final String targetPath) { in cameraInteractiveCapturePicture() 214 File file = new File(targetPath); in cameraInteractiveCapturePicture()
|
/external/cldr/tools/java/org/unicode/cldr/ant/ |
D | CLDRBuild.java | 230 … infos.add(new SplitInfo(remap.sourcePath, remap.targetDir, remap.targetPath)); in execute() 636 public String targetPath; field in CLDRBuild.Remap 643 public void setTargetPath(String targetPath) { in setTargetPath() argument 644 this.targetPath = targetPath; in setTargetPath() 666 if (remap.targetPath != null && remap.targetPath.trim().isEmpty()) { in addConfiguredRemap() 667 remap.targetPath = null; in addConfiguredRemap()
|
/external/skia/infra/cts/ |
D | run_testlab.go | 276 targetPath := fmt.Sprintf("%s/%s/%s", RESULT_BUCKET, resultsDir, META_DATA_FILENAME) 277 if err := meta.writeToGCS(targetPath, client); err != nil { 280 sklog.Infof("Meta data written to gs://%s", targetPath)
|
/external/skqp/infra/cts/ |
D | run_testlab.go | 276 targetPath := fmt.Sprintf("%s/%s/%s", RESULT_BUCKET, resultsDir, META_DATA_FILENAME) 277 if err := meta.writeToGCS(targetPath, client); err != nil { 280 sklog.Infof("Meta data written to gs://%s", targetPath)
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPackageParser.java | 77 public String[] getOverlayPaths(String targetPackageName, String targetPath) { in getOverlayPaths() argument
|