HomeSort by relevance Sort by last modified time
    Searched refs:EMPTY_BODY (Results 1 - 5 of 5) sorted by null

  /libcore/support/src/test/java/tests/http/
MockResponse.java 33 private static final byte[] EMPTY_BODY = new byte[0];
37 private byte[] body = EMPTY_BODY;
96 if (this.body == EMPTY_BODY) {
  /external/v8/test/unittests/wasm/
module-decoder-unittest.cc 19 #define EMPTY_BODY 0
62 X1(SIZEOF_EMPTY_BODY, EMPTY_BODY)
66 X2(SIZEOF_EMPTY_BODY, EMPTY_BODY)
70 X3(SIZEOF_EMPTY_BODY, EMPTY_BODY)
74 X4(SIZEOF_EMPTY_BODY, EMPTY_BODY)
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecController.java 68 private static final byte[] EMPTY_BODY = EmptyArray.BYTE;
475 if (nativeSendCecCommand(mNativePtr, sourceAddress, destinationAddress, EMPTY_BODY)
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java 100 private static final ResponseBody EMPTY_BODY = new ResponseBody() {
301 .body(EMPTY_BODY)
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar 

Completed in 300 milliseconds