HomeSort by relevance Sort by last modified time
    Searched refs:resPath (Results 1 - 17 of 17) sorted by null

  /external/lzma/CPP/Windows/
CommonDialog.h 15 UString &resPath
CommonDialog.cpp 108 UString &resPath
145 resPath = GetUnicodeString(buf);
180 resPath = buf;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java 227 String resPath = resources.toString();
228 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') {
229 resPath = resPath.substring(1);
237 urls[0] = new URL("file:/" + resPath + "/JarIndex/hyts_11.jar");
241 URL reference = new URL("jar:file:/" + resPath.replace('\\', '/')
251 urls[0] = new URL("file:/" + resPath + "/JarIndex/hyts_21.jar");
262 + resPath.replace('\\', '/')
266 + resPath.replace('\\', '/'
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/resource/
Support_Resources.java 53 String resPath = resources.toString();
54 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') {
55 resPath = resPath.substring(1);
58 url = new URL("file:/" + resPath + "/" + fileName);
  /libcore/support/src/test/java/tests/support/resource/
Support_Resources.java 69 String resPath = resources.toString();
70 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') {
71 resPath = resPath.substring(1);
73 String urlSpec = "file:/" + resPath + "/" + fileName;
  /external/icu/icu4c/source/samples/uresb/
uresb.c 54 static const char *resPath = NULL;
125 resPath = options[4].value; /* we'll use users resources */
127 resPath = NULL; /* we'll use ICU system resources for dumping */
133 resPath = resPathBuffer; /* we'll just dump uresb samples resources */
158 u_fprintf(out, "uresb: processing file \"%s\" in path \"%s\"\n", arg, resPath);
159 bundle = ures_open(resPath, arg, &status);
  /external/objenesis/tck/src/main/java/org/objenesis/tck/search/
ClassEnumerator.java 56 String resPath = resource.getPath();
57 String jarPath = resPath.replaceFirst("[.]jar[!].*", ".jar").replaceFirst("file:", "");
  /bootable/recovery/minui/
resources.cpp 51 char resPath[256];
57 snprintf(resPath, sizeof(resPath)-1, "/res/images/%s.png", name);
58 resPath[sizeof(resPath)-1] = '\0';
59 FILE* fp = fopen(resPath, "rbe");
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 340 String resPath = "hyts_" + "des-ede3-cbc.test" + index
343 Support_Resources.copyFile(resources, null, resPath);
344 InputStream is = Support_Resources.getStream(resPath);
398 String resPath = "hyts_" + "des-ede3-cbc.test" + index
401 Support_Resources.copyFile(resources, null, resPath);
402 InputStream is = Support_Resources.getStream(resPath);
462 private byte[] loadBytes(String resPath) throws Exception {
464 Support_Resources.copyFile(resources, null, resPath);
465 InputStream is = Support_Resources.getStream(resPath);
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldClassTest.java 478 String resPath = resources.toString();
479 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\')
480 resPath = resPath.substring(1);
484 URL resourceURL = new URL("file:/" + resPath + "/Package/"
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
Resource.cpp 323 String8 resPath = it.getPath();
324 resPath.convertToResPath();
329 String16(resPath),
335 assets->addResource(it.getLeafName(), resPath, it.getFile(), type8);
    [all...]
ResourceTable.h 85 String8 resPath;
  /external/icu/icu4c/source/common/
uresbund.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 

Completed in 537 milliseconds