/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/ |
CAVLCReader.java | 167 String pos = String.valueOf(bitsRead - debugBits.length()); local 168 spaces = 8 - pos.length(); 170 traceBuilder.append("@" + pos);
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
MessageDigestAlgorithm.java | 217 int pos = 0; local 220 c[pos++] = toHex[(b[i] >> 4) & 0x0F]; 221 c[pos++] = toHex[b[i] & 0x0f];
|
/external/openfst/src/include/fst/ |
const-fst.h | 92 A *Arcs(StateId s) { return arcs_ + states_[s].pos; } 103 data->arcs = arcs_ + states_[s].pos; 114 Unsigned pos; // Start of state's arcs in *arcs_ member in struct:fst::ConstFstImpl::State 180 size_t pos = 0; local 183 states_[s].pos = pos; 196 arcs_[pos++] = arc; 382 size_t pos = 0, states = 0; local 386 state.pos = pos; [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
ByteString.java | 161 int pos = 0; local 163 System.arraycopy(str.bytes, 0, bytes, pos, str.size()); 164 pos += str.size();
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/ |
SDL_sysjoystick.c | 777 Uint8 pos = 0; local 788 pos = SDL_HAT_UP; 791 pos = SDL_HAT_RIGHTUP; 794 pos = SDL_HAT_RIGHT; 797 pos = SDL_HAT_RIGHTDOWN; 800 pos = SDL_HAT_DOWN; 803 pos = SDL_HAT_LEFTDOWN; 806 pos = SDL_HAT_LEFT; 809 pos = SDL_HAT_LEFTUP; 816 pos = SDL_HAT_CENTERED [all...] |
/external/smack/src/org/jivesoftware/smack/util/ |
DNSUtil.java | 221 int pos = 0; local 225 pos++; 227 return pos;
|
/frameworks/base/core/java/android/widget/ |
MediaController.java | 388 int pos; 394 pos = setProgress(); 397 sendMessageDelayed(msg, 1000 - (pos % 1000)); 428 long pos = 1000L * position / duration; local 429 mProgress.setProgress( (int) pos); 620 int pos = mPlayer.getCurrentPosition(); 621 pos -= 5000; // milliseconds 622 mPlayer.seekTo(pos); 631 int pos = mPlayer.getCurrentPosition(); 632 pos += 15000; // millisecond [all...] |
/frameworks/base/core/jni/android/graphics/ |
Shader.cpp | 122 SkScalar* pos = NULL; local 127 pos = (SkScalar*)storage.get(); 129 pos[i] = SkFloatToScalar(posValues[i]); 135 pos, count, 269 SkScalar* pos = NULL; local 274 pos = (SkScalar*)storage.get(); 276 pos[i] = SkFloatToScalar(posValues[i]); 282 pos, count, 373 SkScalar* pos = NULL; local 378 pos = (SkScalar*)storage.get() [all...] |
/frameworks/base/core/jni/ |
android_util_StringBlock.cpp | 112 const ResStringPool_span* pos = spans; local 114 while (pos->name.index != ResStringPool_span::END) { 116 pos++;
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
LevelListDrawable.java | 173 int pos = addChild(drawable); local 174 mLows[pos] = low; 175 mHighs[pos] = high;
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CertFactoryImpl.java | 753 private int pos = -1; field in class:X509CertFactoryImpl.RestoringInputStream 768 return (bar - pos) + inStream.available(); 778 if (pos < 0) { 779 pos = 0; 783 end = (pos + BUFF_SIZE - 1) % BUFF_SIZE; [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.of/ |
char_size.pass.cpp | 12 // size_type find_first_of(charT c, size_type pos = 0) const; 21 test(const S& s, typename S::value_type c, typename S::size_type pos, 24 assert(s.find_first_of(c, pos) == x); 26 assert(pos <= x && x < s.size());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.last.of/ |
char_size.pass.cpp | 12 // size_type find_last_of(charT c, size_type pos = npos) const; 21 test(const S& s, typename S::value_type c, typename S::size_type pos, 24 assert(s.find_last_of(c, pos) == x); 26 assert(x <= pos && x < s.size());
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationPagerController.java | 106 final int pos = mPagerAdapter.getConversationPosition(initialConversation); local 107 if (pos >= 0) { 108 mPager.setCurrentItem(pos); 136 LogUtils.d(LOG_TAG, "*** pager fragment init pos=%d", initialPos);
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
ByteArrayOutputStream.java | 275 int pos = 0;
local 279 System.arraycopy(buf, 0, newbuf, pos, c);
280 pos += c;
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
dictionary.cpp | 91 int pos = getDictionaryStructurePolicy()->getTerminalNodePositionOfWord(word, length, local 93 if (NOT_A_DICT_POS == pos) { 96 return getDictionaryStructurePolicy()->getUnigramProbabilityOfPtNode(pos);
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/ |
dynamic_patricia_trie_gc_event_listeners.cpp | 73 int pos = node->getBigramsPos(); local 74 if (pos != NOT_A_DICT_POS) { 76 if (!mBigramPolicy->updateAllBigramEntriesAndDeleteUselessEntries(&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_/ |
gp_ht_map_.hpp | 392 insert_new_imp(const_reference r_val, size_type pos) 394 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); 397 pos = find_ins_pos(PB_DS_V2F(r_val), 400 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); 402 entry* const p_e = m_entries + pos; 445 const size_type pos = find_ins_pos(key, local 448 entry_pointer p_e = &m_entries[pos]; 450 return insert_new_imp(value_type(key, mapped_type()), pos)->second; 483 const size_type pos = ranged_probe_fn_base::operator()(key, hash, i); local 485 entry* const p_e = m_entries + pos; 529 const size_type pos = local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 392 insert_new_imp(const_reference r_val, size_type pos) 394 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); 397 pos = find_ins_pos(PB_DS_V2F(r_val), 400 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); 402 entry* const p_e = m_entries + pos; 445 const size_type pos = find_ins_pos(key, local 448 entry_pointer p_e = &m_entries[pos]; 450 return insert_new_imp(value_type(key, mapped_type()), pos)->second; 483 const size_type pos = ranged_probe_fn_base::operator()(key, hash, i); local 485 entry* const p_e = m_entries + pos; 529 const size_type pos = local [all...] |
/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/gp_hash_table_map_/ |
gp_ht_map_.hpp | 392 insert_new_imp(const_reference r_val, size_type pos) 394 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); 397 pos = find_ins_pos(PB_DS_V2F(r_val), 400 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); 402 entry* const p_e = m_entries + pos; 445 const size_type pos = find_ins_pos(key, local 448 entry_pointer p_e = &m_entries[pos]; 450 return insert_new_imp(value_type(key, mapped_type()), pos)->second; 483 const size_type pos = ranged_probe_fn_base::operator()(key, hash, i); local 485 entry* const p_e = m_entries + pos; 529 const size_type pos = local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 392 insert_new_imp(const_reference r_val, size_type pos) 394 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); 397 pos = find_ins_pos(PB_DS_V2F(r_val), 400 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); 402 entry* const p_e = m_entries + pos; 445 const size_type pos = find_ins_pos(key, local 448 entry_pointer p_e = &m_entries[pos]; 450 return insert_new_imp(value_type(key, mapped_type()), pos)->second; 483 const size_type pos = ranged_probe_fn_base::operator()(key, hash, i); local 485 entry* const p_e = m_entries + pos; 529 const size_type pos = local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 392 insert_new_imp(const_reference r_val, size_type pos) 394 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); 397 pos = find_ins_pos(PB_DS_V2F(r_val), 400 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); 402 entry* const p_e = m_entries + pos; 445 const size_type pos = find_ins_pos(key, local 448 entry_pointer p_e = &m_entries[pos]; 450 return insert_new_imp(value_type(key, mapped_type()), pos)->second; 483 const size_type pos = ranged_probe_fn_base::operator()(key, hash, i); local 485 entry* const p_e = m_entries + pos; 529 const size_type pos = local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 392 insert_new_imp(const_reference r_val, size_type pos) 394 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); 397 pos = find_ins_pos(PB_DS_V2F(r_val), 400 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); 402 entry* const p_e = m_entries + pos; 445 const size_type pos = find_ins_pos(key, local 448 entry_pointer p_e = &m_entries[pos]; 450 return insert_new_imp(value_type(key, mapped_type()), pos)->second; 483 const size_type pos = ranged_probe_fn_base::operator()(key, hash, i); local 485 entry* const p_e = m_entries + pos; 529 const size_type pos = local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 392 insert_new_imp(const_reference r_val, size_type pos) 394 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); 397 pos = find_ins_pos(PB_DS_V2F(r_val), 400 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); 402 entry* const p_e = m_entries + pos; 445 const size_type pos = find_ins_pos(key, local 448 entry_pointer p_e = &m_entries[pos]; 450 return insert_new_imp(value_type(key, mapped_type()), pos)->second; 483 const size_type pos = ranged_probe_fn_base::operator()(key, hash, i); local 485 entry* const p_e = m_entries + pos; 529 const size_type pos = local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 392 insert_new_imp(const_reference r_val, size_type pos) 394 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); 397 pos = find_ins_pos(PB_DS_V2F(r_val), 400 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); 402 entry* const p_e = m_entries + pos; 445 const size_type pos = find_ins_pos(key, local 448 entry_pointer p_e = &m_entries[pos]; 450 return insert_new_imp(value_type(key, mapped_type()), pos)->second; 483 const size_type pos = ranged_probe_fn_base::operator()(key, hash, i); local 485 entry* const p_e = m_entries + pos; 529 const size_type pos = local [all...] |