/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/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 | 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) 1377 char *spos; local 1392 char *spos; local 1407 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 | 140 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 | 139 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.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 | |