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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
macros.h 57 /** Verify that we can insert into *this with the iterator _Position.
64 #define __glibcxx_check_insert(_Position) \
65 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
68 ._M_iterator(_Position, #_Position)); \
69 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
72 ._M_iterator(_Position, #_Position))
74 /** Verify that we can insert into *this after the iterator _Position.
81 #define __glibcxx_check_insert_after(_Position) \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
macros.h 57 /** Verify that we can insert into *this with the iterator _Position.
64 #define __glibcxx_check_insert(_Position) \
65 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
68 ._M_iterator(_Position, #_Position)); \
69 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
72 ._M_iterator(_Position, #_Position))
74 /** Verify that we can insert into *this after the iterator _Position.
81 #define __glibcxx_check_insert_after(_Position) \
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
macros.h 57 /** Verify that we can insert into *this with the iterator _Position.
64 #define __glibcxx_check_insert(_Position) \
65 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
68 ._M_iterator(_Position, #_Position)); \
69 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
72 ._M_iterator(_Position, #_Position))
74 /** Verify that we can insert into *this after the iterator _Position.
81 #define __glibcxx_check_insert_after(_Position) \
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
macros.h 67 /** Verify that we can insert into *this with the iterator _Position.
74 #define __glibcxx_check_insert(_Position) \
75 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
78 ._M_iterator(_Position, #_Position)); \
79 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
82 ._M_iterator(_Position, #_Position))
84 /** Verify that we can insert into *this after the iterator _Position.
91 #define __glibcxx_check_insert_after(_Position) \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
macros.h 57 /** Verify that we can insert into *this with the iterator _Position.
64 #define __glibcxx_check_insert(_Position) \
65 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
68 ._M_iterator(_Position, #_Position)); \
69 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
72 ._M_iterator(_Position, #_Position))
75 * [_First, _Last) into *this with the iterator _Position. Insertion
84 * _Position and the range [_First, _Last), but that can't (i
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
macros.h 57 /** Verify that we can insert into *this with the iterator _Position.
64 #define __glibcxx_check_insert(_Position) \
65 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
68 ._M_iterator(_Position, #_Position)); \
69 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
72 ._M_iterator(_Position, #_Position))
75 * [_First, _Last) into *this with the iterator _Position. Insertion
84 * _Position and the range [_First, _Last), but that can't (i
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
macros.h 57 /** Verify that we can insert into *this with the iterator _Position.
64 #define __glibcxx_check_insert(_Position) \
65 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
68 ._M_iterator(_Position, #_Position)); \
69 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
72 ._M_iterator(_Position, #_Position))
75 * [_First, _Last) into *this with the iterator _Position. Insertion
84 * _Position and the range [_First, _Last), but that can't (i
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
macros.h 57 /** Verify that we can insert into *this with the iterator _Position.
64 #define __glibcxx_check_insert(_Position) \
65 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
68 ._M_iterator(_Position, #_Position)); \
69 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
72 ._M_iterator(_Position, #_Position))
75 * [_First, _Last) into *this with the iterator _Position. Insertion
84 * _Position and the range [_First, _Last), but that can't (i
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
macros.h 57 /** Verify that we can insert into *this with the iterator _Position.
64 #define __glibcxx_check_insert(_Position) \
65 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
68 ._M_iterator(_Position, #_Position)); \
69 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
72 ._M_iterator(_Position, #_Position))
75 * [_First, _Last) into *this with the iterator _Position. Insertion
84 * _Position and the range [_First, _Last), but that can't (i
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebGeolocationPosition.mm 42 RefPtr<GeolocationPosition> _position;
57 _position = coreGeolocationPosition;
69 return position ? position->_internal->_position.get() : 0;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIteratorBase.java 41 protected int _position = 0; field in class:DTMAxisIteratorBase
134 final int temp = _position; // Save state
145 _position = temp;
157 return _position == 0 ? 1 : _position;
213 _position++;
229 _position = 0;
DTMDefaultBaseIterators.java 265 * %REVIEW% Should this save _position too?
275 * %REVEIW% Should this restore _position too?
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_mux.py 79 self._position = 0
82 if self._position + length > len(self._current_data):
86 data = self._current_data[self._position:self._position+length]
87 self._position += length
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results.html 489 PixelZoomer._position(e);
492 PixelZoomer._position = function(e)
529 PixelZoomer._position(e);
  /external/webkit/Source/WebCore/inspector/front-end/
HeapSnapshot.js 793 this._position = 0;
815 this._position = 0;
820 return this._position < this._iterationOrder.length;
839 this._iterator.index = this._iterationOrder[this._position];
852 ++this._position;
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 223 && _position == other._position
246 unsigned _position : 2; // EPosition member in struct:WebCore::RenderStyle::NonInheritedFlags
293 noninherited_flags._position = initialPosition();
393 EPosition position() const { return static_cast<EPosition>(noninherited_flags._position); }
    [all...]
RenderStyle.cpp 425 || noninherited_flags._position != other->noninherited_flags._position
    [all...]
  /external/protobuf/python/google/protobuf/
text_format.py 319 self._position = 0
  /external/chromium/chrome/common/extensions/docs/css/
ApiRefStyles.css 604 _position:relative
  /ndk/sources/cxx-stl/llvm-libc++/include/
regex     [all...]

Completed in 1100 milliseconds