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

<<41424344454647484950>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/
iter.pass.cpp 21 test(S s, typename S::difference_type pos, S expected)
23 typename S::const_iterator p = s.begin() + pos;
27 assert(i - s.begin() == pos);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
MockRespondMatrixCursor.java 46 final int pos = getPosition(); local
47 if (pos >= mResultList.size()) {
52 final Map<String, Object> rowData = mResultList.get(pos);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStepIndicatorView.java 45 final float pos = stepPos * partionWidth + partionWidth / 2.0f; local
46 mXRatio = (layoutDirection == ViewCompatUtils.LAYOUT_DIRECTION_RTL) ? 1.0f - pos : pos;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dynamic_patricia_trie_reading_utils.h 33 static int getForwardLinkPosition(const uint8_t *const buffer, const int pos);
40 int *const pos);
44 static int readChildrenPositionAndAdvancePosition(const uint8_t *const buffer, int *const pos);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
buffer_with_extendable_buffer.h 81 bool writeUintAndAdvancePosition(const uint32_t data, const int size, int *const pos);
84 const bool writesTerminator, int *const pos);
102 // Returns if it is possible to write size-bytes from pos. When pos is at the tail position of
104 bool checkAndPrepareWriting(const int pos, const int size);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 54 erase_in_pos_imp(const_key_reference r_key, size_type pos)
57 entry_pointer p_e = m_entries[pos];
71 erase_entry_pointer(m_entries[pos]);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
base.h 347 difference_type pos; member in class:__gnu_parallel::pseudo_sequence_iterator
350 pseudo_sequence_iterator(const T& val, difference_type pos)
351 : val(val), pos(pos) { }
357 ++pos;
364 { return type(pos++); }
376 { return pos == i2.pos; }
380 { return pos != i2.pos; }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 54 erase_in_pos_imp(const_key_reference r_key, size_type pos)
57 entry_pointer p_e = m_entries[pos];
71 erase_entry_pointer(m_entries[pos]);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 54 erase_in_pos_imp(const_key_reference r_key, size_type pos)
57 entry_pointer p_e = m_entries[pos];
71 erase_entry_pointer(m_entries[pos]);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 54 erase_in_pos_imp(const_key_reference r_key, size_type pos)
57 entry_pointer p_e = m_entries[pos];
71 erase_entry_pointer(m_entries[pos]);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 54 erase_in_pos_imp(const_key_reference r_key, size_type pos)
57 entry_pointer p_e = m_entries[pos];
71 erase_entry_pointer(m_entries[pos]);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 54 erase_in_pos_imp(const_key_reference r_key, size_type pos)
57 entry_pointer p_e = m_entries[pos];
71 erase_entry_pointer(m_entries[pos]);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 54 erase_in_pos_imp(const_key_reference r_key, size_type pos)
57 entry_pointer p_e = m_entries[pos];
71 erase_entry_pointer(m_entries[pos]);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 54 erase_in_pos_imp(const_key_reference r_key, size_type pos)
57 entry_pointer p_e = m_entries[pos];
71 erase_entry_pointer(m_entries[pos]);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
erase_no_store_hash_fn_imps.hpp 54 erase_in_pos_imp(const_key_reference r_key, size_type pos)
57 entry_pointer p_e = m_entries[pos];
71 erase_entry_pointer(m_entries[pos]);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dumbdbm.py 51 # "%r, (%d, %d)\n" % (key, pos, siz)
52 # where key is the string key, pos is the offset into the dat
65 self._index = None # maps keys to (pos, siz) pairs
119 pos, siz = self._index[key] # may raise KeyError
121 f.seek(pos)
133 pos = int(f.tell())
134 npos = ((pos + _BLOCKSIZE - 1) // _BLOCKSIZE) * _BLOCKSIZE
135 f.write('\0'*(npos-pos))
136 pos = npos
139 return (pos, len(val)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dumbdbm.py 51 # "%r, (%d, %d)\n" % (key, pos, siz)
52 # where key is the string key, pos is the offset into the dat
65 self._index = None # maps keys to (pos, siz) pairs
119 pos, siz = self._index[key] # may raise KeyError
121 f.seek(pos)
133 pos = int(f.tell())
134 npos = ((pos + _BLOCKSIZE - 1) // _BLOCKSIZE) * _BLOCKSIZE
135 f.write('\0'*(npos-pos))
136 pos = npos
139 return (pos, len(val)
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 804 int pos = bufferSize - bufferPos; local
805 System.arraycopy(buffer, bufferPos, bytes, 0, pos);
813 while (size - pos > bufferSize) {
814 System.arraycopy(buffer, 0, bytes, pos, bufferSize);
815 pos += bufferSize;
820 System.arraycopy(buffer, 0, bytes, pos, size - pos);
821 bufferPos = size - pos;
849 int pos = 0; local
850 while (pos < chunk.length)
867 int pos = originalBufferSize - originalBufferPos; local
904 int pos = bufferSize - bufferPos; local
    [all...]
  /external/llvm/utils/lit/lit/
ShUtil.py 10 self.pos = 0
15 c = self.data[self.pos]
16 self.pos += 1
20 return self.data[self.pos]
26 if self.data[self.pos] == c:
27 self.pos += 1
33 chunk = self.data[self.pos - 1:].split(None, 1)[0]
42 self.pos = self.pos - 1 + len(chunk)
50 while self.pos != self.end
    [all...]
  /external/marisa-trie/lib/marisa/
trie-inline.h 148 std::size_t &pos) const {
163 trie_->trie_match<T>(get_link(node, link_id), query, pos) :
164 tail_match<T>(node, link_id, query, pos);
167 } else if (next_pos != pos) {
168 pos = next_pos;
171 } else if (labels_[node] == query[pos]) {
172 ++pos;
185 std::size_t pos = 0; local
189 if (!callback(node_to_key_id(node), pos)) {
193 } while (!query.ends_at(pos) && find_child<T>(node, query, pos))
237 std::size_t pos = 0; local
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-inline.h 149 std::size_t &pos) const {
164 trie_->trie_match<T>(get_link(node, link_id), query, pos) :
165 tail_match<T>(node, link_id, query, pos);
168 } else if (next_pos != pos) {
169 pos = next_pos;
172 } else if (labels_[node] == query[pos]) {
173 ++pos;
186 std::size_t pos = 0; local
190 if (!callback(node_to_key_id(node), pos)) {
194 } while (!query.ends_at(pos) && find_child<T>(node, query, pos))
242 std::size_t pos = 0; local
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 749 int pos = bufferSize - bufferPos; local
750 System.arraycopy(buffer, bufferPos, bytes, 0, pos);
758 while (size - pos > bufferSize) {
759 System.arraycopy(buffer, 0, bytes, pos, bufferSize);
760 pos += bufferSize;
765 System.arraycopy(buffer, 0, bytes, pos, size - pos);
766 bufferPos = size - pos;
794 int pos = 0; local
795 while (pos < chunk.length)
812 int pos = originalBufferSize - originalBufferPos; local
849 int pos = bufferSize - bufferPos; local
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 685 int pos = bufferSize - bufferPos; local
686 System.arraycopy(buffer, bufferPos, bytes, 0, pos);
694 while (size - pos > bufferSize) {
695 System.arraycopy(buffer, 0, bytes, pos, bufferSize);
696 pos += bufferSize;
701 System.arraycopy(buffer, 0, bytes, pos, size - pos);
702 bufferPos = size - pos;
732 int pos = 0; local
733 while (pos < chunk.length)
750 int pos = originalBufferSize - originalBufferPos; local
788 int pos = bufferSize - bufferPos; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_psk.c 180 const u8 *pos; local
182 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PSK, respData, &len);
183 if (pos == NULL || len < 1) {
187 t = EAP_PSK_FLAGS_GET_T(*pos);
218 u8 *pos, mac[EAP_PSK_MAC_LEN], *buf; local
304 pos = buf + data->id_p_len;
305 os_memcpy(pos, sm->server_id, sm->server_id_len);
306 pos += sm->server_id_len;
307 os_memcpy(pos, data->rand_s, EAP_PSK_RAND_LEN);
308 pos += EAP_PSK_RAND_LEN
336 const u8 *pos, *tag; local
413 const u8 *pos; local
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserTokenManager.java 32 private final int jjStopStringLiteralDfa_0(int pos, long active0)
34 switch (pos)
58 private final int jjStartNfa_0(int pos, long active0)
60 return jjMoveNfa_0(jjStopStringLiteralDfa_0(pos, active0), pos + 1);
62 private final int jjStopAtPos(int pos, int kind)
65 jjmatchedPos = pos;
66 return pos + 1;
68 private final int jjStartNfaWithStates_0(int pos, int kind, int state)
71 jjmatchedPos = pos;
    [all...]

Completed in 787 milliseconds

<<41424344454647484950>>