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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/ndk/9/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/9/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/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
macros.h 66 /** Verify that we can insert into *this with the iterator _Position.
73 #define __glibcxx_check_insert(_Position) \
74 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
77 ._M_iterator(_Position, #_Position)); \
78 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
81 ._M_iterator(_Position, #_Position))
83 /** Verify that we can insert into *this after the iterator _Position.
90 #define __glibcxx_check_insert_after(_Position) \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
macros.h 66 /** Verify that we can insert into *this with the iterator _Position.
73 #define __glibcxx_check_insert(_Position) \
74 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
77 ._M_iterator(_Position, #_Position)); \
78 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
81 ._M_iterator(_Position, #_Position))
83 /** Verify that we can insert into *this after the iterator _Position.
90 #define __glibcxx_check_insert_after(_Position) \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
macros.h 66 /** Verify that we can insert into *this with the iterator _Position.
73 #define __glibcxx_check_insert(_Position) \
74 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
77 ._M_iterator(_Position, #_Position)); \
78 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
81 ._M_iterator(_Position, #_Position))
83 /** Verify that we can insert into *this after the iterator _Position.
90 #define __glibcxx_check_insert_after(_Position) \
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
macros.h 66 /** Verify that we can insert into *this with the iterator _Position.
73 #define __glibcxx_check_insert(_Position) \
74 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
77 ._M_iterator(_Position, #_Position)); \
78 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
81 ._M_iterator(_Position, #_Position))
83 /** Verify that we can insert into *this after the iterator _Position.
90 #define __glibcxx_check_insert_after(_Position) \
    [all...]
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
Encoder.java 19 long _position; field in class:Encoder
33 _position = 0;
56 _position += _cacheSize;
88 return _cacheSize + _position + 4;
  /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;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/
ScriptFormatterWorker.js 384 this._position = 0;
427 this._formattedContent += this._content.substring(this._position);
468 this._formattedContent += this._content.substring(this._position, cursor);
470 this._position = cursor;
479 if (cursor === this._position)
482 var scriptContent = this._content.substring(this._position, cursor);
483 this._mapping.original.push(this._position);
485 var formattedScriptContent = formatFunction(scriptContent, this._mapping, this._position, this._formattedContent.length, this._indentString);
488 this._position = cursor;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
Dialog.js 59 this._position();
118 _position: function()
213 WebInspector.Dialog._instance._position();
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCOpenGLVideoRenderer.mm 176 GLint _position;
295 _position = glGetAttribLocation(_program, "position");
300 if (_position < 0 || _texcoord < 0 || _ySampler < 0 || _uSampler < 0 ||
441 _position, 2, GL_FLOAT, GL_FALSE, 4 * sizeof(GLfloat), (void*)0);
442 glEnableVertexAttribArray(_position);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
SourceMap.js 361 this._position = 0;
370 return this._string.charAt(this._position++);
378 return this._string.charAt(this._position);
386 return this._position < this._string.length;
  /external/chromium_org/v8/tools/
SourceMap.js 344 this._position = 0;
353 return this._string.charAt(this._position++);
361 return this._string.charAt(this._position);
369 return this._position < this._string.length;
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.h 40 UInt64 _position; member in class:CArchiveExtractCallback
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
light.c 965 /* _Position is in eye coordinate space */
966 COPY_4FV( light->_Position, light->EyePosition );
969 /* _Position is in object coordinate space */
970 TRANSFORM_POINT( light->_Position, ctx->ModelviewMatrixStack.Top->inv,
976 COPY_3V( light->_VP_inf_norm, light->_Position );
988 GLfloat wInv = (GLfloat)1.0 / light->_Position[3];
989 light->_Position[0] *= wInv;
990 light->_Position[1] *= wInv;
991 light->_Position[2] *= wInv;
    [all...]
  /external/mesa3d/src/mesa/main/
light.c 965 /* _Position is in eye coordinate space */
966 COPY_4FV( light->_Position, light->EyePosition );
969 /* _Position is in object coordinate space */
970 TRANSFORM_POINT( light->_Position, ctx->ModelviewMatrixStack.Top->inv,
976 COPY_3V( light->_VP_inf_norm, light->_Position );
988 GLfloat wInv = (GLfloat)1.0 / light->_Position[3];
989 light->_Position[0] *= wInv;
990 light->_Position[1] *= wInv;
991 light->_Position[2] *= wInv;
    [all...]
  /external/chromium_org/third_party/polymer/components/core-layout-grid/
core-layout-grid.html 244 function _position(style, maj, min, ext, a, b) {
263 _position(elt.style, 'top', 'bottom', 'height', rows[top],
265 _position(elt.style, 'left', 'right', 'width', columns[left],
  /external/chromium_org/third_party/polymer/components-chromium/core-layout-grid/
core-layout-grid-extracted.js 222 function _position(style, maj, min, ext, a, b) { function
241 _position(elt.style, 'top', 'bottom', 'height', rows[top],
243 _position(elt.style, 'left', 'right', 'width', columns[left],

Completed in 744 milliseconds

1 2 3