| /external/flatbuffers/tests/my-game/example/ | 
| D | monster.ts | 46   const offset = this.bb!.__offset(this.bb_pos, 4);  constant51   const offset = this.bb!.__offset(this.bb_pos, 6);  constant
 56   const offset = this.bb!.__offset(this.bb_pos, 6);  constant
 67   const offset = this.bb!.__offset(this.bb_pos, 8);  constant
 72   const offset = this.bb!.__offset(this.bb_pos, 8);  constant
 85   const offset = this.bb!.__offset(this.bb_pos, 10);  constant
 90   const offset = this.bb!.__offset(this.bb_pos, 14);  constant
 95   const offset = this.bb!.__offset(this.bb_pos, 14);  constant
 100   const offset = this.bb!.__offset(this.bb_pos, 14);  constant
 105   const offset = this.bb!.__offset(this.bb_pos, 16);  constant
 [all …]
 
 | 
| D | type-aliases.ts | 26   const offset = this.bb!.__offset(this.bb_pos, 4);  constant31   const offset = this.bb!.__offset(this.bb_pos, 4);  constant
 42   const offset = this.bb!.__offset(this.bb_pos, 6);  constant
 47   const offset = this.bb!.__offset(this.bb_pos, 6);  constant
 58   const offset = this.bb!.__offset(this.bb_pos, 8);  constant
 63   const offset = this.bb!.__offset(this.bb_pos, 8);  constant
 74   const offset = this.bb!.__offset(this.bb_pos, 10);  constant
 79   const offset = this.bb!.__offset(this.bb_pos, 10);  constant
 90   const offset = this.bb!.__offset(this.bb_pos, 12);  constant
 95   const offset = this.bb!.__offset(this.bb_pos, 12);  constant
 [all …]
 
 | 
| /external/flatbuffers/tests/optional_scalars/ | 
| D | scalar-stuff.ts | 31   const offset = this.bb!.__offset(this.bb_pos, 4);  constant36   const offset = this.bb!.__offset(this.bb_pos, 6);  constant
 41   const offset = this.bb!.__offset(this.bb_pos, 8);  constant
 46   const offset = this.bb!.__offset(this.bb_pos, 10);  constant
 51   const offset = this.bb!.__offset(this.bb_pos, 12);  constant
 56   const offset = this.bb!.__offset(this.bb_pos, 14);  constant
 61   const offset = this.bb!.__offset(this.bb_pos, 16);  constant
 66   const offset = this.bb!.__offset(this.bb_pos, 18);  constant
 71   const offset = this.bb!.__offset(this.bb_pos, 20);  constant
 76   const offset = this.bb!.__offset(this.bb_pos, 22);  constant
 [all …]
 
 | 
| /external/flatbuffers/tests/optional-scalars/ | 
| D | scalar-stuff.ts | 31   const offset = this.bb!.__offset(this.bb_pos, 4);  constant36   const offset = this.bb!.__offset(this.bb_pos, 6);  constant
 41   const offset = this.bb!.__offset(this.bb_pos, 8);  constant
 46   const offset = this.bb!.__offset(this.bb_pos, 10);  constant
 51   const offset = this.bb!.__offset(this.bb_pos, 12);  constant
 56   const offset = this.bb!.__offset(this.bb_pos, 14);  constant
 61   const offset = this.bb!.__offset(this.bb_pos, 16);  constant
 66   const offset = this.bb!.__offset(this.bb_pos, 18);  constant
 71   const offset = this.bb!.__offset(this.bb_pos, 20);  constant
 76   const offset = this.bb!.__offset(this.bb_pos, 22);  constant
 [all …]
 
 | 
| /external/flatbuffers/tests/ts/ts-flat-files/ | 
| D | monster_test_generated.ts | 186   const offset = this.bb!.__offset(this.bb_pos, 4);  constant199   const offset = builder.endObject();  constant
 237   const offset = this.bb!.__offset(this.bb_pos, 4);  constant
 250   const offset = builder.endObject();  constant
 292   const offset = builder.endObject();  constant
 333   const offset = builder.endObject();  constant
 401   const offset = this.bb!.__offset(this.bb_pos, 4);  constant
 414   const offset = builder.endObject();  constant
 617   const offset = this.bb!.__offset(this.bb_pos, 4);  constant
 622   const offset = this.bb!.__offset(this.bb_pos, 6);  constant
 [all …]
 
 | 
