| /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 …]
|
| /external/lua/src/ |
| D | lzio.h | 29 #define luaZ_initbuffer(L, buff) ((buff)->buffer = NULL, (buff)->buffsize = 0) argument 31 #define luaZ_buffer(buff) ((buff)->buffer) argument 32 #define luaZ_sizebuffer(buff) ((buff)->buffsize) argument 33 #define luaZ_bufflen(buff) ((buff)->n) argument 35 #define luaZ_buffremove(buff,i) ((buff)->n -= (i)) argument 36 #define luaZ_resetbuffer(buff) ((buff)->n = 0) argument 39 #define luaZ_resizebuffer(L, buff, size) \ argument 44 #define luaZ_freebuffer(L, buff) luaZ_resizebuffer(L, buff, 0) argument
|
| D | lobject.c | 259 char buff[L_MAXLENNUM + 1]; in l_str2d() local 323 int luaO_utf8esc (char *buff, unsigned long x) { in luaO_utf8esc() 355 static int tostringbuff (TValue *obj, char *buff) { in tostringbuff() 375 char buff[MAXNUMBER2STR]; in luaO_tostring() local 405 static void pushstr (BuffFS *buff, const char *str, size_t l) { in pushstr() 418 static void clearbuff (BuffFS *buff) { in clearbuff() 428 static char *getbuff (BuffFS *buff, int sz) { in getbuff() 443 static void addstr2buff (BuffFS *buff, const char *str, size_t slen) { in addstr2buff() 459 static void addnum2buff (BuffFS *buff, TValue *num) { in addnum2buff() 471 BuffFS buff; /* holds last part of the result */ in luaO_pushvfstring() local
|
| /external/libcxx/test/libcxx/utilities/any/ |
| D | small_type.pass.cpp | 36 char buff[BufferSize]; member 43 char buff[BufferSize]; member 48 char buff[BufferSize + 1]; member 55 char buff[BufferSize + 1]; member
|
| /external/llvm-project/libcxx/test/libcxx/utilities/any/ |
| D | small_type.pass.cpp | 36 char buff[BufferSize]; member 43 char buff[BufferSize]; member 48 char buff[BufferSize + 1]; member 55 char buff[BufferSize + 1]; member
|
| /external/ltp/testcases/kernel/io/disktest/ |
| D | dump.c | 42 char buff[10]; in format_str() local 86 char buff[10]; in format_raw() local 109 int dump_data(FILE * stream, const char *buff, const size_t buff_siz, in dump_data() 180 char *buff; in do_dump() local
|
| /external/webrtc/media/engine/ |
| D | unhandled_packets_buffer_unittest.cc | 34 UnhandledPacketsBuffer buff; in TEST() local 47 UnhandledPacketsBuffer buff; in TEST() local 61 UnhandledPacketsBuffer buff; in TEST() local 77 UnhandledPacketsBuffer buff; in TEST() local 98 UnhandledPacketsBuffer buff; in TEST() local 124 UnhandledPacketsBuffer buff; in TEST() local 150 UnhandledPacketsBuffer buff; in TEST() local
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/util/ |
| D | UriEncoderTest.java | 32 ByteBuffer buff = ByteBuffer.allocate(10); in testDecode() local 40 ByteBuffer buff = ByteBuffer.allocate(10); in testFailDecode() local
|
| /external/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_printf.cc | 33 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar() 44 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value, in AppendNumber() 85 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, in AppendUnsigned() 91 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num, in AppendSignedDecimal() 98 static int AppendString(char **buff, const char *buff_end, int precision, in AppendString() 111 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer() 119 int VSNPrintf(char *buff, int buff_length, in VSNPrintf()
|
| /external/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_printf.cpp | 30 static int AppendChar(char **buff, const char *buff_end, char c) { in AppendChar() 41 static int AppendNumber(char **buff, const char *buff_end, u64 absolute_value, in AppendNumber() 82 static int AppendUnsigned(char **buff, const char *buff_end, u64 num, u8 base, in AppendUnsigned() 89 static int AppendSignedDecimal(char **buff, const char *buff_end, s64 num, in AppendSignedDecimal() 103 static int AppendString(char **buff, const char *buff_end, int width, in AppendString() 119 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer() 128 int VSNPrintf(char *buff, int buff_length, in VSNPrintf()
|
| /external/snakeyaml/src/main/java/org/yaml/snakeyaml/util/ |
| D | UriEncoder.java | 50 public static String decode(ByteBuffer buff) throws CharacterCodingException { in decode() 55 public static String decode(String buff) { in decode()
|
| /external/oboe/samples/parselib/src/main/cpp/stream/ |
| D | FileInputStream.cpp | 22 int32_t FileInputStream::read(void *buff, int32_t numBytes) { in read() 26 int32_t FileInputStream::peek(void *buff, int32_t numBytes) { in peek()
|
| D | MemInputStream.cpp | 23 int32_t MemInputStream::read(void *buff, int32_t numBytes) { in read() 32 int32_t MemInputStream::peek(void *buff, int32_t numBytes) { in peek()
|
| /external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
| D | tailcalls.c | 16 char buff[128] = {}; in test_tailcall_1() local 154 char buff[128] = {}; in test_tailcall_2() local 231 char buff[128] = {}; in test_tailcall_3() local 310 char buff[128] = {}; in test_tailcall_4() local 398 char buff[128] = {}; in test_tailcall_5() local
|
| /external/webrtc/modules/audio_processing/test/ |
| D | fake_recording_device_unittest.cc | 37 ChannelBuffer<float>* buff) { in WritesDataIntoChannelBuffer() 49 auto buff = in CreateChannelBufferWithData() local 119 auto buff = CreateChannelBufferWithData(kTestMultiChannelSamples); in TEST() local 209 auto buff = CreateChannelBufferWithData(kTestMultiChannelSamples); in TEST() local
|
| /external/openscreen/platform/impl/ |
| D | network_interface_win.cc | 85 char buff[100]; in GetAllInterfaces() local 94 char buff[100]; in GetAllInterfaces() local
|
| /external/zlib/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/rust/crates/libz-sys/src/zlib/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/llvm-project/openmp/runtime/src/ |
| D | kmp_sched.cpp | 131 char *buff; in __kmp_for_static_init() local 163 char *buff; in __kmp_for_static_init() local 214 char *buff; in __kmp_for_static_init() local 244 char *buff; in __kmp_for_static_init() local 403 char *buff; in __kmp_for_static_init() local 452 char *buff; in __kmp_dist_for_static_init() local 653 char *buff; in __kmp_dist_for_static_init() local 696 char *buff; in __kmp_team_static_init() local 768 char *buff; in __kmp_team_static_init() local
|
| D | kmp_dispatch.cpp | 126 char *buff; in __kmp_dispatch_init_algorithm() local 206 char *buff; in __kmp_dispatch_init_algorithm() local 229 char *buff; in __kmp_dispatch_init_algorithm() local 274 char *buff; in __kmp_dispatch_init_algorithm() local 797 char *buff; in __kmp_dispatch_init() local 956 char *buff; in __kmp_dispatch_init() local 1037 char *buff; in __kmp_dispatch_finish() local 1052 char *buff; in __kmp_dispatch_finish() local 1106 char *buff; in __kmp_dispatch_finish_chunk() local 1128 char *buff; in __kmp_dispatch_finish_chunk() local [all …]
|
| /external/ltp/testcases/kernel/syscalls/statx/ |
| D | statx01.c | 58 struct statx buff; in test_normal_file() local 106 struct statx buff; in test_device_file() local
|
| /external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
| D | sanitizer_libc_test.cpp | 190 char *buff; in TEST_P() local 199 char *buff; in TEST_P() local 209 InternalMmapVector<char> buff; in TEST_P() local 215 InternalMmapVector<char> buff; in TEST_P() local
|
| /external/mesa3d/src/gallium/drivers/lima/ |
| D | lima_context.c | 48 lima_ctx_buff_va(struct lima_context *ctx, enum lima_ctx_buff buff) in lima_ctx_buff_va() 61 lima_ctx_buff_map(struct lima_context *ctx, enum lima_ctx_buff buff) in lima_ctx_buff_map() 70 lima_ctx_buff_alloc(struct lima_context *ctx, enum lima_ctx_buff buff, in lima_ctx_buff_alloc()
|