/external/libxkbcommon/xkbcommon/src/x11/ |
D | keymap.c | 102 translate_controls_mask(uint32_t wire) in translate_controls_mask() argument 105 if (wire & XCB_XKB_BOOL_CTRL_REPEAT_KEYS) in translate_controls_mask() 107 if (wire & XCB_XKB_BOOL_CTRL_SLOW_KEYS) in translate_controls_mask() 109 if (wire & XCB_XKB_BOOL_CTRL_BOUNCE_KEYS) in translate_controls_mask() 111 if (wire & XCB_XKB_BOOL_CTRL_STICKY_KEYS) in translate_controls_mask() 113 if (wire & XCB_XKB_BOOL_CTRL_MOUSE_KEYS) in translate_controls_mask() 115 if (wire & XCB_XKB_BOOL_CTRL_MOUSE_KEYS_ACCEL) in translate_controls_mask() 117 if (wire & XCB_XKB_BOOL_CTRL_ACCESS_X_KEYS) in translate_controls_mask() 119 if (wire & XCB_XKB_BOOL_CTRL_ACCESS_X_TIMEOUT_MASK) in translate_controls_mask() 121 if (wire & XCB_XKB_BOOL_CTRL_ACCESS_X_FEEDBACK_MASK) in translate_controls_mask() [all …]
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | LoggingSessionOutputBuffer.java | 57 private final Wire wire; field in LoggingSessionOutputBuffer 64 public LoggingSessionOutputBuffer(final SessionOutputBuffer out, final Wire wire) { in LoggingSessionOutputBuffer() argument 67 this.wire = wire; in LoggingSessionOutputBuffer() 72 if (this.wire.enabled()) { in write() 73 this.wire.output(b, off, len); in write() 79 if (this.wire.enabled()) { in write() 80 this.wire.output(b); in write() 86 if (this.wire.enabled()) { in write() 87 this.wire.output(b); in write() 97 if (this.wire.enabled()) { in writeLine() [all …]
|
D | LoggingSessionInputBuffer.java | 59 private final Wire wire; field in LoggingSessionInputBuffer 66 public LoggingSessionInputBuffer(final SessionInputBuffer in, final Wire wire) { in LoggingSessionInputBuffer() argument 69 this.wire = wire; in LoggingSessionInputBuffer() 78 if (this.wire.enabled() && l > 0) { in read() 79 this.wire.input(b, off, l); in read() 86 if (this.wire.enabled() && l > 0) { in read() 87 this.wire.input(l); in read() 94 if (this.wire.enabled() && l > 0) { in read() 95 this.wire.input(b, 0, l); in read() 102 if (this.wire.enabled() && s != null) { in readLine() [all …]
|
D | Wire.java | 58 private void wire(String header, InputStream instream) in wire() method in Wire 97 wire(">> ", outstream); in output() 105 wire("<< ", instream); in input() 113 wire(">> ", new ByteArrayInputStream(b, off, len)); in output() 121 wire("<< ", new ByteArrayInputStream(b, off, len)); in input() 129 wire(">> ", new ByteArrayInputStream(b)); in output() 137 wire("<< ", new ByteArrayInputStream(b)); in input()
|
/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/hpackjson/ |
D | Case.java | 34 private String wire; field in Case 47 return ByteString.decodeHex(wire); in getWire() 54 public void setWire(ByteString wire) { in setWire() argument 55 this.wire = wire.hex(); in setWire() 62 result.wire = wire; in clone()
|
/external/u-boot/doc/ |
D | README.VSC3316-3308 | 10 …d 8 output ports. Programming of these devices are performed by two-wire or four-wire serial inter… 15 First thing required is to program it to interface with either two-wire or four-wire interface. 16 … interface is two-wire I2C serial interface. So the value in Interface mode register at address 79… 23 …wire or four-wire interface. In our case the interface is two-wire I2C serial interface. So the va…
|
/external/skqp/src/core/ |
D | SkRemoteGlyphCache.cpp | 279 WireTypeface wire(SkTypeface::UniqueID(tf), tf->countGlyphs(), tf->fontStyle(), in serializeTypeface() local 282 SkData::MakeWithCopy(&wire, sizeof(wire))); in serializeTypeface() 619 WireTypeface wire; in readStrikeData() local 620 if (!deserializer.read<WireTypeface>(&wire)) READ_FAILURE in readStrikeData() 625 addTypeface(wire); in readStrikeData() 720 WireTypeface wire; in deserializeTypeface() local 721 if (len != sizeof(wire)) return nullptr; in deserializeTypeface() 722 memcpy(&wire, buf, sizeof(wire)); in deserializeTypeface() 723 return this->addTypeface(wire); in deserializeTypeface() 726 sk_sp<SkTypeface> SkStrikeClient::addTypeface(const WireTypeface& wire) { in addTypeface() argument [all …]
|
/external/skia/src/core/ |
D | SkRemoteGlyphCache.cpp | 290 WireTypeface wire(SkTypeface::UniqueID(tf), tf->countGlyphs(), tf->fontStyle(), in serializeTypeface() local 293 SkData::MakeWithCopy(&wire, sizeof(wire))); in serializeTypeface() 689 WireTypeface wire; in readStrikeData() local 690 if (!deserializer.read<WireTypeface>(&wire)) READ_FAILURE in readStrikeData() 695 addTypeface(wire); in readStrikeData() 790 WireTypeface wire; in deserializeTypeface() local 791 if (len != sizeof(wire)) return nullptr; in deserializeTypeface() 792 memcpy(&wire, buf, sizeof(wire)); in deserializeTypeface() 793 return this->addTypeface(wire); in deserializeTypeface() 796 sk_sp<SkTypeface> SkStrikeClient::addTypeface(const WireTypeface& wire) { in addTypeface() argument [all …]
|
/external/syzkaller/vendor/google.golang.org/genproto/googleapis/api/annotations/ |
D | http.pb.go | 452 …c(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffe… 494 func _HttpRule_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { 498 if wire != proto.WireBytes { 505 if wire != proto.WireBytes { 512 if wire != proto.WireBytes { 519 if wire != proto.WireBytes { 526 if wire != proto.WireBytes { 533 if wire != proto.WireBytes {
|
/external/boringssl/src/tool/ |
D | client.cc | 414 std::vector<uint8_t> wire; in Client() local 426 wire.push_back(static_cast<uint8_t>(len)); in Client() 427 wire.resize(wire.size() + len); in Client() 428 OPENSSL_memcpy(wire.data() + wire.size() - len, alpn_protos.data() + i, in Client() 432 if (SSL_CTX_set_alpn_protos(ctx.get(), wire.data(), wire.size()) != 0) { in Client()
|
/external/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 | 110 __glXWireToEvent(Display *dpy, XEvent *event, xEvent *wire) in XEXT_GENERATE_ERROR_STRING() 117 switch ((wire->u.u.type & 0x7f) - glx_dpy->codes->first_event) { in XEXT_GENERATE_ERROR_STRING() 121 xGLXPbufferClobberEvent *awire = (xGLXPbufferClobberEvent *)wire; in XEXT_GENERATE_ERROR_STRING() 139 xGLXBufferSwapComplete2 *awire = (xGLXBufferSwapComplete2 *)wire; in XEXT_GENERATE_ERROR_STRING() 145 aevent->serial = _XSetLastRequestRead(dpy, (xGenericReply *) wire); in XEXT_GENERATE_ERROR_STRING() 176 __glXEventToWire(Display *dpy, XEvent *event, xEvent *wire) in __glXEventToWire() argument
|
/external/cros/system_api/dbus/cryptohome/ |
D | signed_secret.proto | 5 // Provides wire protocol for signed password changes from 28 // This is an example format if this were sent on the wire. 30 // on the wire, but only reconstructed from source data.
|
/external/perfetto/docs/ |
D | ipc.md | 18 - Allows to send file descriptors over the wire: for setting up shared memory 21 - Extremely simple [wire protocol](/src/ipc/wire_protocol.proto). 36 - The wire protocol is based on protobuf.
|
/external/v8/src/inspector/ |
D | v8-inspector-session-impl.cc | 81 protocol::Runtime::Dispatcher::wire(&m_dispatcher, m_runtimeAgent.get()); in V8InspectorSessionImpl() 85 protocol::Debugger::Dispatcher::wire(&m_dispatcher, m_debuggerAgent.get()); in V8InspectorSessionImpl() 89 protocol::Profiler::Dispatcher::wire(&m_dispatcher, m_profilerAgent.get()); in V8InspectorSessionImpl() 93 protocol::HeapProfiler::Dispatcher::wire(&m_dispatcher, in V8InspectorSessionImpl() 98 protocol::Console::Dispatcher::wire(&m_dispatcher, m_consoleAgent.get()); in V8InspectorSessionImpl() 102 protocol::Schema::Dispatcher::wire(&m_dispatcher, m_schemaAgent.get()); in V8InspectorSessionImpl()
|
/external/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 …
|
/external/ukey2/src/main/proto/ |
D | securemessage.proto | 69 // Must be kept wire-format compatible with HeaderAndBody. Provides the 70 // SecureMessage code with a consistent wire-format representation that 75 // A raw (wire-format) byte encoding of a Header, suitable for hashing
|
/external/golang-protobuf/protoc-gen-go/generator/ |
D | generator.go | 1601 …or) GoType(message *Descriptor, field *descriptor.FieldDescriptorProto) (typ string, wire string) { 1605 typ, wire = "float64", "fixed64" 1607 typ, wire = "float32", "fixed32" 1609 typ, wire = "int64", "varint" 1611 typ, wire = "uint64", "varint" 1613 typ, wire = "int32", "varint" 1615 typ, wire = "uint32", "varint" 1617 typ, wire = "uint64", "fixed64" 1619 typ, wire = "uint32", "fixed32" 1621 typ, wire = "bool", "varint" [all …]
|
/external/golang-protobuf/proto/ |
D | text.go | 608 wire, tag := x&7, x>>3 609 if wire == WireEndGroup { 619 if wire != WireStartGroup { 624 if !w.compact || wire == WireStartGroup { 629 switch wire { 650 _, err = fmt.Fprintf(w, "/* unknown wire type %d */", wire)
|
D | table_unmarshal.go | 162 wire := int(x) & 7 173 b, err = fn(b, m.offset(f.field), wire) 204 b, err = skipField(b, wire) 242 b, err = skipField(b, wire) 246 *z = encodeVarint(*z, tag<<3|uint64(wire)) 1769 wire := int(x) & 7 1775 b, err = unmarshalKey(b, valToPointer(k), wire) 1777 b, err = unmarshalVal(b, valToPointer(v), wire) 1790 b, err = skipField(b, wire) 1848 func skipField(b []byte, wire int) ([]byte, error) { [all …]
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | text.go | 608 wire, tag := x&7, x>>3 609 if wire == WireEndGroup { 619 if wire != WireStartGroup { 624 if !w.compact || wire == WireStartGroup { 629 switch wire { 650 _, err = fmt.Fprintf(w, "/* unknown wire type %d */", wire)
|
D | table_unmarshal.go | 162 wire := int(x) & 7 173 b, err = fn(b, m.offset(f.field), wire) 199 b, err = skipField(b, wire) 237 b, err = skipField(b, wire) 241 *z = encodeVarint(*z, tag<<3|uint64(wire)) 1765 wire := int(x) & 7 1771 b, err = unmarshalKey(b, valToPointer(k), wire) 1773 b, err = unmarshalVal(b, valToPointer(v), wire) 1786 b, err = skipField(b, wire) 1843 func skipField(b []byte, wire int) ([]byte, error) { [all …]
|
/external/u-boot/doc/device-tree-bindings/spi/ |
D | spi-bus.txt | 56 - spi-3wire - (optional) Empty property indicating device requires 57 3-wire mode. 69 Dual/Quad mode is not allowed when 3-wire mode is used.
|
/external/protobuf/conformance/ |
D | failure_list_objc.txt | 4 # platforms don't support json wire format to avoid code bloat.
|
/external/protobuf/src/google/protobuf/util/internal/testdata/ |
D | maps.proto | 51 // A message with exactly the same wire representation as MapOut, but using 53 // the wire-format compatibility of the JSON transcoder (e.g., whether it
|