/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/ |
D | JarPhonePrefixDataIOHandler.java | 49 throw new IOException("Expected directory: " + outputPath.getAbsolutePath()); in JarPhonePrefixDataIOHandler() 53 throw new IOException("Could not create directory " + outputPath.getAbsolutePath()); in JarPhonePrefixDataIOHandler() 90 throw new IOException("Could not delete: " + file.getAbsolutePath()); in addFileToOutput()
|
D | PhonePrefixDataIOHandler.java | 34 throw new IOException("Expected directory: " + outputPath.getAbsolutePath()); in PhonePrefixDataIOHandler() 38 throw new IOException("Could not create directory " + outputPath.getAbsolutePath()); in PhonePrefixDataIOHandler()
|
D | GeneratePhonePrefixData.java | 78 + inputPath.getAbsolutePath()); in GeneratePhonePrefixData() 390 File englishTextFile = new File(getEnglishDataPath(inputTextFile.getAbsolutePath())); in makeDataFallbackToEnglish() 391 if (inputTextFile.getAbsolutePath().equals(englishTextFile.getAbsolutePath()) in makeDataFallbackToEnglish() 465 "Error processing file " + inputOutputMapping.getKey().getAbsolutePath()); in run()
|
D | GenerateTimeZonesMapData.java | 130 "Error processing file " + inputTextFile.getAbsolutePath()); in run()
|
/third_party/libphonenumber/tools/java/java-build/test/com/google/i18n/phonenumbers/ |
D | BuildMetadataJsonFromXmlGoldenTest.java | 41 inputXml.getAbsolutePath(), outputFile.getAbsolutePath(), false /* not liteBuild */); in testBuildMetadataJsonFromXmlGolden()
|
D | BuildShortNumberMetadataJsonFromXmlGoldenTest.java | 41 inputXml.getAbsolutePath(), outputFile.getAbsolutePath(), false /* not liteBuild */, in testBuildMetadataJsonFromXmlGolden()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | CodeMangler.java | 199 …throw new IllegalArgumentException("Input directory '" + indir.getAbsolutePath() + "' does not exi… in CodeMangler() 201 …throw new IllegalArgumentException("Input path '" + indir.getAbsolutePath() + "' is not a director… in CodeMangler() 203 if (verbose) System.out.println("indir: " + indir.getAbsolutePath()); in CodeMangler() 218 …throw new IllegalArgumentException("Output directory '" + outdir.getAbsolutePath() + "' does not e… in CodeMangler() 220 …throw new IllegalArgumentException("Output path '" + outdir.getAbsolutePath() + "' is not a direct… in CodeMangler() 222 if (verbose) System.out.println("outdir: " + outdir.getAbsolutePath()); in CodeMangler() 278 System.err.println("File " + fin.getAbsolutePath() + " does not exist."); in process() 282 if (verbose) System.out.println("processing file: '" + fin.getAbsolutePath() + "'"); in process() 296 … if (verbose) System.out.println("recursing on directory '" + fin.getAbsolutePath() + "'"); in process()
|
/third_party/flutter/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
D | SkQPActivity.java | 91 throw new IOException("Unable to create directory:" + f.getAbsolutePath()); in ensureEmtpyDirectory() 102 throw new IOException("Unable to delete:" + f.getAbsolutePath()); in delete()
|
D | SkQPRunner.java | 50 mOutputDirectory = reportPath.getAbsolutePath(); in SkQPRunner()
|
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/ |
D | SkQPActivity.java | 91 throw new IOException("Unable to create directory:" + f.getAbsolutePath()); in ensureEmtpyDirectory() 102 throw new IOException("Unable to delete:" + f.getAbsolutePath()); in delete()
|
D | SkQPRunner.java | 50 mOutputDirectory = reportPath.getAbsolutePath(); in SkQPRunner()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/integration/ |
D | BrotliJniTestBase.java | 10 System.load(new java.io.File(jniLibrary).getAbsolutePath()); in System.load() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DiagnosticInfo.cpp | 132 std::string DiagnosticLocation::getAbsolutePath() const { in getAbsolutePath() function in DiagnosticLocation 142 std::string DiagnosticInfoWithLocationBase::getAbsolutePath() const { in getAbsolutePath() function in DiagnosticInfoWithLocationBase 143 return Loc.getAbsolutePath(); in getAbsolutePath()
|
/third_party/node/test/common/ |
D | wpt.js | 175 getAbsolutePath() { method in WPTTestSpec 180 return fs.readFileSync(this.getAbsolutePath(), 'utf8'); 343 const absolutePath = spec.getAbsolutePath();
|
/third_party/openh264/codec/build/android/dec/src/com/wels/dec/ |
D | WelsDecTest.java | 31 Log.i (TAG, "sdcard path:" + Environment.getExternalStorageDirectory().getAbsolutePath()); in onCreate()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | RBReporter.java | 1121 bundleField.setText(f.getAbsolutePath()); in setInputBundle() 1122 Preferences.setPreference("reporter_base_class_file",f.getAbsolutePath()); in setInputBundle() 1134 directoryField.setText(f.getAbsolutePath()); in setOutputBundle() 1135 Preferences.setPreference("reporter_output_directory",f.getAbsolutePath()); in setOutputBundle() 1146 scanField.setText(f.getAbsolutePath()); in setScanFile() 1147 Preferences.setPreference("reporter_scan_file",f.getAbsolutePath()); in setScanFile()
|
D | RBManager.java | 362 Preferences.addRecentFilePreference(mainFile.getName(), mainFile.getAbsolutePath()); in RBManager() 397 ….addRecentFilePreference(baseClass + ".properties", currentDirectory.getAbsolutePath() + File.sepa… in writeToFile() 456 ….addRecentFilePreference(baseClass + ".properties", currentDirectory.getAbsolutePath() + File.sepa… in writeToFile()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | CompatibilityTest.java | 153 classList.add(new FileHolder(file.getAbsolutePath(), fileBytes)); in getFileList()
|
/third_party/openh264/codec/build/android/enc/src/com/wels/enc/ |
D | WelsEncTest.java | 31 Log.i (TAG, "sdcard path:" + Environment.getExternalStorageDirectory().getAbsolutePath()); in onCreate()
|
/third_party/ejdb/src/bindings/ejdb2_android/test/ejdb2/src/androidTest/java/com/softmotions/ejdb2/ |
D | Ejdb2AndroidTest.java | 28 db = new EJDB2Builder(path.getAbsolutePath()).truncate().open(); in start()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
D | CompatibilityTest.java | 156 classList.add(new FileHolder(file.getAbsolutePath(), fileBytes)); in getFileList()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | TestInputActivity.java | 204 int result = saveWaveFile(file.getAbsolutePath()); in saveWaveFile()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/table/opentype/ |
D | RuleTests.java | 42 String name = fontFile.getAbsolutePath(); in allFonts()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/table/opentype/ |
D | RuleTests.java | 42 String name = fontFile.getAbsolutePath(); in allFonts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DiagnosticInfo.h | 357 std::string getAbsolutePath() const; 390 std::string getAbsolutePath() const;
|