/external/opencv3/modules/videoio/src/ |
D | cap_cmu.cpp | 260 bool CvCaptureCAM_CMU::open( int _index ) in open() argument 303 if(_index==-1){ in open() 307 _index = i; in open() 314 if (_index==-1) in open() 317 if (CMU_theCamera[_index].SelectCamera(_index) != CAM_SUCCESS) in open() 320 if (CMU_theCamera[_index].InitCamera() != CAM_SUCCESS) in open() 334 CMU_theCamera[_index].HasVideoFrameRate(format,mode,rate)) in open() 336 CMU_theCamera[_index].SetVideoFormat(format); in open() 337 CMU_theCamera[_index].SetVideoMode(mode); in open() 338 CMU_theCamera[_index].SetVideoFrameRate(rate); in open() [all …]
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | usb_descriptors.py | 342 self._index = 0 357 if self._index >= self._data_length: 367 if self._index + 1 < self._data_length: 368 descriptor_type = self._data[self._index + 1] 369 if self._index + 2 < self._data_length: 370 descriptor_subtype = self._data[self._index + 2] 378 next_index = self._index + self._data[self._index] 379 descriptor = descriptor_class(self._data[self._index:next_index]) 380 self._index = next_index
|
/external/jetty/src/java/org/eclipse/jetty/io/ |
D | BufferCache.java | 37 private final ArrayList _index= new ArrayList(); field in BufferCache 48 while ((ordinal - _index.size()) >= 0) in add() 49 _index.add(null); in add() 50 if (_index.get(ordinal)==null) in add() 51 _index.add(ordinal, buffer); in add() 57 if (ordinal < 0 || ordinal >= _index.size()) in get() 59 return (CachedBuffer)_index.get(ordinal); in get() 166 ",index="+_index+ in toString()
|
/external/jmdns/src/javax/jmdns/impl/constants/ |
D | DNSResultCode.java | 99 private final int _index; field in DNSResultCode 103 _index = index; in DNSResultCode() 121 return _index; in indexValue() 131 if (aCode._index == maskedIndex) return aCode; in resultCodeForFlags() 139 if (aCode._index == maskedIndex) return aCode; in resultCodeForFlags()
|
D | DNSOptionCode.java | 36 private final int _index; field in DNSOptionCode 40 _index = index; in DNSOptionCode() 58 return _index; in indexValue() 68 if (aCode._index == maskedIndex) return aCode; in resultCodeForFlags()
|
D | DNSOperationCode.java | 44 private final int _index; field in DNSOperationCode 48 _index = index; in DNSOperationCode() 66 return _index; in indexValue() 76 if (aCode._index == maskedIndex) return aCode; in operationCodeForFlags()
|
D | DNSLabel.java | 37 private final int _index; field in DNSLabel 41 _index = index; in DNSLabel() 59 return _index; in indexValue() 69 if (aLabel._index == maskedIndex) return aLabel; in labelForByte()
|
D | DNSRecordClass.java | 70 private final int _index; field in DNSRecordClass 74 _index = index; in DNSRecordClass() 92 return _index; in indexValue() 127 if (aClass._index == maskedIndex) return aClass; in classForIndex()
|
D | DNSRecordType.java | 255 private final int _index; field in DNSRecordType 259 _index = index; in DNSRecordType() 277 return _index; in indexValue() 301 if (aType._index == index) return aType; in typeForIndex()
|
/external/libunwind_llvm/src/ |
D | UnwindRegistersRestore.S | 185 #define LOAD_VECTOR_UNALIGNEDl(_index) \ argument 186 andis. r0,r5,(1<<(15-_index)) @\ 187 beq Ldone ## _index @\ 188 lwz r0, 424+_index*16(r3) @\ 190 lwz r0, 424+_index*16+4(r3) @\ 192 lwz r0, 424+_index*16+8(r3) @\ 194 lwz r0, 424+_index*16+12(r3)@\ 196 lvx v ## _index,0,r4 @\ 197 Ldone ## _index: 199 #define LOAD_VECTOR_UNALIGNEDh(_index) \ argument [all …]
|
/external/libvncserver/libvncserver/ |
D | selbox.c | 69 static void selSelect(rfbSelectData* m,int _index) in selSelect() argument 73 if(_index==m->selected || _index<0 || _index>=m->listSize) in selSelect() 79 if(_index<m->displayStart || _index>=m->displayStart+m->pageH) { in selSelect() 87 if(_index<targetLine) in selSelect() 88 targetLine = _index; in selSelect() 89 else if(_index+m->pageH-targetLine>=m->listSize) in selSelect() 90 targetLine = _index+m->pageH-m->listSize; in selSelect() 91 delta = _index-(m->displayStart+targetLine); in selSelect() 112 if(delta!=_index) in selSelect() 116 m->selected = _index; in selSelect() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | LocaleSyntaxException.java | 17 private int _index = -1; field in LocaleSyntaxException 25 _index = errorIndex; in LocaleSyntaxException() 29 return _index; in getErrorIndex()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | RecognitionException.cs | 80 private int _index; field in Antlr.Runtime.RecognitionException 147 this._index = input.Index; in RecognitionException() 170 _index = info.GetInt32("Index"); in RecognitionException() 241 return _index; 244 _index = value; 271 info.AddValue("Index", _index); in GetObjectData()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | LocaleSyntaxException.java | 13 private int _index = -1; field in LocaleSyntaxException 21 _index = errorIndex; in LocaleSyntaxException() 25 return _index; in getErrorIndex()
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ |
D | LocaleSyntaxException.java | 13 private int _index = -1; field in LocaleSyntaxException 21 _index = errorIndex; in LocaleSyntaxException() 25 return _index; in getErrorIndex()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | RecognitionException.cs | 82 private int _index; field in Antlr.Runtime.RecognitionException 156 this._index = input.Index; in RecognitionException() 192 _index = info.GetInt32("Index"); in RecognitionException() 284 return _index; 288 _index = value; 322 info.AddValue("Index", _index); in GetObjectData()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BufferedTreeNodeStream.cs | 72 int _index; field in Antlr.Runtime.Tree.BufferedTreeNodeStream.StreamIterator 77 _index = -1; in StreamIterator() 86 if ( _index < _outer.nodes.Count ) 87 return _outer.nodes[_index]; 107 if ( _index < _outer.nodes.Count ) in MoveNext() 108 _index++; in MoveNext() 110 return _index < _outer.nodes.Count; in MoveNext() 115 _index = -1; in Reset()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BufferedTreeNodeStream.cs | 69 int _index; field in Antlr.Runtime.Tree.BufferedTreeNodeStream.StreamIterator 73 _index = -1; in StreamIterator() 80 if (_index < _outer.nodes.Count) 81 return _outer.nodes[_index]; 99 if (_index < _outer.nodes.Count) in MoveNext() 100 _index++; in MoveNext() 102 return _index < _outer.nodes.Count; in MoveNext() 106 _index = -1; in Reset()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/ |
D | HashList.cs | 65 private int _index; field in Antlr.Runtime.Collections.HashList.HashListEnumerator 74 _index = 0; in HashListEnumerator() 85 _index = 0; in HashListEnumerator() 140 _index = 0; in Reset() 170 if (_index < _orderList.Count) in MoveNext() 172 _key = _orderList[_index]; in MoveNext() 174 _index++; in MoveNext()
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/lib/input_reader/ |
D | _gcs.py | 116 self._index = index 140 if self._index >= len(self._filenames): 142 filename = self._filenames[self._index] 143 self._index += 1 325 if self._index > num_files: 329 self._filenames[self._index], 330 self._index + 1, # +1 for human 1-indexing
|
/external/opencv3/modules/core/src/opencl/ |
D | mixchannels.cl | 49 …int src##i##_index = mad24(src##i##_step, y0, mad24(x, (int)sizeof(T) * scn##i, src##i##_offset));… 50 … int dst##i##_index = mad24(dst##i##_step, y0, mad24(x, (int)sizeof(T) * dcn##i, dst##i##_offset)); 52 __global const T * src##i = (__global const T *)(src##i##ptr + src##i##_index); \ 53 __global T * dst##i = (__global T *)(dst##i##ptr + dst##i##_index); \ 55 src##i##_index += src##i##_step; \ 56 dst##i##_index += dst##i##_step;
|
D | split_merge.cl | 47 #define DECLARE_INDEX(index) int src##index##_index = mad24(src##index##_step, y0, mad24(x, (int)si… 49 __global const T * src##index = (__global const T *)(src##index##ptr + src##index##_index); \ 51 src##index##_index += src##index##_step; 77 #define DECLARE_INDEX(index) int dst##index##_index = mad24(y0, dst##index##_step, mad24(x, (int)si… 79 __global T * dst##index = (__global T *)(dst##index##ptr + dst##index##_index); \ 81 dst##index##_index += dst##index##_step;
|
/external/v8/test/mjsunit/harmony/ |
D | do-expressions.js | 114 _index: 0, property 116 return ++this._index; 120 reset() { this._index = 0; }
|
/external/opencv3/modules/flann/src/ |
D | miniflann.cpp | 320 IndexType* _index = new IndexType(dataset, get_params(params), dist); in buildIndex_() local 321 _index->buildIndex(); in buildIndex_() 322 index = _index; in buildIndex_() 643 IndexType* _index = (IndexType*)index; in saveIndex_() local 644 ::cvflann::save_header(fout, *_index); in saveIndex_() 649 _index->saveIndex(fout); in saveIndex_() 711 IndexType* _index = new IndexType(dataset, params, dist); in loadIndex_() local 712 _index->loadIndex(fin); in loadIndex_() 713 index = _index; in loadIndex_()
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
D | BalancerServlet.java | 117 private AtomicInteger _index; field in BalancerServlet.RoundRobinIterator 122 _index = new AtomicInteger(-1); in RoundRobinIterator() 135 int currentIndex = _index.get(); in next() 137 if (_index.compareAndSet(currentIndex,nextIndex)) in next()
|