HomeSort by relevance Sort by last modified time
    Searched refs:newbuf (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/mesa3d/src/glx/apple/
apple_xgl_api_stereo.c 93 GLenum newbuf[n + 2]; local
106 newbuf[outi++] = bufs[i];
111 newbuf[outi++] = GL_BACK_LEFT;
112 newbuf[outi++] = GL_BACK_RIGHT;
116 newbuf[outi++] = GL_FRONT_LEFT;
117 newbuf[outi++] = GL_FRONT_RIGHT;
120 __ogl_framework_api->DrawBuffers(outi, newbuf);
  /external/dhcpcd-6.8.2/compat/
getline.c 45 char *newbuf, *p; local
60 newbuf = realloc(*buf, newlen);
61 if (newbuf == NULL)
63 *buf = newbuf;
  /external/emma/core/java12/com/vladium/util/
ByteArrayOStream.java 58 final byte [] newbuf = new byte [Math.max (mbuflen << 1, capacity)];
61 for (int i = 0; i < pos; ++ i) newbuf [i] = mbuf [i];
63 System.arraycopy (mbuf, 0, newbuf, 0, pos);
65 m_buf = mbuf = newbuf;
82 final byte [] newbuf = new byte [Math.max (mbuflen << 1, capacity)];
85 for (int i = 0; i < pos; ++ i) newbuf [i] = mbuf [i];
87 System.arraycopy (mbuf, 0, newbuf, 0, pos);
89 m_buf = mbuf = newbuf;
107 final byte [] newbuf = new byte [Math.max (mbuflen << 1, capacity)];
110 for (int i = 0; i < pos; ++ i) newbuf [i] = mbuf [i]
    [all...]
  /external/selinux/libselinux/src/
fgetfilecon.c 24 char *newbuf; local
31 newbuf = realloc(buf, size);
32 if (!newbuf)
35 buf = newbuf;
getfilecon.c 24 char *newbuf; local
31 newbuf = realloc(buf, size);
32 if (!newbuf)
35 buf = newbuf;
getpeercon.c 28 char *newbuf; local
30 newbuf = realloc(buf, size);
31 if (!newbuf)
34 buf = newbuf;
lgetfilecon.c 24 char *newbuf; local
31 newbuf = realloc(buf, size);
32 if (!newbuf)
35 buf = newbuf;
seusers.c 19 char *newbuf = strdup(buffer); local
24 if (!newbuf)
27 start = newbuf;
31 free(newbuf);
78 free(newbuf);
84 free(newbuf);
  /external/syslinux/com32/lib/
bufprintf.c 17 char *newbuf; local
19 newbuf = realloc(buf->buf, newsize);
20 if (!newbuf) {
25 buf->buf = newbuf;
  /external/ltp/testcases/kernel/syscalls/dup2/
dup204.c 68 struct stat oldbuf, newbuf; local
88 SAFE_FSTAT(cleanup, nfd[i], &newbuf);
90 if (oldbuf.st_ino != newbuf.st_ino)
dup202.c 91 struct stat oldbuf, newbuf; local
120 SAFE_FSTAT(cleanup, *TC[i].nfd, &newbuf);
122 if (oldbuf.st_mode != newbuf.st_mode)
  /external/volley/src/main/java/com/android/volley/toolbox/
PoolingByteArrayOutputStream.java 76 byte[] newbuf = mPool.getBuf((count + i) * 2);
77 System.arraycopy(buf, 0, newbuf, 0, count);
79 buf = newbuf;
  /external/libedit/src/
hist.c 197 Char *newbuf; local
199 newbuf = el_realloc(el->el_history.buf, newsz * sizeof(*newbuf));
200 if (!newbuf)
203 (void) memset(&newbuf[oldsz], '\0', (newsz - oldsz) * sizeof(*newbuf));
205 el->el_history.last = newbuf +
207 el->el_history.buf = newbuf;
  /external/javassist/src/main/javassist/tools/web/
Viewer.java 196 byte[] newbuf = new byte[buf.length * 2];
197 System.arraycopy(buf, 0, newbuf, 0, size);
198 buf = newbuf;
  /external/curl/src/
tool_paramhlp.c 92 char *newbuf; local
108 newbuf = realloc(buffer, alloc + 1);
109 if(!newbuf) {
113 buffer = newbuf;
122 newbuf = realloc(buffer, nused + 1);
123 if(!newbuf) {
127 buffer = newbuf;
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
ByteArrayOutputStream.java 274 byte newbuf[] = new byte[remaining];
279 System.arraycopy(buf, 0, newbuf, pos, c);
286 return newbuf;
  /external/curl/tests/server/
fake_ntlm.c 51 char *newbuf; local
86 newbuf = realloc(outbuf, newsize);
87 if(!newbuf) {
91 outbuf = newbuf;
  /external/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 102 char *newbuf; local
257 newbuf = (char *)realloc(buf, buflen);
258 if (newbuf == NULL) {
263 buf = newbuf;
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 220 unsigned char *newbuf; local
223 newbuf = malloc((size_t)newlen);
224 if (!newbuf) return(kDNSServiceErr_NoMemory);
225 memcpy(newbuf, txtRec->buffer, txtRec->datalen);
227 txtRec->buffer = newbuf;
  /external/curl/lib/
curl_ntlm_wb.c 276 char *newbuf; local
292 newbuf = Curl_saferealloc(buf, len_out + NTLM_BUFSIZE);
293 if(!newbuf)
296 buf = newbuf;
  /external/e2fsprogs/util/
subst.c 285 char oldbuf[2048], newbuf[2048], *oldcp, *newcp; local
290 newcp = fgets(newbuf, sizeof(newbuf), new_f);
295 if (!oldcp || !newcp || strcmp(oldbuf, newbuf)) {
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
RecyclableBufferedInputStream.java 154 byte[] newbuf = new byte[newLength];
155 System.arraycopy(localBuf, 0, newbuf, 0, localBuf.length);
158 localBuf = buf = newbuf;
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduComposer.java 338 mStack.newbuf();
541 mStack.newbuf();
629 mStack.newbuf();
846 mStack.newbuf(); // Switching buffer because we need to
902 mStack.newbuf(); // Leaving space for header lengh and data length
905 mStack.newbuf(); // Leaving space for Content-Type length
1070 void newbuf() { method in class:PduComposer.BufferStack
    [all...]
  /external/selinux/sandbox/
seunshare.c 317 char *newbuf = NULL; local
343 if (asprintf(&newbuf, "\'%s\'", path) == -1) {
348 if (asprintf(&newbuf, "%s \'%s\'", buf, path) == -1) {
354 free(buf); buf = newbuf;
355 newbuf = NULL;
359 if (asprintf(&newbuf, "/usr/bin/rsync -trlHDq %s '%s'", buf, dst) == -1) {
363 *cmdbuf=newbuf;
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduComposer.java 338 mStack.newbuf();
541 mStack.newbuf();
629 mStack.newbuf();
846 mStack.newbuf(); // Switching buffer because we need to
902 mStack.newbuf(); // Leaving space for header lengh and data length
905 mStack.newbuf(); // Leaving space for Content-Type length
1070 void newbuf() { method in class:PduComposer.BufferStack
    [all...]

Completed in 887 milliseconds

1 2 3 4 5 6