| /external/libchrome/mojo/public/js/lib/ | 
| D | buffer.js | 58   Buffer.prototype.getUint8 = function(offset) {  argument61   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) {  argument190   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/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/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/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/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/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/ | 
| D | DexBuffer.java | 45     public DexBuffer(@Nonnull byte[] buf, int offset) {  in DexBuffer()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/flatbuffers/net/FlatBuffers/ | 
| D | ByteBuffer.cs | 342         protected void WriteLittleEndian(int offset, int count, ulong data)  in WriteLittleEndian()360         protected ulong ReadLittleEndian(int offset, int count)  in ReadLittleEndian()
 381         protected void WriteLittleEndian(int offset, int count, ulong data)  in WriteLittleEndian()
 399         protected ulong ReadLittleEndian(int offset, int count)  in ReadLittleEndian()
 421         private void AssertOffsetAndLength(int offset, int length)  in AssertOffsetAndLength()
 432         public void PutSbyte(int offset, sbyte value)  in PutSbyte()
 438         public void PutByte(int offset, byte value)  in PutByte()
 444         public void PutByte(int offset, byte value, int count)  in PutByte()
 452         public void PutSbyte(int offset, sbyte value)  in PutSbyte()
 458         public void PutByte(int offset, byte value)  in PutByte()
 [all …]
 
 | 
| /external/guava/guava/src/com/google/common/hash/ | 
| D | LittleEndianByteArray.java | 41   static long load64(byte[] input, int offset) {  in load64()43     assert input.length >= offset + 8;  in load64()  local
 58   static long load64Safely(byte[] input, int offset, int length) {  in load64Safely()
 79   static void store64(byte[] sink, int offset, long value) {  in store64()
 81     assert offset >= 0 && offset + 8 <= sink.length;  in store64()  local
 93   static int load32(byte[] source, int offset) {  in load32()
 117     long getLongLittleEndian(byte[] array, int offset);  in getLongLittleEndian()
 119     void putLongLittleEndian(byte[] array, int offset, long value);  in putLongLittleEndian()
 131       public long getLongLittleEndian(byte[] array, int offset) {  in getLongLittleEndian()
 136       public void putLongLittleEndian(byte[] array, int offset, long value) {  in putLongLittleEndian()
 [all …]
 
 | 
| /external/guava/android/guava/src/com/google/common/hash/ | 
| D | LittleEndianByteArray.java | 41   static long load64(byte[] input, int offset) {  in load64()43     assert input.length >= offset + 8;  in load64()  local
 58   static long load64Safely(byte[] input, int offset, int length) {  in load64Safely()
 79   static void store64(byte[] sink, int offset, long value) {  in store64()
 81     assert offset >= 0 && offset + 8 <= sink.length;  in store64()  local
 93   static int load32(byte[] source, int offset) {  in load32()
 117     long getLongLittleEndian(byte[] array, int offset);  in getLongLittleEndian()
 119     void putLongLittleEndian(byte[] array, int offset, long value);  in putLongLittleEndian()
 131       public long getLongLittleEndian(byte[] array, int offset) {  in getLongLittleEndian()
 136       public void putLongLittleEndian(byte[] array, int offset, long value) {  in putLongLittleEndian()
 [all …]
 
 | 
| /external/mbedtls/library/ | 
| D | common.h | 134 #define MBEDTLS_GET_UINT32_BE( data , offset )                  \  argument153 #define MBEDTLS_PUT_UINT32_BE( n, data, offset )                \  argument
 172 #define MBEDTLS_GET_UINT32_LE( data, offset )                   \  argument
 191 #define MBEDTLS_PUT_UINT32_LE( n, data, offset )                \  argument
 210 #define MBEDTLS_GET_UINT16_LE( data, offset )                   \  argument
 227 #define MBEDTLS_PUT_UINT16_LE( n, data, offset )                \  argument
 244 #define MBEDTLS_GET_UINT16_BE( data, offset )                   \  argument
 261 #define MBEDTLS_PUT_UINT16_BE( n, data, offset )                \  argument
 278 #define MBEDTLS_GET_UINT24_BE( data , offset )                  \  argument
 296 #define MBEDTLS_PUT_UINT24_BE( n, data, offset )                \  argument
 [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-io/src/test/java/org/apache/commons/io/ | 
| D | HexDumpTest.java | 111             int offset = (73 + System.lineSeparator().length()) * j;  in testDumpOutputStream()  local130 …System.arraycopy(System.lineSeparator().getBytes(), 0, outputArray, offset, System.lineSeparator()…  in testDumpOutputStream()  local
 144             int offset = (73 + System.lineSeparator().length()) * j;  in testDumpOutputStream()  local
 163             System.arraycopy(System.lineSeparator().getBytes(), 0, outputArray, offset,  in testDumpOutputStream()  local
 177             int offset = (73 + System.lineSeparator().length()) * j;  in testDumpOutputStream()  local
 196             System.arraycopy(System.lineSeparator().getBytes(), 0, outputArray, offset,  in testDumpOutputStream()  local
 210             int offset = (73 + System.lineSeparator().length()) * j;  in testDumpOutputStream()  local
 240             System.arraycopy(System.lineSeparator().getBytes(), 0, outputArray, offset,  in testDumpOutputStream()  local
 
 | 
| /external/openthread/third_party/mbedtls/repo/library/ | 
| D | common.h | 79 #define MBEDTLS_GET_UINT32_BE( data , offset )                  \  argument98 #define MBEDTLS_PUT_UINT32_BE( n, data, offset )                \  argument
 117 #define MBEDTLS_GET_UINT32_LE( data, offset )                   \  argument
 136 #define MBEDTLS_PUT_UINT32_LE( n, data, offset )                \  argument
 155 #define MBEDTLS_GET_UINT16_LE( data, offset )                   \  argument
 172 #define MBEDTLS_PUT_UINT16_LE( n, data, offset )                \  argument
 189 #define MBEDTLS_GET_UINT16_BE( data, offset )                   \  argument
 206 #define MBEDTLS_PUT_UINT16_BE( n, data, offset )                \  argument
 223 #define MBEDTLS_GET_UINT64_BE( data, offset )                   \  argument
 246 #define MBEDTLS_PUT_UINT64_BE( n, data, offset )                \  argument
 [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 | 49   abstract <L> List<L> mutableListAt(Object msg, long offset);  in mutableListAt()51   abstract void makeImmutableListAt(Object msg, long offset);  in makeImmutableListAt()
 53   abstract <L> void mergeListsAt(Object msg, Object otherMsg, long offset);  in mergeListsAt()
 70     <L> List<L> mutableListAt(Object message, long offset) {  in mutableListAt()
 75     void makeImmutableListAt(Object message, long offset) {  in makeImmutableListAt()
 95     private static <L> List<L> mutableListAt(Object message, long offset, int additionalCapacity) {  in mutableListAt()
 126     <E> void mergeListsAt(Object msg, Object otherMsg, long offset) {  in mergeListsAt()
 141     static <E> List<E> getList(Object message, long offset) {  in getList()
 150     <L> List<L> mutableListAt(Object message, long offset) {  in mutableListAt()
 163     void makeImmutableListAt(Object message, long offset) {  in makeImmutableListAt()
 [all …]
 
 | 
| /external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ | 
| D | ListFieldSchema.java | 49   abstract <L> List<L> mutableListAt(Object msg, long offset);  in mutableListAt()51   abstract void makeImmutableListAt(Object msg, long offset);  in makeImmutableListAt()
 53   abstract <L> void mergeListsAt(Object msg, Object otherMsg, long offset);  in mergeListsAt()
 70     <L> List<L> mutableListAt(Object message, long offset) {  in mutableListAt()
 75     void makeImmutableListAt(Object message, long offset) {  in makeImmutableListAt()
 95     private static <L> List<L> mutableListAt(Object message, long offset, int additionalCapacity) {  in mutableListAt()
 126     <E> void mergeListsAt(Object msg, Object otherMsg, long offset) {  in mergeListsAt()
 141     static <E> List<E> getList(Object message, long offset) {  in getList()
 150     <L> List<L> mutableListAt(Object message, long offset) {  in mutableListAt()
 163     void makeImmutableListAt(Object message, long offset) {  in makeImmutableListAt()
 [all …]
 
 |