HomeSort by relevance Sort by last modified time
    Searched refs:Headers (Results 51 - 75 of 166) sorted by null

1 23 4 5 6 7

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
HttpLib.h 253 @param[in] HeaderCount Number of HTTP header structures in Headers.
254 @param[in] Headers Array containing list of HTTP headers.
262 @retval EFI_INVALID_PARAMETER MsgParser is NULL or HeaderCount is not NULL but Headers is NULL.
272 IN EFI_HTTP_HEADER *Headers,
351 @param[in] HeaderCount Number of HTTP header structures in Headers list.
352 @param[in] Headers Array containing list of HTTP headers.
362 IN EFI_HTTP_HEADER *Headers,
  /external/deqp-deps/SPIRV-Tools/kokoro/android/
build.sh 37 git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers
  /external/deqp-deps/SPIRV-Tools/kokoro/check-format/
build.sh 33 git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers
  /external/deqp-deps/SPIRV-Tools/kokoro/scripts/macos/
build.sh 34 git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers
  /external/deqp-deps/SPIRV-Tools/kokoro/shaderc-smoketest/
build.sh 42 git clone https://github.com/KhronosGroup/SPIRV-Headers.git spirv-headers
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
CustomTrust.java 19 import com.squareup.okhttp.Headers;
53 Headers responseHeaders = response.headers();
  /external/swiftshader/third_party/SPIRV-Tools/kokoro/android/
build.sh 37 git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers
  /external/swiftshader/third_party/SPIRV-Tools/kokoro/check-format/
build.sh 33 git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers
  /external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/macos/
build.sh 34 git clone --depth=1 https://github.com/KhronosGroup/SPIRV-Headers external/spirv-headers
  /external/swiftshader/third_party/SPIRV-Tools/kokoro/shaderc-smoketest/
build.sh 42 git clone https://github.com/KhronosGroup/SPIRV-Headers.git spirv-headers
  /external/llvm/tools/llvm-pdbdump/
