HomeSort by relevance Sort by last modified time
    Searched refs:_index (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/jmdns/src/javax/jmdns/impl/constants/
DNSOperationCode.java 44 private final int _index; field in class:DNSOperationCode
48 _index = index;
66 return _index;
76 if (aCode._index == maskedIndex) return aCode;
DNSOptionCode.java 36 private final int _index; field in class:DNSOptionCode
40 _index = index;
58 return _index;
68 if (aCode._index == maskedIndex) return aCode;
DNSResultCode.java 99 private final int _index; field in class:DNSResultCode
103 _index = index;
121 return _index;
131 if (aCode._index == maskedIndex) return aCode;
139 if (aCode._index == maskedIndex) return aCode;
DNSLabel.java 37 private final int _index; field in class:DNSLabel
41 _index = index;
59 return _index;
69 if (aLabel._index == maskedIndex) return aLabel;
DNSRecordClass.java 70 private final int _index; field in class:DNSRecordClass
74 _index = index;
92 return _index;
127 if (aClass._index == maskedIndex) return aClass;
DNSRecordType.java 255 private final int _index; field in class:DNSRecordType
259 _index = index;
277 return _index;
301 if (aType._index == index) return aType;
  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.c 103 static inline BOOL cancel_io(int _index)
105 if ((_index < 0) || (_index >= MAX_FDS)) {
109 if ( (poll_fd[_index].fd < 0) || (poll_fd[_index].handle == INVALID_HANDLE_VALUE)
110 || (poll_fd[_index].handle == 0) || (poll_fd[_index].overlapped == NULL) ) {
113 if (poll_fd[_index].itransfer && poll_fd[_index].cancel_fn) {
115 (*poll_fd[_index].cancel_fn)(poll_fd[_index].itransfer)
408 int _index; local
510 int _index, object_index, triggered; local
631 int _index; local
653 int _index; local
689 int _index; local
    [all...]
  /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);
production.java 118 _index = next_index++;
121 _all.put(new Integer(_index),this);
207 protected int _index; field in class:production
210 public int index() {return _index;}
708 return other._index == _index;
728 return _index*13;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dumbdbm.py 65 self._index = None # maps keys to (pos, siz) pairs
78 self._index = {}
87 self._index[key] = pos_and_siz_pair
97 if self._index is None:
112 for key, pos_and_siz_pair in self._index.iteritems():
119 pos, siz = self._index[key] # may raise KeyError
156 self._index[key] = pos_and_siz_pair
165 if key not in self._index:
170 pos, siz = self._index[key]
174 self._index[key] = self._setval(pos, val
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dumbdbm.py 65 self._index = None # maps keys to (pos, siz) pairs
78 self._index = {}
87 self._index[key] = pos_and_siz_pair
97 if self._index is None:
112 for key, pos_and_siz_pair in self._index.iteritems():
119 pos, siz = self._index[key] # may raise KeyError
156 self._index[key] = pos_and_siz_pair
165 if key not in self._index:
170 pos, siz = self._index[key]
174 self._index[key] = self._setval(pos, val
    [all...]
  /external/chromium_org/third_party/closure_compiler/
processor.py 80 self._index = 0
83 while self._index < len(self._lines):
84 current_line = self._lines[self._index]
90 self._index += 1
105 self._lines = self._lines[:self._index] + f + self._lines[self._index + 1:]
  /external/pixman/pixman/
pixman-compiler.h 129 static unsigned tls_ ## name ## _index; \
136 TlsSetValue (tls_ ## name ## _index, value); \
158 tls_ ## name ## _index = TlsAlloc (); \
163 if (tls_ ## name ## _index == 0xFFFFFFFF) \
165 value = TlsGetValue (tls_ ## name ## _index); \
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octcontainer.swg 197 : _seq(seq), _index(index)
203 // swig::SwigVar_PyObject item = OctSequence_GetItem(_seq, _index);
209 sprintf(msg, "in sequence element %d ", _index);
221 // OctSequence_SetItem(_seq, _index, swig::from<T>(v));
228 int _index;
256 : _seq(seq), _index(index)
262 return reference(_seq, _index);
272 return (_index == ri._index);
282 ++_index;
    [all...]
  /external/libcxxabi/src/Unwind/
UnwindRegistersRestore.S 185 #define LOAD_VECTOR_UNALIGNEDl(_index) \
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) \
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersRestore.S 185 #define LOAD_VECTOR_UNALIGNEDl(_index) \
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) \
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CommonToken.as 46 protected var _index:int = -1;
71 token._index = oldToken.tokenIndex;
150 return _index;
154 _index = index;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognitionException.cs 80 private int _index; field in class:Antlr.Runtime.RecognitionException
147 this._index = input.Index;
170 _index = info.GetInt32("Index");
241 return _index;
244 _index = value;
271 info.AddValue("Index", _index);
  /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.Collections/
HashList.cs 65 private int _index; field in class:Antlr.Runtime.Collections.HashList.HashListEnumerator
74 _index = 0;
85 _index = 0;
140 _index = 0;
170 if (_index < _orderList.Count)
172 _key = _orderList[_index];
174 _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;
  /prebuilts/misc/common/swig/include/2.0.11/python/
pycontainer.swg 421 : _seq(seq), _index(index)
427 swig::SwigVar_PyObject item = PySequence_GetItem(_seq, _index);
432 sprintf(msg, "in sequence element %d ", _index);
444 PySequence_SetItem(_seq, _index, swig::from<T>(v));
450 int _index;
478 : _seq(seq), _index(index)
484 return reference(_seq, _index);
494 return (_index == ri._index) && (_seq == ri._seq);
504 ++_index;
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubycontainer.swg 175 : _seq(seq), _index(index)
181 VALUE item = rb_ary_entry(_seq, _index );
186 sprintf(msg, "in sequence element %d ", _index);
200 rb_ary_set(_seq, _index, swig::from< T >(v));
206 int _index;
248 : _seq(seq), _index(index)
254 return reference(_seq, _index);
264 return (_index == ri._index) && (_seq == ri._seq);
274 ++_index;
    [all...]

Completed in 254 milliseconds

1 2 3 4