HomeSort by relevance Sort by last modified time
    Searched full:_index (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognitionException.cs 82 private int _index; field in class:Antlr.Runtime.RecognitionException
156 this._index = input.Index;
192 _index = info.GetInt32("Index");
284 return _index;
288 _index = value;
322 info.AddValue("Index", _index);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 69 int _index; field in class:Antlr.Runtime.Tree.BufferedTreeNodeStream.StreamIterator
73 _index = -1;
80 if (_index < _outer.nodes.Count)
81 return _outer.nodes[_index];
99 if (_index < _outer.nodes.Count)
100 _index++;
102 return _index < _outer.nodes.Count;
106 _index = -1;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 72 int _index; field in class:Antlr.Runtime.Tree.BufferedTreeNodeStream.StreamIterator
77 _index = -1;
86 if ( _index < _outer.nodes.Count )
87 return _outer.nodes[_index];
107 if ( _index < _outer.nodes.Count )
108 _index++;
110 return _index < _outer.nodes.Count;
115 _index = -1;
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 51 template<typename _Scalar, int _Options, typename _Index>
52 cholmod_sparse viewAsCholmod(SparseMatrix<_Scalar,_Options,_Index>& mat)
54 typedef SparseMatrix<_Scalar,_Options,_Index> MatrixType;
76 if (internal::is_same<_Index,int>::value)
93 template<typename _Scalar, int _Options, typename _Index>
94 const cholmod_sparse viewAsCholmod(const SparseMatrix<_Scalar,_Options,_Index>& mat)
102 template<typename _Scalar, int _Options, typename _Index, unsigned int UpLo>
103 cholmod_sparse viewAsCholmod(const SparseSelfAdjointView<SparseMatrix<_Scalar,_Options,_Index>, UpLo>& mat)
  /frameworks/base/docs/downloads/training/
DeviceManagement.zip 
MobileAds.zip 
NewsReader.zip 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 626 self._index = 0
640 if self._index == self._length:
646 if self._index == self._length:
662 if self._index == i:
664 self._index += 1
665 while self._index in self._unsorted:
666 obj = self._unsorted.pop(self._index)
668 self._index += 1
673 if self._index == self._length:
682 if self._index == self._length
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 626 self._index = 0
640 if self._index == self._length:
646 if self._index == self._length:
662 if self._index == i:
664 self._index += 1
665 while self._index in self._unsorted:
666 obj = self._unsorted.pop(self._index)
668 self._index += 1
673 if self._index == self._length:
682 if self._index == self._length
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 35 * \tparam _Index the type of the indices. It has to be a \b signed type (e.g., short, int, std::ptrdiff_t). Default is \c int.
42 template<typename _Scalar, int _Options, typename _Index>
43 struct traits<SparseMatrix<_Scalar, _Options, _Index> >
46 typedef _Index Index;
60 template<typename _Scalar, int _Options, typename _Index, int DiagIndex>
61 struct traits<Diagonal<const SparseMatrix<_Scalar, _Options, _Index>, DiagIndex> >
63 typedef SparseMatrix<_Scalar, _Options, _Index> MatrixType;
69 typedef _Index Index;
84 template<typename _Scalar, int _Options, typename _Index>
86 : public SparseMatrixBase<SparseMatrix<_Scalar, _Options, _Index> >
    [all...]
CompressedStorage.h 21 template<typename _Scalar,typename _Index>
27 typedef _Index Index;
SparseBlock.h 107 template<typename _Scalar, int _Options, typename _Index, int Size>
108 class SparseInnerVectorSet<SparseMatrix<_Scalar, _Options, _Index>, Size>
109 : public SparseMatrixBase<SparseInnerVectorSet<SparseMatrix<_Scalar, _Options, _Index>, Size> >
111 typedef SparseMatrix<_Scalar, _Options, _Index> MatrixType;
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
notifications.js 59 this._index = 0;
64 return this._index;
68 this._index = index;
  /external/chromium_org/base/power_monitor/
power_monitor_device_source_mac.mm 6 // http://developer.apple.com/library/mac/#qa/qa1340/_index.html.
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.h 66 UInt32 _index; member in class:CArchiveExtractCallback
  /cts/tools/dasm/src/java_cup/
symbol.java 82 protected int _index; field in class:symbol
88 public int index() {return _index;}
terminal.java 40 _index = next_index++;
43 _all_by_index.put(new Integer(_index), this);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm_sample.c 134 #define DRAW_LLVM_TEXTURE_MEMBER(_name, _index, _emit_load) \
140 return draw_llvm_texture_member(base, gallivm, unit, _index, #_name, _emit_load ); \
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_tex_sample.c 139 #define LP_LLVM_TEXTURE_MEMBER(_name, _index, _emit_load) \
145 return lp_llvm_texture_member(base, gallivm, unit, _index, #_name, _emit_load ); \
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm_sample.c 134 #define DRAW_LLVM_TEXTURE_MEMBER(_name, _index, _emit_load) \
140 return draw_llvm_texture_member(base, gallivm, unit, _index, #_name, _emit_load ); \
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tex_sample.c 139 #define LP_LLVM_TEXTURE_MEMBER(_name, _index, _emit_load) \
145 return lp_llvm_texture_member(base, gallivm, unit, _index, #_name, _emit_load ); \
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c4t64fx.c 126 Word16 _index[] /* (o) : index (20): 5+5+5+5 = 20 bits. */
753 _index[track] = (Word16)(quant_1p_N1(ind[k], 4));
760 _index[track] = (Word16)(quant_2p_2N1(ind[k], ind[k + 1], 4));
767 _index[track] = (Word16)(quant_3p_3N1(ind[k], ind[k + 1], ind[k + 2], 4));
772 _index[track] = (Word16)(quant_2p_2N1(ind[k], ind[k + 1], 4));
779 _index[track] = (Word16)(quant_3p_3N1(ind[k], ind[k + 1], ind[k + 2], 4));
787 _index[track] = (Word16)((L_index >> 14) & 3);
788 _index[track + NB_TRACK] = (Word16)(L_index & 0x3FFF);
796 _index[track] = (Word16)((L_index >> 10) & 0x03FF);
797 _index[track + NB_TRACK] = (Word16)(L_index & 0x03FF)
    [all...]
  /external/chromium_org/rlz/mac/lib/
machine_id_mac.cc 24 // See http://developer.apple.com/library/mac/#technotes/tn1103/_index.html
  /developers/build/
build.gradle 131 exclude "_index.jd"
187 from("${project.projectDir}/_index.jd")
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 262 HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const char* usb_class, unsigned _index)
264 if (_index <= 0) {
272 if (!pSetupDiEnumDeviceInfo(*dev_info, _index, dev_info_data)) {
275 _index, windows_error_str(0));
298 HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const GUID* guid, unsigned _index)
304 if (_index <= 0) {
310 if (!pSetupDiEnumDeviceInfo(*dev_info, _index, dev_info_data)) {
313 _index, windows_error_str(0));
322 if (!pSetupDiEnumDeviceInterfaces(*dev_info, NULL, guid, _index, &dev_interface_data)) {
325 _index, windows_error_str(0))
    [all...]

Completed in 454 milliseconds

12 3 4 5