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

1 2 3

  /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;
  /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;
non_terminal.java 40 _index = next_index++;
lalr_state.java 72 _index = next_index++;
147 protected int _index; field in class:lalr_state
150 public int index() {return _index;}
  /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;
  /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/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeWizard.java 176 _index(t, m); method
181 protected void _index(Object t, Map m) { method in class:TreeWizard
195 _index(child, m); method
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
hwdep.h 148 void snd_hwdep_dsp_image_set_index(snd_hwdep_dsp_image_t *obj, unsigned int _index);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
hwdep.h 148 void snd_hwdep_dsp_image_set_index(snd_hwdep_dsp_image_t *obj, unsigned int _index);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
hwdep.h 148 void snd_hwdep_dsp_image_set_index(snd_hwdep_dsp_image_t *obj, unsigned int _index);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 378 self._index(tree, m)
382 def _index(self, t, m): member in class:TreeWizard
396 self._index(child, m)
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 

Completed in 979 milliseconds

1 2 3