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

  /bootable/recovery/minui/
resources.c 49 char resPath[256];
53 snprintf(resPath, sizeof(resPath)-1, "/res/images/%s.png", name);
54 resPath[sizeof(resPath)-1] = '\0';
55 FILE* fp = fopen(resPath, "rb");
  /external/chromium_org/third_party/icu/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);
  /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);
  /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/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/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...]
  /frameworks/base/tools/aapt/
ResourceTable.h 86 String8 resPath;
Resource.cpp 318 String8 resPath = it.getPath();
319 resPath.convertToResPath();
323 String16(resPath),
326 assets->addResource(it.getLeafName(), resPath, it.getFile(), type8);
    [all...]
ResourceTable.cpp     [all...]
  /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...]
  /external/chromium_org/third_party/icu/source/common/
uresbund.cpp     [all...]
  /external/icu/icu4c/source/common/
uresbund.cpp     [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...]
  /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 
  /prebuilts/sdk/tools/
jack.jar 

Completed in 324 milliseconds