Searched refs:pos (Results 501 - 525 of 3391) sorted by relevance

<<21222324252627282930>>

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c267 const char *pos; local
274 pos = value;
275 while (pos && *pos) {
276 while (*pos == ' ')
277 pos++;
279 if (hwaddr_masked_aton(pos, addr, &addr[ETH_ALEN], masked)) {
291 line, name, pos);
309 pos = os_strchr(pos, ' ');
324 char *value, *end, *pos; local
465 const char *pos; local
616 char *buf, *pos, *end; local
765 char *buf, *pos, *end; local
1116 char *buf, *pos, *end; local
1168 const char *pos; local
1249 char *buf, *pos, *end; local
1399 char *buf, *pos, *end; local
1743 const char *pos; local
2879 const char *pos; local
3193 char *pos; local
3332 char *buf, *end, *pos; local
3415 char *buf, *end, *pos; local
3476 char *buf, *end, *pos; local
3505 char *buf, *end, *pos; local
3669 struct wpa_config_blob *pos = config->blobs, *prev = NULL; local
3793 wpa_global_config_parse_int(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3831 wpa_global_config_parse_str(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3872 wpa_config_process_bgscan(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3893 wpa_global_config_parse_bin(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3932 wpa_global_config_parse_ipv4(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3954 wpa_config_process_country(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
3992 wpa_config_process_uuid(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4007 wpa_config_process_device_type( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4015 wpa_config_process_os_version(const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4029 wpa_config_process_wps_vendor_ext_m1( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4068 wpa_config_process_sec_device_type( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4090 wpa_config_process_p2p_pref_chan( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4140 wpa_config_process_p2p_no_go_freq( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4161 wpa_config_process_hessid( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4175 wpa_config_process_sae_groups( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4193 wpa_config_process_ap_vendor_elements( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4231 wpa_config_process_no_ctrl_interface( const struct global_parse_data *data, struct wpa_config *config, int line, const char *pos) argument
4537 wpa_config_process_global(struct wpa_config *config, char *pos, int line) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ft.c89 u8 *pos = buf; local
94 *pos++ = WLAN_EID_MOBILITY_DOMAIN;
95 *pos++ = MOBILITY_DOMAIN_ID_LEN + 1;
96 os_memcpy(pos, conf->mobility_domain, MOBILITY_DOMAIN_ID_LEN);
97 pos += MOBILITY_DOMAIN_ID_LEN;
101 *pos++ = capab;
103 return pos - buf;
113 u8 *pos = buf, *ielen; local
120 *pos++ = WLAN_EID_FAST_BSS_TRANSITION;
121 ielen = pos
490 u8 *subelem, *pos; local
521 wpa_ft_process_rdie(struct wpa_state_machine *sm, u8 *pos, u8 *end, u8 id, u8 descr_count, const u8 *ies, size_t ies_len) argument
620 wpa_ft_process_ric(struct wpa_state_machine *sm, u8 *pos, u8 *end, const u8 *ric, size_t ric_len) argument
652 wpa_sm_write_assoc_resp_ies(struct wpa_state_machine *sm, u8 *pos, size_t max_len, int auth_alg, const u8 *req_ies, size_t req_ies_len) argument
910 u8 *pos, *end; local
1374 u8 *pos; local
1707 const u8 *pos, *end, *start; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ft.c89 u8 *pos = buf; local
94 *pos++ = WLAN_EID_MOBILITY_DOMAIN;
95 *pos++ = MOBILITY_DOMAIN_ID_LEN + 1;
96 os_memcpy(pos, conf->mobility_domain, MOBILITY_DOMAIN_ID_LEN);
97 pos += MOBILITY_DOMAIN_ID_LEN;
101 *pos++ = capab;
103 return pos - buf;
113 u8 *pos = buf, *ielen; local
120 *pos++ = WLAN_EID_FAST_BSS_TRANSITION;
121 ielen = pos
490 u8 *subelem, *pos; local
521 wpa_ft_process_rdie(struct wpa_state_machine *sm, u8 *pos, u8 *end, u8 id, u8 descr_count, const u8 *ies, size_t ies_len) argument
620 wpa_ft_process_ric(struct wpa_state_machine *sm, u8 *pos, u8 *end, const u8 *ric, size_t ric_len) argument
652 wpa_sm_write_assoc_resp_ies(struct wpa_state_machine *sm, u8 *pos, size_t max_len, int auth_alg, const u8 *req_ies, size_t req_ies_len) argument
910 u8 *pos, *end; local
1374 u8 *pos; local
1707 const u8 *pos, *end, *start; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ft.c89 u8 *pos = buf; local
94 *pos++ = WLAN_EID_MOBILITY_DOMAIN;
95 *pos++ = MOBILITY_DOMAIN_ID_LEN + 1;
96 os_memcpy(pos, conf->mobility_domain, MOBILITY_DOMAIN_ID_LEN);
97 pos += MOBILITY_DOMAIN_ID_LEN;
101 *pos++ = capab;
103 return pos - buf;
113 u8 *pos = buf, *ielen; local
120 *pos++ = WLAN_EID_FAST_BSS_TRANSITION;
121 ielen = pos
490 u8 *subelem, *pos; local
521 wpa_ft_process_rdie(struct wpa_state_machine *sm, u8 *pos, u8 *end, u8 id, u8 descr_count, const u8 *ies, size_t ies_len) argument
620 wpa_ft_process_ric(struct wpa_state_machine *sm, u8 *pos, u8 *end, const u8 *ric, size_t ric_len) argument
652 wpa_sm_write_assoc_resp_ies(struct wpa_state_machine *sm, u8 *pos, size_t max_len, int auth_alg, const u8 *req_ies, size_t req_ies_len) argument
910 u8 *pos, *end; local
1374 u8 *pos; local
1707 const u8 *pos, *end, *start; local
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt025lexerRulePropertyRef.py22 text, type, line, pos, index, channel, start, stop = lexer.properties[0]
26 assert pos == 0, lexer.properties[0]
32 text, type, line, pos, index, channel, start, stop = lexer.properties[1]
36 assert pos == 7, lexer.properties[1]
42 text, type, line, pos, index, channel, start, stop = lexer.properties[2]
46 assert pos == 1, lexer.properties[2]
/external/deqp/executor/
H A DxeBatchResult.cpp91 map<string, int>::const_iterator pos = m_resultMap.find(casePath); local
92 DE_ASSERT(pos != m_resultMap.end());
93 return getTestCaseResult(pos->second);
98 map<string, int>::const_iterator pos = m_resultMap.find(casePath); local
99 DE_ASSERT(pos != m_resultMap.end());
100 return getTestCaseResult(pos->second);
/external/icu/icu4c/source/i18n/
H A Dnfsubs.h35 int32_t pos; member in class:NFSubstitution
40 NFSubstitution(int32_t pos,
58 static NFSubstitution* makeSubstitution(int32_t pos,
114 * @param pos The position in toInsertInto where the owning rule's
118 virtual void doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& status) const;
126 * @param pos The position in toInsertInto where the owning rule's
130 virtual void doSubstitution(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& status) const;
229 int32_t getPos() const { return pos; }
H A Dcurrfmt.h70 FieldPosition& pos,
78 ParsePosition& pos) const;
/external/libcxx/test/std/experimental/string.view/string.view.ops/
H A Dcopy.pass.cpp12 // size_type copy(charT* s, size_type n, size_type pos = 0) const;
14 // Throws: out_of_range if pos > size().
15 // Remarks: Let rlen be the smaller of n and size() - pos.
17 // Effects: Equivalent to std::copy_n(begin() + pos, rlen, s).
27 void test1 ( std::experimental::basic_string_view<CharT> sv, size_t n, size_t pos ) {
28 const size_t rlen = std::min ( n, sv.size() - pos );
33 if (pos > sv.size()) {
36 sv.copy(dest1, n, pos);
44 sv.copy(dest1, n, pos);
45 std::copy_n(sv.begin() + pos, rle
[all...]
/external/libcxx/test/std/strings/string.view/string.view.ops/
H A Dcopy.pass.cpp12 // size_type copy(charT* s, size_type n, size_type pos = 0) const;
14 // Throws: out_of_range if pos > size().
15 // Remarks: Let rlen be the smaller of n and size() - pos.
17 // Effects: Equivalent to std::copy_n(begin() + pos, rlen, s).
28 void test1 ( std::basic_string_view<CharT> sv, size_t n, size_t pos ) {
29 const size_t rlen = std::min ( n, sv.size() - pos );
34 if (pos > sv.size()) {
37 sv.copy(dest1, n, pos);
45 sv.copy(dest1, n, pos);
46 std::copy_n(sv.begin() + pos, rle
[all...]
/external/minijail/
H A Dlibminijail_unittest.cc52 char *pos = &buf[0]; local
53 EXPECT_NE(nullptr, consumebytes(0, &pos, &len));
54 EXPECT_EQ(&buf[0], pos);
61 char *pos = &buf[0]; local
64 EXPECT_NE(nullptr, consumebytes(len, &pos, &len));
66 EXPECT_EQ(end, pos);
72 char *pos = &buf[0]; local
75 EXPECT_NE(nullptr, consumebytes(len / 2, &pos, &len));
77 EXPECT_EQ(end, pos);
83 char *pos local
93 char *pos = &buf[0]; local
103 char *pos = &buf[0]; local
113 char *pos = &buf[0]; local
124 char *pos = &buf[0]; local
[all...]
/external/v8/src/js/
H A Dstring.js71 var pos, expansion, peek, next, scaledIndex, advance, newScaledIndex;
83 pos = next + 1;
84 if (pos < replacement.length) {
85 peek = %_StringCharCodeAt(replacement, pos);
87 ++pos;
90 ++pos;
93 ++pos;
96 ++pos;
102 if (pos + 1 < replacement.length) {
103 next = %_StringCharCodeAt(replacement, pos
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_md5.c34 const u8 *pos, *challenge, *password; local
46 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_MD5, reqData, &len);
47 if (pos == NULL || len == 0) {
48 wpa_printf(MSG_INFO, "EAP-MD5: Invalid frame (pos=%p len=%lu)",
49 pos, (unsigned long) len);
58 challenge_len = *pos++;
67 challenge = pos;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_md5.c34 const u8 *pos, *challenge, *password; local
46 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_MD5, reqData, &len);
47 if (pos == NULL || len == 0) {
48 wpa_printf(MSG_INFO, "EAP-MD5: Invalid frame (pos=%p len=%lu)",
49 pos, (unsigned long) len);
58 challenge_len = *pos++;
67 challenge = pos;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_md5.c34 const u8 *pos, *challenge, *password; local
46 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_MD5, reqData, &len);
47 if (pos == NULL || len == 0) {
48 wpa_printf(MSG_INFO, "EAP-MD5: Invalid frame (pos=%p len=%lu)",
49 pos, (unsigned long) len);
58 challenge_len = *pos++;
67 challenge = pos;
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.cpp39 char *tmp, *pos, *pos2; local
44 pos = strchr(tmp, '-');
45 if (pos == NULL) {
49 *pos++ = '\0';
51 pos2 = strchr(pos, ':');
58 networkid = atoi(pos);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_eke.c132 static int supported_proposal(const u8 *pos) argument
134 if (pos[0] == EAP_EKE_DHGROUP_EKE_16 &&
135 pos[1] == EAP_EKE_ENCR_AES128_CBC &&
136 pos[2] == EAP_EKE_PRF_HMAC_SHA2_256 &&
137 pos[3] == EAP_EKE_MAC_HMAC_SHA2_256)
140 if (pos[0] == EAP_EKE_DHGROUP_EKE_15 &&
141 pos[1] == EAP_EKE_ENCR_AES128_CBC &&
142 pos[2] == EAP_EKE_PRF_HMAC_SHA2_256 &&
143 pos[3] == EAP_EKE_MAC_HMAC_SHA2_256)
146 if (pos[
388 const u8 *pos; local
424 const u8 *pos, *end; local
520 const u8 *pos, *end, *dhcomp, *pnonce; local
690 const u8 *pos, *end; local
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_eke.c132 static int supported_proposal(const u8 *pos) argument
134 if (pos[0] == EAP_EKE_DHGROUP_EKE_16 &&
135 pos[1] == EAP_EKE_ENCR_AES128_CBC &&
136 pos[2] == EAP_EKE_PRF_HMAC_SHA2_256 &&
137 pos[3] == EAP_EKE_MAC_HMAC_SHA2_256)
140 if (pos[0] == EAP_EKE_DHGROUP_EKE_15 &&
141 pos[1] == EAP_EKE_ENCR_AES128_CBC &&
142 pos[2] == EAP_EKE_PRF_HMAC_SHA2_256 &&
143 pos[3] == EAP_EKE_MAC_HMAC_SHA2_256)
146 if (pos[
388 const u8 *pos; local
424 const u8 *pos, *end; local
520 const u8 *pos, *end, *dhcomp, *pnonce; local
690 const u8 *pos, *end; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_eke.c132 static int supported_proposal(const u8 *pos) argument
134 if (pos[0] == EAP_EKE_DHGROUP_EKE_16 &&
135 pos[1] == EAP_EKE_ENCR_AES128_CBC &&
136 pos[2] == EAP_EKE_PRF_HMAC_SHA2_256 &&
137 pos[3] == EAP_EKE_MAC_HMAC_SHA2_256)
140 if (pos[0] == EAP_EKE_DHGROUP_EKE_15 &&
141 pos[1] == EAP_EKE_ENCR_AES128_CBC &&
142 pos[2] == EAP_EKE_PRF_HMAC_SHA2_256 &&
143 pos[3] == EAP_EKE_MAC_HMAC_SHA2_256)
146 if (pos[
388 const u8 *pos; local
424 const u8 *pos, *end; local
520 const u8 *pos, *end, *dhcomp, *pnonce; local
690 const u8 *pos, *end; local
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DCharStream.as51 function set charPositionInLine(pos:int):void;
/external/apache-http/src/org/apache/http/impl/io/
H A DChunkedInputStream.java87 private int pos; field in class:ChunkedInputStream
106 this.pos = 0;
129 if (this.pos >= this.chunkSize) {
135 pos++;
159 if (pos >= chunkSize) {
165 len = Math.min(len, chunkSize - pos);
167 pos += count;
193 pos = 0;
/external/flatbuffers/tests/MyGame/Example2/
H A DMonster.py18 def Init(self, buf, pos):
19 self._tab = flatbuffers.table.Table(buf, pos)
/external/harfbuzz_ng/src/
H A Dhb-buffer-deserialize-json.rl40 memset (&pos , 0, sizeof (pos ));
47 buffer->pos[buffer->len - 1] = pos;
64 action parse_x_offset { if (!parse_int (tok, p, &pos.x_offset )) return false; }
65 action parse_y_offset { if (!parse_int (tok, p, &pos.y_offset )) return false; }
66 action parse_x_advance { if (!parse_int (tok, p, &pos.x_advance)) return false; }
67 action parse_y_advance { if (!parse_int (tok, p, &pos.y_advance)) return false; }
121 hb_glyph_position_t pos = {0};
H A Dhb-buffer-deserialize-text.rl40 memset (&pos , 0, sizeof (pos ));
47 buffer->pos[buffer->len - 1] = pos;
63 action parse_x_offset { if (!parse_int (tok, p, &pos.x_offset )) return false; }
64 action parse_y_offset { if (!parse_int (tok, p, &pos.y_offset )) return false; }
65 action parse_x_advance { if (!parse_int (tok, p, &pos.x_advance)) return false; }
66 action parse_y_advance { if (!parse_int (tok, p, &pos.y_advance)) return false; }
115 hb_glyph_position_t pos = {0};
/external/icu/icu4c/source/i18n/unicode/
H A Dcompactdecimalformat.h117 * @param pos On input: an alignment field, if desired.
124 FieldPosition& pos) const;
132 * @param pos On input: an alignment field, if desired.
140 FieldPosition& pos,
168 * @param pos On input: an alignment field, if desired.
175 FieldPosition& pos) const;
183 * @param pos On input: an alignment field, if desired.
190 FieldPosition& pos,
218 * @param pos On input: an alignment field, if desired.
225 FieldPosition& pos) cons
[all...]

Completed in 647 milliseconds

<<21222324252627282930>>