Searched refs:pos (Results 126 - 150 of 3861) sorted by relevance

1234567891011>>

/external/javassist/src/main/javassist/convert/
H A DTransformNew.java50 public int transform(CtClass clazz, int pos, CodeIterator iterator, argument
54 int c = iterator.byteAt(pos);
56 index = iterator.u16bitAt(pos + 1);
58 if (iterator.byteAt(pos + 3) != DUP)
62 iterator.writeByte(NOP, pos);
63 iterator.writeByte(NOP, pos + 1);
64 iterator.writeByte(NOP, pos + 2);
65 iterator.writeByte(NOP, pos + 3);
71 smt.removeNew(pos);
76 sm.removeNew(pos);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInsertLineBreakCommand.cpp80 Position pos(caret.deepEquivalent());
82 pos = positionAvoidingSpecialElementBoundary(pos);
84 pos = positionOutsideTabSpan(pos);
87 if (shouldUseBreakElement(pos))
95 bool needExtraLineBreak = !isHTMLHRElement(*pos.deprecatedNode()) && !isHTMLTableElement(*pos.deprecatedNode());
97 insertNodeAt(nodeToInsert.get(), pos);
104 } else if (pos
[all...]
/external/oprofile/libdb/
H A Ddb_debug.c19 odb_node_nr_t pos; local
24 for (pos = 0 ; pos < data->descr->size * BUCKET_FACTOR ; ++pos) {
26 odb_index_t index = data->hash_base[pos];
43 index = data->hash_base[pos];
57 index = data->hash_base[pos];
71 odb_node_nr_t pos; local
76 for (pos = 1 ; pos < dat
91 odb_node_nr_t pos; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c55 char *pos; local
59 pos = val;
60 while (pos) {
61 if (*pos == '\0')
63 if (hwaddr_aton(pos, addr)) {
76 pos = os_strchr(pos, ' ');
77 if (pos)
78 pos++;
92 char *pos; local
213 wpas_ctrl_set_blob(struct wpa_supplicant *wpa_s, char *pos) argument
255 char *pos; local
373 char *pos; local
729 char *pos; local
773 char *pos; local
836 char *pos; local
892 wpa_supplicant_ctrl_iface_wps_nfc_tag_read( struct wpa_supplicant *wpa_s, char *pos) argument
980 char *pos; local
1063 char *pos, *pos2; local
1111 char *pos, *role, *type, *pos2; local
1281 char *pos; local
1338 char *uuid = cmd, *pin, *pos; local
1486 char *pos, *id_pos; local
1524 char *pos, *end, tmp[30]; local
1810 char *pos; local
1847 char *pos, *end; local
1937 char *pos, *end, *stamp; local
1987 char *pos, *end, *prev; local
2051 wpa_supplicant_cipher_txt(char *pos, char *end, int cipher) argument
2066 wpa_supplicant_ie_txt(char *pos, char *end, const char *proto, const u8 *ie, size_t ie_len) argument
2160 wpa_supplicant_wps_ie_txt_buf(struct wpa_supplicant *wpa_s, char *pos, char *end, struct wpabuf *wps_ie) argument
2187 wpa_supplicant_wps_ie_txt(struct wpa_supplicant *wpa_s, char *pos, char *end, const struct wpa_bss *bss) argument
2206 char *pos, *end; local
2310 char *pos, *end; local
2339 char *pos; local
2738 char *pos, *end; local
3024 char *pos, *end; local
3060 char *pos, *end; local
3096 char *pos, *end; local
3149 char *pos, *end; local
3191 char *pos, *end; local
3239 char *pos, *end; local
3279 char *pos, *end, *hmode; local
3329 char *pos, *end, *hmode; local
3454 anqp_add_hex(char *pos, char *end, const char *title, struct wpabuf *data) argument
3493 char *pos, *end; local
4030 char *pos; local
4075 char *pos, *pos2; local
4201 char *pos; local
4244 char *pos; local
4315 char *pos, *pos2; local
4370 char *pos; local
4419 char *pos; local
4436 char *pos; local
4479 char *pos; local
4496 char *pos; local
4527 char *pos; local
4577 char *pos; local
4641 char *pos; local
4674 char *pos, *end; local
4833 char *pos; local
4923 char *pos; local
4962 char *pos; local
5017 char *pos, *pos2; local
5049 char *pos; local
5067 const char *pos; local
5131 char *pos; local
5173 char *pos; local
5216 char *pos, *end; local
5281 char *pos; local
5355 char *pos; local
5518 char *pos; local
5584 char *pos, *end; local
5677 char *pos; local
5816 char *pos, *end; local
5882 char *pos, *pos2; local
6023 const char *pos = value; local
6043 char *pos; local
6143 char *pos, *param; local
6220 char *pos, *param; local
6313 char *pos = cmd; local
6390 char *pos = cmd; local
7064 char *pos; local
7171 char *pos, *end; local
7212 char *pos, *end; local
7422 char *pos, *end; local
7477 char *pos = os_strchr(buf + 7, ' '); local
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dasn1.c27 const u8 *pos, *end; local
31 pos = buf;
34 hdr->identifier = *pos++;
41 if (pos >= end) {
46 tmp = *pos++;
54 tmp = *pos++;
68 if (pos >= end) {
73 hdr->length = (hdr->length << 8) | *pos++;
80 if (end < pos || hdr->length > (unsigned int) (end - pos)) {
92 const u8 *pos, *end; local
156 char *pos = buf; local
197 const u8 *pos = buf; local
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dasn1.c27 const u8 *pos, *end; local
31 pos = buf;
34 hdr->identifier = *pos++;
41 if (pos >= end) {
46 tmp = *pos++;
54 tmp = *pos++;
68 if (pos >= end) {
73 hdr->length = (hdr->length << 8) | *pos++;
80 if (end < pos || hdr->length > (unsigned int) (end - pos)) {
92 const u8 *pos, *end; local
156 char *pos = buf; local
197 const u8 *pos = buf; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dasn1.c27 const u8 *pos, *end; local
31 pos = buf;
34 hdr->identifier = *pos++;
41 if (pos >= end) {
46 tmp = *pos++;
54 tmp = *pos++;
68 if (pos >= end) {
73 hdr->length = (hdr->length << 8) | *pos++;
80 if (end < pos || hdr->length > (unsigned int) (end - pos)) {
92 const u8 *pos, *end; local
156 char *pos = buf; local
197 const u8 *pos = buf; local
[all...]
/external/emma/core/java12/com/vladium/util/
H A DByteArrayOStream.java51 final int pos = m_pos;
52 final int capacity = pos + 2;
60 if (pos < NATIVE_COPY_THRESHOLD)
61 for (int i = 0; i < pos; ++ i) newbuf [i] = mbuf [i];
63 System.arraycopy (mbuf, 0, newbuf, 0, pos);
68 mbuf [pos] = (byte) b1;
69 mbuf [pos + 1] = (byte) b2;
75 final int pos = m_pos;
76 final int capacity = pos + 3;
84 if (pos < NATIVE_COPY_THRESHOL
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpeerkey_auth.c56 u8 *pos; local
62 pos = kde;
65 pos = wpa_add_kde(pos, RSN_KEY_DATA_MAC_ADDR, peer, ETH_ALEN,
71 pos = wpa_add_kde(pos, RSN_KEY_DATA_ERROR,
77 NULL, NULL, kde, pos - kde, 0, 0, 0);
86 u8 *buf, *pos; local
123 pos = buf + kde.rsn_ie_len;
125 pos
151 u8 *buf, *pos; local
204 u8 *buf, *pos; local
260 u8 smk[32], buf[ETH_ALEN + 8 + 2 * WPA_NONCE_LEN], *pos; local
372 struct wpa_stsl_negotiation *pos, *prev; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dpeerkey_auth.c56 u8 *pos; local
62 pos = kde;
65 pos = wpa_add_kde(pos, RSN_KEY_DATA_MAC_ADDR, peer, ETH_ALEN,
71 pos = wpa_add_kde(pos, RSN_KEY_DATA_ERROR,
77 NULL, NULL, kde, pos - kde, 0, 0, 0);
86 u8 *buf, *pos; local
123 pos = buf + kde.rsn_ie_len;
125 pos
151 u8 *buf, *pos; local
204 u8 *buf, *pos; local
260 u8 smk[32], buf[ETH_ALEN + 8 + 2 * WPA_NONCE_LEN], *pos; local
372 struct wpa_stsl_negotiation *pos, *prev; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dpeerkey_auth.c56 u8 *pos; local
62 pos = kde;
65 pos = wpa_add_kde(pos, RSN_KEY_DATA_MAC_ADDR, peer, ETH_ALEN,
71 pos = wpa_add_kde(pos, RSN_KEY_DATA_ERROR,
77 NULL, NULL, kde, pos - kde, 0, 0, 0);
86 u8 *buf, *pos; local
123 pos = buf + kde.rsn_ie_len;
125 pos
151 u8 *buf, *pos; local
204 u8 *buf, *pos; local
260 u8 smk[32], buf[ETH_ALEN + 8 + 2 * WPA_NONCE_LEN], *pos; local
372 struct wpa_stsl_negotiation *pos, *prev; local
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c38 char buf[128], *pos, *pos2; local
53 pos = buf;
54 while (*pos != '\0') {
55 if (*pos == '\n') {
56 *pos = '\0';
59 pos++;
66 pos = buf + 1;
68 vlan_id = strtol(buf, &pos, 10);
69 if (buf == pos || vlan_id < 1 ||
78 while (*pos
124 char buf[128], *pos; local
217 char buf[512], *pos, *start, *pos2; local
549 const char *pos; local
762 char *pos, *end; local
840 char *pos; local
873 char *pos; local
935 char *pos, *next; local
981 char *pos, *next; local
1158 parse_roaming_consortium(struct hostapd_bss_config *bss, char *pos, int line) argument
1190 parse_lang_string(struct hostapd_lang_string **array, unsigned int *count, char *pos) argument
1238 parse_venue_name(struct hostapd_bss_config *bss, char *pos, int line) argument
1254 char *pos; local
1330 char *pos, *end, *rpos; local
1470 char *pos = buf; local
1514 char *pos; local
1548 char *pos; local
1609 hs20_parse_oper_friendly_name(struct hostapd_bss_config *bss, char *pos, int line) argument
1622 hs20_parse_icon(struct hostapd_bss_config *bss, char *pos) argument
1675 hs20_parse_osu_ssid(struct hostapd_bss_config *bss, char *pos, int line) argument
1696 hs20_parse_osu_server_uri(struct hostapd_bss_config *bss, char *pos, int line) argument
1716 hs20_parse_osu_friendly_name(struct hostapd_bss_config *bss, char *pos, int line) argument
1735 hs20_parse_osu_nai(struct hostapd_bss_config *bss, char *pos, int line) argument
1752 hs20_parse_osu_method_list(struct hostapd_bss_config *bss, char *pos, int line) argument
1769 hs20_parse_osu_icon(struct hostapd_bss_config *bss, char *pos, int line) argument
1793 hs20_parse_osu_service_desc(struct hostapd_bss_config *bss, char *pos, int line) argument
1839 hostapd_config_fill(struct hostapd_config *conf, struct hostapd_bss_config *bss, char *buf, char *pos, int line) argument
3182 char buf[512], *pos; local
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DInstructionPrinter.java48 int pos;
50 pos = iterator.next();
55 stream.println(pos + ": " + instructionString(iterator, pos, pool));
59 public static String instructionString(CodeIterator iter, int pos, ConstPool pool) { argument
60 int opcode = iter.byteAt(pos);
63 throw new IllegalArgumentException("Invalid opcode, opcode: " + opcode + " pos: "+ pos);
68 return opstring + " " + iter.byteAt(pos + 1);
70 return opstring + " " + iter.s16bitAt(pos
148 wide(CodeIterator iter, int pos) argument
223 lookupSwitch(CodeIterator iter, int pos) argument
242 tableSwitch(CodeIterator iter, int pos) argument
[all...]
/external/jhead/
H A Diptc.c58 unsigned char * pos = Data + sizeof(short); // position data pointer after length field local
65 if (memcmp(pos, IptcSig1, sizeof(IptcSig1)-1) != 0) goto badsig;
66 pos += sizeof(IptcSig1); // move data pointer to the next field
68 if (memcmp(pos, IptcSig2, sizeof(IptcSig2)-1) != 0) goto badsig;
69 pos += sizeof(IptcSig2)-1; // move data pointer to the next field
71 if (memcmp(pos, IptcSig3, sizeof(IptcSig3)) != 0){
78 pos += sizeof(IptcSig3); // move data pointer to the next field
80 if (pos >= maxpos) goto corrupt;
85 headerLen = *pos++; // get header length and move data pointer to the next field
86 pos
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Darray-functions-prototype-misc.js125 var pos = poses[pos_pos];
126 if (pos > 100) {
127 var a = new_function(pos);
128 assertEquals(pos, a.length);
130 assertEquals(pos + 1, a.length);
133 var c = splice_function(a, 10, pos - 20);
134 assertEquals(pos - 20, c.length);
140 the_prototype["" + (pos + 1)] = 'baz';
148 if (pos == 0) {
153 var a = new_function(pos);
[all...]
/external/libnl/include/netlink/
H A Dlist.h67 #define nl_list_at_tail(pos, head, member) \
68 ((pos)->member.next == (head))
70 #define nl_list_at_head(pos, head, member) \
71 ((pos)->member.prev == (head))
79 #define nl_list_for_each_entry(pos, head, member) \
80 for (pos = nl_list_entry((head)->next, typeof(*pos), member); \
81 &(pos)->member != (head); \
82 (pos) = nl_list_entry((pos)
[all...]
/external/lldb/source/Core/
H A DValueObjectList.cpp110 collection::iterator pos, end = m_value_objects.end(); local
111 for (pos = m_value_objects.begin(); pos != end; ++pos)
113 ValueObject *valobj = (*pos).get();
116 val_obj_sp = *pos;
127 collection::iterator pos, end = m_value_objects.end(); local
129 for (pos = m_value_objects.begin(); pos != end; ++pos)
148 collection::iterator pos, end = m_value_objects.end(); local
[all...]
/external/chromium_org/ui/accessibility/
H A Dax_text_utils.cc45 size_t pos; local
49 pos = result;
53 pos = result - 1;
62 if (IsWhitespace(text[pos]))
66 if (text[pos] == '\n')
70 if ((text[pos] == '.' || text[pos] == '!' || text[pos] == '?') &&
71 (pos == text_size - 1 || IsWhitespace(text[pos
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dintlist.h59 * @pos: the &struct int_node to use as a loop cursor.
62 #define intlist__for_each(pos, ilist) \
63 for (pos = intlist__first(ilist); pos; pos = intlist__next(pos))
68 * @pos: the &struct int_node to use as a loop cursor.
72 #define intlist__for_each_safe(pos, n, ilist) \
73 for (pos = intlist__first(ilist), n = intlist__next(pos); po
[all...]
/external/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java58 int pos = _pos - distance - 1;
59 if (pos < 0)
60 pos += _windowSize;
63 if (pos >= _windowSize)
64 pos = 0;
65 _buffer[_pos++] = _buffer[pos++];
80 int pos = _pos - distance - 1;
81 if (pos < 0)
82 pos += _windowSize;
83 return _buffer[pos];
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-cbc.c28 u8 *pos = data; local
39 cbc[j] ^= pos[j];
41 os_memcpy(pos, cbc, AES_BLOCK_SIZE);
42 pos += AES_BLOCK_SIZE;
61 u8 *pos = data; local
71 os_memcpy(tmp, pos, AES_BLOCK_SIZE);
72 aes_decrypt(ctx, pos, pos);
74 pos[j] ^= cbc[j];
76 pos
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Daes-cbc.c28 u8 *pos = data; local
39 cbc[j] ^= pos[j];
41 os_memcpy(pos, cbc, AES_BLOCK_SIZE);
42 pos += AES_BLOCK_SIZE;
61 u8 *pos = data; local
71 os_memcpy(tmp, pos, AES_BLOCK_SIZE);
72 aes_decrypt(ctx, pos, pos);
74 pos[j] ^= cbc[j];
76 pos
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-cbc.c28 u8 *pos = data; local
39 cbc[j] ^= pos[j];
41 os_memcpy(pos, cbc, AES_BLOCK_SIZE);
42 pos += AES_BLOCK_SIZE;
61 u8 *pos = data; local
71 os_memcpy(tmp, pos, AES_BLOCK_SIZE);
72 aes_decrypt(ctx, pos, pos);
74 pos[j] ^= cbc[j];
76 pos
[all...]
/external/apache-http/src/org/apache/http/impl/auth/
H A DAuthSchemeBase.java90 int pos;
93 pos = ((FormattedHeader) header).getValuePos();
101 pos = 0;
103 while (pos < buffer.length() && HTTP.isWhitespace(buffer.charAt(pos))) {
104 pos++;
106 int beginIndex = pos;
107 while (pos < buffer.length() && !HTTP.isWhitespace(buffer.charAt(pos))) {
108 pos
119 parseChallenge( CharArrayBuffer buffer, int pos, int len) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dhash.c101 GLuint pos; local
103 for (pos = 0; pos < TABLE_SIZE; pos++) {
104 struct HashEntry *entry = table->Table[pos];
129 GLuint pos; local
135 pos = HASH_FUNC(key);
136 entry = table->Table[pos];
179 GLuint pos; local
190 pos
233 GLuint pos; local
287 GLuint pos; local
325 GLuint pos; local
352 GLuint pos; local
376 GLuint pos; local
420 GLuint pos; local
489 GLuint pos, count = 0; local
[all...]

Completed in 519 milliseconds

1234567891011>>