HomeSort by relevance Sort by last modified time
    Searched full:empty_body (Results 1 - 8 of 8) 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...]
  /external/chromium-trace/catapult/third_party/WebOb/webob/
exc.py 249 empty_body = False variable
264 if self.empty_body:
327 if self.body or self.empty_body or is_head:
423 empty_body = True variable in class:HTTPNoContent
437 empty_body = True variable in class:HTTPResetContent
571 empty_body = True variable in class:HTTPNotModified
    [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...]
  /external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp 96 "empty_body",
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderLoopTests.cpp 187 "empty_body",
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderLoopTests.cpp 106 "empty_body",
    [all...]

Completed in 295 milliseconds