/frameworks/av/drm/mediadrm/plugins/clearkey/default/ |
Session.cpp | 46 String8 responseString( 52 if (parser.extractKeysFromJsonWebKeySet(responseString, &keys)) {
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
Session.cpp | 51 std::string responseString( 57 if (parser.extractKeysFromJsonWebKeySet(responseString, &keys)) {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetNativeInterface.java | 248 * @param responseString formatted AT response string 252 public boolean atResponseString(BluetoothDevice device, String responseString) { 253 return atResponseStringNative(responseString, Utils.getByteAddress(device)); 464 private native boolean atResponseStringNative(String responseString, byte[] address);
|
/cts/libs/testserver/src/android/webkit/cts/ |
TestWebServer.java | 222 * @param responseString The response body that will be returned. 229 String requestPath, String responseString, 231 return setResponseInternal(requestPath, responseString.getBytes(), responseHeaders, null, 241 * @param responseString The response body that will be returned. 251 String requestPath, String responseString, List<Pair<String, String>> responseHeaders, 254 requestPath, responseString.getBytes(), responseHeaders, responseAction,
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
MessageFactoryImpl.java | 746 * @param responseString -- 751 public Response createResponse(String responseString) 753 if (responseString == null) 758 SIPMessage sipMessage = smp.parseSIPMessage(responseString); 761 throw new ParseException(responseString, 0); [all...] |
/external/walt/ios/WALT/ |
WALTClient.m | 553 NSString *responseString = 555 NSArray<NSString *> *components = [responseString componentsSeparatedByString:@" "];
|
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/ |
CacheAdapterTest.java | 128 final byte[] response = "ResponseString".getBytes(StandardCharsets.UTF_8);
|
/external/owasp/sanitizer/lib/junit/ |
README.html | 255 assertThat(responseString, either(containsString("color")).or(containsString("colour"))); 273 <pre><code>assertTrue(responseString.contains("color") || responseString.contains("colour")); 278 assertThat(responseString, anyOf(containsString("color"), containsString("colour")));
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
RadioResponse.java | 201 responseString(responseInfo, imsi); 595 responseString(responseInfo, version); 689 responseString(responseInfo, commandResponse); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
BaseHTTPServer.py | 170 <version> <responsecode> <responsestring>
174 failure of the request, and <responsestring> is an optional
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
BaseHTTPServer.py | 170 <version> <responsecode> <responsestring>
174 failure of the request, and <responsestring> is an optional
|
/external/python/cpython2/Lib/ |
BaseHTTPServer.py | 170 <version> <responsecode> <responsestring> 174 failure of the request, and <responsestring> is an optional
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
BaseHTTPServer.py | 170 <version> <responsecode> <responsestring> 174 failure of the request, and <responsestring> is an optional
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
BaseHTTPServer.py | 170 <version> <responsecode> <responsestring> 174 failure of the request, and <responsestring> is an optional
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
BaseHTTPServer.py | 170 <version> <responsecode> <responsestring> 174 failure of the request, and <responsestring> is an optional
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
BaseHTTPServer.py | 170 <version> <responsecode> <responsestring> 174 failure of the request, and <responsestring> is an optional
|
/external/python/cpython3/Lib/http/ |
server.py | 198 <version> <responsecode> <responsestring> 202 failure of the request, and <responsestring> is an optional [all...] |
/external/guice/extensions/persist/lib/ |
servlet-api-2.5.jar | |
/external/guice/extensions/servlet/lib/build/ |
servlet-api-2.5.jar | |
/external/guice/extensions/struts2/lib/ |
servlet-api-2.5.jar | |
/prebuilts/tools/common/m2/repository/javax/servlet/servlet-api/2.3/ |
servlet-api-2.3.jar | |