HomeSort by relevance Sort by last modified time
    Searched refs:_pos (Results 1 - 20 of 20) sorted by null

  /frameworks/compile/libbcc/bcinfo/Wrap/
in_memory_wrapper_input.cpp 23 _buffer(buffer), _pos(0), _size(size) {
37 if (_pos >= _size) {
40 buffer[found++] = _buffer[_pos++];
46 return (_pos >= _size);
55 _pos = pos;
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
in_memory_wrapper_input.h 47 size_t _pos; member in class:InMemoryWrapperInput
  /external/icu4c/i18n/
nfsubs.cpp 71 MultiplierSubstitution(int32_t _pos,
77 : NFSubstitution(_pos, _ruleSet, formatter, description, status), divisor(_divisor)
175 IntegralPartSubstitution(int32_t _pos,
180 : NFSubstitution(_pos, _ruleSet, formatter, description, status) {}
207 virtual void doSubstitution(int64_t /*number*/, UnicodeString& /*toInsertInto*/, int32_t /*_pos*/) const {}
229 AbsoluteValueSubstitution(int32_t _pos,
234 : NFSubstitution(_pos, _ruleSet, formatter, description, status) {}
259 NumeratorSubstitution(int32_t _pos,
265 : NFSubstitution(_pos, _ruleSet, formatter, fixdesc(description), status), denominator(_denominator)
276 virtual void doSubstitution(int64_t /*number*/, UnicodeString& /*toInsertInto*/, int32_t /*_pos*/) const {
    [all...]
fphdlimp.cpp 39 FieldPositionOnlyHandler::FieldPositionOnlyHandler(FieldPosition& _pos)
40 : pos(_pos) {
  /external/icu4c/common/
servls.cpp 160 int32_t _pos; member in class:ServiceEnumeration
167 , _pos(0)
176 , _pos(0)
187 _pos = other._pos;
230 if (upToDate(status) && (_pos < _ids.size())) {
231 return (const UnicodeString*)_ids[_pos++];
242 _pos = 0;
  /external/stlport/src/
stdio_streambuf.cpp 103 return pos_type((streamoff)pos._pos);
135 p._pos = pos;
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 103 return pos_type((streamoff)pos._pos);
135 p._pos = pos;
  /external/wpa_supplicant_6/wpa_supplicant/
config_file.c 34 * @_pos: Buffer for the pointer to the beginning of data on the text line or
43 char **_pos)
84 if (_pos)
85 *_pos = pos;
89 if (_pos)
90 *_pos = NULL;
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 51 * @_pos: Buffer for the pointer to the beginning of data on the text line or
60 char **_pos)
110 if (_pos)
111 *_pos = pos;
115 if (_pos)
116 *_pos = NULL;
  /hardware/ti/wlan/mac80211/ti-utils/
ini.c 31 char **_pos)
80 if (_pos) {
81 *_pos = pos;
86 if (_pos) {
87 *_pos = NULL;
  /external/opencv/cv/src/
_cvlist.h 63 struct _pos struct
70 typedef struct _pos CVPOS;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libio.h 189 /* If _pos >= 0
190 it points to _buf->Gbase()+_pos. FIXME comment */
191 /* if _pos < 0, it points to _buf->eBptr()+_pos. FIXME comment */
192 int _pos; member in struct:_IO_marker
195 void set_offset(int offset) { _pos = offset; _spos = (streampos)(-2); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 189 /* If _pos >= 0
190 it points to _buf->Gbase()+_pos. FIXME comment */
191 /* if _pos < 0, it points to _buf->eBptr()+_pos. FIXME comment */
192 int _pos; member in struct:_IO_marker
195 void set_offset(int offset) { _pos = offset; _spos = (streampos)(-2); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 189 /* If _pos >= 0
190 it points to _buf->Gbase()+_pos. FIXME comment */
191 /* if _pos < 0, it points to _buf->eBptr()+_pos. FIXME comment */
192 int _pos; member in struct:_IO_marker
195 void set_offset(int offset) { _pos = offset; _spos = (streampos)(-2); }
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 1980 int _pos; field in class:DTMDefaultBaseIterators.NthDescendantIterator
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 72 self._pos = 0
75 result, self._pos = decoder._DecodeVarint(self._bytes, self._pos)
92 result = struct.unpack("<f", self._bytes[self._pos:self._pos+4])[0]
93 self._pos += 4
97 result = struct.unpack("<d", self._bytes[self._pos:self._pos+8])[0]
98 self._pos += 8
102 return self._pos == len(self._bytes
    [all...]
  /external/elfutils/tests/
run-show-die-info.sh 710 Name : _pos
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
global-libraries-combined.js     [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 5078 int _pos; member in struct:_IO_marker
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 483 milliseconds