Searched refs:resourceName (Results 26 - 50 of 84) sorted by relevance

1234

/external/svox/pico/lib/
H A Dpicorsrc.c172 picorsrc_resource_name_t resourceName[PICO_MAX_NUM_RSRC_PER_VOICE]; member in struct:picorsrc_voice_definition
187 this->resourceName[i][0] = NULLC;
259 static pico_status_t findResource(picorsrc_ResourceManager this, picoos_char * resourceName, picorsrc_Resource * rsrc) { argument
265 while (NULL != r && (0 != picoos_strcmp(r->name,resourceName))) {
272 static picoos_uint8 isResourceLoaded(picorsrc_ResourceManager this, picoos_char * resourceName) { argument
275 if (PICO_OK == findResource(this, resourceName,&res)){
815 picoos_char * voiceName, picoos_char * resourceName)
827 if (picoos_strlcpy(vdef->resourceName[vdef->numResources++], resourceName,
829 PICODBG_DEBUG(("vdef added resource '%s' to voice '%s'",resourceName,voiceNam
814 picorsrc_addResourceToVoiceDefinition(picorsrc_ResourceManager this, picoos_char * voiceName, picoos_char * resourceName) argument
[all...]
H A Dpicorsrc.h145 picoos_char * voiceName, picoos_char * resourceName);
H A Dpicoapi.h322 Adds a mapping pair ('voiceName', 'resourceName') to the voice
330 const pico_Char *resourceName
H A Dpicoapi.c432 * @param *resourceName : pointer to the area containing the resource name
441 const pico_Char *resourceName
452 } else if (resourceName == NULL) {
454 } else if (picoos_strlen((picoos_char *) resourceName) == 0) {
458 status = picorsrc_addResourceToVoiceDefinition(system->rm, (picoos_char *) voiceName, (picoos_char *) resourceName);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
H A DDrawableResourceLoader.java134 String resourceName = resourceExtractor.getResourceName(resourceId);
135 Document document = documents.get(resourceName);
141 if (resourceName.startsWith("android:")) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUBinary.java433 * @param resourceName Resource name for use with the loader.
438 public static ByteBuffer getData(ClassLoader loader, String resourceName, String itemPath) { argument
439 return getData(loader, resourceName, itemPath, false);
459 * @param resourceName Resource name for use with the loader.
464 // public static ByteBuffer getRequiredData(ClassLoader loader, String resourceName,
466 // return getData(loader, resourceName, itemPath, true);
474 * @param resourceName Resource name for use with the loader.
482 private static ByteBuffer getData(ClassLoader loader, String resourceName, argument
491 if (resourceName == null) {
492 resourceName
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUBinary.java429 * @param resourceName Resource name for use with the loader.
434 public static ByteBuffer getData(ClassLoader loader, String resourceName, String itemPath) { argument
435 return getData(loader, resourceName, itemPath, false);
455 * @param resourceName Resource name for use with the loader.
460 // public static ByteBuffer getRequiredData(ClassLoader loader, String resourceName,
462 // return getData(loader, resourceName, itemPath, true);
470 * @param resourceName Resource name for use with the loader.
478 private static ByteBuffer getData(ClassLoader loader, String resourceName, argument
487 if (resourceName == null) {
488 resourceName
[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/sl4a/ScriptingLayerForAndroid/libs/
H A Dlocale_platform.jarMETA-INF/MANIFEST.MF com/twofortyfouram/locale/platform/BreadCrumber.class BreadCrumber.java package com. ...
/external/skia/src/pdf/
H A DSkPDFUtils.cpp248 SkString resourceName = SkPDFResourceDict::getResourceName( local
252 content->writeText(resourceName.c_str());
254 content->writeText(resourceName.c_str());
/external/apache-http/src/org/apache/commons/logging/impl/
H A DLogFactoryImpl.java994 String resourceName = logAdapterClassName.replace('.', '/') + ".class";
996 url = currentCL.getResource(resourceName );
998 url = ClassLoader.getSystemResource(resourceName + ".class");
1002 logDiagnostic("Class '" + logAdapterClassName + "' [" + resourceName + "] cannot be found.");
/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/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp1954 const std::string resourceName = std::string(targetResourceName);
1955 const size_t rootNameEnd = resourceName.find_first_of(".[");
1956 const std::string rootName = resourceName.substr(0, rootNameEnd);
1961 if (de::endsWith(resourceName, "[0]"))
1962 simplifiedResourceName = resourceName.substr(0, resourceName.length() - 3);
1969 const size_t lastMember = resourceName.find_last_of('.');
1971 simplifiedResourceName = resourceName.substr(0, lastMember);
1978 if (deStringBeginsWith(resourceName.c_str(), "gl_PerVertex."))
1981 simplifiedResourceName = resourceName
[all...]
/external/icu/icu4c/source/i18n/
H A Dtransreg.h225 const UnicodeString& resourceName,
H A Dtransreg.cpp642 const UnicodeString& resourceName,
655 entry->stringArg.setTo(TRUE, resourceName.getBuffer(), -1);
658 entry->stringArg = resourceName;
641 put(const UnicodeString& ID, const UnicodeString& resourceName, UTransDirection dir, UBool readonlyResourceAlias, UBool visible, UErrorCode& ec) argument
/external/libchrome/base/mac/
H A Dfoundation_util.h81 BASE_EXPORT FilePath PathForFrameworkBundleResource(CFStringRef resourceName);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
H A DScriptProvider.java153 { index, script.getName(), intent.toURI(), icon.resourceName, icon.packageName,
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliteratorRegistry.java343 String resourceName,
347 registerEntry(ID, new ResourceEntry(resourceName, encoding, dir), visible);
342 put(String ID, String resourceName, String encoding, int dir, boolean visible) argument
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorRegistry.java342 String resourceName,
346 registerEntry(ID, new ResourceEntry(resourceName, encoding, dir), visible);
341 put(String ID, String resourceName, String encoding, int dir, boolean visible) argument
/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/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/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...

Completed in 5277 milliseconds

1234