/external/libmojo/mojo/public/js/ |
D | buffer.js | 57 Buffer.prototype.getUint8 = function(offset) { argument 60 Buffer.prototype.getUint16 = function(offset) { argument 63 Buffer.prototype.getUint32 = function(offset) { argument 66 Buffer.prototype.getUint64 = function(offset) { argument 78 Buffer.prototype.getInt8 = function(offset) { argument 81 Buffer.prototype.getInt16 = function(offset) { argument 84 Buffer.prototype.getInt32 = function(offset) { argument 87 Buffer.prototype.getInt64 = function(offset) { argument 99 Buffer.prototype.getFloat32 = function(offset) { argument 102 Buffer.prototype.getFloat64 = function(offset) { argument [all …]
|
D | validator.js | 101 Validator.prototype.validateHandle = function(offset, nullable) { argument 113 Validator.prototype.validateInterface = function(offset, nullable) { argument 118 function(offset, minNumBytes, minVersion) { argument 170 Validator.prototype.decodePointer = function(offset) { argument 178 Validator.prototype.decodeUnionSize = function(offset) { argument 182 Validator.prototype.decodeUnionTag = function(offset) { argument 187 offset, elementSize, elementType, nullable, expectedDimensionSizes, argument 202 offset, structClass, nullable) { argument 215 offset, unionClass, nullable) { argument 226 offset, unionClass, nullable) { argument [all …]
|
/external/flatbuffers/net/FlatBuffers/ |
D | ByteBuffer.cs | 99 protected void WriteLittleEndian(int offset, int count, ulong data) in WriteLittleEndian() 117 protected ulong ReadLittleEndian(int offset, int count) in ReadLittleEndian() 140 private void AssertOffsetAndLength(int offset, int length) in AssertOffsetAndLength() 149 public void PutSbyte(int offset, sbyte value) in PutSbyte() 155 public void PutByte(int offset, byte value) in PutByte() 161 public void PutByte(int offset, byte value, int count) in PutByte() 169 public void Put(int offset, byte value) in Put() 176 public void PutShort(int offset, short value) in PutShort() 181 public unsafe void PutUshort(int offset, ushort value) in PutUshort() 192 public void PutInt(int offset, int value) in PutInt() [all …]
|
/external/libmojo/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 | 130 public DataHeader readDataHeaderForUnion(int offset) { in readDataHeaderForUnion() 157 private DataHeader readDataHeaderAtOffset(int offset, boolean isUnion) { in readDataHeaderAtOffset() 231 public byte readByte(int offset) { in readByte() 239 public boolean readBoolean(int offset, int bit) { in readBoolean() 247 public short readShort(int offset) { in readShort() 255 public int readInt(int offset) { in readInt() 263 public float readFloat(int offset) { in readFloat() 271 public long readLong(int offset) { in readLong() 279 public double readDouble(int offset) { in readDouble() 288 public Decoder readPointer(int offset, boolean nullable) { in readPointer() [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/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 …]
|
D | ReachableCodeMarker.java | 54 public boolean isReachable(int offset) in isReachable() 115 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstructi… in visitSimpleInstruction() 131 …ntInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruc… in visitConstantInstruction() 136 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruc… in visitVariableInstruction() 145 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstructi… in visitBranchInstruction() 162 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SwitchInstructi… in visitAnySwitchInstruction() 202 …BranchTargets(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int[] jumpOffse… in markBranchTargets() 214 … private void markBranchTarget(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset) in markBranchTarget() 227 private void markCode(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset) in markCode()
|
/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/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/mesa3d/src/glx/ |
D | packrender.h | 157 #define __GLX_PUT_CHAR(offset,a) \ argument 161 #define __GLX_PUT_SHORT(offset,a) \ argument 164 #define __GLX_PUT_LONG(offset,a) \ argument 167 #define __GLX_PUT_FLOAT(offset,a) \ argument 171 #define __GLX_PUT_SHORT(offset,a) \ argument 176 #define __GLX_PUT_LONG(offset,a) \ argument 181 #define __GLX_PUT_FLOAT(offset,a) \ argument 184 #define __GLX_PUT_DOUBLE(offset,a) \ argument 198 #define __GLX_PUT_DOUBLE(offset,a) \ argument 201 #define __GLX_PUT_DOUBLE(offset,a) \ 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/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_state_dump.c | 39 batch_out(struct brw_context *brw, const char *name, uint32_t offset, in batch_out() 80 static void dump_vs_state(struct brw_context *brw, uint32_t offset) in dump_vs_state() 96 static void dump_gs_state(struct brw_context *brw, uint32_t offset) in dump_gs_state() 112 static void dump_clip_state(struct brw_context *brw, uint32_t offset) in dump_clip_state() 132 static void dump_sf_state(struct brw_context *brw, uint32_t offset) in dump_sf_state() 149 static void dump_wm_state(struct brw_context *brw, uint32_t offset) in dump_wm_state() 177 static void dump_surface_state(struct brw_context *brw, uint32_t offset) in dump_surface_state() 201 static void dump_gen7_surface_state(struct brw_context *brw, uint32_t offset) in dump_gen7_surface_state() 221 dump_sdc(struct brw_context *brw, uint32_t offset) in dump_sdc() 252 uint32_t offset, uint32_t size) in dump_sampler_state() [all …]
|
/external/valgrind/none/tests/mips64/ |
D | macro_load_store.h | 3 #define TEST1(instruction, offset, mem) \ argument 21 #define TEST2(instruction, offset) \ argument 47 #define TEST3(instruction, offset, mem) \ argument 65 #define TEST3w(instruction, offset, mem) \ argument 83 #define TEST4(instruction, offset) \ argument 104 #define TEST5(instruction, offset, mem) \ argument 121 #define TEST5w(instruction, offset, mem) \ argument 138 #define TEST6(instruction, offset) \ argument
|
/external/flatbuffers/js/ |
D | flatbuffers.js | 531 flatbuffers.Builder.prototype.offset = function() { method in flatbuffers.Builder 568 flatbuffers.Builder.prototype.addOffset = function(offset) { argument 866 flatbuffers.ByteBuffer.prototype.readInt8 = function(offset) { argument 874 flatbuffers.ByteBuffer.prototype.readUint8 = function(offset) { argument 882 flatbuffers.ByteBuffer.prototype.readInt16 = function(offset) { argument 890 flatbuffers.ByteBuffer.prototype.readUint16 = function(offset) { argument 898 flatbuffers.ByteBuffer.prototype.readInt32 = function(offset) { argument 906 flatbuffers.ByteBuffer.prototype.readUint32 = function(offset) { argument 914 flatbuffers.ByteBuffer.prototype.readInt64 = function(offset) { argument 922 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/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 …]
|
D | SimpleEnumUseChecker.java | 143 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstructi… in visitSimpleInstruction() 207 …leInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruc… in visitVariableInstruction() 212 …ntInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruc… in visitConstantInstruction() 318 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstructi… in visitBranchInstruction() 353 …chInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SwitchInstructi… in visitAnySwitchInstruction() 441 private void checkMixedStackEntriesBefore(int offset) in checkMixedStackEntriesBefore() 501 private void checkMixedVariablesBefore(int offset) in checkMixedVariablesBefore() 563 private boolean isPoppingIdenticalTypes(int offset, in isPoppingIdenticalTypes() 582 private boolean isPoppingExpectedType(int offset, in isPoppingExpectedType() 594 private boolean isPoppingExpectedType(int offset, in isPoppingExpectedType() [all …]
|
/external/valgrind/none/tests/mips32/ |
D | MoveIns.c | 25 #define TESTINSNMOVE(instruction, offset, FS, RT) \ argument 44 #define TESTINSNMOVEd(instruction, offset, FS, RT) \ argument 63 #define TESTINSNMOVEt(instruction, offset, FS, RT) \ argument 82 #define TESTINSNMOVEtd(instruction, offset, FS, RT) \ argument 101 #define TESTINSNMOVE1s(instruction, offset, FD, FS) \ argument 120 #define TESTINSNMOVE1d(instruction, offset, FD, FS) \ argument 161 #define TESTINSNMOVE2s(instruction, FD, FS, cc, offset) \ argument 185 #define TESTINSNMOVE2d(instruction, FD, FS, cc, offset) \ argument 210 #define TESTINSNMOVE2d(instruction, FD, FS, cc, offset) \ argument 238 #define TESTINSNMOVEN1s(instruction, offset, RTval, FD, FS, RT) \ argument [all …]
|
/external/mesa3d/src/mapi/glapi/ |
D | glapi_getproc.c | 122 get_static_proc_name( GLuint offset ) in get_static_proc_name() 227 get_extension_proc_name(GLuint offset) in get_extension_proc_name() 305 set_entry_info( struct _glapi_function * entry, const char * signature, unsigned offset ) in set_entry_info() 382 int offset = ~0; in _glapi_add_dispatch() local 489 GLint offset; in _glapi_get_proc_offset() local 549 _glapi_get_proc_name(GLuint offset) in _glapi_get_proc_name() 618 GLuint offset = (BeginFunc - (char *) table) / sizeof(void *); in _glapi_check_table() local 624 GLuint offset = (viewportFunc - (char *) table) / sizeof(void *); in _glapi_check_table() local 630 GLuint offset = (VertexPointerFunc - (char *) table) / sizeof(void *); in _glapi_check_table() local 636 GLuint offset = (ResetMinMaxFunc - (char *) table) / sizeof(void *); in _glapi_check_table() local [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/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/skia/src/codec/ |
D | SkSwizzler.cpp | 15 static void copy(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in copy() 24 static void sample1(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample1() 34 static void sample2(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample2() 44 static void sample4(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample4() 54 static void sample6(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample6() 65 static void sample8(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample8() 85 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_grayscale() 110 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_index() 131 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_n32() 154 int bpp, int deltaSrc, int offset, const SkPMColor* /*ctable*/) { in swizzle_bit_to_565() [all …]
|
/external/skia/samplecode/ |
D | SampleClipDrawMatch.cpp | 45 SkRect create_rect(const SkPoint& offset) { in create_rect() 51 SkRRect create_rrect(const SkPoint& offset) { in create_rrect() 57 SkRRect create_circle(const SkPoint& offset) { in create_circle() 63 SkPath create_convex_path(const SkPoint& offset) { in create_convex_path() 73 SkPath create_concave_path(const SkPoint& offset) { in create_concave_path() 89 static void draw_normal_geom(SkCanvas* canvas, const SkPoint& offset, int geom, bool useAA) { in draw_normal_geom() 161 void drawClippedGeom(SkCanvas* canvas, const SkPoint& offset, bool useAA) { in drawClippedGeom() 220 void drawGeometry(SkCanvas* canvas, const SkPoint& offset, bool useAA) { in drawGeometry() 236 SkPoint offset; in onDrawContent() local
|