Searched defs:_index (Results 1 - 25 of 35) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DLocaleSyntaxException.java19 private int _index = -1; field in class:LocaleSyntaxException
27 _index = errorIndex;
31 return _index;
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
H A DLocaleSyntaxException.java15 private int _index = -1; field in class:LocaleSyntaxException
23 _index = errorIndex;
27 return _index;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleSyntaxException.java15 private int _index = -1; field in class:LocaleSyntaxException
23 _index = errorIndex;
27 return _index;
/external/flatbuffers/tests/FlatBuffers.Test/
H A DAssert.cs44 private readonly int _index; field in class:FlatBuffers.Test.AssertArrayFailedException
50 _index = index;
57 get { return string.Format("Expected {0} at index {1} but saw {2}", _expected, _index, _actual); }
/external/jmdns/src/javax/jmdns/impl/constants/
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 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 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 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 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 DDNSRecordType.java255 private final int _index; field in class:DNSRecordType
259 _index = index;
277 return _index;
301 if (aType._index == index) return aType;
/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderInStream.h30 unsigned _index; member in class:NArchive::N7z::CFolderInStream
48 bool WasFinished() const { return _index == _numFiles; }
/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/opencv/cv/src/
H A D_cvlist.h369 _index; typedef in typeref:struct:__index
371 DECLARE_LIST( _index, h_ )
/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/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/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/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)
/external/libusb/libusb/os/
H A Dpoll_windows.c105 static inline BOOL cancel_io(int _index) argument
107 if ((_index < 0) || (_index >= MAX_FDS)) {
111 if ( (poll_fd[_index].fd < 0) || (poll_fd[_index].handle == INVALID_HANDLE_VALUE)
112 || (poll_fd[_index].handle == 0) || (poll_fd[_index].overlapped == NULL) ) {
115 if (poll_fd[_index].itransfer && poll_fd[_index].cancel_fn) {
117 (*poll_fd[_index]
137 cancel_io(int _index) argument
387 _free_index(int _index) argument
410 int _index; local
512 int _index, object_index, triggered; local
633 int _index; local
655 int _index; local
691 int _index; local
[all...]
H A Dwindows_winusb.c260 HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const char *usb_class, unsigned _index)
262 if (_index <= 0) {
269 if (!pSetupDiEnumDeviceInfo(*dev_info, _index, dev_info_data)) {
272 _index, windows_error_str(0));
295 HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const GUID *guid, unsigned _index)
301 if (_index <= 0)
306 if (!pSetupDiEnumDeviceInfo(*dev_info, _index, dev_info_data)) {
309 _index, windows_error_str(0));
318 if (!pSetupDiEnumDeviceInterfaces(*dev_info, NULL, guid, _index, &dev_interface_data)) {
321 _index, windows_error_st
259 get_devinfo_data(struct libusb_context *ctx, HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const char *usb_class, unsigned _index) argument
294 get_interface_details(struct libusb_context *ctx, HDEVINFO *dev_info, SP_DEVINFO_DATA *dev_info_data, const GUID *guid, unsigned _index) argument
363 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
3103 _hid_get_string_descriptor(struct hid_device_priv *dev, int _index, void *data, size_t *size) argument
3236 _hid_get_descriptor(struct hid_device_priv *dev, HANDLE hid_handle, int recipient, int type, int _index, void *data, size_t *size) argument
3419 _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/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/libvncserver/libvncserver/
H A Dselbox.c69 static void selSelect(rfbSelectData* m,int _index) argument
73 if(_index==m->selected || _index<0 || _index>=m->listSize)
79 if(_index<m->displayStart || _index>=m->displayStart+m->pageH) {
87 if(_index<targetLine)
88 targetLine = _index;
89 else if(_index+m->pageH-targetLine>=m->listSize)
90 targetLine = _index
[all...]
/external/protobuf/ruby/ext/google/protobuf_c/
H A Drepeated_field.c54 static int index_position(VALUE _index, RepeatedField* repeated_field) { argument
55 int index = NUM2INT(_index);
158 VALUE RepeatedField_index_set(VALUE _self, VALUE _index, VALUE val) { argument
165 int index = index_position(_index, self);
/external/minijail/
H A Dsyscall_filter.c699 size_t _index = index; local
706 if (_index >= cap)
708 filter[_index++] = curr->instrs[i];
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.h201 UInt32 _index; member in class:CArchiveExtractCallback

Completed in 819 milliseconds

12