Home
last modified time | relevance | path

Searched refs:writeInt (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/external/cronet/stable/components/cronet/android/java/src/org/chromium/net/telemetry/
DCronetStatsLog.java475 builder.writeInt(arg2); in write()
476 builder.writeInt(arg3); in write()
477 builder.writeInt(arg4); in write()
478 builder.writeInt(arg5); in write()
479 builder.writeInt(arg6); in write()
482 builder.writeInt(arg9); in write()
486 builder.writeInt(arg13); in write()
488 builder.writeInt(arg15); in write()
489 builder.writeInt(arg16); in write()
490 builder.writeInt(arg17); in write()
[all …]
/external/cronet/tot/components/cronet/android/java/src/org/chromium/net/telemetry/
DCronetStatsLog.java475 builder.writeInt(arg2); in write()
476 builder.writeInt(arg3); in write()
477 builder.writeInt(arg4); in write()
478 builder.writeInt(arg5); in write()
479 builder.writeInt(arg6); in write()
482 builder.writeInt(arg9); in write()
486 builder.writeInt(arg13); in write()
488 builder.writeInt(arg15); in write()
489 builder.writeInt(arg16); in write()
490 builder.writeInt(arg17); in write()
[all …]
/external/conscrypt/common/src/main/java/org/conscrypt/metrics/
DConscryptStatsLog.java192 builder.writeInt(arg2); in write()
193 builder.writeInt(arg3); in write()
194 builder.writeInt(arg4); in write()
195 builder.writeInt(arg5); in write()
205 builder.writeInt(arg1); in write()
206 builder.writeInt(arg2); in write()
207 builder.writeInt(arg3); in write()
208 builder.writeInt(arg4); in write()
217 builder.writeInt(arg1); in write()
218 builder.writeInt(arg2); in write()
[all …]
DReflexiveStatsEvent.java65 builder.writeInt(protocol); in buildEvent()
66 builder.writeInt(cipherSuite); in buildEvent()
67 builder.writeInt(duration); in buildEvent()
68 builder.writeInt(source); in buildEvent()
81 builder.writeInt(protocol); in buildEvent()
82 builder.writeInt(cipherSuite); in buildEvent()
83 builder.writeInt(duration); in buildEvent()
84 builder.writeInt(source); in buildEvent()
93 private static final OptionalMethod writeInt; field in ReflexiveStatsEvent.Builder
102 writeInt = new OptionalMethod(c_statsEvent_Builder, "writeInt", int.class);
[all …]
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/metrics/
DConscryptStatsLog.java194 builder.writeInt(arg2); in write()
195 builder.writeInt(arg3); in write()
196 builder.writeInt(arg4); in write()
197 builder.writeInt(arg5); in write()
207 builder.writeInt(arg1); in write()
208 builder.writeInt(arg2); in write()
209 builder.writeInt(arg3); in write()
210 builder.writeInt(arg4); in write()
219 builder.writeInt(arg1); in write()
220 builder.writeInt(arg2); in write()
[all …]
DReflexiveStatsEvent.java67 builder.writeInt(protocol); in buildEvent()
68 builder.writeInt(cipherSuite); in buildEvent()
69 builder.writeInt(duration); in buildEvent()
70 builder.writeInt(source); in buildEvent()
83 builder.writeInt(protocol); in buildEvent()
84 builder.writeInt(cipherSuite); in buildEvent()
85 builder.writeInt(duration); in buildEvent()
86 builder.writeInt(source); in buildEvent()
98 private static final OptionalMethod writeInt; field in ReflexiveStatsEvent.Builder
107 writeInt = new OptionalMethod(c_statsEvent_Builder, "writeInt", int.class);
[all …]
/external/conscrypt/platform/src/test/java/org/conscrypt/metrics/
DMetricsTest.java44 .writeInt(1) // protocol in test_reflexiveEvent()
45 .writeInt(2) // cipher suite in test_reflexiveEvent()
46 .writeInt(100) // duration in test_reflexiveEvent()
47 .writeInt(3) // source in test_reflexiveEvent()
54 .writeInt(1) // protocol in test_reflexiveEvent()
55 .writeInt(2) // cipher suite in test_reflexiveEvent()
56 .writeInt(100) // duration in test_reflexiveEvent()
57 .writeInt(3) // source in test_reflexiveEvent()
65 .writeInt(1) // protocol in test_reflexiveEvent()
66 .writeInt(2) // cipher suite in test_reflexiveEvent()
[all …]
/external/conscrypt/repackaged/platform/src/test/java/com/android/org/conscrypt/metrics/
DMetricsTest.java48 .writeInt(1) // protocol in test_reflexiveEvent()
49 .writeInt(2) // cipher suite in test_reflexiveEvent()
50 .writeInt(100) // duration in test_reflexiveEvent()
51 .writeInt(3) // source in test_reflexiveEvent()
58 .writeInt(1) // protocol in test_reflexiveEvent()
59 .writeInt(2) // cipher suite in test_reflexiveEvent()
60 .writeInt(100) // duration in test_reflexiveEvent()
61 .writeInt(3) // source in test_reflexiveEvent()
69 .writeInt(1) // protocol in test_reflexiveEvent()
70 .writeInt(2) // cipher suite in test_reflexiveEvent()
[all …]
/external/leakcanary2/shark-hprof/src/main/java/shark/
DHprofWriter.kt127 is IntHolder -> writeInt(wrapper.value) in <lambda>()
143 writeInt(record.classSerialNumber) in <lambda>()
145 writeInt(record.stackTraceSerialNumber) in <lambda>()
151 writeInt(record.stackTraceSerialNumber) in <lambda>()
152 writeInt(record.threadSerialNumber) in <lambda>()
153 writeInt(record.stackFrameIds.size) in <lambda>()
174 writeInt(gcRoot.threadSerialNumber) in <lambda>()
175 writeInt(gcRoot.frameNumber) in <lambda>()
180 writeInt(gcRoot.threadSerialNumber) in <lambda>()
181 writeInt(gcRoot.frameNumber) in <lambda>()
[all …]
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
DSpdy3.java335 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff); in synStream()
336 sink.writeInt((flags & 0xff) << 24 | length & 0xffffff); in synStream()
337 sink.writeInt(streamId & 0x7fffffff); in synStream()
338 sink.writeInt(associatedStreamId & 0x7fffffff); in synStream()
352 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff); in synReply()
353 sink.writeInt((flags & 0xff) << 24 | length & 0xffffff); in synReply()
354 sink.writeInt(streamId & 0x7fffffff); in synReply()
367 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff); in headers()
368 sink.writeInt((flags & 0xff) << 24 | length & 0xffffff); in headers()
369 sink.writeInt(streamId & 0x7fffffff); in headers()
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DSpdy3.java333 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff); in synStream()
334 sink.writeInt((flags & 0xff) << 24 | length & 0xffffff); in synStream()
335 sink.writeInt(streamId & 0x7fffffff); in synStream()
336 sink.writeInt(associatedStreamId & 0x7fffffff); in synStream()
350 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff); in synReply()
351 sink.writeInt((flags & 0xff) << 24 | length & 0xffffff); in synReply()
352 sink.writeInt(streamId & 0x7fffffff); in synReply()
365 sink.writeInt(0x80000000 | (VERSION & 0x7fff) << 16 | type & 0xffff); in headers()
366 sink.writeInt((flags & 0xff) << 24 | length & 0xffffff); in headers()
367 sink.writeInt(streamId & 0x7fffffff); in headers()
[all …]
/external/angle/src/common/
DCompiledShaderState.cpp68 stream->writeInt(var.type); in WriteShaderVar()
69 stream->writeInt(var.precision); in WriteShaderVar()
75 stream->writeInt<size_t>(var.fields.size()); in WriteShaderVar()
83 stream->writeInt(var.location); in WriteShaderVar()
85 stream->writeInt(var.binding); in WriteShaderVar()
86 stream->writeInt(var.imageUnitFormat); in WriteShaderVar()
87 stream->writeInt(var.offset); in WriteShaderVar()
92 stream->writeInt(var.index); in WriteShaderVar()
99 stream->writeInt(var.getFlattenedOffsetInParentArrays()); in WriteShaderVar()
100 stream->writeInt(var.id); in WriteShaderVar()
[all …]
/external/nullaway/jar-infer/jar-infer-lib/src/main/java/com/uber/nullaway/jarinfer/
DStubxWriter.java42 out.writeInt(VERSION_0_FILE_MAGIC_NUMBER); in write()
61 out.writeInt(numStringEntries); in write()
71 out.writeInt(packageAnnotationSize); in write()
75 out.writeInt(encodingDictionary.get(entry.getKey())); in write()
76 out.writeInt(encodingDictionary.get(importedAnnotations.get(annot))); in write()
84 out.writeInt(typeAnnotationSize); in write()
88 out.writeInt(encodingDictionary.get(entry.getKey())); in write()
89 out.writeInt(encodingDictionary.get(importedAnnotations.get(annot))); in write()
99 out.writeInt(methodAnnotationSize); in write()
103 out.writeInt(encodingDictionary.get(entry.getKey())); in write()
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttp2Test.java51 frame.writeInt(expectedStreamId); in unknownFrameTypeSkipped()
52 frame.writeInt(111111111); // custom data in unknownFrameTypeSkipped()
64 frame.writeInt(expectedStreamId & 0x7fffffff); in onlyOneLiteralHeadersFrame()
90 frame.writeInt(expectedStreamId & 0x7fffffff); in headersWithPriority()
91 frame.writeInt(0); // Independent stream. in headersWithPriority()
126 frame.writeInt(expectedStreamId & 0x7fffffff); in headersFrameThenContinuation()
133 frame.writeInt(expectedStreamId & 0x7fffffff); in headersFrameThenContinuation()
167 frame.writeInt(expectedStreamId & 0x7fffffff); in pushPromise()
168 frame.writeInt(expectedPromisedStreamId & 0x7fffffff); in pushPromise()
195 frame.writeInt(expectedStreamId & 0x7fffffff); in pushPromiseThenContinuation()
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowParcelTest.java84 parcel.writeInt(Integer.MIN_VALUE); in testReadWriteNumbers()
196 parcel.writeInt(val); in testReadWriteSingleInt()
203 parcel.writeInt(1); in testFullyOverwritten()
207 parcel.writeInt(4); in testFullyOverwritten()
227 parcel.writeInt(123); in testReadWithoutRewinding()
240 parcel.writeInt(1); in testWriteThenReadIsOkIfNotAtEnd()
241 parcel.writeInt(2); in testWriteThenReadIsOkIfNotAtEnd()
242 parcel.writeInt(3); in testWriteThenReadIsOkIfNotAtEnd()
243 parcel.writeInt(4); in testWriteThenReadIsOkIfNotAtEnd()
245 parcel.writeInt(5); in testWriteThenReadIsOkIfNotAtEnd()
[all …]
/external/okio/okio/src/commonMain/kotlin/okio/
DOptions.kt147 node.writeInt(selectChoiceCount) in <lambda>()
148 node.writeInt(prefixIndex) in <lambda>()
153 node.writeInt(rangeByte and 0xff) in <lambda>()
173 node.writeInt(indexes[rangeStart]) in <lambda>()
176 node.writeInt(-1 * (childNodesOffset + childNodes.intCount).toInt()) in <lambda>()
206 node.writeInt(-scanByteCount) in <lambda>()
207 node.writeInt(prefixIndex) in <lambda>()
210 node.writeInt(from[i] and 0xff) in <lambda>()
216 node.writeInt(indexes[fromIndex]) in <lambda>()
220 node.writeInt(-1 * (childNodesOffset + childNodes.intCount).toInt()) in <lambda>()
/external/skia/tests/
DDescriptorTest.cpp154 writer.writeInt(0); // fChecksum in DEF_TEST()
164 writer.writeInt(0); // fChecksum in DEF_TEST()
165 writer.writeInt(4000); // fLength in DEF_TEST()
166 writer.writeInt(0); // fCount in DEF_TEST()
176 writer.writeInt(0); // fChecksum in DEF_TEST()
177 writer.writeInt(3); // fLength in DEF_TEST()
178 writer.writeInt(0); // fCount in DEF_TEST()
188 writer.writeInt(0); // fChecksum in DEF_TEST()
189 writer.writeInt(20); // fLength in DEF_TEST()
190 writer.writeInt(10); // fCount in DEF_TEST()
[all …]
/external/cronet/tot/base/android/junit/src/org/chromium/base/shared_preferences/
DKnownPreferenceKeyRegistriesTest.java44 SharedPreferencesManager.getInstanceForRegistry(KNOWN_1).writeInt(KEY_1, 42); in testOnlyKnownUsedAfterInit_noAssertion()
45 SharedPreferencesManager.getInstanceForRegistry(KNOWN_2).writeInt(KEY_2, 43); in testOnlyKnownUsedAfterInit_noAssertion()
50 SharedPreferencesManager.getInstanceForRegistry(KNOWN_1).writeInt(KEY_1, 42); in testOnlyKnownUsedBeforeInit_noAssertion()
51 SharedPreferencesManager.getInstanceForRegistry(KNOWN_2).writeInt(KEY_2, 43); in testOnlyKnownUsedBeforeInit_noAssertion()
61 SharedPreferencesManager.getInstanceForRegistry(UNKNOWN).writeInt(KEY_3, 42); in testUnknownUsedAfterInit_assertion()
72 SharedPreferencesManager.getInstanceForRegistry(UNKNOWN).writeInt(KEY_3, 42); in testUnknownUsedBeforeInit_assertion()
/external/cronet/stable/base/android/junit/src/org/chromium/base/shared_preferences/
DKnownPreferenceKeyRegistriesTest.java44 SharedPreferencesManager.getInstanceForRegistry(KNOWN_1).writeInt(KEY_1, 42); in testOnlyKnownUsedAfterInit_noAssertion()
45 SharedPreferencesManager.getInstanceForRegistry(KNOWN_2).writeInt(KEY_2, 43); in testOnlyKnownUsedAfterInit_noAssertion()
50 SharedPreferencesManager.getInstanceForRegistry(KNOWN_1).writeInt(KEY_1, 42); in testOnlyKnownUsedBeforeInit_noAssertion()
51 SharedPreferencesManager.getInstanceForRegistry(KNOWN_2).writeInt(KEY_2, 43); in testOnlyKnownUsedBeforeInit_noAssertion()
61 SharedPreferencesManager.getInstanceForRegistry(UNKNOWN).writeInt(KEY_3, 42); in testUnknownUsedAfterInit_assertion()
72 SharedPreferencesManager.getInstanceForRegistry(UNKNOWN).writeInt(KEY_3, 42); in testUnknownUsedBeforeInit_assertion()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/
DDexWriter.java462 DexDataWriter.writeInt(output, (int)a32.getValue());
479 indexWriter.writeInt(offsetWriter.getPosition());
496 writer.writeInt(stringSection.getItemIndex(typeSection.getString(entry.getKey())));
510 writer.writeInt(stringSection.getItemIndex(protoSection.getShorty(key)));
511 writer.writeInt(typeSection.getItemIndex(protoSection.getReturnType(key)));
512 writer.writeInt(typeListSection.getNullableItemOffset(protoSection.getParameters(key)));
528 writer.writeInt(stringSection.getItemIndex(fieldSection.getName(key)));
544 writer.writeInt(stringSection.getItemIndex(methodSection.getName(key)));
621 restrictionsWriter.writeInt(0);
636 offsetsWriter.writeInt(0);
[all …]
/external/turbine/java/com/google/turbine/bytecode/
DAttributeWriter.java109 output.writeInt(attribute.inners.size() * 8 + 2); in writeInnerClasses()
121 output.writeInt(2 + attribute.exceptions.size() * 2); in writeExceptionsAttribute()
130 output.writeInt(2); in writeSignatureAttribute()
136 output.writeInt(2); in writeConstantValue()
179 output.writeInt(data.length); in writeAnnotation()
189 output.writeInt(data.length); in writeAnnotationDefault()
205 output.writeInt(data.length); in writeParameterAnnotations()
211 output.writeInt(0); in writeDeprecated()
222 output.writeInt(data.length); in writeTypeAnnotation()
228 output.writeInt(attribute.parameters().size() * 4 + 1); in writeMethodParameters()
[all …]
/external/libphonenumber/repackaged/internal/prefixmapper/src/com/android/i18n/phonenumbers/prefixmapper/
DFlyweightMapStorage.java158 objectOutput.writeInt(prefixSizeInBytes); in writeExternal()
159 objectOutput.writeInt(descIndexSizeInBytes); in writeExternal()
163 objectOutput.writeInt(sizeOfLengths); in writeExternal()
165 objectOutput.writeInt(length); in writeExternal()
169 objectOutput.writeInt(descriptionPool.length); in writeExternal()
176 objectOutput.writeInt(numOfEntries); in writeExternal()
226 objectOutput.writeInt(inputBuffer.getInt(wordIndex)); in writeExternalWord()
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DFlyweightMapStorage.java157 objectOutput.writeInt(prefixSizeInBytes); in writeExternal()
158 objectOutput.writeInt(descIndexSizeInBytes); in writeExternal()
162 objectOutput.writeInt(sizeOfLengths); in writeExternal()
164 objectOutput.writeInt(length); in writeExternal()
168 objectOutput.writeInt(descriptionPool.length); in writeExternal()
175 objectOutput.writeInt(numOfEntries); in writeExternal()
225 objectOutput.writeInt(inputBuffer.getInt(wordIndex)); in writeExternalWord()
/external/sonic/
Dwave.c49 static void writeInt(waveFile file, int value) { in writeInt() function
145 writeInt(file, in writeHeader()
149 writeInt(file, 16); /* 16 - size of this chunk */ in writeHeader()
155 writeInt(file, sampleRate); /* 24 - samples per second (numbers per second) */ in writeHeader()
156 writeInt(file, sampleRate * 2); /* 28 - bytes per second */ in writeHeader()
161 writeInt(file, 0); /* 40 - how big is this data chunk */ in writeHeader()
282 writeInt(file, file->bytesWritten - 8); in closeWaveFile()
292 writeInt(file, file->bytesWritten - 48); in closeWaveFile()
/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/
DProtobufWriter.kt32 fun writeInt(value: Int, tag: Int, format: ProtoIntegerType) { in writeInt() method in kotlinx.serialization.protobuf.internal.ProtobufWriter
38 fun writeInt(value: Int) { in writeInt() method in kotlinx.serialization.protobuf.internal.ProtobufWriter
73 out.writeInt(value.reverseBytes()) in writeFloat()
77 out.writeInt(value.reverseBytes()) in writeFloat()
85 ProtoIntegerType.FIXED -> out.writeInt(number.reverseBytes()) in ByteArrayOutput()

12345678910>>...16