Home
last modified time | relevance | path

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

12

/external/proguard/src/proguard/classfile/instruction/
DLookUpSwitchInstruction.java113 writeInt(code, offset, defaultOffset); offset += 4; in writeInfo()
114 writeInt(code, offset, cases.length); offset += 4; in writeInfo()
119 writeInt(code, offset, cases[index]); offset += 4; in writeInfo()
120 writeInt(code, offset, jumpOffsets[index]); offset += 4; in writeInfo()
DTableSwitchInstruction.java116 writeInt(code, offset, defaultOffset); offset += 4; in writeInfo()
117 writeInt(code, offset, lowCase); offset += 4; in writeInfo()
118 writeInt(code, offset, highCase); offset += 4; in writeInfo()
124 writeInt(code, offset, jumpOffsets[index]); offset += 4; in writeInfo()
DInstruction.java868 protected static void writeInt(byte[] code, int offset, int value) in writeInt() method in Instruction
883 case 4: writeInt( code, offset, value); break; in writeValue()
916 case 4: writeInt( code, offset, value); break; in writeSignedValue()
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DJDKKeyStore.java147 dOut.writeInt(salt.length); in StoreEntry()
149 dOut.writeInt(iterationCount); in StoreEntry()
284 dOut.writeInt(salt.length); in getObject()
286 dOut.writeInt(iterationCount); in getObject()
344 dOut.writeInt(cEnc.length); in encodeCertificate()
401 dOut.writeInt(enc.length); in encodeKey()
759 dOut.writeInt(0); in saveStore()
763 dOut.writeInt(chain.length); in saveStore()
782 dOut.writeInt(b.length); in saveStore()
880 dOut.writeInt(STORE_VERSION); in engineStore()
[all …]
DJCEDHPublicKey.java124 out.writeInt(dhSpec.getL()); in writeObject()
DJCEDHPrivateKey.java130 out.writeInt(dhSpec.getL()); in writeObject()
/external/guava/src/com/google/common/collect/
DSerialization.java69 stream.writeInt(map.size()); in writeMap()
116 stream.writeInt(entryCount); in writeMultiset()
119 stream.writeInt(entry.getCount()); in writeMultiset()
165 stream.writeInt(multimap.asMap().size()); in writeMultimap()
168 stream.writeInt(entry.getValue().size()); in writeMultimap()
DHashMultimap.java123 stream.writeInt(expectedValuesPerKey); in writeObject()
DArrayListMultimap.java145 stream.writeInt(expectedValuesPerKey); in writeObject()
DLinkedHashMultimap.java354 stream.writeInt(expectedValuesPerKey);
/external/emma/core/java12/com/vladium/emma/data/
DDataFactory.java230 out.writeInt (NULL_ARRAY_LENGTH); in writeIntArray()
234 out.writeInt (length); in writeIntArray()
239 out.writeInt (array [i]); in writeIntArray()
248 out.writeInt (NULL_ARRAY_LENGTH); in writeBooleanArray()
252 out.writeInt (length); in writeBooleanArray()
692 out.writeInt (MAGIC); in writeFileHeader()
696 out.writeInt (IAppConstants.APP_MAJOR_VERSION); in writeFileHeader()
697 out.writeInt (IAppConstants.APP_MINOR_VERSION); in writeFileHeader()
698 out.writeInt (IAppConstants.APP_BUILD_ID); in writeFileHeader()
DMethodDescriptor.java286 out.writeInt (status); in writeExternal()
300 out.writeInt (length); in writeExternal()
307 out.writeInt (method.m_firstLine); in writeExternal()
DCoverageData.java193 out.writeInt (size); in writeExternal()
209 out.writeInt (length); in writeExternal()
DClassDescriptor.java209 out.writeInt (length); in writeExternal()
DMetaData.java249 out.writeInt (size); // too bad the capacity is not visible in writeExternal()
/external/skia/include/core/
DSkWriter32.h39 this->writeInt(value); in writeBool()
43 void writeInt(int32_t value) { in writeInt() function
/external/proguard/src/proguard/classfile/io/
DRuntimeDataOutput.java174 public void writeInt(int v) in writeInt() method in RuntimeDataOutput
178 dataOutput.writeInt(v); in writeInt()
DProgramClassWriter.java73 dataOutput.writeInt(programClass.u4magic); in visitProgramClass()
174 dataOutput.writeInt(integerConstant.u4value); in visitIntegerConstant()
258 dataOutput.writeInt(info.length); in visitAnyAttribute()
356 dataOutput.writeInt(codeAttribute.u4codeLength); in visitCodeAttribute()
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java302 dout.writeInt (modifiers); in computeSUID()
355 dout.writeInt (fd.m_modifiers); in computeSUID()
412 dout.writeInt (ACC_STATIC); in computeSUID()
425 dout.writeInt (cd.m_modifiers); in computeSUID()
439 dout.writeInt (md.m_modifiers); in computeSUID()
/external/emma/core/java12/com/vladium/jcd/lib/
DUDataOutputStream.java44 writeInt ((int) ulong); // this narrowing cast is Ok in writeU4()
/external/skia/src/core/
DSkPictureRecord.h95 fWriter.writeInt(drawType); in addDraw()
98 fWriter.writeInt(value); in addInt()
/external/guava/src/com/google/common/io/
DByteArrayDataOutput.java37 /*@Override*/ void writeInt(int v); in writeInt() method
DByteStreams.java504 /*@Override*/ public void writeInt(int v) {
506 output.writeInt(v);
/external/emma/core/java12/com/vladium/jcd/cls/constant/
DCONSTANT_Integer_info.java67 out.writeInt (m_value); in writeInClassFormat()
/external/skia/src/effects/
DSkLayerDrawLooper.cpp86 buffer.writeInt(fCount); in flatten()

12