Searched refs:_index (Results 1 - 25 of 54) sorted by relevance

123

/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSOperationCode.java44 private final int _index; field in class:DNSOperationCode
48 _index = index;
66 return _index;
76 if (aCode._index == maskedIndex) return aCode;
H A DDNSOptionCode.java36 private final int _index; field in class:DNSOptionCode
40 _index = index;
58 return _index;
68 if (aCode._index == maskedIndex) return aCode;
H A DDNSResultCode.java99 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;
H A DDNSLabel.java37 private final int _index; field in class:DNSLabel
41 _index = index;
59 return _index;
69 if (aLabel._index == maskedIndex) return aLabel;
H A DDNSRecordClass.java70 private final int _index; field in class:DNSRecordClass
74 _index = index;
92 return _index;
127 if (aClass._index == maskedIndex) return aClass;
H A DDNSRecordType.java255 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/
H A Dpoll_windows.c103 static inline BOOL cancel_io(int _index) argument
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]
135 cancel_io(int _index) argument
385 _free_index(int _index) argument
408 int _index; local
510 int _index, object_index, triggered; local
631 int _index; local
653 int _index; local
689 int _index; local
[all...]
H A Dwindows_usb.c262 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_st
261 get_devinfo_data(struct libusb_context *ctx, HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const char* usb_class, unsigned _index) argument
297 get_interface_details(struct libusb_context *ctx, HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const GUID* guid, unsigned _index) argument
366 get_interface_details_filter(struct libusb_context *ctx, HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const GUID* guid, unsigned _index, char* filter_path) argument
3265 _hid_get_string_descriptor(struct hid_device_priv* dev, int _index, void *data, size_t *size) argument
3400 _hid_get_descriptor(struct hid_device_priv* dev, HANDLE hid_handle, int recipient, int type, int _index, void *data, size_t *size) argument
3588 _hid_class_request(struct hid_device_priv* dev, HANDLE hid_handle, int request_type, int request, int value, int _index, void *data, struct windows_transfer_priv *tp, size_t *size, OVERLAPPED* overlapped) argument
[all...]
/external/chromium_org/third_party/closure_compiler/
H A Dprocessor.py80 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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRecognitionException.cs80 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/
H A DRecognitionException.cs82 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/pixman/pixman/
H A Dpixman-compiler.h129 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); \
/external/libcxxabi/src/Unwind/
H A DUnwindRegistersRestore.S185 #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/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs65 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/ActionScript/project/src/org/antlr/runtime/
H A DCommonToken.as46 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.Tree/
H A DBufferedTreeNodeStream.cs69 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/
H A DBufferedTreeNodeStream.cs72 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c134 #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/
H A Dlp_tex_sample.c139 #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/
H A Ddraw_llvm_sample.c134 #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/
H A Dlp_tex_sample.c139 #define LP_LLVM_TEXTURE_MEMBER(_name, _index, _emit_load) \
145 return lp_llvm_texture_member(base, gallivm, unit, _index, #_name, _emit_load ); \
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeWizard.java176 _index(t, m);
181 protected void _index(Object t, Map m) { method in class:TreeWizard
195 _index(child, m);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DIndexedDBViews.js145 var keyPath = this._isIndex ? this._index.keyPath : this._objectStore.keyPath;
260 this._index = index;
335 this._model.loadIndexData(this._databaseId, this._objectStore.name, this._index.name, idbKeyRange, skipCount, pageSize, callback.bind(this));
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.h66 UInt32 _index; member in class:CArchiveExtractCallback
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtreewizard.py378 self._index(tree, m)
382 def _index(self, t, m): member in class:TreeWizard
396 self._index(child, m)

Completed in 2628 milliseconds

123