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

<<21222324252627282930>>

/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ft.c77 u8 *pos = buf; local
82 *pos++ = WLAN_EID_MOBILITY_DOMAIN;
83 *pos++ = MOBILITY_DOMAIN_ID_LEN + 1;
84 os_memcpy(pos, conf->mobility_domain, MOBILITY_DOMAIN_ID_LEN);
85 pos += MOBILITY_DOMAIN_ID_LEN;
89 *pos++ = capab;
91 return pos - buf;
101 u8 *pos = buf, *ielen; local
108 *pos++ = WLAN_EID_FAST_BSS_TRANSITION;
109 ielen = pos
475 u8 *subelem, *pos; local
506 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
604 wpa_ft_process_ric(struct wpa_state_machine *sm, u8 *pos, u8 *end, const u8 *ric, size_t ric_len) argument
636 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
810 u8 *pos, *end; local
1266 u8 *pos; local
1581 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/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dutility.cc88 uint32_t pos; local
89 for (pos = 1; ; ++pos) {
90 if (0 == pos) {
94 int c = strval[pos];
103 *length = pos;
/external/chromium_org/remoting/base/
H A Dcompound_buffer_unittest.cc37 void Append(int pos, int size) { argument
38 target_.Append(data_.get(), data_->data() + pos, size);
41 void AppendCopyOf(int pos, int size) { argument
42 target_.AppendCopyOf(data_->data() + pos, size);
45 void Prepend(int pos, int size) { argument
46 target_.Prepend(data_.get(), data_->data() + kDataSize - pos - size, size);
49 void PrependCopyOf(int pos, int size) { argument
50 target_.PrependCopyOf(data_->data() + (kDataSize - pos - size), size);
53 void TestCopyFrom(int pos, int size) { argument
55 copy.CopyFrom(target_, pos, po
59 TestCropFront(int pos, int size) argument
67 TestCropBack(int pos, int size) argument
89 int pos = 0; local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DHTTPRequest.cpp44 const char* pos = data; local
48 size_t requestLineLength = request->parseRequestLine(pos, remainingLength, failureReason);
51 pos += requestLineLength;
55 size_t headersLength = request->parseHeaders(pos, remainingLength, failureReason);
58 pos += headersLength;
62 size_t dataLength = request->parseRequestBody(pos, remainingLength);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-fallback-shape.cc120 buffer->pos[i].x_advance = 0;
121 buffer->pos[i].y_advance = 0;
127 &buffer->pos[i].x_advance,
128 &buffer->pos[i].y_advance);
131 &buffer->pos[i].x_offset,
132 &buffer->pos[i].y_offset);
/external/chromium_org/third_party/icu/source/common/
H A Dutil.h82 * Skip over a sequence of zero or more white space characters at pos.
83 * @param advance if true, advance pos to the first non-white-space
84 * character at or after pos, or str.length(), if there is none.
85 * Otherwise leave pos unchanged.
87 * after pos, or str.length(), if there is none.
89 static int32_t skipWhitespace(const UnicodeString& str, int32_t& pos,
102 * @param pos either the start or limit of a range of 'text', to skip
107 * 'pos'
111 //? int32_t pos, int32_t stop);
117 * @param pos INPU
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dnfsubs.h33 int32_t pos; member in class:NFSubstitution
38 NFSubstitution(int32_t pos,
57 static NFSubstitution* makeSubstitution(int32_t pos,
111 * @param pos The position in toInsertInto where the owning rule's
115 virtual void doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t pos) const;
123 * @param pos The position in toInsertInto where the owning rule's
127 virtual void doSubstitution(double number, UnicodeString& toInsertInto, int32_t pos) const;
226 int32_t getPos() const { return pos; }
/external/chromium_org/third_party/skia/src/core/
H A DSkTileGrid.h113 int pos = tileIndices[tile]; local
114 if (pos != SkTileGrid::kTileFinished) {
115 T* candidate = (T*)(*tileData[tile])[pos];
130 int pos = tileIndices[tile]; local
131 if (pos != SkTileGrid::kTileFinished && (*tileData[tile])[pos] == minVal) {
/external/chromium_org/tools/json_comment_eater/
H A Djson_comment_eater.py60 pos = 0
61 while pos < len(input):
62 token_index, token = _FindNextToken(input, token_actions.keys(), pos)
64 output.append(input[pos:])
66 output.append(input[pos:token_index])
67 pos = token_actions[token](input, token_index + len(token), output)
/external/icu/icu4c/source/i18n/
H A Dnfsubs.h33 int32_t pos; member in class:NFSubstitution
38 NFSubstitution(int32_t pos,
57 static NFSubstitution* makeSubstitution(int32_t pos,
111 * @param pos The position in toInsertInto where the owning rule's
115 virtual void doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t pos) const;
123 * @param pos The position in toInsertInto where the owning rule's
127 virtual void doSubstitution(double number, UnicodeString& toInsertInto, int32_t pos) const;
226 int32_t getPos() const { return pos; }
/external/lldb/source/Commands/
H A DCommandObjectMultiword.cpp50 CommandObject::CommandMap::iterator pos; local
54 pos = m_subcommand_dict.find (sub_cmd);
55 if (pos != m_subcommand_dict.end()) {
59 return_cmd_sp = pos->second;
75 pos = m_subcommand_dict.find(sub_cmd);
76 if (pos != m_subcommand_dict.end())
77 return_cmd_sp = pos->second;
97 CommandMap::iterator pos; local
100 pos = m_subcommand_dict.find(name);
101 if (pos
191 CommandMap::iterator pos; local
316 CommandObject::CommandMap::const_iterator pos; local
[all...]
/external/skia/src/core/
H A DSkTileGrid.h113 int pos = tileIndices[tile]; local
114 if (pos != SkTileGrid::kTileFinished) {
115 T* candidate = (T*)(*tileData[tile])[pos];
130 int pos = tileIndices[tile]; local
131 if (pos != SkTileGrid::kTileFinished && (*tileData[tile])[pos] == minVal) {
/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/wpa_supplicant_8/wpa_supplicant/
H A Dinterworking.c353 static const u8 * nai_realm_parse_eap(struct nai_realm_eap *e, const u8 *pos, argument
359 if (pos + 3 > end) {
364 elen = *pos++;
365 if (pos + elen > end || elen < 2) {
369 e_end = pos + elen;
370 e->method = *pos++;
371 auth_count = *pos++;
378 if (pos + 2 > end || pos + 2 + pos[
445 nai_realm_parse_realm(struct nai_realm *r, const u8 *pos, const u8 *end) argument
509 const u8 *pos, *end; local
547 char *tmp, *pos, *end; local
670 const u8 *pos, *end; local
754 char *end, *pos; local
1016 const u8 *pos, *end; local
1058 const u8 *pos, *end; local
1209 has_proto_match(const u8 *pos, const u8 *end, u8 proto) argument
1221 has_proto_port_match(const u8 *pos, const u8 *end, u8 proto, u16 port) argument
1358 const char *pos; local
2049 const u8 *pos, *end; local
2635 const u8 *pos = data; local
2767 const u8 *pos; 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.java82 private int pos; field in class:ChunkedInputStream
101 this.pos = 0;
124 if (this.pos >= this.chunkSize) {
130 pos++;
154 if (pos >= chunkSize) {
160 len = Math.min(len, chunkSize - pos);
162 pos += count;
188 pos = 0;
/external/chromium_org/base/debug/
H A Dproc_maps_linux.cc29 // Scans |proc_maps| starting from |pos| returning true if the gate VMA was
31 static bool ContainsGateVMA(std::string* proc_maps, size_t pos) { argument
34 return proc_maps->find(" [vectors]\n", pos) != std::string::npos;
37 return proc_maps->find(" [vsyscall]\n", pos) != std::string::npos;
60 size_t pos = proc_maps->size(); local
61 proc_maps->resize(pos + kReadSize);
62 void* buffer = &(*proc_maps)[pos];
72 proc_maps->resize(pos + bytes_read);
85 if (ContainsGateVMA(proc_maps, pos))
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFESpotLightElement.cpp39 FloatPoint3D pos(x()->currentValue()->value(), y()->currentValue()->value(), z()->currentValue()->value());
42 return SpotLightSource::create(filter->resolve3dPoint(pos), filter->resolve3dPoint(direction), specularExponent()->currentValue()->value(), limitingConeAngle()->currentValue()->value());

Completed in 712 milliseconds

<<21222324252627282930>>