HomeSort by relevance Sort by last modified time
    Searched defs:_i (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glTransformFeedbackVaryings.cpp 9 jint _count = 0, _i; local
22 for (_i = 0; _i < _count; _i++) {
23 jstring _varying = (jstring)_env->GetObjectArrayElement(varyings_ref, _i);
30 _varyings[_i] = _env->GetStringUTFChars(_varying, 0);
36 for (_i = _count - 1; _i >= 0; _i--) {
37 if (_varyings[_i]) {
    [all...]
glGetUniformIndices.cpp 10 jint _i; local
23 for (_i = 0; _i < _count; _i++) {
24 jstring _name = (jstring)_env->GetObjectArrayElement(uniformNames_ref, _i);
31 _names[_i] = _env->GetStringUTFChars(_name, 0);
63 for (_i = _count - 1; _i >= 0; _i--) {
64 if (_names[_i]) {
86 jint _i; local
    [all...]
  /external/clang/test/CodeGenCXX/
reference-in-blocks.cpp 7 T _i; member in class:range
8 range(T i) {_i = i;};
9 T get() {return _i;};
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfChannelList.h 287 ChannelList::ChannelMap::iterator _i; member in class:Imf::ChannelList::Iterator
310 ChannelList::ChannelMap::const_iterator _i; member in class:Imf::ChannelList::ConstIterator
319 ChannelList::Iterator::Iterator (): _i()
327 _i (i)
336 ++_i;
345 ++_i;
353 return *_i->first;
360 return _i->second;
365 ChannelList::ConstIterator::ConstIterator (): _i()
372 (const ChannelList::ChannelMap::const_iterator &i): _i (i
    [all...]
ImfHeader.h 383 Header::AttributeMap::iterator _i; member in class:Imf::Header::Iterator
406 Header::AttributeMap::const_iterator _i; member in class:Imf::Header::ConstIterator
433 Header::Iterator::Iterator (): _i()
440 Header::Iterator::Iterator (const Header::AttributeMap::iterator &i): _i (i)
449 ++_i;
458 ++_i;
466 return *_i->first;
473 return *_i->second;
478 Header::ConstIterator::ConstIterator (): _i()
485 (const Header::AttributeMap::const_iterator &i): _i (i
    [all...]
ImfFrameBuffer.h 237 FrameBuffer::SliceMap::iterator _i; member in class:Imf::FrameBuffer::Iterator
260 FrameBuffer::SliceMap::const_iterator _i; member in class:Imf::FrameBuffer::ConstIterator
269 FrameBuffer::Iterator::Iterator (): _i()
277 _i (i)
286 ++_i;
295 ++_i;
303 return *_i->first;
310 return _i->second;
315 FrameBuffer::ConstIterator::ConstIterator (): _i()
322 (const FrameBuffer::SliceMap::const_iterator &i): _i (i
    [all...]
  /external/skia/experimental/DrawingBoard/
SkColorPalette.cpp 151 int _i; local
154 _i = (int)_h;
156 _2 = v * (1 - s * (_h - _i));
157 _3 = v * (1 - s * (1 - (_h - _i)));
159 if (_i == 0) {
164 else if (_i == 1) {
169 else if (_i == 2) {
174 else if (_i == 3) {
179 else if (_i == 4) {
  /external/jetty/src/java/org/eclipse/jetty/util/
QuotedStringTokenizer.java 48 private int _i=0; field in class:QuotedStringTokenizer
102 _lastStart=_i;
106 while (_i<_string.length())
108 char c=_string.charAt(_i++);
146 _i--;
241 _i=_lastStart;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
gim_radixsort.h 226 for (GUINT _i=0;_i<element_count;++_i)
228 _unsorted[_i].m_key = uintkey_macro(array[_i]);
229 _unsorted[_i].m_value = _i;
253 for (GUINT _i=0;_i<element_count;++_i)
281 GUINT _i = _start_i; local
323 GUINT _i = _start_i; local
    [all...]
  /external/libunwind_llvm/src/
UnwindCursor.hpp 662 : _i(i), _addressSpace(&addressSpace), _sects(&sects) {}
664 _Self& operator++() { ++_i; return *this; }
665 _Self& operator+=(size_t a) { _i += a; return *this; }
666 _Self& operator--() { assert(_i > 0); --_i; return *this; }
667 _Self& operator-=(size_t a) { assert(_i >= a); _i -= a; return *this; }
669 _Self operator+(size_t a) { _Self out = *this; out._i += a; return out; }
670 _Self operator-(size_t a) { assert(_i >= a); _Self out = *this; out._i -= a; return out;
695 size_t _i; member in struct:libunwind::EHABISectionIterator
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 648 : _i(i), _addressSpace(&addressSpace), _sects(&sects) {}
650 _Self& operator++() { ++_i; return *this; }
651 _Self& operator+=(size_t a) { _i += a; return *this; }
652 _Self& operator--() { assert(_i > 0); --_i; return *this; }
653 _Self& operator-=(size_t a) { assert(_i >= a); _i -= a; return *this; }
655 _Self operator+(size_t a) { _Self out = *this; out._i += a; return out; }
656 _Self operator-(size_t a) { assert(_i >= a); _Self out = *this; out._i -= a; return out;
681 size_t _i; member in struct:libunwind::EHABISectionIterator
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 1854 jint _count = 0, _i; local
3237 jint _i; local
3313 jint _i; local
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/d3/
d3.min.js     [all...]
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/jetty/lib/
jetty-util-6.1.26.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 

Completed in 326 milliseconds

1 2