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

1 2 34 5

  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_intf.h 553 for (size_t _i = 0; _i < COUNT ; _i++) { \
554 TABLE_PTR->data.member_variable_##META_ID[ _i ] = PDATA [ _i ]; \
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 78 int _r, Intent[] _i, String[] _it, int _f, Bundle _o, int _userId) {
84 requestIntent = _i != null ? _i[_i.length-1] : null;
86 allIntents = _i;
  /external/flatbuffers/tests/MyGame/Example/
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; }
Monster.cs 17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
18 public Monster __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
Monster.php 40 * @param int $_i offset
44 public function init($_i, ByteBuffer $_bb)
46 $this->bb_pos = $_i;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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...]
  /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 2125 jint _count = 0, _i; local
3682 jint _i; local
3758 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 837 for (size_t _i = 0; _i < COUNT ; _i++) { \
838 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:
  /prebuilts/go/darwin-x86/test/
method5.go 275 shouldPanic(func() { var _i tinter; f = _i.m })
  /prebuilts/go/linux-x86/test/
method5.go 275 shouldPanic(func() { var _i tinter; f = _i.m })
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
timeit.py 84 for _i in _it:
99 for _i in _it:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
timeit.py 84 for _i in _it:
99 for _i in _it:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c 1138 int _i; \
1140 for (_i = 0; _i < asdl_seq_LEN(seq); _i++) { \
1141 TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i); \
1148 int _i; \
1150 for (_i = 0; _i < asdl_seq_LEN(seq); _i++) { \
1151 TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i); \
    [all...]
  /external/python/cpython2/Python/
compile.c 1120 int _i; \
1122 for (_i = 0; _i < asdl_seq_LEN(seq); _i++) { \
1123 TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i); \
1130 int _i; \
1132 for (_i = 0; _i < asdl_seq_LEN(seq); _i++) { \
1133 TYPE ## _ty elt = (TYPE ## _ty)asdl_seq_GET(seq, _i); \
    [all...]
  /external/fonttools/Lib/fontTools/misc/
psCharStrings.py 34 for _i in range(len(realNibbles)):
35 realNibblesDict[realNibbles[_i]] = _i

Completed in 2092 milliseconds

1 2 34 5