HomeSort by relevance Sort by last modified time
    Searched defs:tval (Results 1 - 7 of 7) sorted by null

  /external/chromium/net/spdy/
spdy_http_utils.cc 60 std::string tval; local
62 tval = value.substr(start, (end - start));
64 tval = value.substr(start);
67 raw_headers.append(tval);
  /external/chromium/net/websockets/
websocket_handshake_handler.cc 374 std::string tval; local
376 tval = value.substr(start, (end - start));
378 tval = value.substr(start);
379 response_message += iter->first + ": " + tval + "\r\n";
  /ndk/sources/host-tools/nawk-20071023/
awk.h 84 int tval; /* type info: STR|NUM|ARR|FCN|FLD|CON|DONTFREE */ member in struct:Cell
103 /* Cell.tval values: */
190 #define isrec(n) ((n)->tval & REC)
191 #define isfld(n) ((n)->tval & FLD)
192 #define isstr(n) ((n)->tval & STR)
193 #define isnum(n) ((n)->tval & NUM)
194 #define isarr(n) ((n)->tval & ARR)
195 #define isfcn(n) ((n)->tval & FCN)
199 /* #define freeable(p) (!((p)->tval & DONTFREE)) */
200 #define freeable(p) ( ((p)->tval & (STR|DONTFREE)) == STR
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 360 struct tm tval; local
361 memset(&tval, 0, sizeof(tval));
367 &tval.tm_mday, month, &tval.tm_year,
368 &tval.tm_hour, &tval.tm_min, &tval.tm_sec, zone)) {
372 case 'N': tval.tm_mon = (month[1] == 'A') ? 0 : 5; break;
373 case 'B': tval.tm_mon = 1; break
    [all...]
  /external/mksh/src/
var.c 888 char *tval; local
891 tval = shf_smprintf("%s%s", str_val(vp), val);
892 val = tval;
894 tval = NULL;
906 if (tval != NULL)
907 afree(tval, ATEMP);
    [all...]
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DecimalFormatTest.java 1135 String tval = "1"; local
1143 String tval = "0."; local
    [all...]
  /external/qemu/target-i386/
translate.c 4046 target_ulong next_eip, tval; local
    [all...]

Completed in 270 milliseconds