Searched refs:pos (Results 451 - 475 of 3783) sorted by relevance

<<11121314151617181920>>

/external/deqp/framework/delibs/deutil/
H A DdeCommandLine.c45 int pos; local
60 pos = 0;
71 while (commandLine[pos] != 0)
73 char c = commandLine[pos++];
78 c = commandLine[pos++];
112 DE_ASSERT(commandLine[pos] == 0);
/external/javassist/src/main/javassist/convert/
H A DTransformFieldAccess.java56 public int transform(CtClass clazz, int pos, argument
59 int c = iterator.byteAt(pos);
62 int index = iterator.u16bitAt(pos + 1);
75 iterator.write16bit(newIndex, pos + 1);
79 return pos;
/external/lldb/include/lldb/Core/
H A DSTLUtils.h67 typename T::const_iterator pos; local
71 for (pos=coll.begin(); pos!=coll.end(); ++pos) {
72 s << *pos << separator_cstr;
H A DUniqueCStringMap.h167 const_iterator pos = std::lower_bound (m_map.begin(), end, search_entry); local
168 if (pos != end)
170 if (pos->cstring == unique_cstr)
171 return pos->value;
187 const_iterator pos = std::lower_bound (m_map.begin(), end, search_entry); local
188 if (pos != end)
190 const char *pos_cstr = pos->cstring;
192 return &(*pos);
228 const_iterator pos, end = m_map.end(); local
229 for (pos
245 const_iterator pos, end = m_map.end(); local
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpAuthenticator.java138 int pos = 0;
139 while (pos < value.length()) {
140 int tokenStart = pos;
141 pos = HeaderParser.skipUntil(value, pos, " ");
143 String scheme = value.substring(tokenStart, pos).trim();
144 pos = HeaderParser.skipWhitespace(value, pos);
150 if (!value.regionMatches(true, pos, "realm=\"", 0, "realm=\"".length())) {
154 pos
[all...]
/external/oprofile/libdb/
H A Ddb_stat.c33 size_t pos; local
49 for (pos = 0 ; pos < result->hash_table_size ; ++pos) {
51 size_t index = data->hash_base[pos];
/external/ppp/pppd/plugins/pppoatm/
H A Dans.c38 #define GET16(pos) (((pos)[0] << 8) | (pos)[1])
45 unsigned char *pos,*data,*found; local
56 pos = answer+12;
65 if ((name_len = dn_expand(answer,answer+answer_len,pos,name,MAX_NAME)) < 0)
67 pos += name_len;
68 if (GET16(pos) != wanted || GET16(pos+2) != C_IN) return TRY_OTHER;
69 pos
145 int pos,i,j; local
[all...]
H A Dmisc.c20 int __atmlib_fetch(const char **pos,...) argument
27 va_start(ap,pos);
28 ref_len = strlen(*pos);
34 !strncasecmp(*pos,value,len)) {
40 if (best > -1) (*pos) += best_len;
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_stretch.c80 int pos, inc; local
115 pos = 0x10000;
120 while ( pos >= 0x10000L ) {
128 pos -= 0x10000L;
137 pos += inc;
158 int pos, inc; \
161 pos = 0x10000; \
164 while ( pos >= 0x10000L ) { \
166 pos -= 0x10000L; \
169 pos
180 int pos, inc; local
207 int pos, inc; local
[all...]
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_helpers.c105 char *pos; local
140 pos = strchr(buf, '>');
141 if (pos &&
142 (strncmp(pos + 1, event, strlen(event)) == 0 ||
144 strncmp(pos + 1, event2, strlen(event2)) == 0)))
168 char *pos, *end; local
183 pos = buf;
184 while (pos + flen < buf + len) {
185 if (pos > buf) {
186 if (*pos !
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_otp.c33 const u8 *pos, *password; local
37 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_OTP, reqData, &len);
38 if (pos == NULL) {
43 pos, len);
55 eap_sm_request_otp(sm, (const char *) pos, len);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_gtc.c80 const u8 *pos; local
83 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GTC, respData, &len);
84 if (pos == NULL || len < 1) {
97 const u8 *pos; local
100 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GTC, respData, &rlen);
101 if (pos == NULL || rlen < 1)
104 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-GTC: Response", pos, rlen);
117 end = pos + rlen;
118 pos += 9;
119 pos2 = pos;
[all...]
/external/wpa_supplicant_8/src/common/
H A Dwpa_helpers.c105 char *pos; local
140 pos = strchr(buf, '>');
141 if (pos &&
142 (strncmp(pos + 1, event, strlen(event)) == 0 ||
144 strncmp(pos + 1, event2, strlen(event2)) == 0)))
168 char *pos, *end; local
183 pos = buf;
184 while (pos + flen < buf + len) {
185 if (pos > buf) {
186 if (*pos !
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_otp.c33 const u8 *pos, *password; local
37 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_OTP, reqData, &len);
38 if (pos == NULL) {
43 pos, len);
55 eap_sm_request_otp(sm, (const char *) pos, len);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_gtc.c80 const u8 *pos; local
83 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GTC, respData, &len);
84 if (pos == NULL || len < 1) {
97 const u8 *pos; local
100 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GTC, respData, &rlen);
101 if (pos == NULL || rlen < 1)
104 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-GTC: Response", pos, rlen);
117 end = pos + rlen;
118 pos += 9;
119 pos2 = pos;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dautoscan_exponential.c27 const char *pos; local
34 pos = os_strchr(params, ':');
35 if (pos == NULL)
38 pos++;
39 data->limit = atoi(pos);
H A Dwpa_cli.c258 static int get_cmd_arg_num(const char *str, int pos) argument
262 for (i = 0; i <= pos; i++) {
265 while (i <= pos && str[i] != ' ')
445 char *pos, *end; local
447 pos = buf;
450 res = os_snprintf(pos, end - pos, "%s", cmd);
451 if (res < 0 || res >= end - pos)
453 pos += res;
456 res = os_snprintf(pos, en
542 wpa_cli_complete_help(const char *str, int pos) argument
591 wpa_cli_complete_set(const char *str, int pos) argument
1067 char cmd[256], *pos, *end; local
1100 char cmd[256], *pos, *end; local
1134 char cmd[256], *pos, *end; local
1167 char cmd[256], *pos, *end; local
1199 char cmd[256], *pos, *end; local
1232 char cmd[256], *pos, *end; local
1265 char cmd[256], *pos, *end; local
1521 wpa_cli_complete_bss(const char *str, int pos) argument
1652 char buf[4096], *pos; local
1755 wpa_cli_complete_p2p_find(const char *str, int pos) argument
1798 wpa_cli_complete_p2p_connect(const char *str, int pos) argument
1827 wpa_cli_complete_p2p_group_remove(const char *str, int pos) argument
2012 wpa_cli_complete_p2p_peer(const char *str, int pos) argument
2031 char buf[4096], *pos; local
2088 wpa_cli_complete_p2p_set(const char *str, int pos) argument
3038 wpa_cli_cmd_completion(const char *cmd, const char *str, int pos) argument
3059 wpa_cli_edit_completion_cb(void *ctx, const char *str, int pos) argument
3170 const char *pos; local
3347 const char *pos = msg; local
3413 char *pos; local
3515 char *pos, *end; local
3546 char *pos, *end; local
3718 char buf[4096], *pos; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_helpers.c105 char *pos; local
140 pos = strchr(buf, '>');
141 if (pos &&
142 (strncmp(pos + 1, event, strlen(event)) == 0 ||
144 strncmp(pos + 1, event2, strlen(event2)) == 0)))
168 char *pos, *end; local
183 pos = buf;
184 while (pos + flen < buf + len) {
185 if (pos > buf) {
186 if (*pos !
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_otp.c33 const u8 *pos, *password; local
37 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_OTP, reqData, &len);
38 if (pos == NULL) {
43 pos, len);
55 eap_sm_request_otp(sm, (const char *) pos, len);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_gtc.c80 const u8 *pos; local
83 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GTC, respData, &len);
84 if (pos == NULL || len < 1) {
97 const u8 *pos; local
100 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_GTC, respData, &rlen);
101 if (pos == NULL || rlen < 1)
104 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-GTC: Response", pos, rlen);
117 end = pos + rlen;
118 pos += 9;
119 pos2 = pos;
[all...]
/external/lldb/source/Core/
H A DLog.cpp355 CallbackMapIter pos = callback_map.find(channel); local
356 if (pos != callback_map.end())
358 log_callbacks = pos->second;
375 CallbackMapIter pos, end = callback_map.end(); local
377 for (pos = callback_map.begin(); pos != end; ++pos)
378 pos->second.enable (log_stream_sp, log_options, categories, feedback_strm);
393 LogChannelMapIter pos, end = map.end(); local
394 for (pos
414 CallbackMapIter pos, end = callback_map.end(); local
451 CallbackMapIter pos, end = callback_map.end(); local
495 LogChannelMapIter pos = channel_map.find (log_channel_name); local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dtridpars.cpp99 * @param pos INPUT-OUTPUT parameter. On input, the position of
107 TransliteratorIDParser::parseSingleID(const UnicodeString& id, int32_t& pos, argument
110 int32_t start = pos;
122 specsA = parseFilterID(id, pos, TRUE);
124 pos = start;
128 if (ICU_Utility::parseChar(id, pos, OPEN_REV)) {
130 if (!ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
131 specsB = parseFilterID(id, pos, TRUE);
133 if (specsB == NULL || !ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
135 pos
213 parseFilterID(const UnicodeString& id, int32_t& pos) argument
254 parseGlobalFilter(const UnicodeString& id, int32_t& pos, int32_t dir, int32_t& withParens, UnicodeString* canonID) argument
358 int32_t pos = 0; local
699 parseFilterID(const UnicodeString& id, int32_t& pos, UBool allowFilter) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dtridpars.cpp99 * @param pos INPUT-OUTPUT parameter. On input, the position of
107 TransliteratorIDParser::parseSingleID(const UnicodeString& id, int32_t& pos, argument
110 int32_t start = pos;
122 specsA = parseFilterID(id, pos, TRUE);
124 pos = start;
128 if (ICU_Utility::parseChar(id, pos, OPEN_REV)) {
130 if (!ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
131 specsB = parseFilterID(id, pos, TRUE);
133 if (specsB == NULL || !ICU_Utility::parseChar(id, pos, CLOSE_REV)) {
135 pos
213 parseFilterID(const UnicodeString& id, int32_t& pos) argument
254 parseGlobalFilter(const UnicodeString& id, int32_t& pos, int32_t dir, int32_t& withParens, UnicodeString* canonID) argument
358 int32_t pos = 0; local
699 parseFilterID(const UnicodeString& id, int32_t& pos, UBool allowFilter) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.c318 const u8 *pos; local
335 pos = attr.authorized_macs;
337 if (os_memcmp(pos, addr, ETH_ALEN) == 0)
339 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
341 pos += ETH_ALEN;
548 char *pos = buf; local
556 ret = os_snprintf(pos, end - pos,
559 ret = os_snprintf(pos, end - pos,
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps.c318 const u8 *pos; local
335 pos = attr.authorized_macs;
337 if (os_memcmp(pos, addr, ETH_ALEN) == 0)
339 if (os_memcmp(pos, bcast, ETH_ALEN) == 0)
341 pos += ETH_ALEN;
548 char *pos = buf; local
556 ret = os_snprintf(pos, end - pos,
559 ret = os_snprintf(pos, end - pos,
[all...]

Completed in 406 milliseconds

<<11121314151617181920>>