OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PendingAttribute
(Results
1 - 8
of
8
) 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)
Ver2DictDecoder.java
80
final ArrayList<
PendingAttribute
> bigrams, final int baseAddress) {
105
bigrams.add(new
PendingAttribute
(
239
final ArrayList<
PendingAttribute
> bigrams;
DictDecoder.java
91
final TreeMap<Integer, ArrayList<
PendingAttribute
>> bigrams)
BinaryDictIOUtils.java
90
final Map<Integer, ArrayList<
PendingAttribute
>> bigrams) {
160
final Map<Integer, ArrayList<
PendingAttribute
>> bigrams) throws IOException,
BinaryDictDecoderEncoderTests.java
357
final TreeMap<Integer, ArrayList<
PendingAttribute
>> resultBigrams,
382
for (Entry<Integer, ArrayList<
PendingAttribute
>> entry : resultBigrams.entrySet()) {
385
for (
PendingAttribute
attr : entry.getValue()) {
406
final TreeMap<Integer, ArrayList<
PendingAttribute
>> resultBigrams = new TreeMap<>();
/frameworks/base/tools/aapt/
ResourceTable.cpp
259
struct
PendingAttribute
270
PendingAttribute
(String16 _package, const sp<AaptFile>& in,
321
PendingAttribute
attr(myPackage, in, block, inStyleable);
[
all
...]
Completed in 1092 milliseconds