HomeSort by relevance Sort by last modified time
    Searched refs:buff (Results 126 - 150 of 549) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libcxx/utils/google-benchmark/src/
colorprint.cc 106 std::unique_ptr<char[]> buff(new char[size]);
107 ret = vsnprintf(buff.get(), size, msg, args);
109 return buff.get();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
CheckedInputStreamTest.java 119 byte buff[] = new byte[50];
120 checkIn.read(buff, 10, 5);
123 checkIn.read(buff, 10, 5);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
colorprint.cc 106 std::unique_ptr<char[]> buff(new char[size]);
107 ret = std::vsnprintf(buff.get(), size, msg, args);
109 return buff.get();
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 529 public void adup(char[] buff, int offset, int length) throws SAXException {
535 public void aname(char[] buff, int offset, int length) throws SAXException {
539 theAttributeName = makeName(buff, offset, length).toLowerCase(Locale.ROOT);
543 public void aval(char[] buff, int offset, int length) throws SAXException {
545 String value = new String(buff, offset, length);
606 public void entity(char[] buff, int offset, int length) throws SAXException {
607 theEntity = lookupEntity(buff, offset, length);
612 private int lookupEntity(char[] buff, int offset, int length) {
616 // System.err.println("%% Got entity [" + new String(buff, offset, length) + "]");
617 if (buff[offset] == '#')
    [all...]
  /external/libxml2/
xmlIO.c 1487 xmlZMemBuffPtr buff = NULL; local
    [all...]
  /device/generic/goldfish/libqemu/
test_host_1.c 210 char buff[32768], *p; local
213 ret = TFR(read(client, buff, sizeof(buff)));
223 p = buff;
  /system/tools/hidl/c2hal/test/
simple.h 66 void (*doDump)(int foo, char *buff, int buff_len);
  /tools/dexter/slicer/export/slicer/
buffer.h 117 size_t Push(const Buffer& buff) {
118 SLICER_CHECK(&buff != this);
119 return Push(buff.data(), buff.size());
  /external/libxaac/decoder/drc_src/
impd_drc_main_td_qmf_process.c 42 VOID process_qmf_syn_filt_bank(ia_drc_qmf_filt_struct *qmf_filt, FLOAT64 *buff,
52 buff[i] = buff[i - 2 * QMF_FILT_RESOLUTION];
61 buff[i] = tmp;
67 buff[4 * QMF_FILT_RESOLUTION * i + j];
69 buff[4 * QMF_FILT_RESOLUTION * i + 3 * QMF_FILT_RESOLUTION + j];
86 VOID process_qmf_ana_filt_bank(ia_drc_qmf_filt_struct *qmf_filt, FLOAT64 *buff,
94 buff[i] = buff[i - QMF_FILT_RESOLUTION];
98 buff[i] = input[QMF_FILT_RESOLUTION - 1 - i]
    [all...]
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 69 char *buff; local
76 vasprintf(&buff, fmt, argp);
78 res = write(ctrl, buff, strlen(buff));
79 testPrintI("cmd: '%s' res=%d %d/%s", buff, res, errno, strerror(errno));
81 free(buff);
152 std::string buff = android::base::StringPrintf(" tag=0x%" PRIx64 " (uid=%u)", full_tag, uid); local
154 buff = android::base::StringPrintf("sock=%" PRIxPTR, (uintptr_t)addr) + buff;
157 testPrintI("looking for '%s'", buff.c_str())
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 225 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read,
227 uptr res = internal_read(fd, buff, buff_size);
235 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written,
237 uptr res = internal_write(fd, buff, buff_size);
338 InternalScopedString buff(kMaxPathLength);
340 while (proc_maps.Next(&s, &e, &off, buff.data(), buff.size(), &prot)) {
342 && internal_strcmp(module, buff.data()) == 0) {
  /frameworks/base/core/java/android/database/
CursorWindow.java 769 StringBuilder buff = new StringBuilder(); local
787 buff.append(" (# cursors opened by ");
790 buff.append("this proc=");
792 buff.append("pid " + pid + "=");
795 buff.append(num + ")");
799 String s = (buff.length() > 980) ? buff.substring(0, 980) : buff.toString();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.c 194 char buff; local
195 buff = cast(char, va_arg(argp, int));
196 pushstr(L, &buff, 1);
208 char buff[4*sizeof(void *) + 8]; /* should be enough space for a `%p' */ local
209 int l = sprintf(buff, "%p", va_arg(argp, void *));
210 pushstr(L, buff, l);
  /external/syslinux/com32/lua/src/
lobject.c 194 char buff; local
195 buff = cast(char, va_arg(argp, int));
196 pushstr(L, &buff, 1);
208 char buff[4*sizeof(void *) + 8]; /* should be enough space for a `%p' */ local
209 int l = sprintf(buff, "%p", va_arg(argp, void *));
210 pushstr(L, buff, l);
  /external/tensorflow/tensorflow/contrib/tensorrt/
trt_conversion.i 105 char buff[2000];
106 snprintf(buff, 2000, "%d;%s", retCode,
108 out_status = buff;
  /external/annotation-tools/asmx/src/org/objectweb/asm/xml/
Processor.java 233 byte[] buff = new byte[2048];
235 while ((i = is.read(buff)) != -1) {
236 os.write(buff, 0, i);
341 byte[] buff = new byte[(int) size];
344 while(( n = zis.read(buff, k, buff.length-k)) > 0) {
347 return buff;
351 byte[] buff = new byte[4096];
353 while ((i = zis.read(buff)) != -1) {
354 bos.write(buff, 0, i)
    [all...]
  /external/iputils/ninfod/
ni_ifaddrs.c 167 void *buff = NULL; local
172 void *newbuff = realloc(buff, bufsize);
178 buff = newbuff;
179 result = read_size = nl_recvmsg(sd, request, seq, buff, bufsize, &msg_flags);
187 nh = (struct nlmsghdr *) buff;
188 for (nh = (struct nlmsghdr *) buff; NLMSG_OK(nh, read_size); nh = (struct nlmsghdr *) NLMSG_NEXT(nh, read_size)) {
208 if (buff) {
210 free(buff);
211 buff = NULL;
214 *nlhp = (struct nlmsghdr *) buff;
    [all...]
  /packages/services/BuiltInPrintService/jni/plugins/
lib_pclm.c 232 unsigned char *buff = (unsigned char *) rgb_pixels; local
236 unsigned char gray = SP_GRAY(buff[readIndex + 0], buff[readIndex + 1],
237 buff[readIndex + 2]);
238 buff[writeIndex++] = gray;
239 buff[writeIndex++] = gray;
240 buff[writeIndex++] = gray;
  /device/google/cuttlefish_common/guest/hals/gps/
gps_thread.cpp 176 char buff[256]; local
179 ret = read(fd, buff, sizeof(buff));
187 D("Thread received %d bytes: %.*s", ret, ret, buff);
188 reader_accept_string(&reader, buff, ret);
  /external/selinux/libsemanage/src/
utilities.c 36 char *buff = NULL; local
46 while (getline(&buff, &buff_len, fd) > 0) {
47 if (semanage_is_prefix(buff, var)) {
48 retval = semanage_split(buff, delim);
54 free(buff);
  /external/xmlrpcpp/src/
XmlRpcClient.cpp 246 char buff[40]; local
247 sprintf(buff,":%d\r\n", _port);
249 header += buff;
252 sprintf(buff,"%d\r\n\r\n", (int)body.size());
254 return header + buff;
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 93 byte[] buff = new byte[1024];
94 int num = socket.getInputStream().read(buff);
99 num = socket.getInputStream().read(buff);
104 num = socket.getInputStream().read(buff);
106 String request = new String(buff, 0, num);
  /system/extras/tests/kernel.config/
aslr_test.cpp 69 char buff[MAX_ADDR_LEN]; local
90 len = read(fd[0], buff, MAX_ADDR_LEN - 1);
96 buff[len] = '\0';
112 return std::string(buff, strlen(buff));
  /test/vts/drivers/shell/
ShellDriver.cpp 67 char buff[4096]; local
72 bytes_read = fread(buff, 1, sizeof(buff) - 1, output_fp);
80 buff[bytes_read] = '\0';
81 ss << buff; local
  /external/ltp/testcases/kernel/mem/mtest06/
mmap2.c 88 char buff[4096]; local
91 memset(buff, 'a', 4096);
104 if (write(fd, buff, 4096) == -1) {

Completed in 438 milliseconds

1 2 3 4 56 7 8 91011>>