/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
D | UnboundedFifoByteBuffer.java | 58 protected int head; field in UnboundedFifoByteBuffer 85 head = 0; in UnboundedFifoByteBuffer() 97 if (tail < head) { in size() 98 size = buffer.length - head + tail; in size() 100 size = tail - head; in size() 127 for (int i = head; i != tail;) { in add() 139 head = 0; in add() 162 return buffer[head]; in get() 176 byte element = buffer[head]; in remove() 178 head++; in remove() [all …]
|
/packages/services/Telephony/src/org/apache/james/mime4j/decoder/ |
D | UnboundedFifoByteBuffer.java | 58 protected int head; field in UnboundedFifoByteBuffer 85 head = 0; in UnboundedFifoByteBuffer() 97 if (tail < head) { in size() 98 size = buffer.length - head + tail; in size() 100 size = tail - head; in size() 127 for (int i = head; i != tail;) { in add() 139 head = 0; in add() 162 return buffer[head]; in get() 176 byte element = buffer[head]; in remove() 178 head++; in remove() [all …]
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | WnnSentence.java | 119 public WnnSentence(WnnClause head, WnnSentence tail) { in WnnSentence() argument 122 this.id = head.id; in WnnSentence() 123 this.candidate = head.candidate; in WnnSentence() 124 this.stroke = head.stroke; in WnnSentence() 125 this.frequency = head.frequency; in WnnSentence() 126 this.partOfSpeech = head.partOfSpeech; in WnnSentence() 127 this.attribute = head.attribute; in WnnSentence() 129 this.elements.add(head); in WnnSentence() 132 this.id = head.id; in WnnSentence() 133 this.candidate = head.candidate + tail.candidate; in WnnSentence() [all …]
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/ |
D | Builder.java | 192 Token head = node.firstToken; in buildString() local 196 while (head != tail) { in buildString() 197 out.append(head.image); in buildString() 198 head = head.next; in buildString() 200 addSpecials(out, head.specialToken); in buildString()
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/ |
D | Builder.java | 192 Token head = node.firstToken; in buildString() local 196 while (head != tail) { in buildString() 197 out.append(head.image); in buildString() 198 head = head.next; in buildString() 200 addSpecials(out, head.specialToken); in buildString()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | MemoryTracker.java | 49 public int head = 0; field in MemoryTracker.ProcessMemInfo 138 info.head = (info.head+1) % info.pss.length; in update() 139 info.pss[info.head] = info.currentPss = dinfo.getTotalPss(); in update() 140 info.uss[info.head] = info.currentUss = dinfo.getTotalPrivateDirty(); in update()
|
D | WeightWatcher.java | 266 x = mMemInfo.head * barStep; in onDraw()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
D | OpenWnnEngineJAJP.java | 421 WnnClause head = null; in convert() local 429 head = new WnnClause(input, (WnnWord)headCandidates.next()); in convert() 442 if (head != null) { in convert() 443 sentence = new WnnSentence(head, sentence); in convert()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | LocalMergeAlbum.java | 123 SortedMap<Integer, int[]> head = mIndex.headMap(start + 1); in getMediaItem() local 124 int markPos = head.lastKey(); in getMediaItem() 125 int[] subPos = head.get(markPos).clone(); in getMediaItem()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|
D | en_GB_wordlist.combined.gz |
|
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | sl_wordlist.combined.gz | 1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ... |
D | it_wordlist.combined.gz |
|
D | pt_BR_wordlist.combined.gz |
|
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | nb_wordlist.combined.gz |
|
D | da_wordlist.combined.gz |
|
D | pl_wordlist.combined.gz |
|
D | tr_wordlist.combined.gz |
|
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | fi_wordlist.combined.gz | 1dictionary=main:fi,locale=fi,description=Suomi,date=1393228135, ... |
D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |
D | ro_wordlist.combined.gz |
|