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

  /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 70 String resPath = resources.toString();
71 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') {
72 resPath = resPath.substring(1);
75 url = new URL("file:/" + resPath + "/" + fileName);
  /external/icu/icu4c/source/samples/uresb/
uresb.c 48 static const char *resPath = NULL;
119 resPath = options[4].value; /* we'll use users resources */
121 resPath = NULL; /* we'll use ICU system resources for dumping */
127 resPath = resPathBuffer; /* we'll just dump uresb samples resources */
152 u_fprintf(out, "uresb: processing file \"%s\" in path \"%s\"\n", arg, resPath);
153 bundle = ures_open(resPath, arg, &status);
  /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, "rb");
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 276 String resPath = "hyts_" + "des-ede3-cbc.test" + index
278 InputStream is = Support_Resources.getResourceStream(resPath);
325 String resPath = "hyts_" + "des-ede3-cbc.test" + index
327 InputStream is = Support_Resources.getResourceStream(resPath);
351 private byte[] loadBytes(String resPath) {
353 InputStream is = Support_Resources.getResourceStream(resPath);
  /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.h 84 String8 resPath;
Resource.cpp 327 String8 resPath = it.getPath();
328 resPath.convertToResPath();
332 String16(resPath),
335 assets->addResource(it.getLeafName(), resPath, it.getFile(), type8);
    [all...]
ResourceTable.cpp     [all...]
  /external/icu/icu4c/source/common/
uresbund.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 289 milliseconds