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

  /external/icu/icu4c/source/test/intltest/
numfmtst.h 27 int32_t spos; member in struct:NumberFormatTest_Attributes
numberformat2test.cpp 40 int32_t spos; member in struct:NumberFormat2Test_Attributes
52 NumberFormat2Test_FieldPositionHandler() : count(0), bRecording(TRUE) { attributes[0].spos = -1; }
53 NumberFormat2Test_FieldPositionHandler(UBool recording) : count(0), bRecording(recording) { attributes[0].spos = -1; }
69 attributes[count].spos = start;
72 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/compiler-rt/lib/sanitizer_common/
sanitizer_common.cc 409 const char *spos = internal_strstr(str, templ); local
410 str = spos + internal_strlen(templ);
414 if (!spos)
416 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 524 const u8 *spos; local
544 spos = msg.p2p_device_info; /* P2P Device address */
550 wpabuf_put_data(buf, spos, ETH_ALEN);
560 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)
1376 char *spos; local
1391 char *spos; local
1406 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/
DiagBigDecimal.java 157 private static final short spos = (short) 1; field in class:DiagBigDecimal
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimal.java 153 private static final short spos = (short) 1; field in class:DiagBigDecimal
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.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.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 436 milliseconds