/external/libchrome/mojo/public/js/lib/ |
D | buffer.js | 58 Buffer.prototype.getUint8 = function(offset) { argument 61 Buffer.prototype.getUint16 = function(offset) { argument 64 Buffer.prototype.getUint32 = function(offset) { argument 67 Buffer.prototype.getUint64 = function(offset) { argument 79 Buffer.prototype.getInt8 = function(offset) { argument 82 Buffer.prototype.getInt16 = function(offset) { argument 85 Buffer.prototype.getInt32 = function(offset) { argument 88 Buffer.prototype.getInt64 = function(offset) { argument 100 Buffer.prototype.getFloat32 = function(offset) { argument 103 Buffer.prototype.getFloat64 = function(offset) { argument [all …]
|
D | validator.js | 183 Validator.prototype.validateEnum = function(offset, enumClass) { argument 190 Validator.prototype.validateHandle = function(offset, nullable) { argument 203 Validator.prototype.validateAssociatedEndpointHandle = function(offset, argument 219 Validator.prototype.validateInterface = function(offset, nullable) { argument 223 Validator.prototype.validateInterfaceRequest = function(offset, nullable) { argument 227 Validator.prototype.validateAssociatedInterface = function(offset, argument 233 offset, nullable) { argument 237 Validator.prototype.validateStructHeader = function(offset, minNumBytes) { argument 255 Validator.prototype.validateStructVersion = function(offset, versionSizes) { argument 275 Validator.prototype.isFieldInStructVersion = function(offset, fieldVersion) { argument [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | catch-nullptr-and-nonzero-offset.c | 43 char *var_var(char *base, unsigned long offset) { in var_var() 100 static const unsigned long offset = 0; in var_zero() local 128 static const unsigned long offset = 1; in var_one() local 156 static const unsigned long offset = -1; in var_allones() local 163 char *nullptr_var(unsigned long offset) { in nullptr_var() 206 static const unsigned long offset = 0; in nullptr_zero() local 224 static const unsigned long offset = 1; in nullptr_one_BAD() local 242 static const unsigned long offset = -1; in nullptr_allones_BAD() local 249 char *one_var(unsigned long offset) { in one_var() 292 static const unsigned long offset = 0; in one_zero() local [all …]
|
/external/llvm-project/clang/test/CodeGen/arm-mve-intrinsics/ |
D | scatter-gather.c | 12 int16x8_t test_vldrbq_gather_offset_s16(const int8_t *base, uint16x8_t offset) in test_vldrbq_gather_offset_s16() 26 int32x4_t test_vldrbq_gather_offset_s32(const int8_t *base, uint32x4_t offset) in test_vldrbq_gather_offset_s32() 40 int8x16_t test_vldrbq_gather_offset_s8(const int8_t *base, uint8x16_t offset) in test_vldrbq_gather_offset_s8() 54 uint16x8_t test_vldrbq_gather_offset_u16(const uint8_t *base, uint16x8_t offset) in test_vldrbq_gather_offset_u16() 68 uint32x4_t test_vldrbq_gather_offset_u32(const uint8_t *base, uint32x4_t offset) in test_vldrbq_gather_offset_u32() 82 uint8x16_t test_vldrbq_gather_offset_u8(const uint8_t *base, uint8x16_t offset) in test_vldrbq_gather_offset_u8() 98 int16x8_t test_vldrbq_gather_offset_z_s16(const int8_t *base, uint16x8_t offset, mve_pred16_t p) in test_vldrbq_gather_offset_z_s16() 114 int32x4_t test_vldrbq_gather_offset_z_s32(const int8_t *base, uint32x4_t offset, mve_pred16_t p) in test_vldrbq_gather_offset_z_s32() 130 int8x16_t test_vldrbq_gather_offset_z_s8(const int8_t *base, uint8x16_t offset, mve_pred16_t p) in test_vldrbq_gather_offset_z_s8() 146 uint16x8_t test_vldrbq_gather_offset_z_u16(const uint8_t *base, uint16x8_t offset, mve_pred16_t p) in test_vldrbq_gather_offset_z_u16() [all …]
|
/external/proguard/src/proguard/classfile/instruction/ |
D | Instruction.java | 892 public final void write(CodeAttribute codeAttribute, int offset) in write() 901 public void write(byte[] code, int offset) in write() 930 protected abstract void readInfo(byte[] code, int offset); in readInfo() 936 protected abstract void writeInfo(byte[] code, int offset); in writeInfo() 942 public abstract int length(int offset); in length() 948 …public abstract void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, I… in accept() 954 public String toString(int offset) in toString() 1010 protected static int readByte(byte[] code, int offset) in readByte() 1015 protected static int readShort(byte[] code, int offset) in readShort() 1021 protected static int readInt(byte[] code, int offset) in readInt() [all …]
|
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | Encoder.java | 159 public void encode(byte v, int offset) { in encode() 166 public void encode(boolean v, int offset, int bit) { in encode() 177 public void encode(short v, int offset) { in encode() 184 public void encode(int v, int offset) { in encode() 191 public void encode(float v, int offset) { in encode() 198 public void encode(long v, int offset) { in encode() 205 public void encode(double v, int offset) { in encode() 212 public void encode(Struct v, int offset, boolean nullable) { in encode() 224 public void encode(Union v, int offset, boolean nullable) { in encode() 240 public void encode(String v, int offset, boolean nullable) { in encode() [all …]
|
D | Decoder.java | 151 public DataHeader readDataHeaderForUnion(int offset) { in readDataHeaderForUnion() 178 private DataHeader readDataHeaderAtOffset(int offset, boolean isUnion) { in readDataHeaderAtOffset() 252 public byte readByte(int offset) { in readByte() 260 public boolean readBoolean(int offset, int bit) { in readBoolean() 268 public short readShort(int offset) { in readShort() 276 public int readInt(int offset) { in readInt() 284 public float readFloat(int offset) { in readFloat() 292 public long readLong(int offset) { in readLong() 300 public double readDouble(int offset) { in readDouble() 309 public Decoder readPointer(int offset, boolean nullable) { in readPointer() [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | BaseDexBuffer.java | 45 public BaseDexBuffer(@Nonnull byte[] buf, int offset) { in BaseDexBuffer() 50 public int readSmallUint(int offset) { in readSmallUint() 63 public int readOptionalUint(int offset) { in readOptionalUint() 76 public int readUshort(int offset) { in readUshort() 83 public int readUbyte(int offset) { in readUbyte() 87 public long readLong(int offset) { in readLong() 100 public int readLongAsSmallUint(int offset) { in readLongAsSmallUint() 117 public int readInt(int offset) { in readInt() 126 public int readShort(int offset) { in readShort() 133 public int readByte(int offset) { in readByte() [all …]
|
/external/proguard/src/proguard/optimize/peephole/ |
D | BranchTargetFinder.java | 96 public boolean isInstruction(int offset) in isInstruction() 106 public boolean isTarget(int offset) in isTarget() 120 public boolean isBranchOrigin(int offset) in isBranchOrigin() 130 public boolean isBranchTarget(int offset) in isBranchTarget() 141 public boolean isAfterBranch(int offset) in isAfterBranch() 151 public boolean isExceptionStart(int offset) in isExceptionStart() 161 public boolean isExceptionEnd(int offset) in isExceptionEnd() 171 public boolean isExceptionHandler(int offset) in isExceptionHandler() 181 public boolean isSubroutineInvocation(int offset) in isSubroutineInvocation() 191 public boolean isSubroutineStart(int offset) in isSubroutineStart() [all …]
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | ScanHandler.java | 29 public void adup(char[] buff, int offset, int length) throws SAXException; in adup() 35 public void aname(char[] buff, int offset, int length) throws SAXException; in aname() 41 public void aval(char[] buff, int offset, int length) throws SAXException; in aval() 46 public void cdsect(char[] buff, int offset, int length) throws SAXException; in cdsect() 52 public void decl(char[] buff, int offset, int length) throws SAXException; in decl() 58 public void entity(char[] buff, int offset, int length) throws SAXException; in entity() 64 public void eof(char[] buff, int offset, int length) throws SAXException; in eof() 70 public void etag(char[] buff, int offset, int length) throws SAXException; in etag() 76 public void gi(char[] buff, int offset, int length) throws SAXException; in gi() 82 public void pcdata(char[] buff, int offset, int length) throws SAXException; in pcdata() [all …]
|
D | PYXWriter.java | 37 public void adup(char[] buff, int offset, int length) throws SAXException { in adup() 42 public void aname(char[] buff, int offset, int length) throws SAXException { in aname() 49 public void aval(char[] buff, int offset, int length) throws SAXException { in aval() 55 public void cmnt(char [] buff, int offset, int length) throws SAXException { in cmnt() 61 public void entity(char[] buff, int offset, int length) throws SAXException { } in entity() 65 public void eof(char[] buff, int offset, int length) throws SAXException { in eof() 69 public void etag(char[] buff, int offset, int length) throws SAXException { in etag() 75 public void decl(char[] buff, int offset, int length) throws SAXException { in decl() 78 public void gi(char[] buff, int offset, int length) throws SAXException { in gi() 84 public void cdsect(char[] buff, int offset, int length) throws SAXException { in cdsect() [all …]
|
/external/flatbuffers/net/FlatBuffers/ |
D | ByteBuffer.cs | 326 protected void WriteLittleEndian(int offset, int count, ulong data) in WriteLittleEndian() 344 protected ulong ReadLittleEndian(int offset, int count) in ReadLittleEndian() 366 private void AssertOffsetAndLength(int offset, int length) in AssertOffsetAndLength() 377 public void PutSbyte(int offset, sbyte value) in PutSbyte() 383 public void PutByte(int offset, byte value) in PutByte() 389 public void PutByte(int offset, byte value, int count) in PutByte() 397 public void PutSbyte(int offset, sbyte value) in PutSbyte() 403 public void PutByte(int offset, byte value) in PutByte() 409 public void PutByte(int offset, byte value, int count) in PutByte() 418 public void Put(int offset, byte value) in Put() [all …]
|
/external/guava/android/guava/src/com/google/common/hash/ |
D | LittleEndianByteArray.java | 40 static long load64(byte[] input, int offset) { in load64() 42 assert input.length >= offset + 8; in load64() local 57 static long load64Safely(byte[] input, int offset, int length) { in load64Safely() 78 static void store64(byte[] sink, int offset, long value) { in store64() 80 assert offset >= 0 && offset + 8 <= sink.length; in store64() local 92 static int load32(byte[] source, int offset) { in load32() 116 long getLongLittleEndian(byte[] array, int offset); in getLongLittleEndian() 118 void putLongLittleEndian(byte[] array, int offset, long value); in putLongLittleEndian() 130 public long getLongLittleEndian(byte[] array, int offset) { in getLongLittleEndian() 135 public void putLongLittleEndian(byte[] array, int offset, long value) { in putLongLittleEndian() [all …]
|
/external/guava/guava/src/com/google/common/hash/ |
D | LittleEndianByteArray.java | 40 static long load64(byte[] input, int offset) { in load64() 42 assert input.length >= offset + 8; in load64() local 57 static long load64Safely(byte[] input, int offset, int length) { in load64Safely() 78 static void store64(byte[] sink, int offset, long value) { in store64() 80 assert offset >= 0 && offset + 8 <= sink.length; in store64() local 92 static int load32(byte[] source, int offset) { in load32() 116 long getLongLittleEndian(byte[] array, int offset); in getLongLittleEndian() 118 void putLongLittleEndian(byte[] array, int offset, long value); in putLongLittleEndian() 130 public long getLongLittleEndian(byte[] array, int offset) { in getLongLittleEndian() 135 public void putLongLittleEndian(byte[] array, int offset, long value) { in putLongLittleEndian() [all …]
|
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
D | VerificationTypeVisitor.java | 36 …ype( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType … in visitIntegerType() 37 …e( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType … in visitFloatType() 38 …( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LongType … in visitLongType() 39 …pe( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, DoubleType … in visitDoubleType() 40 … Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TopType … in visitTopType() 41 …pe( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType … in visitObjectType() 42 …( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, NullType … in visitNullType() 43 …lizedType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, UninitializedTy… in visitUninitializedType() 44 …lizedThisType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, UninitializedTh… in visitUninitializedThisType() 46 …ype( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, Inte… in visitStackIntegerType() [all …]
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/tar/ |
D | TarUtils.java | 104 public static long parseOctal(final byte[] buffer, final int offset, final int length) { in parseOctal() 167 public static long parseOctalOrBinary(final byte[] buffer, final int offset, in parseOctalOrBinary() 180 private static long parseBinaryLong(final byte[] buffer, final int offset, in parseBinaryLong() 202 final int offset, in parseBinaryBigInteger() 231 public static boolean parseBoolean(final byte[] buffer, final int offset) { in parseBoolean() 236 private static String exceptionMessage(final byte[] buffer, final int offset, in exceptionMessage() 261 public static String parseName(final byte[] buffer, final int offset, final int length) { in parseName() 287 public static String parseName(final byte[] buffer, final int offset, in parseName() 319 …public static int formatNameBytes(final String name, final byte[] buf, final int offset, final int… in formatNameBytes() 351 public static int formatNameBytes(final String name, final byte[] buf, final int offset, in formatNameBytes() [all …]
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ListFieldSchema.java | 48 abstract <L> List<L> mutableListAt(Object msg, long offset); in mutableListAt() 50 abstract void makeImmutableListAt(Object msg, long offset); in makeImmutableListAt() 52 abstract <L> void mergeListsAt(Object msg, Object otherMsg, long offset); in mergeListsAt() 69 <L> List<L> mutableListAt(Object message, long offset) { in mutableListAt() 74 void makeImmutableListAt(Object message, long offset) { in makeImmutableListAt() 94 private static <L> List<L> mutableListAt(Object message, long offset, int additionalCapacity) { in mutableListAt() 125 <E> void mergeListsAt(Object msg, Object otherMsg, long offset) { in mergeListsAt() 140 static <E> List<E> getList(Object message, long offset) { in getList() 149 <L> List<L> mutableListAt(Object message, long offset) { in mutableListAt() 162 void makeImmutableListAt(Object message, long offset) { in makeImmutableListAt() [all …]
|
D | UnsafeUtil.java | 114 static byte getByte(Object target, long offset) { in getByte() 118 static void putByte(Object target, long offset, byte value) { in putByte() 122 static int getInt(Object target, long offset) { in getInt() 126 static void putInt(Object target, long offset, int value) { in putInt() 130 static long getLong(Object target, long offset) { in getLong() 134 static void putLong(Object target, long offset, long value) { in putLong() 138 static boolean getBoolean(Object target, long offset) { in getBoolean() 142 static void putBoolean(Object target, long offset, boolean value) { in putBoolean() 146 static float getFloat(Object target, long offset) { in getFloat() 150 static void putFloat(Object target, long offset, float value) { in putFloat() [all …]
|
/external/protobuf/java/core/src/stubs/sun/misc/ |
D | Unsafe.java | 42 public boolean getBoolean(Object o, long offset) { /* null implementation */ return false; } in getBoolean() 44 public byte getByte(Object o, long offset) { /* null implementation */ return 0; } in getByte() 46 public float getFloat(Object o, long offset) { /* null implementation */ return 0; } in getFloat() 47 public double getDouble(Object o, long offset) { /* null implementation */ return 0; } in getDouble() 48 public int getInt(Object o, long offset) { /* null implementation */ return 0; } in getInt() 50 public long getLong(Object o, long offset) { /* null implementation */ return 0; } in getLong() 52 public Object getObject(Object o, long offset) { /* null implementation */ return null; } in getObject() 54 public void putBoolean(Object o, long offset, boolean x) { /* null implementation */ } in putBoolean() 56 public void putByte(Object o, long offset, byte x) { /* null implementation */ } in putByte() 58 public void putFloat(Object o, long offset, float x) { /* null implementation */ } in putFloat() [all …]
|
/external/flatbuffers/js/ |
D | flatbuffers.js | 550 flatbuffers.Builder.prototype.offset = function() { method in flatbuffers.Builder 587 flatbuffers.Builder.prototype.addOffset = function(offset) { argument 909 flatbuffers.ByteBuffer.prototype.readInt8 = function(offset) { argument 917 flatbuffers.ByteBuffer.prototype.readUint8 = function(offset) { argument 925 flatbuffers.ByteBuffer.prototype.readInt16 = function(offset) { argument 933 flatbuffers.ByteBuffer.prototype.readUint16 = function(offset) { argument 941 flatbuffers.ByteBuffer.prototype.readInt32 = function(offset) { argument 949 flatbuffers.ByteBuffer.prototype.readUint32 = function(offset) { argument 957 flatbuffers.ByteBuffer.prototype.readInt64 = function(offset) { argument 965 flatbuffers.ByteBuffer.prototype.readUint64 = function(offset) { argument [all …]
|
/external/llvm-project/lldb/unittests/Utility/ |
D | DataExtractorTest.cpp | 21 lldb::offset_t offset; in TEST() local 74 lldb::offset_t offset = 1; in TEST() local 83 lldb::offset_t offset = 1; in TEST() local 92 lldb::offset_t offset = 1; in TEST() local 101 lldb::offset_t offset = 1; in TEST() local 110 lldb::offset_t offset = 0; in TEST() local 121 lldb::offset_t offset; in TEST() local 154 lldb::offset_t offset; in TEST() local 195 lldb::offset_t offset; in TEST() local 230 lldb::offset_t offset; in TEST() local [all …]
|
/external/flatbuffers/php/ |
D | ByteBuffer.php | 120 public function writeLittleEndian($offset, $count, $data) 140 public function readLittleEndian($offset, $count, $force_bigendian = false) 162 public function assertOffsetAndLength($offset, $length) 176 public function putSbyte($offset, $value) 190 public function putByte($offset, $value) 203 public function put($offset, $value) 216 public function putShort($offset, $value) 228 public function putUshort($offset, $value) 240 public function putInt($offset, $value) 254 public function putUint($offset, $value) [all …]
|
/external/tpm2-tss/src/tss2-esys/ |
D | esys_mu.c | 40 size_t *offset) in iesys_MU_BYTE_array_Marshal() 78 size_t *offset, in iesys_MU_BYTE_array_Unmarshal() 146 size_t *offset) in iesys_MU_IESYSC_PARAM_ENCRYPT_Marshal() 166 size_t *offset, in iesys_MU_IESYSC_PARAM_ENCRYPT_Unmarshal() 229 size_t *offset) in iesys_MU_IESYSC_PARAM_DECRYPT_Marshal() 249 size_t *offset, in iesys_MU_IESYSC_PARAM_DECRYPT_Unmarshal() 312 size_t *offset) in iesys_MU_IESYSC_TYPE_POLICY_AUTH_Marshal() 332 size_t *offset, in iesys_MU_IESYSC_TYPE_POLICY_AUTH_Unmarshal() 398 size_t *offset) in iesys_MU_IESYS_SESSION_Marshal() 477 size_t *offset, in iesys_MU_IESYS_SESSION_Unmarshal() [all …]
|
/external/llvm-project/lldb/source/Utility/ |
D | DataEncoder.cpp | 108 uint32_t DataEncoder::PutU8(uint32_t offset, uint8_t value) { in PutU8() 116 uint32_t DataEncoder::PutU16(uint32_t offset, uint16_t value) { in PutU16() 128 uint32_t DataEncoder::PutU32(uint32_t offset, uint32_t value) { in PutU32() 140 uint32_t DataEncoder::PutU64(uint32_t offset, uint64_t value) { in PutU64() 152 uint32_t DataEncoder::PutUnsigned(uint32_t offset, uint32_t byte_size, in PutUnsigned() 169 uint32_t DataEncoder::PutData(uint32_t offset, const void *src, in PutData() 181 uint32_t DataEncoder::PutAddress(uint32_t offset, lldb::addr_t addr) { in PutAddress() 185 uint32_t DataEncoder::PutCString(uint32_t offset, const char *cstr) { in PutCString()
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2diehandler.cc | 53 bool DIEDispatcher::StartCompilationUnit(uint64_t offset, uint8_t address_size, in StartCompilationUnit() 61 bool DIEDispatcher::StartDIE(uint64_t offset, enum DwarfTag tag) { in StartDIE() 116 void DIEDispatcher::EndDIE(uint64_t offset) { in EndDIE() 138 void DIEDispatcher::ProcessAttributeUnsigned(uint64_t offset, in ProcessAttributeUnsigned() 148 void DIEDispatcher::ProcessAttributeSigned(uint64_t offset, in ProcessAttributeSigned() 158 void DIEDispatcher::ProcessAttributeReference(uint64_t offset, in ProcessAttributeReference() 168 void DIEDispatcher::ProcessAttributeBuffer(uint64_t offset, in ProcessAttributeBuffer() 179 void DIEDispatcher::ProcessAttributeString(uint64_t offset, in ProcessAttributeString() 189 void DIEDispatcher::ProcessAttributeSignature(uint64_t offset, in ProcessAttributeSignature()
|