/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | MediaHeaderBox.java | 134 IsoTypeWriter.writeUInt64(byteBuffer, creationTime); in getContent() 135 IsoTypeWriter.writeUInt64(byteBuffer, modificationTime); in getContent() 137 IsoTypeWriter.writeUInt64(byteBuffer, duration); in getContent()
|
D | TrackHeaderBox.java | 140 IsoTypeWriter.writeUInt64(byteBuffer, creationTime); in getContent() 141 IsoTypeWriter.writeUInt64(byteBuffer, modificationTime); in getContent() 144 IsoTypeWriter.writeUInt64(byteBuffer, duration); in getContent()
|
D | MovieHeaderBox.java | 166 IsoTypeWriter.writeUInt64(byteBuffer, creationTime); in getContent() 167 IsoTypeWriter.writeUInt64(byteBuffer, modificationTime); in getContent() 169 IsoTypeWriter.writeUInt64(byteBuffer, duration); in getContent()
|
D | EditListBox.java | 230 IsoTypeWriter.writeUInt64(bb, segmentDuration); in getContent() 231 IsoTypeWriter.writeUInt64(bb, mediaTime); in getContent()
|
D | ChunkOffset64BitBox.java | 46 IsoTypeWriter.writeUInt64(byteBuffer, chunkOffset); in getContent()
|
D | SampleAuxiliaryInformationOffsetsBox.java | 77 IsoTypeWriter.writeUInt64(byteBuffer, offset); in getContent()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ |
D | TfxdBox.java | 70 IsoTypeWriter.writeUInt64(byteBuffer, fragmentAbsoluteTime); in getContent() 71 IsoTypeWriter.writeUInt64(byteBuffer, fragmentAbsoluteDuration); in getContent()
|
D | TfrfBox.java | 62 IsoTypeWriter.writeUInt64(byteBuffer, entry.fragmentAbsoluteTime); in getContent() 63 IsoTypeWriter.writeUInt64(byteBuffer, entry.fragmentAbsoluteDuration); in getContent()
|
D | UuidBasedProtectionSystemSpecificHeaderBox.java | 52 IsoTypeWriter.writeUInt64(byteBuffer, systemId.getMostSignificantBits()); in getContent() 53 IsoTypeWriter.writeUInt64(byteBuffer, systemId.getLeastSignificantBits()); in getContent()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecordBuilder.cpp | 48 void TypeRecordBuilder::writeUInt64(uint64_t Value) { in writeUInt64() function in TypeRecordBuilder 90 writeUInt64(Value); in writeEncodedUnsignedInteger()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
D | AbstractBoxParser.java | 101 IsoTypeWriter.writeUInt64(header, size); in parseBox() 111 IsoTypeWriter.writeUInt64(header, size); in parseBox()
|
D | IsoTypeWriterVariable.java | 38 IsoTypeWriter.writeUInt64(bb, v); in write()
|
D | IsoTypeWriter.java | 22 public static void writeUInt64(ByteBuffer bb, long u) { in writeUInt64() method in IsoTypeWriter
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/ |
D | QuicktimeTextSampleEntry.java | 219 IsoTypeWriter.writeUInt64(byteBuffer, defaultTextBox); in getContent() 220 IsoTypeWriter.writeUInt64(byteBuffer, reserved1); in getContent()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/ |
D | SegmentIndexBox.java | 80 IsoTypeWriter.writeUInt64(byteBuffer, earliestPresentationTime); in getContent() 81 IsoTypeWriter.writeUInt64(byteBuffer, firstOffset); in getContent()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
D | TrackFragmentRandomAccessBox.java | 129 IsoTypeWriter.writeUInt64(byteBuffer, entry.time); in getContent() 130 IsoTypeWriter.writeUInt64(byteBuffer, entry.moofOffset); in getContent()
|
D | MovieExtendsHeaderBox.java | 58 IsoTypeWriter.writeUInt64(byteBuffer, fragmentDuration); in getContent()
|
D | TrackFragmentBaseMediaDecodeTimeBox.java | 43 IsoTypeWriter.writeUInt64(byteBuffer, baseMediaDecodeTime); in getContent()
|
D | TrackFragmentHeaderBox.java | 79 IsoTypeWriter.writeUInt64(byteBuffer, getBaseDataOffset()); in getContent()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecordBuilder.h | 37 void writeUInt64(uint64_t Value);
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedOutputStream.java | 217 writeUInt64(fieldNumber, value); in writeInt64() 222 public abstract void writeUInt64(int fieldNumber, long value) throws IOException; in writeUInt64() method in CodedOutputStream 226 writeUInt64(fieldNumber, encodeZigZag64(value)); in writeSInt64() 1143 public final void writeUInt64(final int fieldNumber, final long value) throws IOException { in writeUInt64() method in CodedOutputStream.ArrayEncoder 1513 public void writeUInt64(final int fieldNumber, final long value) throws IOException { in writeUInt64() method in CodedOutputStream.NioEncoder 1990 public void writeUInt64(final int fieldNumber, final long value) throws IOException { in writeUInt64() method in CodedOutputStream.ByteOutputEncoder 2293 public void writeUInt64(final int fieldNumber, final long value) throws IOException { in writeUInt64() method in CodedOutputStream.OutputStreamEncoder
|
D | UnknownFieldSetLite.java | 156 output.writeUInt64(fieldNumber, (Long) objects[i]); in writeTo()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/ |
D | AbstractAppleMetaDataBox.java | 117 IsoTypeWriter.writeUInt64(bb, Long.parseLong(value)); in setValue()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/ |
D | AbstractBox.java | 271 IsoTypeWriter.writeUInt64(byteBuffer, getSize()); in getHeader()
|
/external/protobuf/objectivec/ |
D | GPBCodedOutputStream.h | 132 - (void)writeUInt64:(int32_t)fieldNumber value:(uint64_t)value;
|