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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathFunctions.h 41 Expression* arg(int pos) { return subExpr(pos); }
42 const Expression* arg(int pos) const { return subExpr(pos); }
  /external/clang/test/CodeGenCXX/
cxx11-trivial-initializer-struct.cpp 9 unsigned char *pos; member in struct:sAFSearchPos
  /external/harfbuzz/src/
harfbuzz-buffer-private.h 75 #define IN_GLYPH( pos ) (buffer->in_string[(pos)].gindex)
76 #define IN_ITEM( pos ) (&buffer->in_string[(pos)])
79 #define IN_PROPERTIES( pos ) (buffer->in_string[(pos)].properties)
80 #define IN_LIGID( pos ) (buffer->in_string[(pos)].ligID)
81 #define IN_COMPONENT( pos ) (buffer->in_string[(pos)].component
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer-private.h 75 #define IN_GLYPH( pos ) (buffer->in_string[(pos)].gindex)
76 #define IN_ITEM( pos ) (&buffer->in_string[(pos)])
79 #define IN_PROPERTIES( pos ) (buffer->in_string[(pos)].properties)
80 #define IN_LIGID( pos ) (buffer->in_string[(pos)].ligID)
81 #define IN_COMPONENT( pos ) (buffer->in_string[(pos)].component
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
cssgen2.php 37 $pos = strpos($file, '.'); variable
38 if ($pos > 0 && substr($file, $pos) == '.php') {
39 $languages[] = substr($file, 0, $pos);
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
StrictLineReader.java 53 * Buffered data is stored in {@code buf}. As long as no exception occurs, 0 <= pos <= end
54 * and the data in the range [pos, end) is buffered for reading. At end of input, if there is
55 * an unterminated line, we set end == -1, otherwise end == pos. If the underlying
56 * {@code InputStream} throws an {@code IOException}, end may remain as either pos or -1.
59 private int pos; field in class:StrictLineReader
133 // throw again if that happens; thus we need to handle end == -1 as well as end == pos.
134 if (pos >= end) {
138 for (int i = pos; i != end; ++i) {
140 int lineEnd = (i != pos && buf[i - 1] == CR) ? i - 1 : i;
141 String res = new String(buf, pos, lineEnd - pos, charset.name())
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_ttls.h 31 #define AVP_PAD(start, pos) \
34 __pad = (4 - (((pos) - (start)) & 3)) & 3; \
35 os_memset((pos), 0, __pad); \
36 pos += __pad; \
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
q_pulse.h 31 Word16 pos, /* (i) position of the pulse */
53 Word16 pos[], /* (i) position of the pulse 1..4 */
57 Word16 pos[], /* (i) position of the pulse 1..5 */
61 Word16 pos[], /* (i) position of the pulse 1..6 */
  /libcore/luni/src/main/java/libcore/io/
StrictLineReader.java 53 * Buffered data is stored in {@code buf}. As long as no exception occurs, 0 <= pos <= end
54 * and the data in the range [pos, end) is buffered for reading. At end of input, if there is
55 * an unterminated line, we set end == -1, otherwise end == pos. If the underlying
56 * {@code InputStream} throws an {@code IOException}, end may remain as either pos or -1.
59 private int pos; field in class:StrictLineReader
159 // throw again if that happens; thus we need to handle end == -1 as well as end == pos.
160 if (pos >= end) {
164 for (int i = pos; i != end; ++i) {
166 int lineEnd = (i != pos && buf[i - 1] == CR) ? i - 1 : i;
167 String res = new String(buf, pos, lineEnd - pos, charset)
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/bigram/
bigram_list_policy.h 35 int *const pos) const {
38 outBigramPos, pos);
43 void skipAllBigrams(int *const pos) const {
44 BigramListReadWriteUtils::skipExistingBigrams(mBigramsBuf, pos);
  /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_/
debug_fn_imps.hpp 58 for (size_type pos = 0; pos < m_num_e; ++pos)
60 entry_pointer p_e = a_p_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/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 50 for (size_type pos = 0; pos < m_num_e; ++pos)
52 const_entry_pointer p_e =& a_entries[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_/
debug_fn_imps.hpp 58 for (size_type pos = 0; pos < m_num_e; ++pos)
60 entry_pointer p_e = a_p_entries[pos];
  /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_/
debug_store_hash_fn_imps.hpp 50 for (size_type pos = 0; pos < m_num_e; ++pos)
52 const_entry_pointer p_e =& a_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_/
debug_fn_imps.hpp 58 for (size_type pos = 0; pos < m_num_e; ++pos)
60 entry_pointer p_e = a_p_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/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 50 for (size_type pos = 0; pos < m_num_e; ++pos)
52 const_entry_pointer p_e =& a_entries[pos];
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
debug_fn_imps.hpp 58 for (size_type pos = 0; pos < m_num_e; ++pos)
60 entry_pointer p_e = a_p_entries[pos];
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 50 for (size_type pos = 0; pos < m_num_e; ++pos)
52 const_entry_pointer p_e =& a_entries[pos];
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
debug_fn_imps.hpp 58 for (size_type pos = 0; pos < m_num_e; ++pos)
60 entry_pointer p_e = a_p_entries[pos];
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 50 for (size_type pos = 0; pos < m_num_e; ++pos)
52 const_entry_pointer p_e =& a_entries[pos];
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
debug_fn_imps.hpp 58 for (size_type pos = 0; pos < m_num_e; ++pos)
60 entry_pointer p_e = a_p_entries[pos];
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 50 for (size_type pos = 0; pos < m_num_e; ++pos)
52 const_entry_pointer p_e =& a_entries[pos];
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
debug_fn_imps.hpp 58 for (size_type pos = 0; pos < m_num_e; ++pos)
60 entry_pointer p_e = a_p_entries[pos];
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/gp_hash_table_map_/
debug_store_hash_fn_imps.hpp 50 for (size_type pos = 0; pos < m_num_e; ++pos)
52 const_entry_pointer p_e =& a_entries[pos];
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
debug_fn_imps.hpp 58 for (size_type pos = 0; pos < m_num_e; ++pos)
60 entry_pointer p_e = a_p_entries[pos];

Completed in 2487 milliseconds

<<11121314151617181920>>