HomeSort by relevance Sort by last modified time
    Searched refs:PendingAttribute (Results 1 - 6 of 6) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
PendingAttribute.java 25 public final class PendingAttribute {
28 public PendingAttribute(final int frequency, final int address) {
PtNodeInfo.java 32 public final ArrayList<PendingAttribute> mBigrams;
37 final ArrayList<PendingAttribute> bigrams) {
AbstractDictDecoder.java 46 final TreeMap<Integer, ArrayList<PendingAttribute>> bigrams)
DictDecoder.java 91 final TreeMap<Integer, ArrayList<PendingAttribute>> bigrams)
BinaryDictIOUtils.java 80 final Map<Integer, ArrayList<PendingAttribute>> bigrams) {
150 final Map<Integer, ArrayList<PendingAttribute>> bigrams) throws IOException,
  /frameworks/base/tools/aapt/
ResourceTable.cpp 293 struct PendingAttribute
304 PendingAttribute(String16 _package, const sp<AaptFile>& in,
337 PendingAttribute attr(myPackage, in, block, inStyleable);
    [all...]

Completed in 117 milliseconds