/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/v8/src/objects/ |
D | object-macros.h | 56 #define INT_ACCESSORS(holder, name, offset) \ argument 60 #define INT32_ACCESSORS(holder, name, offset) \ argument 66 #define UINT16_ACCESSORS(holder, name, offset) \ argument 74 #define UINT8_ACCESSORS(holder, name, offset) \ argument 82 #define ACCESSORS_CHECKED2(holder, name, type, offset, get_condition, \ argument 94 #define ACCESSORS_CHECKED(holder, name, type, offset, condition) \ argument 97 #define ACCESSORS(holder, name, type, offset) \ argument 100 #define WEAK_ACCESSORS_CHECKED2(holder, name, offset, get_condition, \ argument 113 #define WEAK_ACCESSORS_CHECKED(holder, name, offset, condition) \ argument 116 #define WEAK_ACCESSORS(holder, name, offset) \ argument [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/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/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/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/u-boot/drivers/gpio/ |
D | sandbox.c | 25 static u8 *get_gpio_flags(struct udevice *dev, unsigned offset) in get_gpio_flags() 39 static int get_gpio_flag(struct udevice *dev, unsigned offset, int flag) in get_gpio_flag() 44 static int set_gpio_flag(struct udevice *dev, unsigned offset, int flag, in set_gpio_flag() 61 int sandbox_gpio_get_value(struct udevice *dev, unsigned offset) in sandbox_gpio_get_value() 68 int sandbox_gpio_set_value(struct udevice *dev, unsigned offset, int value) in sandbox_gpio_set_value() 73 int sandbox_gpio_get_open_drain(struct udevice *dev, unsigned offset) in sandbox_gpio_get_open_drain() 78 int sandbox_gpio_set_open_drain(struct udevice *dev, unsigned offset, int value) in sandbox_gpio_set_open_drain() 83 int sandbox_gpio_get_direction(struct udevice *dev, unsigned offset) in sandbox_gpio_get_direction() 88 int sandbox_gpio_set_direction(struct udevice *dev, unsigned offset, int output) in sandbox_gpio_set_direction() 98 static int sb_gpio_direction_input(struct udevice *dev, unsigned offset) in sb_gpio_direction_input() [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/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/u-boot/drivers/bios_emulator/x86emu/ |
D | decode.c | 304 uint offset) in fetch_data_byte() 323 uint offset) in fetch_data_word() 342 uint offset) in fetch_data_long() 363 uint offset) in fetch_data_byte_abs() 384 uint offset) in fetch_data_word_abs() 405 uint offset) in fetch_data_long_abs() 426 uint offset, in store_data_byte() 448 uint offset, in store_data_word() 470 uint offset, in store_data_long() 493 uint offset, in store_data_byte_abs() [all …]
|
/external/flatbuffers/js/ |
D | flatbuffers.js | 544 flatbuffers.Builder.prototype.offset = function() { method in flatbuffers.Builder 581 flatbuffers.Builder.prototype.addOffset = function(offset) { argument 889 flatbuffers.ByteBuffer.prototype.readInt8 = function(offset) { argument 897 flatbuffers.ByteBuffer.prototype.readUint8 = function(offset) { argument 905 flatbuffers.ByteBuffer.prototype.readInt16 = function(offset) { argument 913 flatbuffers.ByteBuffer.prototype.readUint16 = function(offset) { argument 921 flatbuffers.ByteBuffer.prototype.readInt32 = function(offset) { argument 929 flatbuffers.ByteBuffer.prototype.readUint32 = function(offset) { argument 937 flatbuffers.ByteBuffer.prototype.readInt64 = function(offset) { argument 945 flatbuffers.ByteBuffer.prototype.readUint64 = function(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 …]
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2diehandler.cc | 52 bool DIEDispatcher::StartCompilationUnit(uint64 offset, uint8 address_size, in StartCompilationUnit() 60 bool DIEDispatcher::StartDIE(uint64 offset, enum DwarfTag tag) { in StartDIE() 115 void DIEDispatcher::EndDIE(uint64 offset) { in EndDIE() 137 void DIEDispatcher::ProcessAttributeUnsigned(uint64 offset, in ProcessAttributeUnsigned() 147 void DIEDispatcher::ProcessAttributeSigned(uint64 offset, in ProcessAttributeSigned() 157 void DIEDispatcher::ProcessAttributeReference(uint64 offset, in ProcessAttributeReference() 167 void DIEDispatcher::ProcessAttributeBuffer(uint64 offset, in ProcessAttributeBuffer() 178 void DIEDispatcher::ProcessAttributeString(uint64 offset, in ProcessAttributeString() 188 void DIEDispatcher::ProcessAttributeSignature(uint64 offset, in ProcessAttributeSignature()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/params/ |
D | DESedeParameters.java | 35 int offset, in isWeakKey() 57 int offset) in isWeakKey() 68 public static boolean isRealEDEKey(byte[] key, int offset) in isRealEDEKey() 79 public static boolean isReal2Key(byte[] key, int offset) in isReal2Key() 99 public static boolean isReal3Key(byte[] key, int offset) in isReal3Key()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
D | DESedeParameters.java | 31 int offset, in isWeakKey() 53 int offset) in isWeakKey() 64 public static boolean isRealEDEKey(byte[] key, int offset) in isRealEDEKey() 75 public static boolean isReal2Key(byte[] key, int offset) in isReal2Key() 95 public static boolean isReal3Key(byte[] key, int offset) in isReal3Key()
|
/external/ltp/testcases/network/nfs/nfslock01/ |
D | nfs_flock.h | 10 #define read_lock(fd, offset, whence, len) \ argument 12 #define write_lock(fd, offset, whence, len) \ argument 14 #define un_lock(fd, offset, whence, len) \ argument 16 #define readb_lock(fd, offset, whence, len) \ argument 18 #define writeb_lock(fd, offset, whence, len) \ argument 20 #define unb_lock(fd, offset, whence, len) \ argument
|
/external/mesa3d/src/glx/ |
D | packrender.h | 157 #define __GLX_PUT_CHAR(offset,a) \ argument 163 #define __GLX_PUT_SHORT(offset,a) \ argument 169 #define __GLX_PUT_LONG(offset,a) \ argument 175 #define __GLX_PUT_FLOAT(offset,a) \ argument 181 #define __GLX_PUT_DOUBLE(offset,a) \ argument 187 #define __GLX_PUT_CHAR_ARRAY(offset,a,alen) \ argument 190 #define __GLX_PUT_SHORT_ARRAY(offset,a,alen) \ argument 193 #define __GLX_PUT_LONG_ARRAY(offset,a,alen) \ argument 196 #define __GLX_PUT_FLOAT_ARRAY(offset,a,alen) \ argument 199 #define __GLX_PUT_DOUBLE_ARRAY(offset,a,alen) \ argument
|
/external/v8/src/ |
D | handler-table.cc | 48 int offset = index * kRangeEntrySize + kRangeStartIndex; in GetRangeStart() local 55 int offset = index * kRangeEntrySize + kRangeEndIndex; in GetRangeEnd() local 62 int offset = index * kRangeEntrySize + kRangeHandlerIndex; in GetRangeHandler() local 70 int offset = index * kRangeEntrySize + kRangeDataIndex; in GetRangeData() local 78 int offset = index * kRangeEntrySize + kRangeHandlerIndex; in GetRangePrediction() local 86 int offset = index * kReturnEntrySize + kReturnOffsetIndex; in GetReturnOffset() local 93 int offset = index * kReturnEntrySize + kReturnHandlerIndex; in GetReturnHandler() local 99 int offset = index * kRangeEntrySize + kRangeStartIndex; in SetRangeStart() local 104 int offset = index * kRangeEntrySize + kRangeEndIndex; in SetRangeEnd() local 112 int offset = index * kRangeEntrySize + kRangeHandlerIndex; in SetRangeHandler() local [all …]
|
/external/proguard/src/proguard/optimize/evaluation/ |
D | EvaluationSimplifier.java | 160 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstructi… in visitSimpleInstruction() 242 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruc… in visitVariableInstruction() 303 …ntInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruc… in visitConstantInstruction() 335 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstructi… in visitBranchInstruction() 356 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInst… in visitTableSwitchInstruction() 380 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LookUpSwitchIns… in visitLookUpSwitchInstruction() 411 int offset, in replaceAnyPushInstruction() 444 int offset, in replaceIntegerPushInstruction() 459 int offset, in replaceIntegerPushInstruction() 513 int offset, in replaceLongPushInstruction() [all …]
|
/external/sfntly/cpp/src/sfntly/data/ |
D | font_data.cc | 31 void FontData::Bound(int32_t offset, int32_t length) { in Bound() 64 FontData::FontData(FontData* data, int32_t offset, int32_t length) { in FontData() 69 FontData::FontData(FontData* data, int32_t offset) { in FontData() 84 int32_t FontData::BoundOffset(int32_t offset) { in BoundOffset() 88 int32_t FontData::BoundLength(int32_t offset, int32_t length) { in BoundLength()
|