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

  /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/smack/src/org/jivesoftware/smackx/workgroup/util/
ModelUtil.java 290 private ListIterator<T> _i; field in class:ReverseListIterator
293 _i = i;
294 while (_i.hasNext())
295 _i.next();
299 return _i.hasPrevious();
303 return _i.previous();
307 _i.remove();
  /external/chromium_org/third_party/libjpeg_turbo/
jpegut.c 46 _i, j; local
49 for(_i=0; _i<16; _i++)
51 if(flags&TJ_BOTTOMUP) i=h-_i-1; else i=_i;
55 if(((_i/8)+(j/8))%2==0)
62 for(_i=16; _i<h; _i++
94 _i, j; local
    [all...]
  /external/chromium_org/third_party/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/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/libcxxabi/src/Unwind/
UnwindCursor.hpp 641 : _addressSpace(&addressSpace), _sects(&sects), _i(i) {}
643 _Self& operator++() { ++_i; return *this; }
644 _Self& operator+=(size_t a) { _i += a; return *this; }
645 _Self& operator--() { assert(_i > 0); --_i; return *this; }
646 _Self& operator-=(size_t a) { assert(_i >= a); _i -= a; return *this; }
648 _Self operator+(size_t a) { _Self out = *this; out._i += a; return out; }
649 _Self operator-(size_t a) { assert(_i >= a); _Self out = *this; out._i -= a; return out;
674 size_t _i; member in struct:libunwind::EHABISectionIterator
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 641 : _addressSpace(&addressSpace), _sects(&sects), _i(i) {}
643 _Self& operator++() { ++_i; return *this; }
644 _Self& operator+=(size_t a) { _i += a; return *this; }
645 _Self& operator--() { assert(_i > 0); --_i; return *this; }
646 _Self& operator-=(size_t a) { assert(_i >= a); _i -= a; return *this; }
648 _Self operator+(size_t a) { _Self out = *this; out._i += a; return out; }
649 _Self operator-(size_t a) { assert(_i >= a); _Self out = *this; out._i -= a; return out;
674 size_t _i; member in struct:libunwind::EHABISectionIterator
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 1734 jint _count = 0, _i; local
3101 jint _i; local
3177 jint _i; local
    [all...]
  /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 
  /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.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 545 milliseconds