Searched refs:head (Results 1 - 12 of 12) sorted by relevance

/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/services/Telephony/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/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/field/address/
H A DBuilder.java192 Token head = node.firstToken;
196 while (head != tail) {
197 out.append(head.image);
198 head = head.next;
200 addSpecials(out, head.specialToken);
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/
H A DBuilder.java192 Token head = node.firstToken;
196 while (head != tail) {
197 out.append(head.image);
198 head = head.next;
200 addSpecials(out, head.specialToken);
/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DMemoryTracker.java55 public int head = 0; field in class:MemoryTracker.ProcessMemInfo
136 info.head = (info.head+1) % info.pss.length;
137 info.pss[info.head] = info.currentPss = dinfo.getTotalPss();
138 info.uss[info.head] = info.currentUss = dinfo.getTotalPrivateDirty();
H A DWeightWatcher.java262 x = mMemInfo.head * barStep;
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalMergeAlbum.java123 SortedMap<Integer, int[]> head = mIndex.headMap(start + 1);
124 int markPos = head.lastKey();
125 int[] subPos = head.get(markPos).clone();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DOpenWnnEngineJAJP.java421 WnnClause head = null;
429 head = new WnnClause(input, (WnnWord)headCandidates.next());
442 if (head != null) {
443 sentence = new WnnSentence(head, sentence);
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dreader.h643 typename InputStream::Ch *head = s.PutBegin(); local
646 size_t length = s.PutEnd(head) - 1;
648 const typename TargetEncoding::Ch* const str = (typename TargetEncoding::Ch*)head;
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 1303 milliseconds