HomeSort by relevance Sort by last modified time
    Searched refs:pos (Results 1001 - 1025 of 4804) sorted by null

<<41424344454647484950>>

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 260 char buf[2048], *pos, *pos2; local
316 pos = strchr(buf, '\n');
317 if (pos)
318 *pos = '\0';
406 pos = buf;
407 while (*pos) {
408 pos2 = strchr(pos, '\n');
411 if (strcmp(pos, ctrl_iface) != 0)
412 adapterSelect->addItem(pos);
414 pos = pos2 + 1
480 char buf[2048], *start, *end, *pos; local
831 char *pos = msg, *pos2; local
1167 int pos = cmd.indexOf(':'); local
1381 int pos = (*it).indexOf('=') + 1; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 183 int pos = currentPos; local
184 currentPos = nextOpcode(bytecode, pos);
185 return pos;
324 * before the instruction at the given index <code>pos</code>.
336 * might be different from pos since some other bytes might be
340 * @param pos the index at which a byte sequence is inserted.
343 public void insert(int pos, byte[] code) throws BadBytecode {
344 insert0(pos, code, false);
349 * before the instruction at the given index <code>pos</code>.
360 * @param pos the index at which a byte sequence is inserted
1268 int pos, orgPos; field in class:CodeIterator.Branch
    [all...]
  /external/lzma/C/
XzDec.c 349 p->pos[i] = 0;
423 srcCur = p->buf + (CODER_BUF_SIZE * (i - 1)) + p->pos[i - 1];
424 srcLenCur = p->size[i - 1] - p->pos[i - 1];
435 if (p->pos[i] != p->size[i])
453 p->pos[i - 1] += srcLenCur;
464 p->pos[i] = 0;
500 #define READ_VARINT_AND_CHECK(buf, pos, size, res) \
501 { unsigned s = Xz_ReadVarInt(buf + pos, size - pos, res); \
502 if (s == 0) return SZ_ERROR_ARCHIVE; pos += s; }
507 unsigned pos; local
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 111 u8 *pos = sm->assoc_resp_ies; local
113 os_memcpy(pos, ft.mdie - 2, ft.mdie_len + 2);
114 pos += ft.mdie_len + 2;
117 os_memcpy(pos, ft.ftie - 2, ft.ftie_len + 2);
118 pos += ft.ftie_len + 2;
120 sm->assoc_resp_ies_len = pos - sm->assoc_resp_ies;
152 u8 *buf, *pos, *ftie_len, *ftie_pos; local
165 pos = buf;
168 rsnie = (struct rsn_ie_hdr *) pos;
171 pos = (u8 *) (rsnie + 1)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 273 int pos = 0; field in class:ChunkedIntArray.ChunksVector
281 return pos;
286 if(pos >= m_mapSize)
289 while(pos >= m_mapSize)
297 m_map[pos] = value;
298 pos++;
301 final int[] elementAt(int pos)
303 return m_map[pos];
DTMNodeList.java 74 int pos = dtmIterator.getCurrentPos(); local
82 m_iter.setCurrentPos(pos);
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon-inl.h 123 std::string::size_type pos = query_.find(name, 1);
124 if (std::string::npos == pos)
127 pos += name.length() + 1;
128 if ((pos > query_.length()) || (static_cast<CTYPE>('=') != query_[pos-1]))
131 std::string::size_type end = query_.find(static_cast<CTYPE>('&'), pos);
135 value->assign(query_.substr(pos, end - pos));
  /external/chromium_org/chrome/test/perf/
tab_switching_test.cc 126 std::string::size_type pos = contents.find( local
131 ASSERT_NE(pos, std::string::npos) <<
136 pos = contents.find(average_str, pos);
137 comma_pos = contents.find(",", pos);
138 pos += average_str.length();
139 number_length = comma_pos - pos;
140 average = atoi(contents.substr(pos, number_length).c_str());
  /external/chromium_org/third_party/icu/source/i18n/
fphdlimp.h 34 FieldPosition& pos; member in class:FieldPositionOnlyHandler
37 FieldPositionOnlyHandler(FieldPosition& pos);
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon-inl.h 128 std::string::size_type pos = query_.find(name, 1);
129 if (std::string::npos == pos)
132 pos += name.length() + 1;
133 if ((pos > query_.length()) || (static_cast<CTYPE>('=') != query_[pos-1]))
136 std::string::size_type end = query_.find(static_cast<CTYPE>('&'), pos);
140 value->assign(query_.substr(pos, end - pos));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_shader_semantics.h 37 int pos; member in struct:r300_shader_semantics
52 info->pos = ATTR_UNUSED;
  /external/hyphenation/
hyphen.h 116 rep, pos, cut: pointers (point to the allocated and _zeroed_ buffers
125 pos: NULL, or difference of the actual position and the beginning
130 Note: rep, pos, cut are complementary arrays to the hyphens, indexed with the
136 output: rep[5]="ff=f", pos[5] = 1, cut[5] = 2
138 Note: hnj_hyphen_hyphenate2() can allocate rep, pos, cut (word_size
142 int * pos = NULL;
145 hnj_hyphen_hyphenate2(dict, "example", 7, hyphens, NULL, &rep, &pos, &cut);
153 char *hyphenated_word, char *** rep, int ** pos, int ** cut);
164 char *hyphword, char *** rep, int ** pos, int ** cut,
  /external/icu4c/i18n/
fphdlimp.h 34 FieldPosition& pos; member in class:FieldPositionOnlyHandler
37 FieldPositionOnlyHandler(FieldPosition& pos);
  /external/mesa3d/src/gallium/drivers/r300/
r300_shader_semantics.h 37 int pos; member in struct:r300_shader_semantics
52 info->pos = ATTR_UNUSED;
  /external/oprofile/libop/
op_xml_out.c 180 char *pos = (char*)str; local
189 if (size < strlen(pos) + 2)
196 while (*pos) {
197 switch(*pos) {
211 *buf = *pos;
212 pos++;
218 pos++;
224 if (size < strlen(pos))
  /external/wpa_supplicant_8/src/eap_server/
eap_server_identity.c 85 const u8 *pos; local
88 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_IDENTITY,
90 if (pos == NULL) {
103 const u8 *pos; local
116 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_IDENTITY,
118 if (pos == NULL)
121 wpa_hexdump_ascii(MSG_DEBUG, "EAP-Identity: Peer identity", pos, len);
129 os_memcpy(sm->identity, pos, len);
eap_server_vendor_test.c 94 const u8 *pos; local
97 pos = eap_hdr_validate(EAP_VENDOR_ID, EAP_VENDOR_TYPE, respData, &len);
98 if (pos == NULL || len < 1) {
111 const u8 *pos; local
114 pos = eap_hdr_validate(EAP_VENDOR_ID, EAP_VENDOR_TYPE, respData, &len);
115 if (pos == NULL || len < 1)
119 if (*pos == 2)
124 if (*pos == 4)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c4t64fx.c 103 Word16 nb_pos_ix, /* (i) nb of pos for pulse 1 (1..8) */
136 Word16 st, ix, iy, pos, index, track, nb_pulse, nbiter, j_temp; local
300 pos = 0;
311 pos = j;
314 dn2[pos] = (k - NB_MAX); /* dn2 < 0 when position is selected */
317 pos_max[i] = pos;
412 pos = MSIZE - 1;
417 p3 = &rrixiy[2][pos];
418 p2 = &rrixiy[1][pos];
419 p1 = &rrixiy[0][pos];
836 Word32 i, j, pos, corr; local
908 Word32 i, j, pos, corr; local
979 Word32 x, y, pos, thres_ix; local
    [all...]
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_input.cpp 62 bool FileWrapperInput::Seek(uint32_t pos) {
63 return 0 == fseek(_file, (long) pos, SEEK_SET);
  /libcore/crypto/src/main/java/org/conscrypt/
SSLEngineDataStream.java 73 int pos = 0; local
77 res[pos++] = srcs[offset].get();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionCursorWrapper.java 49 public void moveTo(int pos) {
51 mCursor.moveTo(pos);
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DateSortedDownloadAdapter.java 55 int pos = mDownloadList.getExpandableListView().getFlatListPosition( local
57 mDelegate.bindView(convertView, pos);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 54 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); local
55 entry* const p_e = m_entries + pos;
erase_store_hash_fn_imps.hpp 52 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); local
54 entry* const p_e = m_entries + pos;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 112 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos, const PB_DS_CLASS_C_DEC* p_tbl) : const_point_iterator_(p_value),
114 m_pos(pos)

Completed in 485 milliseconds

<<41424344454647484950>>