Searched refs:getPath (Results 1 - 25 of 174) sorted by relevance

1234567

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
H A DXMPPropertyInfo.java32 String getPath(); method in interface:XMPPropertyInfo
/external/apache-http/src/org/apache/http/cookie/
H A DCookie.java106 String getPath(); method in interface:Cookie
H A DCookiePathComparator.java56 String path = cookie.getPath();
/external/apache-http/src/org/apache/http/impl/cookie/
H A DBasicPathHandler.java60 "Illegal path attribute \"" + cookie.getPath()
61 + "\". Path of origin: \"" + origin.getPath() + "\"");
72 String targetpath = origin.getPath();
73 String topmostPath = cookie.getPath();
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DFileReaderTest.java43 bw = new BufferedWriter(new FileWriter(f.getPath()));
58 bw = new BufferedWriter(new FileWriter(f.getPath()));
61 FileInputStream fis = new FileInputStream(f.getPath());
75 bw = new BufferedWriter(new FileWriter(f.getPath()));
78 br = new FileReader(f.getPath());
H A DFileWriterTest.java49 fos = new FileOutputStream(f.getPath());
55 br = new BufferedReader(new FileReader(f.getPath()));
105 fos = new FileOutputStream(f.getPath());
108 fis = new FileInputStream(f.getPath());
122 fos = new FileOutputStream(f.getPath());
125 bw = new BufferedWriter(new FileWriter(f.getPath()));
128 br = new BufferedReader(new FileReader(f.getPath()));
140 fos = new FileOutputStream(f.getPath());
143 bw = new BufferedWriter(new FileWriter(f.getPath(), true));
146 br = new BufferedReader(new FileReader(f.getPath()));
[all...]
H A DFileDescriptorTest.java58 fos = new FileOutputStream(f.getPath());
60 fis = new FileInputStream(f.getPath());
85 os = new BufferedOutputStream(fos = new FileOutputStream(f.getPath()),
H A DSyncFailedExceptionTest.java35 FileOutputStream fos = new FileOutputStream(f.getPath());
H A DFileOutputStreamTest.java86 fos = new FileOutputStream(f.getPath(), false);
89 fos = new FileOutputStream(f.getPath(), true);
93 fis = new FileInputStream(f.getPath());
130 fos = new FileOutputStream(f.getPath());
158 fos = new FileOutputStream(f.getPath());
160 fis = new FileInputStream(f.getPath());
172 fos = new FileOutputStream(f.getPath());
174 fis = new FileInputStream(f.getPath());
200 fos = new FileOutputStream(f.getPath());
202 fis = new FileInputStream(f.getPath());
[all...]
H A DFileTest.java97 File f = new File(tempDirectory.getPath(), "input.tst");
98 assertEquals("Created Incorrect File ", addTrailingSlash(tempDirectory.getPath()) + "input.tst", f.getPath());
129 assertEquals("Assert 1: wrong path result ", path.getPath(), file
130 .getPath());
142 String dirName = tempDirectory.getPath();
151 dirName, f.getPath());
181 fileName = addTrailingSlash(tempDirectory.getPath());
185 assertEquals("Created incorrect File", fileName, f.getPath());
199 dirName = tempDirectory.getPath();
[all...]
/external/proguard/src/proguard/io/
H A DFileDataEntry.java54 file.getPath()
55 .substring(directory.getPath().length() + File.separator.length())
H A DDirectoryWriter.java71 throw new IOException("Can't create directory [" + directory.getPath() + "]");
106 throw new IOException("Can't create directory [" + parentDirectory.getPath() + "]");
/external/icu4c/test/intltest/
H A Dcsdetest.h39 virtual const char *getPath(char buffer[2048], const char *filename);
H A Ddcfmtest.h37 virtual const char *getPath(char buffer[2048], const char *filename);
/external/skia/legacy/src/animator/
H A DSkTextOnPath.cpp37 path->getPath(), offset, 0, *maker.fPaint);
H A DSkTextToPath.cpp46 text->y, &path->getPath());
/external/skia/src/animator/
H A DSkTextOnPath.cpp37 path->getPath(), offset, 0, *maker.fPaint);
H A DSkTextToPath.cpp46 text->y, &path->getPath());
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DStateListDrawableTest.java30 assertThat(((ShadowBitmapDrawable) shadowOf(drawableForState)).getPath(), is("/foo"));
43 assertThat(((ShadowBitmapDrawable) shadowOf(drawableForState)).getPath(), is("/foo"));
H A DUriTest.java22 assertThat(testUri.getPath(), equalTo("/a/path"));
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DImplHandler.java82 public String getPath() { method in class:ImplHandler.ImplThreadLocal
146 if (local.getPath() != null){
147 locator.setRootPath((String) local.getPath());
201 if (locator.getPath().equals(rootPath) &&
/external/llvm/include/llvm/Support/
H A DFileOutputBuffer.h63 StringRef getPath() const { function in class:llvm::FileOutputBuffer
/external/proguard/src/proguard/
H A DFileWordReader.java45 this.name = file.getPath();
/external/webkit/Source/WebCore/rendering/
H A DRenderDetailsMarker.h45 Path getPath(const IntPoint& origin) const;
/external/smali/baksmali/
H A Dbuild.gradle58 def outFile = jar.destinationDir.getPath() + '/' + jar.baseName + '-' + jar.version + '-small' + '.' + jar.extension

Completed in 4018 milliseconds

1234567