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

123456789

/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/chromium_org/base/android/java/src/org/chromium/base/
H A DPathUtils.java55 return appContext.getDir(sDataDirectorySuffix, Context.MODE_PRIVATE).getPath();
74 return appContext.getCacheDir().getPath();
81 sWebappCacheDirectory).getPath();
91 Environment.DIRECTORY_DOWNLOADS).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())
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAndroidProtocolHandler.java48 String path = uri.getPath();
78 assert(uri.getPath() != null);
79 assert(uri.getPath().startsWith(nativeGetAndroidResourcePath()));
126 assert(uri.getPath() != null);
127 assert(uri.getPath().startsWith(nativeGetAndroidAssetPath()));
128 String path = uri.getPath().replaceFirst(nativeGetAndroidAssetPath(), "");
167 String path = uri.getPath();
200 String path = uri.getPath();
215 assert(uri.getPath() != null);
219 builder.encodedPath(uri.getPath());
[all...]
/external/llvm/unittests/Transforms/DebugIR/
H A DDebugIR.cpp83 string getPath(const string &Dir, const string &Filename) { function in class:__anon21876::TestDebugIR
101 string Path(getPath(Dir, File));
145 string ExpectedPath(getPath(cwd, Filename));
171 string ExpectedPath(getPath(cwd, Filename));
183 string UnexpectedPath(getPath(cwd, "UnexpectedFilename"));
191 string ExpectedPath(getPath(cwd, Filename));
205 string ExpectedPath(getPath(cwd, Filename));
223 string ExpectedPath(getPath(cwd, Filename));
251 string ExpectedPath(getPath(cwd, Filename));
261 string ExpectedPath(getPath(cw
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcsdetest.h38 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/chromium_org/third_party/skia/src/animator/
H A DSkTextOnPath.cpp37 path->getPath(), offset, 0, *maker.fPaint);
H A DSkTextToPath.cpp46 text->y, &path->getPath());
/external/icu4c/test/intltest/
H A Dcsdetest.h39 virtual const char *getPath(char buffer[2048], const char *filename);
H A Dssearch.h41 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/src/animator/
H A DSkTextOnPath.cpp37 path->getPath(), offset, 0, *maker.fPaint);
/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"));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderDetailsMarker.h43 Path getPath(const LayoutPoint& origin) const;
/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) &&

Completed in 1457 milliseconds

123456789