/third_party/nghttp2/src/ |
D | inflatehd.cc | 75 json_t *wire, int seq, size_t old_settings_table_size) { in to_json() argument 78 json_object_set(obj, "wire", wire); in to_json() 102 auto wire = json_object_get(obj, "wire"); in inflate_hd() local 104 if (wire == nullptr) { in inflate_hd() 109 if (!json_is_string(wire)) { in inflate_hd() 133 auto inputlen = strlen(json_string_value(wire)); in inflate_hd() 143 decode_hex(buf.data(), json_string_value(wire), inputlen); in inflate_hd() 167 to_json(inflater, headers, wire, seq, old_settings_table_size); in inflate_hd() 233 it must have at least "wire" key. Its value is a string containing in print_help() 242 { "wire": "0284f77778ff" }, in print_help() [all …]
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
D | BUILD.gn | 275 "unittests/wire/WireArgumentTests.cpp", 276 "unittests/wire/WireBasicTests.cpp", 277 "unittests/wire/WireBufferMappingTests.cpp", 278 "unittests/wire/WireCreatePipelineAsyncTests.cpp", 279 "unittests/wire/WireDestroyObjectTests.cpp", 280 "unittests/wire/WireDisconnectTests.cpp", 281 "unittests/wire/WireErrorCallbackTests.cpp", 282 "unittests/wire/WireExtensionTests.cpp", 283 "unittests/wire/WireInjectDeviceTests.cpp", 284 "unittests/wire/WireInjectSwapChainTests.cpp", [all …]
|
/third_party/flutter/skia/src/core/ |
D | SkRemoteGlyphCache.cpp | 430 WireTypeface wire(SkTypeface::UniqueID(tf), tf->countGlyphs(), tf->fontStyle(), in serializeTypeface() local 433 SkData::MakeWithCopy(&wire, sizeof(wire))); in serializeTypeface() 776 WireTypeface wire; in readStrikeData() local 777 if (!deserializer.read<WireTypeface>(&wire)) READ_FAILURE in readStrikeData() 782 addTypeface(wire); in readStrikeData() 871 WireTypeface wire; in deserializeTypeface() local 872 if (len != sizeof(wire)) return nullptr; in deserializeTypeface() 873 memcpy(&wire, buf, sizeof(wire)); in deserializeTypeface() 874 return this->addTypeface(wire); in deserializeTypeface() 877 sk_sp<SkTypeface> SkStrikeClient::addTypeface(const WireTypeface& wire) { in addTypeface() argument [all …]
|
/third_party/skia/src/core/ |
D | SkRemoteGlyphCache.cpp | 634 WireTypeface wire(SkTypeface::UniqueID(tf), tf->countGlyphs(), tf->fontStyle(), in serializeTypeface() local 637 SkData::MakeWithCopy(&wire, sizeof(wire))); in serializeTypeface() 892 sk_sp<SkTypeface> addTypeface(const WireTypeface& wire); 950 WireTypeface wire; in readStrikeData() local 951 if (!deserializer.read<WireTypeface>(&wire)) READ_FAILURE in readStrikeData() 956 addTypeface(wire); in readStrikeData() 1061 WireTypeface wire; in deserializeTypeface() local 1062 if (len != sizeof(wire)) return nullptr; in deserializeTypeface() 1063 memcpy(&wire, buf, sizeof(wire)); in deserializeTypeface() 1064 return this->addTypeface(wire); in deserializeTypeface() [all …]
|
/third_party/skia/third_party/externals/dawn/docs/ |
D | fuzzing.md | 5 …end_fuzzer` sets up Dawn using the Null backend, and passes inputs to the wire server. This fuzzes… 15 …ittests` using the wire and writes out traces of the commands. This can manually be done by runnin… 18 Regenerating the seed corpus keeps it up to date when Dawn's API or wire protocol changes.
|
D | external_resources.md | 5 - Buffer mapping dawn wire memory transfer interface design
|
D | buffer_mapping.md | 1 - Buffer mapping dawn wire memory transfer interface design
|
/third_party/mesa3d/src/glx/ |
D | dri2.c | 61 DRI2WireToEvent(Display *dpy, XEvent *event, xEvent *wire); 63 DRI2EventToWire(Display *dpy, XEvent *event, xEvent *wire); 88 DRI2WireToEvent(Display *dpy, XEvent *event, xEvent *wire) in DRI2WireToEvent() argument 95 switch ((wire->u.u.type & 0x7f) - info->codes->first_event) { in DRI2WireToEvent() 100 xDRI2BufferSwapComplete2 *awire = (xDRI2BufferSwapComplete2 *)wire; in DRI2WireToEvent() 112 aevent->serial = _XSetLastRequestRead(dpy, (xGenericReply *) wire); in DRI2WireToEvent() 147 xDRI2InvalidateBuffers *awire = (xDRI2InvalidateBuffers *)wire; in DRI2WireToEvent() 164 DRI2EventToWire(Display *dpy, XEvent *event, xEvent *wire) in DRI2EventToWire() argument
|
D | glxext.c | 146 __glXWireToEvent(Display *dpy, XEvent *event, xEvent *wire) in XEXT_GENERATE_ERROR_STRING() 153 switch ((wire->u.u.type & 0x7f) - glx_dpy->codes.first_event) { in XEXT_GENERATE_ERROR_STRING() 157 xGLXPbufferClobberEvent *awire = (xGLXPbufferClobberEvent *)wire; in XEXT_GENERATE_ERROR_STRING() 175 xGLXBufferSwapComplete2 *awire = (xGLXBufferSwapComplete2 *)wire; in XEXT_GENERATE_ERROR_STRING() 181 aevent->serial = _XSetLastRequestRead(dpy, (xGenericReply *) wire); in XEXT_GENERATE_ERROR_STRING() 212 __glXEventToWire(Display *dpy, XEvent *event, xEvent *wire) in __glXEventToWire() argument
|
/third_party/openssl/ssl/statem/ |
D | statem_dtls.c | 808 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; in dtls_get_reassembled_message() local 831 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, &recvd_type, wire, in dtls_get_reassembled_message() 839 if (wire[0] != SSL3_MT_CCS) { in dtls_get_reassembled_message() 845 memcpy(s->init_buf->data, wire, readbytes); in dtls_get_reassembled_message() 861 dtls1_get_message_header(wire, &msg_hdr); in dtls_get_reassembled_message() 886 || wire[0] != SSL3_MT_CLIENT_HELLO in dtls_get_reassembled_message() 907 && wire[0] == SSL3_MT_HELLO_REQUEST) { in dtls_get_reassembled_message() 913 if (wire[1] == 0 && wire[2] == 0 && wire[3] == 0) { in dtls_get_reassembled_message() 916 wire, DTLS1_HM_HEADER_LENGTH, s, in dtls_get_reassembled_message()
|
/third_party/openssl/doc/man3/ |
D | o2i_SCT_LIST.pod | 6 decode and encode Signed Certificate Timestamp lists in TLS wire format 21 functions, except that they convert to and from TLS wire format, as described in
|
D | SSL_get_ciphers.pod | 54 as a wire-protocol cipher suite specification (in the three-octet-per-cipher 55 SSLv2 wire format if B<isv2format> is nonzero; otherwise the two-octet 56 SSLv3/TLS wire format), and parses the cipher suites supported by the library
|
/third_party/flatbuffers/docs/source/ |
D | Benchmarks.md | 15 We compare against Flatbuffers with the binary wire format (as 16 intended), and also with JSON as the wire format with the optional JSON 30 | Memory needed to store decoded wire (bytes / blocks) | 0 / 0 | 760 / 20 …
|
/third_party/protobuf/docs/ |
D | field_presence.md | 15 ### Presence in _tag-value stream_ (wire format) serialization 17 The wire format is a stream of tagged, _self-delimiting_ values. By definition, the wire format rep… 19 …ity introduces some (perhaps surprising) considerations when deserializing wire-formatted messages: 26 …lized values: the field is "present," in the sense that it appears in the wire format. However, if… 30 …he API-level invariant that only one field is set at a time. However, the wire format may include … 31 …ange values may be stored as _unknown fields_ in the API, even though the wire-format tag was reco… 37 …wire format, and does, in certain cases, provide similar semantics (for example, appending repeate… 39 JSON is a much stricter format, however, and cannot validly represent some semantics of the wire fo… 138 … and _no presence_ is a binary-compatible change for serialized values in wire format. However, th…
|
/third_party/flutter/skia/third_party/externals/dawn/ |
D | BUILD.gn | 613 "src/tests/unittests/wire/WireArgumentTests.cpp", 614 "src/tests/unittests/wire/WireBasicTests.cpp", 615 "src/tests/unittests/wire/WireBufferMappingTests.cpp", 616 "src/tests/unittests/wire/WireErrorCallbackTests.cpp", 617 "src/tests/unittests/wire/WireFenceTests.cpp", 618 "src/tests/unittests/wire/WireInjectTextureTests.cpp", 619 "src/tests/unittests/wire/WireMemoryTransferServiceTests.cpp", 620 "src/tests/unittests/wire/WireOptionalTests.cpp", 621 "src/tests/unittests/wire/WireTest.cpp", 622 "src/tests/unittests/wire/WireTest.h",
|
/third_party/protobuf/conformance/ |
D | failure_list_objc.txt | 2 # platforms don't support JSON wire format to avoid code bloat.
|
/third_party/node/src/inspector/ |
D | runtime_agent.cc | 15 NodeRuntime::Dispatcher::wire(dispatcher, this); in Wire()
|
/third_party/flutter/skia/third_party/externals/wuffs/std/zlib/ |
D | README.md | 5 different wire format and checksum algorithm.
|
/third_party/flutter/skia/third_party/externals/wuffs/std/gzip/ |
D | README.md | 5 different wire format and checksum algorithm.
|
/third_party/node/tools/inspector_protocol/lib/ |
D | Values_cpp.template | 167 span<uint8_t> wire = tokenizer->GetString16WireRep(); 168 DCHECK_EQ(wire.size() & 1, 0u); 170 reinterpret_cast<const uint16_t*>(wire.data()), wire.size() / 2)); 408 // the wire format - e.g., EncodeFromUTF16 will detect ASCII and 409 // do the (trivial) transcode to STRING8 on the wire, but if it's 412 // have LATIN1 on the wire, so we call EncodeFromLatin1 which
|
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
D | NVCtrl.c | 1117 static Bool wire_to_event (Display *dpy, XEvent *host, xEvent *wire) in wire_to_event() argument 1130 switch ((wire->u.u.type & 0x7F) - info->codes->first_event) { in wire_to_event() 1133 event = (xnvctrlEvent *) wire; in wire_to_event() 1148 eventTarget = (xnvctrlEventTarget *) wire; in wire_to_event() 1170 eventTarget = (xnvctrlEventTarget *) wire; in wire_to_event() 1195 eventTarget = (xnvctrlEventTarget *) wire; in wire_to_event() 1215 eventTarget = (xnvctrlEventTarget *) wire; in wire_to_event()
|
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
D | NVCtrl.c | 1117 static Bool wire_to_event (Display *dpy, XEvent *host, xEvent *wire) in wire_to_event() argument 1130 switch ((wire->u.u.type & 0x7F) - info->codes->first_event) { in wire_to_event() 1133 event = (xnvctrlEvent *) wire; in wire_to_event() 1148 eventTarget = (xnvctrlEventTarget *) wire; in wire_to_event() 1170 eventTarget = (xnvctrlEventTarget *) wire; in wire_to_event() 1195 eventTarget = (xnvctrlEventTarget *) wire; in wire_to_event() 1215 eventTarget = (xnvctrlEventTarget *) wire; in wire_to_event()
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBWireFormatTests.m | 72 // TestAllTypes and TestAllExtensions should have compatible wire formats, 88 // TestPackedTypes and TestPackedExtensions should have compatible wire 103 // TestAllTypes and TestAllExtensions should have compatible wire formats,
|
/third_party/libwebsockets/minimal-examples/secure-streams/ |
D | README.md | 6 connection, including the endpoint, tls CA, and even the wire protocol.
|
/third_party/protobuf/src/google/protobuf/util/internal/testdata/ |
D | maps.proto | 118 // A message with exactly the same wire representation as MapOut, but using 120 // the wire-format compatibility of the JSON transcoder (e.g., whether it
|