Searched defs:head (Results 1 - 7 of 7) 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/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();
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenPCLm.cpp995 ubyte *head, *tail, t0, t1, t2; local
998 for (head = imagePtr, tail = imagePtr + numBytes - 1; tail > head;) {
999 t0 = *head;
1000 t1 = *(head + 1);
1001 t2 = *(head + 2);
1003 *head = *(tail - 2);
1004 *(head + 1) = *(tail - 1);
1005 *(head + 2) = *(tail - 0);
1010 head
[all...]
/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 232 milliseconds