HomeSort by relevance Sort by last modified time
    Searched refs:DataDescriptor (Results 1 - 9 of 9) sorted by null

  /system/core/libziparchive/
zip_archive_common.h 157 struct DataDescriptor {
168 DataDescriptor() = default;
169 DISALLOW_COPY_AND_ASSIGN(DataDescriptor);
zip_writer.cc 186 // Set this flag to denote that a DataDescriptor struct will appear after the data,
380 const uint32_t sig = DataDescriptor::kOptSignature;
386 DataDescriptor dd = {};
394 current_offset_ += sizeof(DataDescriptor::kOptSignature) + sizeof(dd);
zip_archive.cc 486 uint8_t ddBuf[sizeof(DataDescriptor) + sizeof(DataDescriptor::kOptSignature)];
492 const uint16_t offset = (ddSignature == DataDescriptor::kOptSignature) ? 4 : 0;
493 const DataDescriptor* descriptor = reinterpret_cast<const DataDescriptor*>(ddBuf + offset);
    [all...]
  /external/v8/test/mjsunit/harmony/
object-get-own-property-descriptors.js 8 function DataDescriptor(value) {
150 0: DataDescriptor(0),
151 1: DataDescriptor(1),
152 "a": DataDescriptor(2),
153 [sym]: DataDescriptor(3)
165 0: DataDescriptor(0),
166 1: DataDescriptor(1),
167 "a": DataDescriptor(2),
168 [sym]: DataDescriptor(3)
  /external/v8/src/
property.h 66 class DataDescriptor final : public Descriptor {
68 DataDescriptor(Handle<Name> key, int field_index,
71 DataDescriptor(Handle<Name> key, int field_index,
property.cc 24 DataDescriptor::DataDescriptor(Handle<Name> key, int field_index,
bootstrapper.cc     [all...]
objects.cc     [all...]
  /external/v8/test/cctest/
test-unboxed-doubles.cc 113 DataDescriptor f(name, next_field_offset, NONE, representations[kind]);
636 DataDescriptor f(name, next_field_offset, NONE, representations[kind]);
    [all...]

Completed in 382 milliseconds