Searched defs:resourceName (Results 26 - 50 of 76) sorted by relevance

1234

/external/guava/guava/src/com/google/common/reflect/
H A DClassPath.java155 private final String resourceName; field in class:ClassPath.ResourceInfo
158 static ResourceInfo of(String resourceName, ClassLoader loader) { argument
159 if (resourceName.endsWith(CLASS_FILE_NAME_EXTENSION)) {
160 return new ClassInfo(resourceName, loader);
162 return new ResourceInfo(resourceName, loader);
166 ResourceInfo(String resourceName, ClassLoader loader) { argument
167 this.resourceName = checkNotNull(resourceName);
173 return checkNotNull(loader.getResource(resourceName),
174 "Failed to load resource: %s", resourceName);
210 ClassInfo(String resourceName, ClassLoader loader) argument
[all...]
/external/guava/guava-tests/test/com/google/common/io/
H A DFilesSimplifyPathTest.java296 private void doExtensiveTest(String resourceName) throws IOException { argument
298 URL url = getClass().getResource(resourceName);
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
H A DAutoEscapeContext.java113 private String resourceName; field in class:AutoEscapeContext
129 * Create a new context in the state represented by mode. If a non-null resourceName is provided,
133 * @param resourceName Name of the resource being auto escaped.
135 public AutoEscapeContext(EscapeMode mode, String resourceName) { argument
136 this.resourceName = resourceName;
147 autoEscapeContext.resourceName = resourceName;
168 return resourceName;
241 "Attempting to start HTML parser in unsupported mode" + mode, resourceName);
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUBinary.java435 * @param resourceName Resource name for use with the loader.
440 public static ByteBuffer getData(ClassLoader loader, String resourceName, String itemPath) { argument
441 return getData(loader, resourceName, itemPath, false);
461 * @param resourceName Resource name for use with the loader.
466 // public static ByteBuffer getRequiredData(ClassLoader loader, String resourceName,
468 // return getData(loader, resourceName, itemPath, true);
476 * @param resourceName Resource name for use with the loader.
484 private static ByteBuffer getData(ClassLoader loader, String resourceName, argument
493 if (resourceName == null) {
494 resourceName
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUBinary.java431 * @param resourceName Resource name for use with the loader.
436 public static ByteBuffer getData(ClassLoader loader, String resourceName, String itemPath) { argument
437 return getData(loader, resourceName, itemPath, false);
457 * @param resourceName Resource name for use with the loader.
462 // public static ByteBuffer getRequiredData(ClassLoader loader, String resourceName,
464 // return getData(loader, resourceName, itemPath, true);
472 * @param resourceName Resource name for use with the loader.
480 private static ByteBuffer getData(ClassLoader loader, String resourceName, argument
489 if (resourceName == null) {
490 resourceName
[all...]
/external/skia/src/pdf/
H A DSkPDFUtils.cpp257 SkString resourceName = SkPDFResourceDict::getResourceName( local
261 content->writeText(resourceName.c_str());
263 content->writeText(resourceName.c_str());
/external/skqp/src/pdf/
H A DSkPDFUtils.cpp257 SkString resourceName = SkPDFResourceDict::getResourceName( local
261 content->writeText(resourceName.c_str());
263 content->writeText(resourceName.c_str());
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliteratorRegistry.java345 String resourceName,
348 registerEntry(ID, new ResourceEntry(resourceName, dir), visible);
344 put(String ID, String resourceName, int dir, boolean visible) argument
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorRegistry.java344 String resourceName,
347 registerEntry(ID, new ResourceEntry(resourceName, dir), visible);
343 put(String ID, String resourceName, int dir, boolean visible) argument
/external/testng/src/main/java/org/testng/internal/
H A DUtils.java483 public static void writeResourceToFile(File file, String resourceName, Class<?> clasz) throws IOException { argument
484 InputStream inputStream = clasz.getResourceAsStream("/" + resourceName);
486 System.err.println("Couldn't find resource on the class path: " + resourceName);
487 // throw new IllegalArgumentException("Resource does not exist: " + resourceName);
/external/icu/icu4c/source/i18n/
H A Dtransreg.cpp669 const UnicodeString& resourceName,
682 entry->stringArg.setTo(TRUE, resourceName.getBuffer(), -1);
685 entry->stringArg = resourceName;
668 put(const UnicodeString& ID, const UnicodeString& resourceName, UTransDirection dir, UBool readonlyResourceAlias, UBool visible, UErrorCode& ec) argument
/external/sl4a/ScriptingLayerForAndroid/libs/
H A Dlocale_platform.jarMETA-INF/MANIFEST.MF com/twofortyfouram/locale/platform/BreadCrumber.class BreadCrumber.java package com. ...
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java1678 private static void loadMimeTypes(Map<String, String> result, String resourceName) { argument
1680 Enumeration<URL> resources = NanoHTTPD.class.getClassLoader().getResources(resourceName);
1696 LOG.log(Level.INFO, "no mime types available at " + resourceName);
/external/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...
/external/annotation-tools/asmx/test/lib/
H A Dcobertura-1.7.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/robolectric/v1/lib/main/
H A Dcommons-logging-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/logging/ ...
/external/guice/extensions/persist/lib/
H A Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...
/external/kotlinc/lib/
H A Dkotlin-daemon-client.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-daemon-client.kotlin_module ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 5345 milliseconds

1234