/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/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/skia/src/ports/ |
D | SkFontMgr_android.cpp | 56 SkTypeface_AndroidSystem(const SkString& pathName, in SkTypeface_AndroidSystem() argument 66 , fPathName(pathName) in SkTypeface_AndroidSystem() 185 SkString pathName(family.fBasePath); in SkFontStyleSet_Android() local 186 pathName.append(fontFile.fFileName); in SkFontStyleSet_Android() 188 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(pathName.c_str()); in SkFontStyleSet_Android() 191 pathName.c_str()); in SkFontStyleSet_Android() 204 pathName.c_str()); in SkFontStyleSet_Android() 239 pathName, cacheFontFiles, ttcIndex, axisValues.get(), axisDefinitions.count(), in SkFontStyleSet_Android()
|
/external/skqp/src/ports/ |
D | SkFontMgr_android.cpp | 57 SkTypeface_AndroidSystem(const SkString& pathName, in SkTypeface_AndroidSystem() argument 67 , fPathName(pathName) in SkTypeface_AndroidSystem() 187 SkString pathName(family.fBasePath); in SkFontStyleSet_Android() local 188 pathName.append(fontFile.fFileName); in SkFontStyleSet_Android() 190 std::unique_ptr<SkStreamAsset> stream = SkStream::MakeFromFile(pathName.c_str()); in SkFontStyleSet_Android() 193 pathName.c_str()); in SkFontStyleSet_Android() 206 pathName.c_str()); in SkFontStyleSet_Android() 241 pathName, cacheFontFiles, ttcIndex, axisValues.get(), axisDefinitions.count(), in SkFontStyleSet_Android()
|
/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/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()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckDisplayCollisions.java | 476 for (String pathName : paths) { in handleCheck() 477 currentAttributesToIgnore.reset(pathName); in handleCheck() 478 collidingTypes.add(getPathReferenceForMessage(pathName, false)); in handleCheck() 623 for (String pathName : retrievedPaths) { in getPathsWithValue() 624 Type thisPathType = Type.getType(pathName); in getPathsWithValue() 630 if (exclusions.reset(pathName).find() && thisPathType != Type.UNITS_COORDINATE) { in getPathsWithValue() 642 String otherValue = file.getWinningValue(pathName); in getPathsWithValue() 647 … String otherValue = SimpleXMLSource.normalizeCaseSensitive(file.getWinningValue(pathName)); in getPathsWithValue() 653 String newPath = currentAttributesToIgnore.reset(pathName).replaceAll(""); in getPathsWithValue()
|
/external/skia/modules/particles/src/ |
D | SkParticleBinding.cpp | 86 SkPathBinding(const char* name = "", const char* pathPath = "", const char* pathName = "") in SkPathBinding() argument 89 , fPathName(pathName) {} in SkPathBinding() 254 const char* pathName) { in MakePath() argument 255 return sk_sp<SkParticleBinding>(new SkPathBinding(name, pathPath, pathName)); in MakePath()
|
/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/skia/modules/particles/include/ |
D | SkParticleBinding.h | 80 const char* pathPath, const char* pathName);
|
/external/skia/tests/ |
D | PathOpsExtendedTest.h | 61 void ShowPath(const SkPath& path, const char* pathName);
|
D | PathOpsExtendedTest.cpp | 407 static void json_path_out(const SkPath& path, const char* pathName, const char* fillTypeName, in json_path_out() argument 418 fprintf(PathOpsDebug::gOut, " \"%s\": \"%s\",\n", pathName, svg.c_str()); in json_path_out() 424 fprintf(PathOpsDebug::gOut, " \"%s\": [", pathName); in json_path_out()
|
/external/skqp/tests/ |
D | PathOpsExtendedTest.h | 62 void ShowPath(const SkPath& path, const char* pathName);
|
D | PathOpsExtendedTest.cpp | 501 static void json_path_out(const SkPath& path, const char* pathName, const char* fillTypeName, in json_path_out() argument 512 fprintf(PathOpsDebug::gOut, " \"%s\": \"%s\",\n", pathName, svg.c_str()); in json_path_out() 520 fprintf(PathOpsDebug::gOut, " \"%s\": [", pathName); in json_path_out()
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | ModifyStruct.cpp | 149 ImmutableString pathName; member 232 ModifiedAccess *modified = &AccessField(modifiedParam, info.pathName); in publish() 329 const ImmutableString pathName(namePath); in addModifiedField() local 330 TField *modifiedField = new TField(&newType, pathName, field.line(), field.symbolType()); in addModifiedField()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinitionUtil.hpp | 179 … const ProgramInterfaceDefinition::Program* program, const std::string& pathName, const ProgramInt…
|
/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/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestAnnotations.java | 502 final String pathName = pathKeyword + "[@type=\"tts\"]"; in testCoverage() local 504 Level levelName = coverageLevel.getLevel(pathName); in testCoverage()
|
/external/skia/src/pathops/ |
D | SkPathOpsDebug.cpp | 2841 static void showPathContours(const SkPath& path, const char* pathName) { in showPathContours() argument 2845 SkDebugf(" %s.moveTo(", pathName); in showPathContours() 2850 SkDebugf(" %s.lineTo(", pathName); in showPathContours() 2855 SkDebugf(" %s.quadTo(", pathName); in showPathContours() 2860 SkDebugf(" %s.conicTo(", pathName); in showPathContours() 2865 SkDebugf(" %s.cubicTo(", pathName); in showPathContours() 2870 SkDebugf(" %s.close();\n", pathName); in showPathContours()
|
/external/skqp/src/pathops/ |
D | SkPathOpsDebug.cpp | 2864 static void showPathContours(SkPath::RawIter& iter, const char* pathName) { in showPathContours() argument 2870 SkDebugf(" %s.moveTo(", pathName); in showPathContours() 2875 SkDebugf(" %s.lineTo(", pathName); in showPathContours() 2880 SkDebugf(" %s.quadTo(", pathName); in showPathContours() 2885 SkDebugf(" %s.conicTo(", pathName); in showPathContours() 2890 SkDebugf(" %s.cubicTo(", pathName); in showPathContours() 2895 SkDebugf(" %s.close();\n", pathName); in showPathContours()
|