| /external/flatbuffers/tests/my-game/example/ |
| D | monster.ts | 46 const offset = this.bb!.__offset(this.bb_pos, 4); constant 51 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); constant 31 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); constant 36 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); constant 36 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); constant 199 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) { 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/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/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 | 45 static long load64(byte[] input, int offset) { in load64() 47 assert input.length >= offset + 8; in load64() local 62 static long load64Safely(byte[] input, int offset, int length) { in load64Safely() 83 static void store64(byte[] sink, int offset, long value) { in store64() 85 assert offset >= 0 && offset + 8 <= sink.length; in store64() local 97 static int load32(byte[] source, int offset) { in load32() 121 long getLongLittleEndian(byte[] array, int offset); in getLongLittleEndian() 123 void putLongLittleEndian(byte[] array, int offset, long value); in putLongLittleEndian() 135 public long getLongLittleEndian(byte[] array, int offset) { in getLongLittleEndian() 140 public void putLongLittleEndian(byte[] array, int offset, long value) { in putLongLittleEndian() [all …]
|
| /external/guava/android/guava/src/com/google/common/hash/ |
| D | LittleEndianByteArray.java | 45 static long load64(byte[] input, int offset) { in load64() 47 assert input.length >= offset + 8; in load64() local 62 static long load64Safely(byte[] input, int offset, int length) { in load64Safely() 83 static void store64(byte[] sink, int offset, long value) { in store64() 85 assert offset >= 0 && offset + 8 <= sink.length; in store64() local 97 static int load32(byte[] source, int offset) { in load32() 121 long getLongLittleEndian(byte[] array, int offset); in getLongLittleEndian() 123 void putLongLittleEndian(byte[] array, int offset, long value); in putLongLittleEndian() 135 public long getLongLittleEndian(byte[] array, int offset) { in getLongLittleEndian() 140 public void putLongLittleEndian(byte[] array, int offset, long value) { in putLongLittleEndian() [all …]
|
| /external/apache-commons-io/src/test/java/org/apache/commons/io/ |
| D | HexDumpTest.java | 110 int offset = (73 + System.lineSeparator().length()) * j; in testDumpOutputStream() local 129 …System.arraycopy(System.lineSeparator().getBytes(), 0, outputArray, offset, System.lineSeparator()… in testDumpOutputStream() local 143 int offset = (73 + System.lineSeparator().length()) * j; in testDumpOutputStream() local 162 System.arraycopy(System.lineSeparator().getBytes(), 0, outputArray, offset, in testDumpOutputStream() local 176 int offset = (73 + System.lineSeparator().length()) * j; in testDumpOutputStream() local 195 System.arraycopy(System.lineSeparator().getBytes(), 0, outputArray, offset, in testDumpOutputStream() local 209 int offset = (73 + System.lineSeparator().length()) * j; in testDumpOutputStream() local 239 System.arraycopy(System.lineSeparator().getBytes(), 0, outputArray, offset, in testDumpOutputStream() local
|
| /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 …]
|
| D | UnsafeUtil.java | 119 static byte getByte(Object target, long offset) { in getByte() 123 static void putByte(Object target, long offset, byte value) { in putByte() 127 static int getInt(Object target, long offset) { in getInt() 131 static void putInt(Object target, long offset, int value) { in putInt() 135 static long getLong(Object target, long offset) { in getLong() 139 static void putLong(Object target, long offset, long value) { in putLong() 143 static boolean getBoolean(Object target, long offset) { in getBoolean() 147 static void putBoolean(Object target, long offset, boolean value) { in putBoolean() 151 static float getFloat(Object target, long offset) { in getFloat() 155 static void putFloat(Object target, long offset, float value) { in putFloat() [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 …]
|
| D | UnsafeUtil.java | 119 static byte getByte(Object target, long offset) { in getByte() 123 static void putByte(Object target, long offset, byte value) { in putByte() 127 static int getInt(Object target, long offset) { in getInt() 131 static void putInt(Object target, long offset, int value) { in putInt() 135 static long getLong(Object target, long offset) { in getLong() 139 static void putLong(Object target, long offset, long value) { in putLong() 143 static boolean getBoolean(Object target, long offset) { in getBoolean() 147 static void putBoolean(Object target, long offset, boolean value) { in putBoolean() 151 static float getFloat(Object target, long offset) { in getFloat() 155 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/openthread/third_party/mbedtls/repo/library/ |
| D | common.h | 113 #define MBEDTLS_GET_UINT32_BE(data, offset) \ argument 132 #define MBEDTLS_PUT_UINT32_BE(n, data, offset) \ argument 151 #define MBEDTLS_GET_UINT32_LE(data, offset) \ argument 170 #define MBEDTLS_PUT_UINT32_LE(n, data, offset) \ argument 189 #define MBEDTLS_GET_UINT16_LE(data, offset) \ argument 206 #define MBEDTLS_PUT_UINT16_LE(n, data, offset) \ argument 223 #define MBEDTLS_GET_UINT16_BE(data, offset) \ argument 240 #define MBEDTLS_PUT_UINT16_BE(n, data, offset) \ argument 257 #define MBEDTLS_GET_UINT64_BE(data, offset) \ argument 280 #define MBEDTLS_PUT_UINT64_BE(n, data, offset) \ argument [all …]
|
| /external/mbedtls/library/ |
| D | alignment.h | 237 #define MBEDTLS_GET_UINT32_BE(data, offset) \ argument 252 #define MBEDTLS_PUT_UINT32_BE(n, data, offset) \ argument 273 #define MBEDTLS_GET_UINT32_LE(data, offset) \ argument 289 #define MBEDTLS_PUT_UINT32_LE(n, data, offset) \ argument 310 #define MBEDTLS_GET_UINT16_LE(data, offset) \ argument 325 #define MBEDTLS_PUT_UINT16_LE(n, data, offset) \ argument 346 #define MBEDTLS_GET_UINT16_BE(data, offset) \ argument 361 #define MBEDTLS_PUT_UINT16_BE(n, data, offset) \ argument 382 #define MBEDTLS_GET_UINT24_BE(data, offset) \ argument 398 #define MBEDTLS_PUT_UINT24_BE(n, data, offset) \ argument [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 …]
|