/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/ |
D | SevenZOutputFile.java | 377 writeUint64(header, 0); 378 writeUint64(header, 0xffffFFFFL & numNonEmptyStreams); 383 writeUint64(header, entry.getCompressedSize()); 402 writeUint64(header, numNonEmptyStreams); 416 writeUint64(header, s); 419 writeUint64(header, entry.getSize()); 442 writeUint64(header, numCoders); 445 writeUint64(header, i + 1); 446 writeUint64(header, i); 485 writeUint64(header, files.size()); [all …]
|
/external/protobuf/js/binary/ |
D | writer_test.js | 71 assertFails(function() {writer.writeUint64(-1, 1);}); 85 assertFails(function() {writer.writeUint64(1, -1);}); 86 assertFails(function() {writer.writeUint64(1, Infinity);});
|
D | writer.js | 302 this.writeUint64(field, /** @type {number} */(value)); 528 jspb.BinaryWriter.prototype.writeUint64 = function(field, value) { method in jspb.BinaryWriter 603 this.encoder_.writeUint64(value); 1437 this.encoder_.writeUint64(value[i]);
|
D | utils_test.js | 502 writer.writeUint64(1, Math.floor(i)); 515 writer.writeUint64(123456789, Math.floor(i));
|
D | decoder_test.js | 275 jspb.BinaryEncoder.prototype.writeUint64,
|
D | reader_test.js | 327 assertNotNull(jspb.BinaryReader.prototype.writeUint64); 337 jspb.BinaryWriter.prototype.writeUint64,
|
D | encoder.js | 256 jspb.BinaryEncoder.prototype.writeUint64 = function(value) { method in jspb.BinaryEncoder
|
/external/libchrome/mojo/public/js/lib/ |
D | codec.js | 278 Encoder.prototype.writeUint64 = function(val) { method in Encoder 298 return this.writeUint64(0); 302 this.writeUint64(offset); 624 encoder.writeUint64(requestID); 653 this.encoder.writeUint64(requestID); 820 encoder.writeUint64(val);
|
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/ |
D | union_definition.tmpl | 139 encoder.writeUint64(0); 140 encoder.writeUint64(0);
|
/external/flatbuffers/tests/ |
D | monster_test_generated.ts | 733 this.bb!.writeUint64(this.bb_pos + offset, value); 1165 this.bb!.writeUint64(this.bb_pos + offset, value); 1257 this.bb!.writeUint64(this.bb_pos + offset, value); 1524 this.bb!.writeUint64(this.bb_pos + offset, value); 1582 this.bb!.writeUint64(this.bb_pos + offset, value); 1622 this.bb!.writeUint64(this.bb_pos + offset, value); 2733 this.bb!.writeUint64(this.bb_pos + offset, value);
|
D | monster_test_generated.js | 817 this.bb.writeUint64(this.bb_pos + offset, value); 1256 this.bb.writeUint64(this.bb_pos + offset, value); 1348 this.bb.writeUint64(this.bb_pos + offset, value); 1613 this.bb.writeUint64(this.bb_pos + offset, value); 1671 this.bb.writeUint64(this.bb_pos + offset, value); 1711 this.bb.writeUint64(this.bb_pos + offset, value); 2879 this.bb.writeUint64(this.bb_pos + offset, value);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2wasm.cpp | 54 static int writeUint64(raw_ostream &OS, uint64_t Value) { in writeUint64() function 102 writeUint64(OS, InitExpr.Value.Float64); in writeInitExpr()
|
/external/flatbuffers/js/ |
D | flatbuffers.js | 1037 flatbuffers.ByteBuffer.prototype.writeUint64 = function(offset, value) { method in flatbuffers.ByteBuffer
|