/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
PackageTest.java | 30 private String resPath; 35 URL resourceURL = new URL("file:/" + resPath + "/Package/" 45 resPath = resources.toString(); 46 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') 47 resPath = resPath.substring(1); 280 .isSealed(new URL("file:/" + resPath + "/"))); 282 .isSealed(new URL("file:/" + resPath + "/Package/hyts_c.jar"))); 300 URL resourceURL1 = new URL("file:/" + resPath + "/Package/hyts_c.jar") [all...] |
/bootable/recovery/minui/ |
resources.c | 47 char resPath[256]; 56 snprintf(resPath, sizeof(resPath)-1, "/res/images/%s.png", name); 57 resPath[sizeof(resPath)-1] = '\0'; 58 FILE* fp = fopen(resPath, "rb"); 200 char resPath[256]; 209 snprintf(resPath, sizeof(resPath)-1, "/res/images/%s.png", name); 210 resPath[sizeof(resPath)-1] = '\0' [all...] |
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
GZIPInputStreamTest.java | 130 String resPath = resources.toString(); 131 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') { 132 resPath = resPath.substring(1); 134 final URL gInput = new URL("file:/" + resPath 249 String resPath = resources.toString(); 250 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') { 251 resPath = resPath.substring(1) [all...] |
/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);
|
/external/skia/bench/ |
SkipZeroesBench.cpp | 48 const char* resPath = GetResourcePath().c_str(); 49 if (NULL == resPath) { 54 SkString fullPath = SkOSPath::SkPathJoin(resPath, fFilename.c_str());
|
SkBenchmark.h | 108 static void SetResourcePath(const char* resPath) { gResourcePath.set(resPath); }
|
/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/icu4c/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);
|
/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);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
ServiceLoaderTest.java | 385 String resPath = resources.toString(); 386 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') { 387 resPath = resPath.substring(1); 390 URL resourceURL = new URL("file:/" + resPath + "/ServiceLoader/"
|
/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 | 483 String resPath = resources.toString(); 484 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') 485 resPath = resPath.substring(1); 489 URL resourceURL = new URL("file:/" + resPath + "/Package/" [all...] |
/frameworks/base/tools/aapt/ |
Resource.cpp | 297 String8 resPath = it.getPath(); 298 resPath.convertToResPath(); 302 String16(resPath), 305 assets->addResource(it.getLeafName(), resPath, it.getFile(), type8); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uresbund.c | [all...] |
/external/icu4c/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 | |
/frameworks/base/services/java/com/android/server/pm/ |
PackageManagerService.java | [all...] |