/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 …]
|
D | Parser.java | 529 public void adup(char[] buff, int offset, int length) throws SAXException { in adup() 535 public void aname(char[] buff, int offset, int length) throws SAXException { in aname() 543 public void aval(char[] buff, int offset, int length) throws SAXException { in aval() 606 public void entity(char[] buff, int offset, int length) throws SAXException { in entity() 612 private int lookupEntity(char[] buff, int offset, int length) { in lookupEntity() 633 public void eof(char[] buff, int offset, int length) throws SAXException { in eof() 643 public void etag(char[] buff, int offset, int length) throws SAXException { in etag() 649 public boolean etag_cdata(char[] buff, int offset, int length) throws SAXException { in etag_cdata() 675 public void etag_basic(char[] buff, int offset, int length) throws SAXException { in etag_basic() 832 public void decl(char[] buff, int offset, int length) throws SAXException { in decl() [all …]
|
D | PYXScanner.java | 48 char[] buff = null; in scan() local
|
/external/valgrind/none/tests/ |
D | res_search.c | 12 unsigned char buff[8000]; in fn() local 51 unsigned char buff[8000]; in main() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_printf.cc | 34 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar() 45 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value, in AppendNumber() 86 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, in AppendUnsigned() 92 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num, in AppendSignedDecimal() 99 static int AppendString(char **buff, const char *buff_end, int precision, in AppendString() 112 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer() 120 int VSNPrintf(char *buff, int buff_length, in VSNPrintf()
|
D | sanitizer_common.cc | 137 uptr ReadFileToBuffer(const char *file_name, char **buff, uptr *buff_size, in ReadFileToBuffer() 235 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary() local 244 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary() local
|
/external/valgrind/none/tests/s390x/ |
D | cksm.c | 19 cksm_by_insn(const uint32_t *buff, uint64_t len, uint32_t sum) in cksm_by_insn() 60 cksm_by_hand(const uint32_t *buff, uint64_t len, uint32_t sum) in cksm_by_hand() 167 run_test(const char *name, const uint32_t *buff, uint64_t len, uint32_t sum, in run_test()
|
D | tr.c | 8 uint8_t buff[40]; variable
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
D | BufferUtils.java | 166 FloatBuffer buff = createFloatBuffer(3 * data.length); in createFloatBuffer() local 188 FloatBuffer buff = createFloatBuffer(4 * data.length); in createFloatBuffer() local 208 FloatBuffer buff = createFloatBuffer(data.length); in createFloatBuffer() local 341 public static Vector3f[] getVector3Array(FloatBuffer buff) { in getVector3Array() 459 FloatBuffer buff = createFloatBuffer(2 * data.length); in createFloatBuffer() local 546 public static Vector2f[] getVector2Array(FloatBuffer buff) { in getVector2Array() 665 IntBuffer buff = createIntBuffer(data.length); in createIntBuffer() local 680 public static int[] getIntArray(IntBuffer buff) { in getIntArray() 700 public static float[] getFloatArray(FloatBuffer buff) { in getFloatArray() 1018 ShortBuffer buff = createShortBuffer(data.length); in createShortBuffer() local
|
/external/zlib/src/contrib/minizip/ |
D | mztools.c | 18 #define WRITE_8(buff, n) do { \ argument 21 #define WRITE_16(buff, n) do { \ argument 25 #define WRITE_32(buff, n) do { \ argument
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/ |
D | AbstractBlenderHelper.java | 108 ByteBuffer buff = BufferUtils.createByteBuffer(4 * data.size()); in createByteBuffer() local 130 FloatBuffer buff = BufferUtils.createFloatBuffer(4 * data.size()); in createFloatBuffer() local
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | dll_intercept_memchr.cc | 9 char buff[6] = "Hello"; in test_function() local
|
D | dll_intercept_memset.cc | 14 char buff[5] = "aaaa"; in test_function() local
|
/external/clang/test/CodeGen/ |
D | 2003-11-26-PointerShift.c | 3 unsigned long do_csum(const unsigned char *buff, int len, unsigned long result) { in do_csum()
|
/external/libmtp/examples/ |
D | format.c | 29 char buff[2]; in prompt() local
|
D | reset.c | 29 char buff[2]; in prompt() local
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | Pipeline.java | 134 Buffer buff = new Buffer(bytes, length); in write() local 145 Buffer buff = new Buffer(bytes, bytes.length); in write() local
|
/external/toybox/toys/posix/ |
D | cut.c | 127 char *buff, *pfield = 0, *delimiter = TT.delim; in do_fcut() local 188 char *buff; in do_bccut() local
|
/external/pcre/dist/ |
D | pcre_study.c | 608 pcre_uchar buff[6]; in set_table_bit() local 692 pcre_uchar buff[6]; in set_type_bits() local 897 pcre_uchar buff[6]; in set_start_bits() local
|
/external/libxml2/doc/examples/ |
D | tree2.c | 31 char buff[256]; in main() local
|
/external/selinux/libsepol/cil/src/ |
D | cil_log.c | 55 char buff[MAX_LOG_SIZE]; in cil_vlog() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/clustering/ |
D | EuclideanIntegerPoint.java | 108 final StringBuilder buff = new StringBuilder("("); in toString() local
|
/external/libnfc-nci/src/static-lib-adapt/ |
D | ProtoDispBluetoothHci.c | 60 char buff[200]; in HCIDisp1Ext() local
|
/external/speex/libspeex/ |
D | scal.c | 72 float *buff; member 156 float *buff; in speex_decorrelate() local
|