Searched refs:hashKey (Results 1 - 10 of 10) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketServletConnectionD06.java45 response.addHeader("Sec-WebSocket-Accept",hashKey(key));
H A DWebSocketServletConnectionD08.java46 response.addHeader("Sec-WebSocket-Accept",hashKey(key));
H A DWebSocketServletConnectionRFC6455.java46 response.addHeader("Sec-WebSocket-Accept",hashKey(key));
H A DWebSocketClientFactory.java494 else if (!WebSocketConnectionRFC6455.hashKey(_key).equals(_accept))
H A DWebSocketConnectionD06.java720 public static String hashKey(String key) method in class:WebSocketConnectionD06
H A DWebSocketConnectionD08.java833 public static String hashKey(String key) method in class:WebSocketConnectionD08
H A DWebSocketConnectionRFC6455.java953 public static String hashKey(String key) method in class:WebSocketConnectionRFC6455
/external/icu/icu4c/source/tools/ctestfw/
H A Ddatamap.cpp106 UnicodeString hashKey(key, -1, US_INV);
107 const ResourceBundle *r = (ResourceBundle *)fData->get(hashKey);
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp1364 int32_t hashKey = desiredLocale.hashCode(); local
1367 ns = (NumberingSystem *)uhash_iget(NumberingSystem_cache, hashKey);
1370 uhash_iput(NumberingSystem_cache, hashKey, (void*)ns, &status);
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...

Completed in 192 milliseconds