Home
last modified time | relevance | path

Searched defs:resourceName (Results 1 – 21 of 21) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/file/
DFileURLConnectionTest.java33 String resourceName = "org/apache/harmony/luni/tests/" + fileName; in getContentType() local
52 String resourceName = "org/apache/harmony/luni/tests/" + "test.rtf"; in testGetInputStream() local
69 String resourceName = "org/apache/harmony/luni/tests/"; //folder name in testHeaderFunctions() local
90 String resourceName = "org/apache/harmony/luni/tests/"; in testHeader_BoundaryCheck() local
/external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
DJSilverBadSyntaxException.java24 private final String resourceName; field in JSilverBadSyntaxException
48 public JSilverBadSyntaxException(String message, String lineContent, String resourceName, in JSilverBadSyntaxException()
56 private static String makeMessage(String message, String lineContent, String resourceName, in makeMessage()
DJSilverAutoEscapingException.java37 private static String createMessage(String message, String resourceName, int line, int column) { in createMessage()
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
DAutoEscapeContext.java113 private String resourceName; field in AutoEscapeContext
135 public AutoEscapeContext(EscapeMode mode, String resourceName) { in AutoEscapeContext()
/external/apache-xml/src/main/java/org/apache/xml/utils/res/
DXResourceBundle.java67 String resourceName = className + suffix; in loadResourceBundle() local
/external/svox/pico/lib/
Dpicorsrc.c172 picorsrc_resource_name_t resourceName[PICO_MAX_NUM_RSRC_PER_VOICE]; member
259 static pico_status_t findResource(picorsrc_ResourceManager this, picoos_char * resourceName, picors… in findResource()
272 static picoos_uint8 isResourceLoaded(picorsrc_ResourceManager this, picoos_char * resourceName) { in isResourceLoaded()
815 picoos_char * voiceName, picoos_char * resourceName) in picorsrc_addResourceToVoiceDefinition()
Dpicoapi.c441 const pico_Char *resourceName in pico_addResourceToVoiceDefinition()
/external/oauth/core/src/main/java/net/oauth/
DConsumerProperties.java59 public ConsumerProperties(String resourceName, ClassLoader loader) in ConsumerProperties()
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
DJarExecTest.java241 private static byte[] getResource(File tempDir, String resourceName) throws IOException { in getResource()
DZipExecTest.java251 private static byte[] getResource(File tempDir, String resourceName) throws IOException { in getResource()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DOutputPropertiesFactory.java346 final String resourceName, in loadPropertiesFile()
/external/chromium/chrome/browser/resources/touch_ntp/
Dnewtab.js310 function getThemeUrl(resourceName) { argument
/external/chromium/chrome/browser/resources/ntp4/
Dnew_tab.js306 function getThemeUrl(resourceName) { argument
/external/webkit/Source/WebCore/platform/audio/
DHRTFElevation.cpp101 …String resourceName = String::format("IRC_%s_C_R0195_T%03d_P%03d", subjectName.utf8().data(), azim… in calculateKernelsForAzimuthElevation() local
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_HttpServer.java222 String resourceName = ""; in run() local
/external/apache-http/src/org/apache/commons/logging/impl/
DLogFactoryImpl.java989 String resourceName = logAdapterClassName.replace('.', '/') + ".class"; in createLogFromClass() local
/external/webkit/Source/WebCore/bindings/v8/
DV8DOMWindowShell.cpp122 v8::Handle<v8::Value> resourceName = message->GetScriptResourceName(); in v8UncaughtExceptionHandler() local
DV8Proxy.cpp502 String resourceName("undefined"); in callFunction() local
/external/webkit/Source/WebCore/websockets/
DWebSocketHandshake.cpp62 static String resourceName(const KURL& url) in resourceName() function
/external/chromium/chrome/browser/resources/touch_ntp/standalone/
Dstandalone_hack.js361 function themeUrlMapper(resourceName) { argument
/external/icu4c/i18n/
Dtransreg.cpp640 const UnicodeString& resourceName, in put()