HomeSort by relevance Sort by last modified time
    Searched full:numstr (Results 1 - 25 of 29) sorted by null

1 2

  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_at.c 514 static void bta_hf_client_handle_clip(char *numstr, UINT32 type)
516 APPL_TRACE_DEBUG("%s %u %s", __FUNCTION__, type, numstr);
518 bta_hf_client_clip(numstr);
521 static void bta_hf_client_handle_ccwa(char *numstr, UINT32 type)
523 APPL_TRACE_DEBUG("%s %u %s", __FUNCTION__, type, numstr);
525 bta_hf_client_ccwa(numstr);
535 static void bta_hf_client_handle_binp(char *numstr)
537 APPL_TRACE_DEBUG("%s %s", __FUNCTION__, numstr);
539 bta_hf_client_binp(numstr);
542 static void bta_hf_client_handle_clcc(UINT16 idx, UINT16 dir, UINT16 status, UINT16 mode, UINT16 mpty, char *numstr, UINT16 type
963 char numstr[33]; local
989 char numstr[33]; \/* spec forces 32 chars, plus one for \\0*\/ local
1056 char numstr[33]; \/* spec forces 32 chars, plus one for \\0*\/ local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
ic.py 55 numstr = ord(data[0]) << 8 | ord(data[1])
58 for i in range(numstr):
88 numstr = len(data)
89 rv = chr((numstr>>8) & 0xff) + chr(numstr & 0xff)
  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.h 63 uint32_t numStr[UCOL_CE_STRENGTH_LIMIT];
dtfmtsym.cpp     [all...]
  /external/tcpdump/
print-telnet.c 97 (((x) < sizeof(tab)/sizeof(tab[0]) && tab[(x)]) ? tab[(x)] : numstr(x))
100 numstr(int x) function
print-isakmp.c 131 static char *numstr(int);
223 (((x) < sizeof(tab)/sizeof(tab[0]) && tab[(x)]) ? tab[(x)] : numstr(x))
2200 numstr(int x) function
    [all...]
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 374 vector<string> toStringVector (const char* const* str, int numStr)
377 v.resize(numStr);
378 for (int i = 0; i < numStr; i++)
  /external/llvm/docs/tutorial/
LangImpl1.rst 225 std::string NumStr;
227 NumStr += LastChar;
231 NumVal = strtod(NumStr.c_str(), 0);
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 46 std::string NumStr;
48 NumStr += LastChar;
52 NumVal = strtod(NumStr.c_str(), 0);
  /external/chromium_org/third_party/simplejson/
_speedups.c 1505 PyObject *numstr; local
1608 PyObject *numstr; local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureFormatTests.cpp 617 vector<string> toStringVector (const char* const* str, int numStr)
620 v.resize(numStr);
621 for (int i = 0; i < numStr; i++)
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 51 std::string NumStr;
53 NumStr += LastChar;
57 NumVal = strtod(NumStr.c_str(), 0);
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 58 std::string NumStr;
60 NumStr += LastChar;
64 NumVal = strtod(NumStr.c_str(), 0);
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 67 std::string NumStr;
69 NumStr += LastChar;
73 NumVal = strtod(NumStr.c_str(), 0);
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 72 std::string NumStr;
74 NumStr += LastChar;
78 NumVal = strtod(NumStr.c_str(), 0);
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 76 std::string NumStr;
78 NumStr += LastChar;
82 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 94 std::string NumStr;
96 NumStr += LastChar;
100 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
toy.cpp 100 std::string NumStr;
102 NumStr += LastChar;
106 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 77 std::string NumStr;
79 NumStr += LastChar;
83 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 79 std::string NumStr;
81 NumStr += LastChar;
85 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
toy.cpp 79 std::string NumStr;
81 NumStr += LastChar;
85 NumVal = strtod(NumStr.c_str(), 0);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java     [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureFormatTests.cpp     [all...]
  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp     [all...]

Completed in 5348 milliseconds

1 2