Home
last modified time | relevance | path

Searched refs:writeByte (Results 1 – 25 of 168) sorted by relevance

1234567

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHpackTest.java68 bytesIn.writeByte(0x00); // Literal indexed in tooLargeToHPackIsStillEmitted()
69 bytesIn.writeByte(0x0a); // Literal name (len = 10) in tooLargeToHPackIsStillEmitted()
72 bytesIn.writeByte(0x0d); // Literal value (len = 13) in tooLargeToHPackIsStillEmitted()
85 bytesIn.writeByte(0x40); // Literal indexed in testEviction()
86 bytesIn.writeByte(0x0a); // Literal name (len = 10) in testEviction()
89 bytesIn.writeByte(0x0d); // Literal value (len = 13) in testEviction()
92 bytesIn.writeByte(0x40); // Literal indexed in testEviction()
93 bytesIn.writeByte(0x0a); // Literal name (len = 10) in testEviction()
96 bytesIn.writeByte(0x0d); // Literal value (len = 13) in testEviction()
99 bytesIn.writeByte(0x40); // Literal indexed in testEviction()
[all …]
DHttp2Test.java49 frame.writeByte(99); // type 99 in unknownFrameTypeSkipped()
50 frame.writeByte(Http2.FLAG_NONE); in unknownFrameTypeSkipped()
62 frame.writeByte(Http2.TYPE_HEADERS); in onlyOneLiteralHeadersFrame()
63 frame.writeByte(FLAG_END_HEADERS | FLAG_END_STREAM); in onlyOneLiteralHeadersFrame()
88 frame.writeByte(Http2.TYPE_HEADERS); in headersWithPriority()
89 frame.writeByte(FLAG_END_HEADERS | FLAG_PRIORITY); in headersWithPriority()
92 frame.writeByte(255); // Heaviest weight, zero-indexed. in headersWithPriority()
124 frame.writeByte(Http2.TYPE_HEADERS); in headersFrameThenContinuation()
125 frame.writeByte(Http2.FLAG_NONE); in headersFrameThenContinuation()
131 frame.writeByte(Http2.TYPE_CONTINUATION); in headersFrameThenContinuation()
[all …]
/external/grpc-grpc-java/okhttp/third_party/okhttp/test/java/io/grpc/okhttp/internal/framed/
DHpackTest.java80 bytesIn.writeByte(0x00); // Literal indexed in tooLargeToHPackIsStillEmitted()
81 bytesIn.writeByte(0x0a); // Literal name (len = 10) in tooLargeToHPackIsStillEmitted()
84 bytesIn.writeByte(0x0d); // Literal value (len = 13) in tooLargeToHPackIsStillEmitted()
96 bytesIn.writeByte(0x40); // Literal indexed in setMaxDynamicTableToZeroDoesNotClearHeaderList()
97 bytesIn.writeByte(0x0a); // Literal name (len = 10) in setMaxDynamicTableToZeroDoesNotClearHeaderList()
100 bytesIn.writeByte(0x0d); // Literal value (len = 13) in setMaxDynamicTableToZeroDoesNotClearHeaderList()
103 bytesIn.writeByte(0x20); // Set max table size to 0 in setMaxDynamicTableToZeroDoesNotClearHeaderList()
113 bytesIn.writeByte(0x40); // Literal indexed in testEviction()
114 bytesIn.writeByte(0x0a); // Literal name (len = 10) in testEviction()
117 bytesIn.writeByte(0x0d); // Literal value (len = 13) in testEviction()
[all …]
/external/objenesis/main/src/main/java/org/objenesis/instantiator/sun/
DMagicInstantiator.java137 in.writeByte(CONSTANT_Class); in writeExtendingClass()
141 in.writeByte(CONSTANT_Class); in writeExtendingClass()
145 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()
149 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()
153 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()
157 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()
161 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()
165 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()
170 in.writeByte(CONSTANT_Class); in writeExtendingClass()
174 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()
[all …]
/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammarSerializerFoo.java62 out.writeByte(SerializedGrammar.FORMAT_VERSION); in open()
93 out.writeByte('R'); in rule()
103 out.writeByte('.'); in endRule()
112 out.writeByte('B'); in block()
123 out.writeByte('A'); in alt()
137 out.writeByte(';'); in endAlt()
149 out.writeByte('r'); in ruleRef()
160 out.writeByte('t'); in token()
173 out.writeByte('t'); in charLiteral()
187 out.writeByte('w'); in wildcard()
[all …]
/external/turbine/java/com/google/turbine/bytecode/
DAnnotationWriter.java116 output.writeByte(tag); in writeConst()
121 output.writeByte('e'); in writeEnumElementValue()
127 output.writeByte('c'); in writeClassElementValue()
132 output.writeByte('['); in writeArrayElementValue()
140 output.writeByte('@'); in writeAnnotationElementValue()
145 output.writeByte(annotation.targetType().tag()); in writeTypeAnnotation()
153 output.writeByte(flat.size()); in writePath()
155 output.writeByte(curr.tag()); in writePath()
156 output.writeByte(curr.typeArgumentIndex()); in writePath()
165 output.writeByte(((TypeParameterTarget) target).index()); in writeTypeAnnotationTarget()
[all …]
/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
DProxyingInstantiator.java107 in.writeByte(CONSTANT_Class); in writeExtendingClass()
111 in.writeByte(CONSTANT_Class); in writeExtendingClass()
115 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()
119 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()
123 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()
127 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()
131 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()
135 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()
DObjectInputStreamInstantiator.java72 dout.writeByte(ObjectStreamConstants.TC_OBJECT); in initialize()
73 dout.writeByte(ObjectStreamConstants.TC_REFERENCE); in initialize()
100 dout.writeByte(ObjectStreamConstants.TC_OBJECT); in MockStream()
101 dout.writeByte(ObjectStreamConstants.TC_CLASSDESC); in MockStream()
104 dout.writeByte(ObjectStreamConstants.SC_SERIALIZABLE); in MockStream()
106 dout.writeByte(ObjectStreamConstants.TC_ENDBLOCKDATA); in MockStream()
107 dout.writeByte(ObjectStreamConstants.TC_NULL); in MockStream()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DDiskLruCache.java386 writer.writeUtf8(MAGIC).writeByte('\n'); in rebuildJournal()
387 writer.writeUtf8(VERSION_1).writeByte('\n'); in rebuildJournal()
388 writer.writeDecimalLong(appVersion).writeByte('\n'); in rebuildJournal()
389 writer.writeDecimalLong(valueCount).writeByte('\n'); in rebuildJournal()
390 writer.writeByte('\n'); in rebuildJournal()
394 writer.writeUtf8(DIRTY).writeByte(' '); in rebuildJournal()
396 writer.writeByte('\n'); in rebuildJournal()
398 writer.writeUtf8(CLEAN).writeByte(' '); in rebuildJournal()
401 writer.writeByte('\n'); in rebuildJournal()
435 journalWriter.writeUtf8(READ).writeByte(' ').writeUtf8(key).writeByte('\n'); in get()
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java384 writer.writeUtf8(MAGIC).writeByte('\n'); in rebuildJournal()
385 writer.writeUtf8(VERSION_1).writeByte('\n'); in rebuildJournal()
386 writer.writeDecimalLong(appVersion).writeByte('\n'); in rebuildJournal()
387 writer.writeDecimalLong(valueCount).writeByte('\n'); in rebuildJournal()
388 writer.writeByte('\n'); in rebuildJournal()
392 writer.writeUtf8(DIRTY).writeByte(' '); in rebuildJournal()
394 writer.writeByte('\n'); in rebuildJournal()
396 writer.writeUtf8(CLEAN).writeByte(' '); in rebuildJournal()
399 writer.writeByte('\n'); in rebuildJournal()
433 journalWriter.writeUtf8(READ).writeByte(' ').writeUtf8(key).writeByte('\n'); in get()
[all …]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/data/
DCompactDataOutput.java48 writeByte(value); in writeVarInt()
50 writeByte(0x80 | (value & 0x7F)); in writeVarInt()
73 writeByte(buffer); in writeBooleanArray()
79 writeByte(buffer); in writeBooleanArray()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DFormEncodingBuilder.java35 content.writeByte('&'); in add()
39 content.writeByte('='); in add()
48 content.writeByte('&'); in addEncoded()
52 content.writeByte('='); in addEncoded()
DCache.java584 sink.writeByte('\n'); in writeTo()
586 sink.writeByte('\n'); in writeTo()
588 sink.writeByte('\n'); in writeTo()
593 sink.writeByte('\n'); in writeTo()
597 sink.writeByte('\n'); in writeTo()
599 sink.writeByte('\n'); in writeTo()
604 sink.writeByte('\n'); in writeTo()
608 sink.writeByte('\n'); in writeTo()
610 sink.writeByte('\n'); in writeTo()
644 sink.writeByte('\n'); in writeCertList()
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DFormEncodingBuilder.java33 content.writeByte('&'); in add()
37 content.writeByte('='); in add()
46 content.writeByte('&'); in addEncoded()
50 content.writeByte('='); in addEncoded()
DCache.java582 sink.writeByte('\n'); in writeTo()
584 sink.writeByte('\n'); in writeTo()
586 sink.writeByte('\n'); in writeTo()
591 sink.writeByte('\n'); in writeTo()
595 sink.writeByte('\n'); in writeTo()
597 sink.writeByte('\n'); in writeTo()
602 sink.writeByte('\n'); in writeTo()
606 sink.writeByte('\n'); in writeTo()
608 sink.writeByte('\n'); in writeTo()
642 sink.writeByte('\n'); in writeCertList()
[all …]
/external/okhttp/okio/okio/src/main/java/okio/
DBuffer.java70 writeByte((byte) b); in outputStream()
436 Buffer buffer = new Buffer().writeDecimalLong(value).writeByte(b);
504 Buffer buffer = new Buffer().writeHexadecimalUnsignedLong(value).writeByte(b);
834 writeByte(c >> 6 | 0xc0); // 110xxxxx
835 writeByte(c & 0x3f | 0x80); // 10xxxxxx
840 writeByte(c >> 12 | 0xe0); // 1110xxxx
841 writeByte(c >> 6 & 0x3f | 0x80); // 10xxxxxx
842 writeByte(c & 0x3f | 0x80); // 10xxxxxx
850 writeByte('?');
861 writeByte(codePoint >> 18 | 0xf0); // 11110xxx
[all …]
DGzipSink.java117 buffer.writeByte(0x08); // 8 == Deflate compression method. in writeHeader()
118 buffer.writeByte(0x00); // No flags. in writeHeader()
120 buffer.writeByte(0x00); // No extra flags. in writeHeader()
121 buffer.writeByte(0x00); // No OS. in writeHeader()
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DBuffer.java72 writeByte((byte) b); in outputStream()
438 Buffer buffer = new Buffer().writeDecimalLong(value).writeByte(b);
506 Buffer buffer = new Buffer().writeHexadecimalUnsignedLong(value).writeByte(b);
836 writeByte(c >> 6 | 0xc0); // 110xxxxx
837 writeByte(c & 0x3f | 0x80); // 10xxxxxx
842 writeByte(c >> 12 | 0xe0); // 1110xxxx
843 writeByte(c >> 6 & 0x3f | 0x80); // 10xxxxxx
844 writeByte(c & 0x3f | 0x80); // 10xxxxxx
852 writeByte('?');
863 writeByte(codePoint >> 18 | 0xf0); // 11110xxx
[all …]
DGzipSink.java119 buffer.writeByte(0x08); // 8 == Deflate compression method. in writeHeader()
120 buffer.writeByte(0x00); // No flags. in writeHeader()
122 buffer.writeByte(0x00); // No extra flags. in writeHeader()
123 buffer.writeByte(0x00); // No OS. in writeHeader()
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
DWebSocketWriter.java131 sink.writeByte(b0); in writeControlFrameSynchronized()
136 sink.writeByte(b1); in writeControlFrameSynchronized()
145 sink.writeByte(b1); in writeControlFrameSynchronized()
183 sink.writeByte(b0); in writeMessageFrameSynchronized()
192 sink.writeByte(b1); in writeMessageFrameSynchronized()
195 sink.writeByte(b1); in writeMessageFrameSynchronized()
199 sink.writeByte(b1); in writeMessageFrameSynchronized()
/external/proguard/src/proguard/classfile/io/
DProgramClassWriter.java161 dataOutput.writeByte(constant.getTag()); in visitAnyConstant()
222 dataOutput.writeByte(methodHandleConstant.u1referenceKind); in visitMethodHandleConstant()
377 dataOutput.writeByte(methodParametersAttribute.u1parametersCount); in visitMethodParametersAttribute()
475 dataOutput.writeByte(parameterAnnotationsAttribute.u1parametersCount); in visitAnyParameterAnnotationsAttribute()
553 dataOutput.writeByte(stackMapFrame.getTag()); in visitAnyStackMapFrame()
621 dataOutput.writeByte(typeAnnotation.targetInfo.u1targetType); in visitTypeAnnotation()
626 dataOutput.writeByte(typeAnnotation.typePath.length); in visitTypeAnnotation()
639 dataOutput.writeByte(typeParameterTargetInfo.u1typeParameterIndex); in visitTypeParameterTargetInfo()
651 dataOutput.writeByte(typeParameterBoundTargetInfo.u1typeParameterIndex); in visitTypeParameterBoundTargetInfo()
652 dataOutput.writeByte(typeParameterBoundTargetInfo.u1boundIndex); in visitTypeParameterBoundTargetInfo()
[all …]
/external/okhttp/okio/okio/src/test/java/okio/
DRealBufferedSinkTest.java48 bufferedSink.writeByte(0); in bufferedSinkEmitsTailWhenItIsComplete()
64 bufferedSink.writeByte('a'); in bufferedSinkFlush()
112 bufferedSink.writeByte('a'); in closeWithExceptionWhenWriting()
125 bufferedSink.writeByte('a'); in closeWithExceptionWhenClosing()
139 bufferedSink.writeByte('a'); in closeWithExceptionWhenWritingAndClosing()
152 bufferedSink.writeByte('a'); in operationsAfterClose()
157 bufferedSink.writeByte('a'); in operationsAfterClose()
/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go69 func (ps *printState) writeByte(b byte) { func
152 ps.writeByte(' ')
283 ps.writeByte(' ')
286 ps.writeByte('<')
300 ps.writeByte(' ')
302 ps.writeByte('>')
416 ps.writeByte(' ')
424 ps.writeByte(' ')
471 ps.writeByte(' ')
475 ps.writeByte(' ')
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DIINC.java64 out.writeByte(org.apache.bcel.Const.WIDE); in dump()
66 out.writeByte(super.getOpcode()); in dump()
71 out.writeByte(super.getIndex()); in dump()
72 out.writeByte(c); in dump()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DSocksProxy.java132 fromSink.writeByte(VERSION_5); in hello()
133 fromSink.writeByte(selectedMethod); in hello()
182 fromSink.writeByte(VERSION_5); in acceptCommand()
183 fromSink.writeByte(REPLY_SUCCEEDED); in acceptCommand()
184 fromSink.writeByte(0); in acceptCommand()
185 fromSink.writeByte(ADDRESS_TYPE_IPV4); in acceptCommand()

1234567