Searched defs:head (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DWnnSentence.java116 * @param head The top clause of this sentence
119 public WnnSentence(WnnClause head, WnnSentence tail) { argument
122 this.id = head.id;
123 this.candidate = head.candidate;
124 this.stroke = head.stroke;
125 this.frequency = head.frequency;
126 this.partOfSpeech = head.partOfSpeech;
127 this.attribute = head.attribute;
129 this.elements.add(head);
132 this.id = head
[all...]
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
H A DUnboundedFifoByteBuffer.java58 protected int head; field in class:UnboundedFifoByteBuffer
85 head = 0;
97 if (tail < head) {
98 size = buffer.length - head + tail;
100 size = tail - head;
127 for (int i = head; i != tail;) {
139 head = 0;
162 return buffer[head];
176 byte element = buffer[head];
178 head
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DMemoryTracker.java49 public int head = 0; field in class:MemoryTracker.ProcessMemInfo
138 info.head = (info.head+1) % info.pss.length;
139 info.pss[info.head] = info.currentPss = dinfo.getTotalPss();
140 info.uss[info.head] = info.currentUss = dinfo.getTotalPrivateDirty();
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 328 milliseconds