Searched refs:pos (Results 76 - 100 of 3861) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_parse.c21 u8 id, u8 len, const u8 *pos)
32 attr->version2 = pos;
35 attr->authorized_macs = pos;
44 attr->network_key_shareable = pos;
52 attr->request_to_enroll = pos;
60 attr->settings_delay_time = pos;
68 attr->registrar_configuration_methods = pos;
80 static int wps_parse_vendor_ext_wfa(struct wps_parse_attr *attr, const u8 *pos, argument
83 const u8 *end = pos + len;
86 while (pos
20 wps_set_vendor_ext_wfa_subelem(struct wps_parse_attr *attr, u8 id, u8 len, const u8 *pos) argument
100 wps_parse_vendor_ext(struct wps_parse_attr *attr, const u8 *pos, u16 len) argument
141 wps_set_attr(struct wps_parse_attr *attr, u16 type, const u8 *pos, u16 len) argument
552 const u8 *pos, *end; local
[all...]
/external/chromium_org/third_party/skia/gm/rebaseline_server/static/
H A Dutils.js3 var pos = element.position();
6 if (windowPos > pos.top) {
/external/lldb/tools/debugserver/source/
H A DDNBRegisterInfo.cpp41 #define PRINT_COMMA_SEPARATOR do { if (pos < end) { if (i > 0) { strncpy(pos, ", ", end - pos); pos += 2; } } } while (0)
50 char *pos; local
64 pos = str + 2;
67 if (pos < end)
68 pos += snprintf(pos, end - pos, "
[all...]
/external/protobuf/python/google/protobuf/internal/
H A Ddecoder.py36 Decode(buffer, pos, end, message, field_dict)
39 pos: The current position in the string.
53 Decoders are expected to raise an exception if they are called with pos > end.
105 def DecodeVarint(buffer, pos):
109 b = local_ord(buffer[pos])
111 pos += 1
114 return (result, pos)
125 def DecodeVarint(buffer, pos):
129 b = local_ord(buffer[pos])
131 pos
[all...]
/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Dlist.h377 * @pos: the &struct list_head to use as a loop cursor.
380 #define list_for_each(pos, head) \
381 for (pos = (head)->next; pos != (head); pos = pos->next)
385 * @pos: the &struct list_head to use as a loop cursor.
388 #define list_for_each_prev(pos, head) \
389 for (pos = (head)->prev; pos !
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client_write.c47 u8 *hello, *end, *pos, *hs_length, *hs_start, *rhdr; local
71 pos = rhdr + TLS_RECORD_HEADER_LEN;
76 hs_start = pos;
78 *pos++ = TLS_HANDSHAKE_TYPE_CLIENT_HELLO;
80 hs_length = pos;
81 pos += 3;
84 WPA_PUT_BE16(pos, TLS_VERSION);
85 pos += 2;
87 os_memcpy(pos, conn->client_random, TLS_RANDOM_LEN);
88 pos
132 u8 *pos, *rhdr, *hs_start, *hs_length, *cert_start; local
208 tlsv1_key_x_dh(struct tlsv1_client *conn, u8 **pos, u8 *end) argument
324 tlsv1_key_x_rsa(struct tlsv1_client *conn, u8 **pos, u8 *end) argument
374 u8 *pos, *rhdr, *hs_start, *hs_length; local
432 u8 *pos, *rhdr, *hs_start, *hs_length, *signed_start; local
643 u8 *pos, *hs_start; local
734 u8 *msg, *end, *pos; local
777 u8 *msg, *end, *pos; local
833 u8 *alert, *pos, *length; local
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client_write.c47 u8 *hello, *end, *pos, *hs_length, *hs_start, *rhdr; local
71 pos = rhdr + TLS_RECORD_HEADER_LEN;
76 hs_start = pos;
78 *pos++ = TLS_HANDSHAKE_TYPE_CLIENT_HELLO;
80 hs_length = pos;
81 pos += 3;
84 WPA_PUT_BE16(pos, TLS_VERSION);
85 pos += 2;
87 os_memcpy(pos, conn->client_random, TLS_RANDOM_LEN);
88 pos
132 u8 *pos, *rhdr, *hs_start, *hs_length, *cert_start; local
208 tlsv1_key_x_dh(struct tlsv1_client *conn, u8 **pos, u8 *end) argument
324 tlsv1_key_x_rsa(struct tlsv1_client *conn, u8 **pos, u8 *end) argument
374 u8 *pos, *rhdr, *hs_start, *hs_length; local
432 u8 *pos, *rhdr, *hs_start, *hs_length, *signed_start; local
643 u8 *pos, *hs_start; local
734 u8 *msg, *end, *pos; local
777 u8 *msg, *end, *pos; local
833 u8 *alert, *pos, *length; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_client_write.c47 u8 *hello, *end, *pos, *hs_length, *hs_start, *rhdr; local
71 pos = rhdr + TLS_RECORD_HEADER_LEN;
76 hs_start = pos;
78 *pos++ = TLS_HANDSHAKE_TYPE_CLIENT_HELLO;
80 hs_length = pos;
81 pos += 3;
84 WPA_PUT_BE16(pos, TLS_VERSION);
85 pos += 2;
87 os_memcpy(pos, conn->client_random, TLS_RANDOM_LEN);
88 pos
132 u8 *pos, *rhdr, *hs_start, *hs_length, *cert_start; local
208 tlsv1_key_x_dh(struct tlsv1_client *conn, u8 **pos, u8 *end) argument
324 tlsv1_key_x_rsa(struct tlsv1_client *conn, u8 **pos, u8 *end) argument
374 u8 *pos, *rhdr, *hs_start, *hs_length; local
432 u8 *pos, *rhdr, *hs_start, *hs_length, *signed_start; local
643 u8 *pos, *hs_start; local
734 u8 *msg, *end, *pos; local
777 u8 *msg, *end, *pos; local
833 u8 *alert, *pos, *length; local
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_StringReader.java28 private int pos = 0; field in class:Support_StringReader
79 markpos = pos;
114 if (pos != count) {
115 return str.charAt(pos++);
142 if (pos == this.count) {
145 int end = pos + count > this.count ? this.count : pos
147 str.getChars(pos, end, buf, offset);
148 int read = end - pos;
149 pos
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dchariter.cpp22 : textLength(0), pos(0), begin(0), end(0) {
26 : textLength(length), pos(0), begin(0), end(length) {
33 : textLength(length), pos(position), begin(0), end(length) {
37 if(pos < 0) {
38 pos = 0;
39 } else if(pos > end) {
40 pos = end;
45 : textLength(length), pos(position), begin(textBegin), end(textEnd) {
59 if(pos < begin) {
60 pos
[all...]
H A Dutil_props.cpp19 * Parse an integer at pos, either of the form \d+ or of the form
22 * @param pos INPUT-OUTPUT parameter. On input, the first
26 int32_t ICU_Utility::parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit) { argument
29 int32_t p = pos;
62 pos = p;
68 * Parse a pattern string starting at offset pos. Keywords are
86 int32_t ICU_Utility::parsePattern(const UnicodeString& rule, int32_t pos, int32_t limit, argument
96 if (pos >= limit) {
99 c = rule.charAt(pos++);
105 pos
143 parseUnicodeIdentifier(const UnicodeString& str, int32_t& pos) argument
185 parseNumber(const UnicodeString& text, int32_t& pos, int8_t radix) argument
[all...]
/external/icu/icu4c/source/common/
H A Dchariter.cpp22 : textLength(0), pos(0), begin(0), end(0) {
26 : textLength(length), pos(0), begin(0), end(length) {
33 : textLength(length), pos(position), begin(0), end(length) {
37 if(pos < 0) {
38 pos = 0;
39 } else if(pos > end) {
40 pos = end;
45 : textLength(length), pos(position), begin(textBegin), end(textEnd) {
59 if(pos < begin) {
60 pos
[all...]
H A Dutil_props.cpp19 * Parse an integer at pos, either of the form \d+ or of the form
22 * @param pos INPUT-OUTPUT parameter. On input, the first
26 int32_t ICU_Utility::parseInteger(const UnicodeString& rule, int32_t& pos, int32_t limit) { argument
29 int32_t p = pos;
62 pos = p;
68 * Parse a pattern string starting at offset pos. Keywords are
86 int32_t ICU_Utility::parsePattern(const UnicodeString& rule, int32_t pos, int32_t limit, argument
96 if (pos >= limit) {
99 c = rule.charAt(pos++);
105 pos
143 parseUnicodeIdentifier(const UnicodeString& str, int32_t& pos) argument
185 parseNumber(const UnicodeString& text, int32_t& pos, int8_t radix) argument
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.cpp31 collection::const_iterator pos, end = m_collection.end(); local
32 for (pos = m_collection.begin(); pos != end; ++pos)
35 if (pos->m_die->Tag() == die->Tag())
38 if (pos->m_byte_size < 0 || byte_size < 0 || pos->m_byte_size == byte_size)
41 if (pos->m_declaration == decl)
46 const DWARFDebugInfoEntry *parend_pos_die = pos->m_die->GetParent();
68 const char *parent_pos_die_name = parend_pos_die->GetName(pos
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducharstrie.h111 const UChar *pos; member in class:UCharsTrie::State
124 state.pos=pos_;
141 pos_=state.pos;
221 const UChar *pos=pos_; local
222 int32_t leadUnit=*pos++;
225 readValue(pos, leadUnit&0x7fff) : readNodeValue(pos, leadUnit);
238 const UChar *pos=pos_; local
240 return pos!=NULL && findUniqueValue(pos
382 readValue(const UChar *pos, int32_t leadUnit) argument
393 skipValue(const UChar *pos, int32_t leadUnit) argument
403 skipValue(const UChar *pos) argument
408 readNodeValue(const UChar *pos, int32_t leadUnit) argument
420 skipNodeValue(const UChar *pos, int32_t leadUnit) argument
432 jumpByDelta(const UChar *pos) argument
445 skipDelta(const UChar *pos) argument
[all...]
/external/icu/icu4c/source/common/unicode/
H A Ducharstrie.h111 const UChar *pos; member in class:UCharsTrie::State
124 state.pos=pos_;
141 pos_=state.pos;
221 const UChar *pos=pos_; local
222 int32_t leadUnit=*pos++;
225 readValue(pos, leadUnit&0x7fff) : readNodeValue(pos, leadUnit);
238 const UChar *pos=pos_; local
240 return pos!=NULL && findUniqueValue(pos
382 readValue(const UChar *pos, int32_t leadUnit) argument
393 skipValue(const UChar *pos, int32_t leadUnit) argument
403 skipValue(const UChar *pos) argument
408 readNodeValue(const UChar *pos, int32_t leadUnit) argument
420 skipNodeValue(const UChar *pos, int32_t leadUnit) argument
432 jumpByDelta(const UChar *pos) argument
445 skipDelta(const UChar *pos) argument
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DCheckMethodAdapter.java1011 int pos = 0;
1013 pos = checkFormalTypeParameters(signature, pos);
1015 pos = checkClassTypeSignature(signature, pos);
1016 while (getChar(signature, pos) == 'L') {
1017 pos = checkClassTypeSignature(signature, pos);
1019 if (pos != signature.length()) {
1021 + pos);
1083 checkFormalTypeParameters(final String signature, int pos) argument
1103 checkFormalTypeParameter(final String signature, int pos) argument
1126 checkFieldTypeSignature(final String signature, int pos) argument
1151 checkClassTypeSignature(final String signature, int pos) argument
1181 checkTypeArguments(final String signature, int pos) argument
1200 checkTypeArgument(final String signature, int pos) argument
1220 checkTypeVariableSignature( final String signature, int pos) argument
1239 checkTypeSignature(final String signature, int pos) argument
1265 checkIdentifier(final String signature, int pos) argument
1284 checkChar(final char c, final String signature, int pos) argument
1301 getChar(final String signature, int pos) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DMoveSelectionCommand.cpp44 Position pos = m_position; local
45 if (pos.isNull())
50 if (pos.anchorType() == Position::PositionIsOffsetInAnchor && selectionEnd.anchorType() == Position::PositionIsOffsetInAnchor
51 && selectionEnd.containerNode() == pos.containerNode() && selectionEnd.offsetInContainerNode() < pos.offsetInContainerNode()) {
52 pos.moveToOffset(pos.offsetInContainerNode() - selectionEnd.offsetInContainerNode());
55 if (selectionStart.anchorType() == Position::PositionIsOffsetInAnchor && selectionStart.containerNode() == pos.containerNode())
56 pos.moveToOffset(pos
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/pcm16b/
H A Dpcm16b.c49 int16_t pos; local
52 for (pos=0;pos<len;pos++) {
53 short1=HIGHEND & speech16b[pos];
54 short2=LOWEND & speech16b[pos];
56 speech8b[pos*2]=(unsigned char) short1;
57 speech8b[pos*2+1]=(unsigned char) short2;
95 int16_t pos; local
97 for (pos
[all...]
/external/javassist/src/main/javassist/convert/
H A DTransformWriteField.java29 public int transform(CtClass tclazz, int pos, CodeIterator iterator, argument
32 int c = iterator.byteAt(pos);
34 int index = iterator.u16bitAt(pos + 1);
40 iterator.move(pos);
44 pos = iterator.insertGap(3);
45 iterator.writeByte(ACONST_NULL, pos);
46 iterator.writeByte(DUP_X2, pos + 1);
47 iterator.writeByte(POP, pos + 2);
52 pos = iterator.insertGap(2);
53 iterator.writeByte(ACONST_NULL, pos);
[all...]
/external/chromium_org/chrome/common/
H A Dpref_names_util.cc20 size_t pos = pref_path.find('.', start); local
21 if (pos == std::string::npos || pos + 1 == pref_path.length())
24 *generic_family = pref_path.substr(start, pos - start);
26 *script = pref_path.substr(pos + 1);
/external/chromium_org/third_party/re2/util/
H A Dstringpiece.cc36 int StringPiece::copy(char* buf, size_type n, size_type pos) const {
37 int ret = min(length_ - pos, n);
38 memcpy(buf, ptr_ + pos, ret);
42 int StringPiece::find(const StringPiece& s, size_type pos) const {
43 if (length_ < 0 || pos > static_cast<size_type>(length_))
46 const char* result = std::search(ptr_ + pos, ptr_ + length_,
52 int StringPiece::find(char c, size_type pos) const {
53 if (length_ <= 0 || pos >= static_cast<size_type>(length_)) {
56 const char* result = std::find(ptr_ + pos, ptr_ + length_, c);
60 int StringPiece::rfind(const StringPiece& s, size_type pos) cons
81 substr(size_type pos, size_type n) const argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DToken.java10 private int pos; field in class:Token
34 return this.pos;
37 public void setPos(@SuppressWarnings("hiding") int pos) argument
39 this.pos = pos;
/external/regex-re2/util/
H A Dstringpiece.cc36 int StringPiece::copy(char* buf, size_type n, size_type pos) const {
37 int ret = min(length_ - pos, n);
38 memcpy(buf, ptr_ + pos, ret);
42 int StringPiece::find(const StringPiece& s, size_type pos) const {
43 if (length_ < 0 || pos > static_cast<size_type>(length_))
46 const char* result = std::search(ptr_ + pos, ptr_ + length_,
52 int StringPiece::find(char c, size_type pos) const {
53 if (length_ <= 0 || pos >= static_cast<size_type>(length_)) {
56 const char* result = std::find(ptr_ + pos, ptr_ + length_, c);
60 int StringPiece::rfind(const StringPiece& s, size_type pos) cons
81 substr(size_type pos, size_type n) const argument
[all...]
/external/lldb/source/Breakpoint/
H A DBreakpointLocationList.cpp98 collection::iterator pos, end = m_locations.end(); local
100 for (pos = m_locations.begin(); pos != end; ++pos)
102 BreakpointLocationSP break_loc = (*pos);
136 addr_map::const_iterator pos = m_address_to_location.find (so_addr); local
137 if (pos != m_address_to_location.end())
138 bp_loc_sp = pos->second;
152 collection::const_iterator pos, end = m_locations.end(); local
153 for (pos
185 collection::iterator pos, end = m_locations.end(); local
194 collection::iterator pos, end = m_locations.end(); local
208 collection::const_iterator pos, end = m_locations.end(); local
219 collection::const_iterator pos, end = m_locations.end(); local
232 collection::iterator pos, end = m_locations.end(); local
276 collection::iterator pos, end = m_locations.end(); local
[all...]

Completed in 439 milliseconds

1234567891011>>