Home
last modified time | relevance | path

Searched refs:contentBytes (Results 1 – 2 of 2) sorted by relevance

/external/volley/src/main/java/com/android/volley/toolbox/
DHttpResponse.java70 public HttpResponse(int statusCode, List<Header> headers, byte[] contentBytes) { in HttpResponse() argument
73 mContentLength = contentBytes.length; in HttpResponse()
74 mContentBytes = contentBytes; in HttpResponse()
/external/llvm-project/lld/unittests/MachOTests/
DMachONormalizedFileToAtomsTests.cpp39 static const uint8_t contentBytes[] = { 0x90, 0xC3, 0xC3, 0xC4 }; in TEST() local
40 const unsigned contentSize = sizeof(contentBytes) / sizeof(contentBytes[0]); in TEST()
41 textSection.content = llvm::makeArrayRef(contentBytes, contentSize); in TEST()