/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/ |
D | HttpFacade.java | 132 @RpcParameter(name="outPath") @RpcOptional String outPath) throws IOException { in httpDownloadFile() 138 if (outPath != null && outPath.trim().length() != 0) { in httpDownloadFile() 140 if (outPath.startsWith("/")) { in httpDownloadFile() 141 outFile = new File(outPath); in httpDownloadFile() 143 outFile = new File(outFile, outPath); in httpDownloadFile() 146 if (outPath.endsWith("/")) { in httpDownloadFile() 148 throw new IOException("Failed to create the path: " + outPath); in httpDownloadFile() 176 Log.d("Downloaded file from " + url + " to " + outPath); in httpDownloadFile()
|
/external/clang/lib/ARCMigrate/ |
D | PlistReporter.cpp | 35 void arcmt::writeARCDiagsToPlist(const std::string &outPath, in writeARCDiagsToPlist() argument 60 llvm::raw_fd_ostream o(outPath, EC, llvm::sys::fs::F_Text); in writeARCDiagsToPlist() 62 llvm::errs() << "error: could not create file: " << outPath << '\n'; in writeARCDiagsToPlist()
|
D | Internals.h | 44 void writeARCDiagsToPlist(const std::string &outPath,
|
/external/skia/tools/ |
D | create_test_font.cpp | 65 SkString outPath(SkOSPath::Join(".", "tools")); in font_header() local 66 outPath = SkOSPath::Join(outPath.c_str(), "test_font_"); in font_header() 75 outPath.append(fam); in font_header() 76 outPath.append(".cpp"); in font_header() 77 FILE* out = fopen(outPath.c_str(), "w"); in font_header()
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | SwatDeprecated.java | 172 String outPath = dstPrefix + inPath.substring(srcPrefix.length()); in processFile() local 173 File outFile = new File(outPath); in processFile() 178 throw new RuntimeException("no permission to overwrite file: " + outPath); in processFile() 295 pw.println("warning: couldn't rename temp file to: " + outPath); in processFile()
|
/external/boringssl/src/util/ |
D | doc.go | 527 func generate(outPath string, config *Config) (map[string]string, error) { 611 filename := filepath.Join(outPath, header.Name+".html") 625 func generateIndex(outPath string, config *Config, headerDescriptions map[string]string) error { 662 …file, err := os.OpenFile(filepath.Join(outPath, "headers.html"), os.O_CREATE|os.O_TRUNC|os.O_WRONL… 675 func copyFile(outPath string, inFilePath string) error { 680 return ioutil.WriteFile(filepath.Join(outPath, filepath.Base(inFilePath)), bytes, 0666)
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ |
D | simpleKenny.c | 85 char outPath[500]; in main() local 217 _splitpath(outname, outDrive, outPath, outPrefix, outSuffix); in main() 218 _makepath(bitrateFileName, outDrive, outPath, "bitrate", ".txt"); in main()
|
/external/skia/samplecode/ |
D | SampleAAGeometry.cpp | 1506 SkPath& outPath = fStrokes[index].fPath; in trim_strokes() local 1512 if (!outPath.getBounds().intersects(inPath.getBounds())) { in trim_strokes()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 197 SkPath* outPath) { in calculate_inverse_path() argument 203 return Op(clipPath, invPath, kIntersect_SkPathOp, outPath); in calculate_inverse_path()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |