HomeSort by relevance Sort by last modified time
    Searched defs:strbuf (Results 1 - 25 of 39) sorted by null

1 2

  /external/boringssl/src/crypto/asn1/
a_mbstr.c 101 char strbuf[32]; local
146 BIO_snprintf(strbuf, sizeof strbuf, "%ld", minsize);
147 ERR_add_error_data(2, "minsize=", strbuf);
153 BIO_snprintf(strbuf, sizeof strbuf, "%ld", maxsize);
154 ERR_add_error_data(2, "maxsize=", strbuf);
  /external/ppp/pppd/
srp-entry.c 105 char strbuf[MAXB64PARAMLEN]; local
185 pwval.pebuf.index, t_tob64(strbuf,
  /frameworks/opt/net/wifi/tests/wifitests/jni/
wifi_hal_mock.cpp 100 rapidjson::StringBuffer strbuf; local
101 rapidjson::Writer < rapidjson::StringBuffer > writer(strbuf);
103 return strbuf.GetString();
  /external/nist-sip/java/gov/nist/javax/sip/message/
MultipartMimeContentImpl.java 106 StringBuffer strbuf = new StringBuffer(nextPart); local
107 while (strbuf.length() > 0
108 && (strbuf.charAt(0) == '\r' || strbuf.charAt(0) == '\n'))
109 strbuf.deleteCharAt(0);
111 if (strbuf.length() == 0)
113 nextPart = strbuf.toString();
  /external/harfbuzz_ng/src/
hb-common.cc 306 char strbuf[64]; local
307 len = MIN (len, (int) sizeof (strbuf) - 1);
308 memcpy (strbuf, str, len);
309 strbuf[len] = '\0';
310 item = lang_find_or_insert (strbuf);
  /frameworks/native/vulkan/tools/
vkinfo.cpp 492 std::ostringstream strbuf; local
506 strbuf << "DEVICE_LOCAL";
510 info.memory.memoryHeaps[heap].size, strbuf.str().c_str());
511 strbuf.str(std::string());
519 strbuf << " DEVICE_LOCAL";
521 strbuf << " HOST_VISIBLE";
523 strbuf << " COHERENT";
525 strbuf << " CACHED";
527 strbuf << " LAZILY_ALLOCATED";
529 strbuf.str().c_str())
570 std::ostringstream strbuf; local
    [all...]
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 279 char *strbuf = NULL; local
289 strbuf = os_malloc(1 + 3 * slen);
290 if (strbuf == NULL) {
297 os_snprintf(&strbuf[i * 3], 4, " %02x",
300 display = strbuf;
310 bin_clear_free(strbuf, 1 + 3 * slen);
317 char *strbuf = NULL;
324 strbuf = os_malloc(1 + 3 * len);
325 if (strbuf == NULL) {
332 os_snprintf(&strbuf[i * 3], 4, " %02x"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stropts.h 180 struct strbuf struct
189 struct strbuf ctlbuf;
190 struct strbuf databuf;
196 struct strbuf ctlbuf;
197 struct strbuf databuf;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stropts.h 180 struct strbuf struct
189 struct strbuf ctlbuf;
190 struct strbuf databuf;
196 struct strbuf ctlbuf;
197 struct strbuf databuf;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stropts.h 180 struct strbuf struct
189 struct strbuf ctlbuf;
190 struct strbuf databuf;
196 struct strbuf ctlbuf;
197 struct strbuf databuf;
  /external/mksh/src/
var.c 379 char strbuf[1 + 2 + 1 + 8 * sizeof(mksh_uari_t) + 1]; local
383 s = strbuf + sizeof(strbuf);
395 *(s = strbuf) = '1';
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
cofflink.c 586 char strbuf[STRING_SIZE_SIZE];
585 char strbuf[STRING_SIZE_SIZE]; local
    [all...]
coff-ppc.c 1977 char strbuf[STRING_SIZE_SIZE]; local
    [all...]
xcofflink.c 5829 char strbuf[STRING_SIZE_SIZE]; local
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 1258 static char strbuf[32 * 1024]; local
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 1258 static char strbuf[32 * 1024]; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 1243 StringBuffer strbuf = new StringBuffer(dataLen); local
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp 237 const char* strbuf; member in struct:CvFileStorage
261 if( fs->strbuf )
265 const char* instr = fs->strbuf;
291 if( fs->strbuf )
312 fs->strbuf = 0;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 2129 milliseconds

1 2