Home
last modified time | relevance | path

Searched refs:pathName (Results 1 – 25 of 27) 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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmapFactory.java94 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()
DShadowBitmapRegionDecoder.java45 protected static BitmapRegionDecoder newInstance(String pathName, boolean isShareable) in newInstance() argument
47 return fillWidthAndHeight(newInstance(), new FileInputStream(pathName)); in newInstance()
/external/skia/src/ports/
DSkFontMgr_android.cpp58 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/
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/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/cldr-code/src/main/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()
DGenerateSidewaysView.java317 …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/
DCheckDisplayCollisions.java481 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/
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/angle/src/compiler/translator/msl/
DModifyStruct.cpp150 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/
DPathOpsExtendedTest.h62 void ShowPath(const SkPath& path, const char* pathName);
DPathOpsExtendedTest.cpp422 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/
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/robolectric/resources/src/main/java/org/robolectric/res/android/
DCppAssetManager.java938 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/
Des31fProgramInterfaceDefinitionUtil.hpp179 … const ProgramInterfaceDefinition::Program* program, const std::string& pathName, const ProgramInt…
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestAnnotations.java503 final String pathName = pathKeyword + "[@type=\"tts\"]"; in testCoverage() local
505 Level levelName = coverageLevel.getLevel(pathName); in testCoverage()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp2816 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/
DTkinter.py1687 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/
Dmod.rs436 pub pathName : [::c_char; VX_RTP_NAME_LENGTH as usize + 1],
492 .field("pathName", &&self.pathName[..])

12