PdbYaml.h 59 Optional<MsfHeaders> Headers;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
Http1xStream.java 19 import com.squareup.okhttp.Headers;
46 * <li>{@link #writeRequest Send request headers}.
50 * <li>{@link #readResponse Read response headers}.
62 private static final int STATE_IDLE = 0; // Idle connections are ready to write request headers.
108 * Prepares the HTTP headers and sends them to the server.
110 * <p>For streaming requests with a body, headers must be prepared
114 * <p>For non-streaming requests with a body, headers must be prepared
123 writeRequest(request.headers(), requestLine);
132 return new RealResponseBody(response.headers(), Okio.buffer(source));
165 public void writeRequest(Headers headers, String requestLine) throws IOException
209 Headers.Builder headers = new Headers.Builder(); local
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
Http1xStream.java 20 import com.android.okhttp.Headers;
47 * <li>{@link #writeRequest Send request headers}.
51 * <li>{@link #readResponse Read response headers}.
64 private static final int STATE_IDLE = 0; // Idle connections are ready to write request headers.
110 * Prepares the HTTP headers and sends them to the server.
112 * <p>For streaming requests with a body, headers must be prepared
116 * <p>For non-streaming requests with a body, headers must be prepared
125 writeRequest(request.headers(), requestLine);
134 return new RealResponseBody(response.headers(), Okio.buffer(source));
167 public void writeRequest(Headers headers, String requestLine) throws IOException
211 Headers.Builder headers = new Headers.Builder(); local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopUnroll.cpp 229 std::vector<BasicBlock*> Headers;
231 Headers.push_back(Header);
287 // Keep track of new headers and latches as we create them, so that
290 Headers.push_back(New);
332 BasicBlock *Dest = Headers[j];
358 if (*SI == Headers[i])
  /external/python/cpython3/Lib/test/
test_wsgiref.py 6 from wsgiref.headers import Headers
171 "AssertionError: Headers (('Content-Type', 'text/plain')) must"
469 self.assertEqual(len(Headers()), 0)
470 self.assertEqual(len(Headers([])),0)
471 self.assertEqual(len(Headers(test[:])),1)
472 self.assertEqual(Headers(test[:]).keys(), ['x'])
473 self.assertEqual(Headers(test[:]).values(), ['y'])
474 self.assertEqual(Headers(test[:]).items(), test)
475 self.assertIsNot(Headers(test).items(), test) # must be copy
    [all...]
  /external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
HttpURLConnectionImpl.java 22 import com.squareup.okhttp.Headers;
89 private Headers.Builder requestHeaders = new Headers.Builder();
96 /** Lazily created (with synthetic headers) on first call to getHeaders(). */
97 private Headers responseHeaders;
161 private Headers getHeaders() throws IOException {
164 Headers headers = response.headers(); local
165 responseHeaders = headers.newBuilder(
351 Headers headers = requestHeaders.build(); local
    [all...]
  /external/okhttp/repackaged/okhttp-urlconnection/src/main/java/com/android/okhttp/internal/huc/
HttpURLConnectionImpl.java 23 import com.android.okhttp.Headers;
92 private Headers.Builder requestHeaders = new Headers.Builder();
100 /** Lazily created (with synthetic headers) on first call to getHeaders(). */
101 private Headers responseHeaders;
165 private Headers getHeaders() throws IOException {
168 Headers headers = response.headers(); local
169 responseHeaders = headers.newBuilder(
355 Headers headers = requestHeaders.build(); local
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 11 // of a module as it relates to headers.
146 /// headers.
165 HeadersMap::iterator Known = Headers.find(File);
167 Known == Headers.end() && File->getDir() == BuiltinIncludeDir &&
170 return Headers.find(File);
220 &Header.getModule()->Headers[Module::HK_Private],
221 &Header.getModule()->Headers[Module::HK_PrivateTextual]};
227 assert(IsPrivate && "inconsistent headers and roles");
255 if (Known != Headers.end()) {
257 // Remember private headers for later printing of a diagnostic
    [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 45 HeaderSearch &Headers;
53 : Headers(HS), Verbose(verbose), IncludeSysroot(sysroot),
136 FileManager &FM = Headers.getFileMgr();
161 if (const HeaderMap *HM = Headers.CreateHeaderMap(FE)) {
235 // Ignore the sys root, we *always* look for clang headers relative to
270 AddPath("/boot/system/non-packaged/develop/headers", System, false);
271 AddPath("/boot/system/develop/headers/os", System, false);
272 AddPath("/boot/system/develop/headers/os/app", System, false);
273 AddPath("/boot/system/develop/headers/os/arch", System, false);
274 AddPath("/boot/system/develop/headers/os/device", System, false)
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Cache.java 71 * href="http://tools.ietf.org/html/rfc7234">HTTP/1.1 (RFC 7234)</a> cache headers, it doesn't cache
470 private final Headers varyHeaders;
475 private final Headers responseHeaders;
532 Headers.Builder varyHeadersBuilder = new Headers.Builder();
543 Headers.Builder responseHeadersBuilder = new Headers.Builder();
574 this.responseHeaders = response.headers();
666 .headers(varyHeaders)
673 .headers(responseHeaders
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
Cache.java 72 * href="http://tools.ietf.org/html/rfc7234">HTTP/1.1 (RFC 7234)</a> cache headers, it doesn't cache
472 private final Headers varyHeaders;
477 private final Headers responseHeaders;
534 Headers.Builder varyHeadersBuilder = new Headers.Builder();
545 Headers.Builder responseHeadersBuilder = new Headers.Builder();
576 this.responseHeaders = response.headers();
668 .headers(varyHeaders)
675 .headers(responseHeaders
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Http.h 248 /// Number of HTTP header structures in Headers list. On request, this count is
253 /// Array containing list of HTTP headers. On request, this array is populated by the
258 EFI_HTTP_HEADER *Headers;
459 Token->Message->Headers is NULL.
  /external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
AbstractHttp2Headers.java 19 import io.netty.handler.codec.Headers;
329 public Http2Headers add(Headers<? extends CharSequence, ? extends CharSequence, ?> headers) {
404 public Http2Headers set(Headers<? extends CharSequence, ? extends CharSequence, ?> headers) {
484 public Http2Headers setAll(Headers<? extends CharSequence, ? extends CharSequence, ?> headers) {
  /external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
Headers.java 33 * Constants for request/response headers.
35 class Headers {
45 * Serializes the given headers and creates a list of OkHttp {@link Header}s to be used when
46 * creating a stream. Since this serializes the headers, this method should be called in the
50 Metadata headers, String defaultPath, String authority, String userAgent, boolean useGet) {
51 Preconditions.checkNotNull(headers, "headers");
55 // Discard any application supplied duplicates of the reserved headers
56 headers.discardAll(GrpcUtil.CONTENT_TYPE_KEY);
57 headers.discardAll(GrpcUtil.TE_HEADER)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 539 // and b) edges to distinct loop headers. We need to insert pools on
541 SetVector<BasicBlock *> Headers;
545 Headers.insert(Succ);
548 assert(!Headers.empty() && "poll location is not a loop latch?");
554 for (BasicBlock *Header : Headers) {

Completed in 570 milliseconds

1 23 4 5 6 7