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

  /external/icu/icu4c/source/test/intltest/
numfmtst.h 29 int32_t spos; member in struct:NumberFormatTest_Attributes
numberformat2test.cpp 42 int32_t spos; member in struct:NumberFormat2Test_Attributes
54 NumberFormat2Test_FieldPositionHandler() : count(0), bRecording(TRUE) { attributes[0].spos = -1; }
55 NumberFormat2Test_FieldPositionHandler(UBool recording) : count(0), bRecording(recording) { attributes[0].spos = -1; }
71 attributes[count].spos = start;
74 attributes[count].spos = -1;
    [all...]
  /external/javassist/src/test/test/javassist/bytecode/analysis/
ScannerTest.java 129 int spos = code.currentPc(); local
132 code.add32bit(60 - spos); // default
134 code.add32bit(15); code.add32bit(60 - spos);
135 code.add32bit(1789); code.add32bit(117 - spos);
  /external/lz4/contrib/gen_manual/
gen_manual.cpp 57 size_t spos, epos; local
59 spos = s.find("/*");
61 s = s.substr(spos+3, epos-(spos+3));
92 size_t spos; local
95 spos = line.find("/*");
96 if (spos!=string::npos) {
97 sout << line.substr(0, spos);
98 sout << "</b>" << line.substr(spos) << "<b>" << endl;
111 size_t spos, l local
    [all...]
  /external/wpa_supplicant_8/src/utils/
json.c 67 char *str, *spos, *s_end; local
78 spos = str;
82 if (buf_len < max_len && s_end - spos < 3) {
86 idx = spos - str;
94 spos = str + idx;
100 *spos = '\0';
110 *spos++ = *pos;
113 *spos++ = '\n';
116 *spos++ = '\r';
119 *spos++ = '\t'
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 324 const char *spos = internal_strstr(str, templ); local
325 str = spos + internal_strlen(templ);
329 if (!spos)
331 if (start && spos != str0)
  /external/libmicrohttpd/src/microhttpd/
postprocessor.c 588 const char *spos; local
598 while (NULL != (spos = strstr (bpos, key)))
600 if ((spos[klen] != '=') || ((spos != buf) && (spos[-1] != ' ')))
603 bpos = spos + 1;
606 if (spos[klen + 1] != '"')
608 if (NULL == (endv = strchr (&spos[klen + 2], '\"')))
610 vlen = endv - spos - klen - 1;
615 memcpy (*destination, &spos[klen + 2], vlen - 1)
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 526 const u8 *spos; local
546 spos = msg.p2p_device_info; /* P2P Device address */
552 wpabuf_put_data(buf, spos, ETH_ALEN);
562 wpabuf_put_data(buf, spos + ETH_ALEN,
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant_sd.c 33 u8 **spos, const u8 *end)
35 while (*spos < end) {
36 u8 val = ((*spos)[0] & 0xc0) >> 6;
51 if (end - *spos < 2) {
57 offset = (((*spos)[0] & 0x3f) << 8) | (*spos)[1];
58 if (offset >= *spos - start) {
64 (*spos) += 2;
68 *spos - 2);
72 len = (*spos)[0] & 0x3f
108 u8 *tmp, *end, *spos; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 249 char *spos; local
253 spos = custom + 17;
255 bytes = strspn(spos, "0123456789abcdefABCDEF");
262 hexstr2bin(spos, req_ies, bytes) < 0)
267 spos += bytes * 2;
272 if (os_strncmp(spos, " RespIEs=", 9) == 0) {
273 spos += 9;
275 bytes = strspn(spos, "0123456789abcdefABCDEF");
282 hexstr2bin(spos, resp_ies, bytes) < 0)
1366 char *spos; local
1381 char *spos; local
1396 char *spos; local
    [all...]
  /external/iptables/libiptc/
libiptc.c 1608 int spos; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimalTest.java 145 private static final short spos = (short) 1; field in class:DiagBigDecimalTest
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimalTest.java 142 private static final short spos = (short) 1; field in class:DiagBigDecimalTest
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 

Completed in 1631 milliseconds