Home
last modified time | relevance | path

Searched refs:pathName (Results 1 – 25 of 33) sorted by relevance

12

/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp197 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/
DFileSystem.cpp58 UINT MyGetDriveType(CFSTR pathName) in MyGetDriveType() argument
63 return GetDriveType(fs2fas(pathName)); in MyGetDriveType()
68 return GetDriveTypeW(fs2us(pathName)); in MyGetDriveType()
DFileSystem.h21 UINT MyGetDriveType(CFSTR pathName);
DFileFind.h151 HANDLE FindFirst(CFSTR pathName, bool watchSubtree, DWORD notifyFilter);
/external/skia/src/ports/
DSkFontMgr_android.cpp56 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/
DSkFontMgr_android.cpp57 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/
DShadowBitmapFactory.java73 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()
DShadowBitmapRegionDecoder.java45 protected static BitmapRegionDecoder newInstance(String pathName, boolean isShareable) in newInstance() argument
47 return fillWidthAndHeight(newInstance(), new FileInputStream(pathName)); in newInstance()
DShadowDrawable.java89 protected static Drawable createFromPath(String pathName) { in createFromPath() argument
92 shadowBitmapDrawable.drawableCreateFromPath = pathName; in createFromPath()
/external/cldr/tools/java/org/unicode/cldr/tool/
DDiffWithParent.java48 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/
DCheckDisplayCollisions.java476 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/
DSkParticleBinding.cpp86 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/
DTestHelper_ClassLoader.java101 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/
DAppDataDirGuesser.java232 private File getWriteableDirectory(String pathName) { in getWriteableDirectory() argument
233 File dir = new File(pathName); in getWriteableDirectory()
/external/skia/modules/particles/include/
DSkParticleBinding.h80 const char* pathPath, const char* pathName);
/external/skia/tests/
DPathOpsExtendedTest.h61 void ShowPath(const SkPath& path, const char* pathName);
DPathOpsExtendedTest.cpp407 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/
DPathOpsExtendedTest.h62 void ShowPath(const SkPath& path, const char* pathName);
DPathOpsExtendedTest.cpp501 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/
DModifyStruct.cpp149 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/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager.java933 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/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.hpp179 … const ProgramInterfaceDefinition::Program* program, const std::string& pathName, const ProgramInt…
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAnnotations.java502 final String pathName = pathKeyword + "[@type=\"tts\"]"; in testCoverage() local
504 Level levelName = coverageLevel.getLevel(pathName); in testCoverage()
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.equinox.preferences_3.7.100.v20180510-1129.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp2864 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()

12