HomeSort by relevance Sort by last modified time
    Searched refs:_i (Results 76 - 100 of 133) sorted by null

1 2 34 5 6

  /external/flatbuffers/tests/union_vector/
Movie.php 32 * @param int $_i offset
36 public function init($_i, ByteBuffer $_bb)
38 $this->bb_pos = $_i;
union_vector_generated.h 403 { auto _e = characters_type(); if (_e) { _o->characters.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _i < _e->size(); _i++) { _o->characters[_i].type = (Character)_e->Get(_i); } } };
404 { auto _e = characters(); if (_e) { _o->characters.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _i < _e->size(); _i++) { _o->characters[_i].value = CharacterUnion::UnPack(_e->Get(_i), characters_type()->GetEnum<Character>(_i), _resolver); } } }
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
TypeAliases.java 14 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; }
15 public TypeAliases __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
TypeAliases.cs 17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
18 public TypeAliases __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
TypeAliases.php 39 * @param int $_i offset
43 public function init($_i, ByteBuffer $_bb)
45 $this->bb_pos = $_i;
Monster.java 18 public void __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; }
19 public Monster __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 494 #define DRAW_GET_IDX(_elts, _i) \
495 (((_i) >= draw->pt.user.eltMax) ? 0 : (_elts)[_i])
  /external/flatbuffers/samples/
monster_generated.h 471 { auto _e = inventory(); if (_e) { _o->inventory.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _i < _e->size(); _i++) { _o->inventory[_i] = _e->Get(_i); } } };
473 { auto _e = weapons(); if (_e) { _o->weapons.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _i < _e->size(); _i++) { _o->weapons[_i] = flatbuffers::unique_ptr<WeaponT>(_e->Get(_i)->UnPack(_resolver)); } } }
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/schema/
schema_generated.h     [all...]
  /external/opencv/cxcore/src/
cxsvd.cpp 49 int _i; \
53 for( _i = 0; _i < n; _i++ ) \
55 double t0 = _x[_i]; \
56 double t1 = _y[_i]; \
57 _x[_i] = t0*c + t1*s; \
58 _y[_i] = -t0*s + t1*c; \
131 int _i; \
135 for( _i = 0; _i < n; _i++ )
    [all...]
  /frameworks/native/libs/math/include/math/
quat.h 147 constexpr inline quat operator"" _i(long double v) {
157 constexpr inline quat operator"" _i(unsigned long long v) { // NOLINT
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 669 __MINGW_EXTENSION __CRT_INLINE char *__cdecl lltoa (long long _n, char * _c, int _i) { return _i64toa (_n, _c, _i); }
670 __MINGW_EXTENSION __CRT_INLINE char *__cdecl ulltoa (unsigned long long _n, char * _c, int _i) { return _ui64toa (_n, _c, _i); }
672 __MINGW_EXTENSION __CRT_INLINE wchar_t *__cdecl lltow (long long _n, wchar_t * _w, int _i) { return _i64tow (_n, _w, _i); }
673 __MINGW_EXTENSION __CRT_INLINE wchar_t *__cdecl ulltow (unsigned long long _n, wchar_t * _w, int _i) { return _ui64tow (_n, _w, _i); }
  /system/chre/host/common/include/chre_host/
host_messages_generated.h     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 80 int _r, Intent[] _i, String[] _it, int _f, SafeActivityOptions _o, int _userId) {
86 requestIntent = _i != null ? _i[_i.length-1] : null;
88 allIntents = _i;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput.h 78 { int _i; XInputClassInfo *_ip; \
80 for (_i=0, _ip= ((XDevice *) d)->classes; \
81 _i< ((XDevice *) d)->num_classes; \
82 _i++, _ip++) \
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 2124 jint _count = 0, _i; local
3681 jint _i; local
3757 jint _i; local
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
cam_intf.h 679 for (size_t _i = 0; _i < COUNT ; _i++) { \
680 TABLE_PTR->data.member_variable_##META_ID[ _i ] = PDATA [ _i ]; \
    [all...]
  /external/ply/ply/ply/
cpp.py 475 rep = [_i for _i in rep if _i]
819 astr = "".join([str(_i.value) for _i in a])
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_intf.h 841 for (size_t _i = 0; _i < COUNT ; _i++) { \
842 TABLE_PTR->data.member_variable_##META_ID[ _i ] = PDATA [ _i ]; \
    [all...]
  /external/valgrind/coregrind/
m_stacktrace.c 65 /* Do frame merging in the _i frames in _ips array of recursive cycles
69 #define RECURSIVE_MERGE(_nframes,_ips,_i) if (UNLIKELY(_nframes > 0)) \
72 for (dist = 1; dist <= _nframes && dist < (Int)_i; dist++) { \
73 if (_ips[_i-1] == _ips[_i-1-dist]) { \
74 _i = _i - dist; \
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
epic100.c 50 #define delay(nanosec) do { int _i = 3; while (--_i > 0) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
timeit.py 84 for _i in _it:
99 for _i in _it:
  /external/python/cpython2/Lib/
timeit.py 84 for _i in _it:
99 for _i in _it:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
timeit.py 84 for _i in _it:
99 for _i in _it:
  /prebuilts/gdb/linux-x86/lib/python2.7/
timeit.py 84 for _i in _it:
99 for _i in _it:

Completed in 1122 milliseconds

1 2 34 5 6