/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractDialog.cpp | 197 UString pathName; in OnInit() local 198 SplitPathToParts_Smart(DirPath, pathPrefix, pathName); in OnInit() 200 pathPrefix = pathName; in OnInit() 202 _pathName.SetText(pathName); in OnInit() 376 UString pathName; in OnOK() local 377 _pathName.GetText(pathName); in OnOK() 378 pathName.Trim(); in OnOK() 379 s += pathName; in OnOK()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowBitmapFactory.java | 94 protected static Bitmap decodeFile(String pathName) { in decodeFile() argument 95 return decodeFile(pathName, null); in decodeFile() 100 protected static Bitmap decodeFile(String pathName, BitmapFactory.Options options) { in decodeFile() argument 103 if (pathName != null && new File(pathName).exists()) { in decodeFile() 104 try (FileInputStream fileInputStream = new FileInputStream(pathName); in decodeFile() 106 image = getImageFromStream(pathName, bufferedInputStream); in decodeFile() 118 Bitmap bitmap = create("file:" + pathName, options, image); in decodeFile() 120 shadowBitmap.createdFromPath = pathName; in decodeFile()
|
D | ShadowBitmapRegionDecoder.java | 45 protected static BitmapRegionDecoder newInstance(String pathName, boolean isShareable) in newInstance() argument 47 return fillWidthAndHeight(newInstance(), new FileInputStream(pathName)); in newInstance()
|
/external/skia/src/ports/ |
D | SkFontMgr_android.cpp | 58 SkTypeface_AndroidSystem(const SkString& pathName, in SkTypeface_AndroidSystem() argument 68 , fPathName(pathName) in SkTypeface_AndroidSystem() 146 SkString pathName(family.fBasePath); in SkFontStyleSet_Android() local 147 pathName.append(fontFile.fFileName); in SkFontStyleSet_Android() 149 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(pathName.c_str()); in SkFontStyleSet_Android() 152 pathName.c_str()); in SkFontStyleSet_Android() 165 pathName.c_str()); in SkFontStyleSet_Android() 200 pathName, cacheFontFiles, ttcIndex, axisValues.get(), axisDefinitions.size(), in SkFontStyleSet_Android()
|
/external/lzma/CPP/Windows/ |
D | FileSystem.cpp | 58 UINT MyGetDriveType(CFSTR pathName) in MyGetDriveType() argument 63 return GetDriveType(fs2fas(pathName)); in MyGetDriveType() 68 return GetDriveTypeW(fs2us(pathName)); in MyGetDriveType()
|
D | FileSystem.h | 21 UINT MyGetDriveType(CFSTR pathName);
|
D | FileFind.h | 151 HANDLE FindFirst(CFSTR pathName, bool watchSubtree, DWORD notifyFilter);
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowBitmapFactory.java | 73 protected static Bitmap decodeFile(String pathName) { in decodeFile() argument 74 return decodeFile(pathName, null); in decodeFile() 78 protected static Bitmap decodeFile(String pathName, BitmapFactory.Options options) { in decodeFile() argument 79 Bitmap bitmap = create("file:" + pathName, options); in decodeFile() 81 shadowBitmap.createdFromPath = pathName; in decodeFile()
|
D | ShadowBitmapRegionDecoder.java | 45 protected static BitmapRegionDecoder newInstance(String pathName, boolean isShareable) in newInstance() argument 47 return fillWidthAndHeight(newInstance(), new FileInputStream(pathName)); in newInstance()
|
D | ShadowDrawable.java | 89 protected static Drawable createFromPath(String pathName) { in createFromPath() argument 92 shadowBitmapDrawable.drawableCreateFromPath = pathName; in createFromPath()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
D | DiffWithParent.java | 48 String pathName = pp.getPrettyPath(path); in main() local 49 table.addRow().addCell(pathName).addCell(locale).addCell(value) in main() 59 table.addRow().addCell(pathName).addCell(parentLocale).addCell( in main()
|
D | GenerateSidewaysView.java | 317 …private static PrintWriter showExemplars(PrintWriter out, String headerString, String pathName, St… in showExemplars() argument 320 PathHeader ph = fixPath(pathName, null); in showExemplars()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
D | CheckDisplayCollisions.java | 481 for (String pathName : paths) { in handleCheck() 482 currentAttributesToIgnore.reset(pathName); in handleCheck() 483 collidingTypes.add(getPathReferenceForMessage(pathName, false)); in handleCheck() 628 for (String pathName : retrievedPaths) { in getPathsWithValue() 629 Type thisPathType = Type.getType(pathName); in getPathsWithValue() 635 if (exclusions.reset(pathName).find() && thisPathType != Type.UNITS_COORDINATE) { in getPathsWithValue() 647 String otherValue = file.getWinningValue(pathName); in getPathsWithValue() 652 … String otherValue = SimpleXMLSource.normalizeCaseSensitive(file.getWinningValue(pathName)); in getPathsWithValue() 658 String newPath = currentAttributesToIgnore.reset(pathName).replaceAll(""); in getPathsWithValue()
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | TestHelper_ClassLoader.java | 101 private Class<?> loadClassFromFile(String pathName, String className, in loadClassFromFile() argument 107 theFile = new File(pathName, classNameAsFile); in loadClassFromFile()
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | AppDataDirGuesser.java | 232 private File getWriteableDirectory(String pathName) { in getWriteableDirectory() argument 233 File dir = new File(pathName); in getWriteableDirectory()
|
/external/angle/src/compiler/translator/msl/ |
D | ModifyStruct.cpp | 150 ImmutableString pathName; member 233 ModifiedAccess *modified = &AccessField(modifiedParam, info.pathName); in publish() 243 info.pathName == ImmutableString("gl_ClipDistance"))) in publish() 334 const ImmutableString pathName(namePath); in addModifiedField() local 335 TField *modifiedField = new TField(&newType, pathName, field.line(), field.symbolType()); in addModifiedField()
|
/external/skia/tests/ |
D | PathOpsExtendedTest.h | 62 void ShowPath(const SkPath& path, const char* pathName);
|
D | PathOpsExtendedTest.cpp | 422 static void json_path_out(const SkPath& path, const char* pathName, const char* fillTypeName, in json_path_out() argument 432 fprintf(PathOpsDebug::gOut, " \"%s\": \"%s\",\n", pathName, svg.c_str()); in json_path_out() 438 fprintf(PathOpsDebug::gOut, " \"%s\": [", pathName); in json_path_out()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | CppAssetManager.java | 933 static Asset openAssetFromFileLocked(final String8 pathName, in openAssetFromFileLocked() argument 937 if (pathName.getPathExtension().toLowerCase().equals(".gz")) { in openAssetFromFileLocked() 939 pAsset = Asset.createFromCompressedFile(pathName.string(), mode); in openAssetFromFileLocked() 942 pAsset = Asset.createFromFile(pathName.string(), mode); in openAssetFromFileLocked()
|
/external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
D | CppAssetManager.java | 938 static Asset openAssetFromFileLocked(final String8 pathName, in openAssetFromFileLocked() argument 942 if (pathName.getPathExtension().toLowerCase().equals(".gz")) { in openAssetFromFileLocked() 944 pAsset = Asset.createFromCompressedFile(pathName.string(), mode); in openAssetFromFileLocked() 947 pAsset = Asset.createFromFile(pathName.string(), mode); in openAssetFromFileLocked()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinitionUtil.hpp | 179 … const ProgramInterfaceDefinition::Program* program, const std::string& pathName, const ProgramInt…
|
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
D | TestAnnotations.java | 503 final String pathName = pathKeyword + "[@type=\"tts\"]"; in testCoverage() local 505 Level levelName = coverageLevel.getLevel(pathName); in testCoverage()
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 2816 static void showPathContours(const SkPath& path, const char* pathName) { in showPathContours() argument 2820 SkDebugf(" %s.moveTo(", pathName); in showPathContours() 2825 SkDebugf(" %s.lineTo(", pathName); in showPathContours() 2830 SkDebugf(" %s.quadTo(", pathName); in showPathContours() 2835 SkDebugf(" %s.conicTo(", pathName); in showPathContours() 2840 SkDebugf(" %s.cubicTo(", pathName); in showPathContours() 2845 SkDebugf(" %s.close();\n", pathName); in showPathContours()
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 1687 def wm_group(self, pathName=None): argument 1690 return self.tk.call('wm', 'group', self._w, pathName) 1726 def wm_iconwindow(self, pathName=None): argument 1729 return self.tk.call('wm', 'iconwindow', self._w, pathName)
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 436 pub pathName : [::c_char; VX_RTP_NAME_LENGTH as usize + 1], 492 .field("pathName", &&self.pathName[..])
|