HomeSort by relevance Sort by last modified time
    Searched full:lenstr (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_http.cc 301 char* lenstr = words[1]; local
306 assert(lenstr);
354 http_node->SetCachedSize(atoi(lenstr));
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 799 AString lenStr;
801 lenStr = AString(line, colonPos + 1, line.size() - colonPos - 1);
803 lenStr = AString(line, colonPos + 1, atPos - colonPos - 1);
806 lenStr.trim();
808 const char *s = lenStr.c_str();
  /external/ppp/pppd/
eap.c 1042 eap_send_response(esp, id, typenum, str, lenstr)
1047 int lenstr;
1059 msglen = EAP_HEADERLEN + sizeof (u_char) + lenstr;
1062 if (lenstr > 0) {
1063 BCOPY(str, outp, lenstr);
1109 eap_srp_response(esp, id, subtypenum, str, lenstr)
1114 int lenstr;
1126 msglen = EAP_HEADERLEN + 2 * sizeof (u_char) + lenstr;
1130 if (lenstr > 0) {
1131 BCOPY(str, outp, lenstr);
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 484 StringRef lenStr = scalar.slice(0, byStart);
485 lenStr = lenStr.rtrim();
486 if ( lenStr.getAsInteger(0, value.length) ) {
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/
libmpc.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/
libmpc.a     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/
libpython2.7.a     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
libpython2.7.a     [all...]

Completed in 215 milliseconds