/external/llvm/lib/DebugInfo/ |
DWARFDebugAranges.cpp | 189 RangeCollIterator pos = std::lower_bound(begin, end, range, RangeLessThan); local 191 if (pos != end && pos->LoPC <= address && address < pos->HiPC()) { 192 return pos->Offset; 193 } else if (pos != begin) { 194 --pos; 195 if (pos->LoPC <= address && address < pos->HiPC()) 196 return (*pos).Offset [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_tile_cache.c | 50 uint pos; local 58 for (pos = 0; pos < NUM_ENTRIES; pos++) { 59 tc->entries[pos].addr.bits.invalid = 1; 71 uint pos; local 73 for (pos = 0; pos < NUM_ENTRIES; pos++) { 74 /*assert(tc->entries[pos].x < 0);* 191 int pos; local [all...] |
/external/open-vcdiff/src/ |
addrcache.h | 143 // 0 <= pos < near_cache_size_ 145 VCDAddress NearAddress(int pos) const { 146 return near_addresses_[pos]; 152 // 0 <= pos < (same_cache_size_ * 256) 154 VCDAddress SameAddress(int pos) const { 155 return same_addresses_[pos];
|
/external/svox/pico/lib/ |
picobase.h | 102 * 'utf8s' starting at position 'pos' 105 * @param pos : position from where the UTF8 character is checked and copied 113 picoos_uint32 *pos, 122 picoos_uint32 *pos); 126 * 'utf8s' starting the backward search at position 'pos-1' 129 * @param pos : the search for the prev UTF8 char starts at [pos-1] 133 * @return FALSE if there is no valid UTF8 char preceeding pos or no more UTF8 char available within utf8len 137 picoos_uint32 *pos, 146 picoos_uint32 *pos); [all...] |
/external/wpa_supplicant_8/src/utils/ |
edit.h | 14 char ** (*completion_cb)(void *ctx, const char *cmd, int pos),
|
/frameworks/av/media/libstagefright/include/ |
MP3Seeker.h | 32 // to that position and return it in "*pos". Update "*timeUs" to reflect 34 virtual bool getOffsetForTime(int64_t *timeUs, off64_t *pos) = 0;
|
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
file_wrapper_input.h | 42 virtual bool Seek(uint32_t pos);
|
in_memory_wrapper_input.h | 42 virtual bool Seek(uint32_t pos);
|
wrapper_input.h | 44 virtual bool Seek(uint32_t pos) = 0;
|
/frameworks/support/v4/java/android/support/v4/media/ |
TransportController.java | 64 * @param pos Position to move to, in milliseconds. 66 public abstract void seekTo(long pos);
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
badalloc1.cpp | 36 static size_t pos; variable 43 object *p = reinterpret_cast<object *>(&arena[pos]); 50 pos += size + sizeof(object); 53 if (pos > arena_size)
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
badalloc1.cpp | 36 static size_t pos; variable 43 object *p = reinterpret_cast<object *>(&arena[pos]); 50 pos += size + sizeof(object); 53 if (pos > arena_size)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
omp_loop.h | 99 for (difference_type pos = 0; pos < length; ++pos) 101 r(thread_results[iam], f(o, begin+pos));
|
omp_loop_static.h | 99 for (difference_type pos = 0; pos < length; ++pos) 100 thread_results[iam] = r(thread_results[iam], f(o, begin+pos));
|
/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_/ |
resize_fn_imps.hpp | 118 for (size_type pos = 0; pos < old_size; ++pos) 120 entry_pointer p_e = 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_/ |
resize_fn_imps.hpp | 118 for (size_type pos = 0; pos < old_size; ++pos) 120 entry_pointer p_e = m_entries[pos];
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/ |
resize_fn_imps.hpp | 118 for (size_type pos = 0; pos < old_size; ++pos) 120 entry_pointer p_e = m_entries[pos];
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/ |
resize_fn_imps.hpp | 118 for (size_type pos = 0; pos < old_size; ++pos) 120 entry_pointer p_e = m_entries[pos];
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/ |
resize_fn_imps.hpp | 118 for (size_type pos = 0; pos < old_size; ++pos) 120 entry_pointer p_e = m_entries[pos];
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/cc_hash_table_map_/ |
resize_fn_imps.hpp | 118 for (size_type pos = 0; pos < old_size; ++pos) 120 entry_pointer p_e = m_entries[pos];
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/cc_hash_table_map_/ |
resize_fn_imps.hpp | 117 for (size_type pos = 0; pos < old_size; ++pos) 119 entry_pointer p_e = m_entries[pos];
|
/external/bison/src/ |
complain.c | 55 unsigned pos = 0; 58 pos += location_print (stderr, *loc); 60 pos += fprintf(stderr, "%s", current_file ? current_file : program_name); 61 pos += fprintf(stderr, ": "); 66 *indent_ptr = pos; 67 else if (*indent_ptr > pos) 68 fprintf (stderr, "%*s", *indent_ptr - pos, ""); 54 unsigned pos = 0; local
|
/external/chromium_org/remoting/protocol/ |
message_decoder_unittest.cc | 64 for (int pos = 0; pos < size;) { 65 SCOPED_TRACE("Input position: " + base::IntToString(pos)); 68 int read = std::min(size - pos, read_sequence[pos % sequence_size]); 72 memcpy(buffer->data(), test_data + pos, read); 84 pos += read;
|
/external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/ |
MediaStreamDescriptor.cpp | 66 size_t pos = kNotFound; local 69 pos = m_audioComponents.find(component); 70 if (pos != kNotFound) 71 m_audioComponents.remove(pos); 74 pos = m_videoComponents.find(component); 75 if (pos != kNotFound) 76 m_videoComponents.remove(pos);
|
/external/chromium_org/third_party/icu/source/common/ |
uset_props.cpp | 92 ParsePosition pos; local 94 ((UnicodeSet*) set)->applyPattern(pat, pos, options, NULL, *status); 96 return pos.getIndex(); 119 int32_t pos) { 123 return ((pos+1) < pat.length() && 124 pat.charAt(pos) == (UChar)91/*[*/) || 125 UnicodeSet::resemblesPattern(pat, pos);
|