Home
last modified time | relevance | path

Searched refs:ArrayList (Results 1 – 25 of 2635) sorted by relevance

12345678910>>...106

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
DParser.java19 protected ArrayList nodeList;
40 …private void push(int numstate, ArrayList listNode) throws ParserException, LexerException, IOExce… in push()
91 private ArrayList pop() in pop()
161 ArrayList list = new ArrayList(); in parse()
171 ArrayList list = new0(); in parse()
177 ArrayList list = new1(); in parse()
183 ArrayList list = new2(); in parse()
189 ArrayList list = new3(); in parse()
195 ArrayList list = new4(); in parse()
201 ArrayList list = new5(); in parse()
[all …]
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DCountryCodeToRegionCodeMap.java24 import java.util.ArrayList;
43 ArrayList<String> listWithRegionCode; in getCountryCodeToRegionCodeMap()
45 listWithRegionCode = new ArrayList<String>(25); in getCountryCodeToRegionCodeMap()
73 listWithRegionCode = new ArrayList<String>(2); in getCountryCodeToRegionCodeMap()
78 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
82 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
86 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
90 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
94 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
98 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
[all …]
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DCountryCodeToRegionCodeMap.java23 import java.util.ArrayList;
39 ArrayList<String> listWithRegionCode; in getCountryCodeToRegionCodeMap()
41 listWithRegionCode = new ArrayList<String>(25); in getCountryCodeToRegionCodeMap()
69 listWithRegionCode = new ArrayList<String>(2); in getCountryCodeToRegionCodeMap()
74 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
78 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
82 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
86 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
90 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
94 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
[all …]
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DCountryCodeToRegionCodeMapForTesting.java23 import java.util.ArrayList;
39 ArrayList<String> listWithRegionCode; in getCountryCodeToRegionCodeMap()
41 listWithRegionCode = new ArrayList<String>(4); in getCountryCodeToRegionCodeMap()
48 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
52 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
56 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
60 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
64 listWithRegionCode = new ArrayList<String>(2); in getCountryCodeToRegionCodeMap()
69 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
73 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue82/
DPropOrderInfluenceWhenAliasedInGenericCollectionTest.java18 import java.util.ArrayList;
102 ArrayList<Account> all = new ArrayList<Account>(); in testAB()
105 ArrayList<GeneralAccount> general = new ArrayList<GeneralAccount>(); in testAB()
124 ArrayList<Account> all = new ArrayList<Account>(); in testAB_Set()
146 ArrayList<Account> all = new ArrayList<Account>(); in testABWithCustomTag()
149 ArrayList<GeneralAccount> general = new ArrayList<GeneralAccount>(); in testABWithCustomTag()
175 ArrayList<Account> all = new ArrayList<Account>(); in testABProperty()
178 ArrayList<GeneralAccount> general = new ArrayList<GeneralAccount>(); in testABProperty()
200 ArrayList<Account> all = new ArrayList<Account>(); in testABPropertyWithCustomTag()
203 ArrayList<GeneralAccount> general = new ArrayList<GeneralAccount>(); in testABPropertyWithCustomTag()
[all …]
/external/nist-sip/java/gov/nist/core/
DMultiValueMapImpl.java26 import java.util.ArrayList;
35 private HashMap<String, ArrayList<V>> map = new HashMap<String, ArrayList<V>>();
45 ArrayList<V> keyList = map.get(key); in put()
47 keyList = new ArrayList<V>(10); in put()
64 ArrayList list = (ArrayList) (keyValuePair.getValue()); in containsValue()
76 ArrayList list = (ArrayList) (keyValuePair.getValue()); in clear()
83 ArrayList returnList = new ArrayList(map.size()); in values()
89 ArrayList list = (ArrayList) (keyValuePair.getValue()); in values()
101 obj.map = (HashMap<Object, ArrayList<V>>) this.map.clone(); in clone()
140 return this.map.put(key,(ArrayList<V>) value); in put()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowEventLogTest.java9 import java.util.ArrayList;
37 ArrayList<EventLog.Event> events = new ArrayList<>(); in testAddEvent_testStringLog()
55 ArrayList<EventLog.Event> events = new ArrayList<>(); in testAddEvent_testIntLog()
73 ArrayList<EventLog.Event> events = new ArrayList<>(); in testAddEvent_testLongLog()
91 ArrayList<EventLog.Event> events = new ArrayList<>(); in testAddEvent_testFloatLog()
109 ArrayList<EventLog.Event> events = new ArrayList<>(); in testAddEvent_testListLog()
123 ArrayList<EventLog.Event> events = new ArrayList<>(); in testWriteEvent_string()
135 ArrayList<EventLog.Event> events = new ArrayList<>(); in testWriteEvent_nullString()
147 ArrayList<EventLog.Event> events = new ArrayList<>(); in testWriteEvent_int()
160 ArrayList<EventLog.Event> events = new ArrayList<>(); in testWriteEvent_list()
[all …]
/external/doclava/src/com/google/doclava/
DClassInfo.java23 import java.util.ArrayList;
119 …boolean isIncluded, String qualifiedTypeName, boolean isPrimitive, ArrayList<AnnotationInstanceInf… in initialize()
145 public void init(TypeInfo typeInfo, ArrayList<ClassInfo> interfaces, in init()
146 ArrayList<TypeInfo> interfaceTypes, ArrayList<ClassInfo> innerClasses, in init()
147 ArrayList<MethodInfo> constructors, ArrayList<MethodInfo> methods, in init()
148 ArrayList<MethodInfo> annotationElements, ArrayList<FieldInfo> fields, in init()
149 ArrayList<FieldInfo> enumConstants, PackageInfo containingPackage, in init()
151 TypeInfo superclassType, ArrayList<AnnotationInstanceInfo> annotations) { in init()
153 mRealInterfaces = new ArrayList<ClassInfo>(interfaces); in init()
201 public void init3(ArrayList<TypeInfo> types, ArrayList<ClassInfo> realInnerClasses) { in init3()
[all …]
DAndroidAuxSource.java19 import java.util.ArrayList;
35 ArrayList<TagInfo> tags = new ArrayList<>(); in classAuxTags()
39 ArrayList<TagInfo> valueTags = new ArrayList<>(); in classAuxTags()
107 ArrayList<TagInfo> tags = new ArrayList<>(); in auxTags()
113 String[] comment, ArrayList<TagInfo> tags) { in auxTags()
149 ArrayList<AnnotationValueInfo> values = new ArrayList<>(); in auxTags()
157 values = (ArrayList<AnnotationValueInfo>) val.value(); in auxTags()
161 values = (ArrayList<AnnotationValueInfo>) val.value(); in auxTags()
168 ArrayList<TagInfo> valueTags = new ArrayList<>(); in auxTags()
201 ArrayList<TagInfo> valueTags = new ArrayList<>(); in auxTags()
[all …]
DConverter.java40 import java.util.ArrayList;
54 apis = new ArrayList<>(); in makeInfo()
62 ArrayList<ClassInfo> classesNeedingInit2 = new ArrayList<ClassInfo>(); in makeInfo()
96 ArrayList<ClassDoc> filtered = new ArrayList<ClassDoc>(classDocs.length); in getClasses()
133 new ArrayList<ClassInfo>(Arrays.asList(Converter.convertClasses(c.interfaces()))), in initClass()
134 new ArrayList<TypeInfo>(Arrays.asList(Converter.convertTypes(c.interfaceTypes()))), in initClass()
135 new ArrayList<ClassInfo>(Arrays.asList(Converter.convertClasses(c.innerClasses()))), in initClass()
136 new ArrayList<MethodInfo>(Arrays.asList( in initClass()
138 new ArrayList<MethodInfo>(Arrays.asList(Converter.convertMethods(c.methods(false)))), in initClass()
139 new ArrayList<MethodInfo>(Arrays.asList(Converter.convertMethods(annotationElements))), in initClass()
[all …]
DAnnotationInstanceInfo.java21 import java.util.ArrayList;
28 private ArrayList<AnnotationValueInfo> mElementValues;
29 private ArrayList<Resolution> mResolutions;
33 mElementValues = new ArrayList<AnnotationValueInfo>(); in AnnotationInstanceInfo()
38 mElementValues = new ArrayList<AnnotationValueInfo>(Arrays.asList(elementValues)); in AnnotationInstanceInfo()
53 ArrayList<AnnotationValueInfo> elementValues() { in elementValues()
89 mResolutions = new ArrayList<Resolution>(); in addResolution()
103 ArrayList<Resolution> resolutions = mResolutions; in resolveResolutions()
104 mResolutions = new ArrayList<Resolution>(); in resolveResolutions()
152 public static ArrayList<AnnotationInstanceInfo> getAnnotationsIntersection( in getAnnotationsIntersection()
[all …]
DTypeInfo.java47 ArrayList<TypeInfo> generics = new ArrayList<TypeInfo>(); in TypeInfo()
88 ArrayList<TypeInfo> extendsBounds = new ArrayList<>(); in TypeInfo()
145 mTypeArguments = new ArrayList<TypeInfo>(other.typeArguments()); in TypeInfo()
148 mSuperBounds = new ArrayList<TypeInfo>(other.superBounds()); in TypeInfo()
151 mExtendsBounds = new ArrayList<TypeInfo>(other.extendsBounds()); in TypeInfo()
198 public static String typeArgumentsName(ArrayList<TypeInfo> args, HashSet<String> typeVars) { in typeArgumentsName()
288 public ArrayList<TypeInfo> typeArguments() { in typeArguments()
349 public static void makeHDF(Data data, String base, ArrayList<TypeInfo> types, boolean qualified, in makeHDF()
357 public static void makeHDF(Data data, String base, ArrayList<TypeInfo> types, boolean qualified) { in makeHDF()
361 void setTypeArguments(ArrayList<TypeInfo> args) { in setTypeArguments()
[all …]
DComment.java21 import java.util.ArrayList;
446 ArrayList<TagInfo> results = new ArrayList<TagInfo>(); in tags()
653 ArrayList<TagInfo> mInlineTagsList = new ArrayList<TagInfo>();
654 ArrayList<TagInfo> mTagsList = new ArrayList<TagInfo>();
655 ArrayList<ParamTagInfo> mParamTagsList = new ArrayList<ParamTagInfo>();
656 ArrayList<SeeTagInfo> mSeeTagsList = new ArrayList<SeeTagInfo>();
657 ArrayList<ThrowsTagInfo> mThrowsTagsList = new ArrayList<ThrowsTagInfo>();
658 ArrayList<TagInfo> mBriefTagsList = new ArrayList<TagInfo>();
659 ArrayList<ParsedTagInfo> mReturnTagsList = new ArrayList<ParsedTagInfo>();
660 ArrayList<ParsedTagInfo> mDeprecatedTagsList = new ArrayList<ParsedTagInfo>();
[all …]
DPackageInfo.java194 ArrayList<ClassInfo> out = new ArrayList<ClassInfo>(); in filterHiddenAndRemoved()
426 ArrayList<MethodInfo> constructors, ArrayList<MethodInfo> methods) { in createDeltaClass()
427 ArrayList<FieldInfo> emptyFields = new ArrayList<>(); in createDeltaClass()
428 ArrayList<ClassInfo> emptyClasses = new ArrayList<>(); in createDeltaClass()
429 ArrayList<TypeInfo> emptyTypes = new ArrayList<>(); in createDeltaClass()
430 ArrayList<MethodInfo> emptyMethods = new ArrayList<>(); in createDeltaClass()
438 ArrayList<ClassInfo> interfaces = original.interfaces(); in createDeltaClass()
443 ArrayList<TypeInfo> interfaceTypes = original.interfaceTypes(); in createDeltaClass()
447 ArrayList<ClassInfo> innerClasses = original.innerClasses(); in createDeltaClass()
451 ArrayList<MethodInfo> annotationElements = original.annotationElements(); in createDeltaClass()
[all …]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSignerInformationStore.java3 import java.util.ArrayList;
15 private List all = new ArrayList();
26 this.all = new ArrayList(1); in SignerInformationStore()
49 List list = (ArrayList)table.get(sid); in SignerInformationStore()
52 list = new ArrayList(1); in SignerInformationStore()
59 this.all = new ArrayList(signerInfos); in SignerInformationStore()
94 return new ArrayList(all); in getSigners()
108 List results = new ArrayList(); in getSigners()
128 List list = (ArrayList)table.get(selector); in getSigners()
130 return list == null ? new ArrayList() : new ArrayList(list); in getSigners()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DListEqualsTester.java26 import java.util.ArrayList;
40 getList().equals(new ArrayList<E>(getOrderedElements()))); in testEquals_otherListWithSameElements()
45 ArrayList<E> other = new ArrayList<E>(getSampleElements()); in testEquals_otherListWithDifferentElements()
54 List<E> other = new ArrayList<E>(getSampleElements()); in testEquals_otherListContainingNull()
64 ArrayList<E> elements = new ArrayList<E>(getSampleElements()); in testEquals_containingNull()
67 List<E> other = new ArrayList<E>(getSampleElements()); in testEquals_containingNull()
77 getList().equals(new ArrayList<E>(fewerElements))); in testEquals_shorterList()
83 getList().equals(new ArrayList<E>(moreElements))); in testEquals_longerList()
/external/cldr/tools/java/org/unicode/cldr/draft/
DArray2D.java4 import java.util.ArrayList;
7 private ArrayList<ArrayList<T>> data = new ArrayList<ArrayList<T>>();
12 ArrayList<T> rowList = data.get(row); in set()
14 data.set(row, rowList = new ArrayList<T>()); in set()
27 ArrayList<T> rowList = data.get(row); in get()
51 public static void ensureSize(ArrayList<?> list, int size) { in ensureSize()
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DEABDbUtil.java31 import java.util.ArrayList;
80 ArrayList<PresenceContact> allEligibleContacts = new ArrayList<PresenceContact>(); in validateAndSyncFromContactsDb()
115 ArrayList<String> phoneNumList = new ArrayList<String>(); in validateAndSyncFromContactsDb()
168 ArrayList<PresenceContact> contactList) { in addContactsToEabDb()
169 ArrayList<ContentProviderOperation> operation = new ArrayList<ContentProviderOperation>(); in addContactsToEabDb()
184 operation = new ArrayList<ContentProviderOperation>(); in addContactsToEabDb()
192 Context context, ArrayList<ContentProviderOperation> ops, String displayName, in addContactToEabDb()
207 ArrayList<PresenceContact> contactList) { in deleteContactsFromEabDb()
208 ArrayList<ContentProviderOperation> operation = new ArrayList<ContentProviderOperation>(); in deleteContactsFromEabDb()
222 operation = new ArrayList<ContentProviderOperation>(); in deleteContactsFromEabDb()
[all …]
/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
DOvicClassificationResult.java17 import java.util.ArrayList;
23 public final ArrayList<String> topKClasses;
24 public final ArrayList<Float> topKProbs;
25 public final ArrayList<Integer> topKIndices;
31 topKClasses = new ArrayList<>(); in OvicClassificationResult()
32 topKProbs = new ArrayList<>(); in OvicClassificationResult()
33 topKIndices = new ArrayList<>(); in OvicClassificationResult()
/external/jdiff/src/jdiff/
DClassDiff.java66 ctorsAdded = new ArrayList(); // ConstructorAPI[] in ClassDiff()
67 ctorsRemoved = new ArrayList(); // ConstructorAPI[] in ClassDiff()
68 ctorsChanged = new ArrayList(); // MemberDiff[] in ClassDiff()
70 methodsAdded = new ArrayList(); // MethodAPI[] in ClassDiff()
71 methodsRemoved = new ArrayList(); // MethodAPI[] in ClassDiff()
72 methodsChanged = new ArrayList(); // MemberDiff[] in ClassDiff()
74 fieldsAdded = new ArrayList(); // FieldAPI[] in ClassDiff()
75 fieldsRemoved = new ArrayList(); // FieldAPI[] in ClassDiff()
76 fieldsChanged = new ArrayList(); // MemberDiff[] in ClassDiff()
/external/turbine/java/com/google/turbine/bytecode/
DLowerAttributes.java28 import java.util.ArrayList;
36 List<Attribute> attributes = new ArrayList<>(); in classAttributes()
53 List<Attribute> attributes = new ArrayList<>(); in methodAttributes()
74 List<Attribute> attributes = new ArrayList<>(); in fieldAttributes()
87 List<AnnotationInfo> visible = new ArrayList<>(); in addAllAnnotations()
88 List<AnnotationInfo> invisible = new ArrayList<>(); in addAllAnnotations()
105 List<TypeAnnotationInfo> visible = new ArrayList<>(); in addAllTypeAnnotations()
106 List<TypeAnnotationInfo> invisible = new ArrayList<>(); in addAllTypeAnnotations()
121 List<List<AnnotationInfo>> visibles = new ArrayList<>(); in addParameterAnnotations()
122 List<List<AnnotationInfo>> invisibles = new ArrayList<>(); in addParameterAnnotations()
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/
DArrayListTest.java18 import java.util.ArrayList;
32 ArrayList<String> list = new ArrayList<String>(3); in testListImplementation()
42 assertEquals(ArrayList.class, loaded.getList().getClass()); in testListImplementation()
46 private ArrayList<String> list;
49 public ArrayList<String> getList() { in getList()
53 public void setList(ArrayList<String> list) { in setList()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
DGenericListVisitorAdapter.java33 import java.util.ArrayList;
49 List<R> result = new ArrayList<>(); in visit()
76 List<R> result = new ArrayList<>(); in visit()
108 List<R> result = new ArrayList<>(); in visit()
130 List<R> result = new ArrayList<>(); in visit()
157 List<R> result = new ArrayList<>(); in visit()
179 List<R> result = new ArrayList<>(); in visit()
196 List<R> result = new ArrayList<>(); in visit()
218 List<R> result = new ArrayList<>(); in visit()
240 List<R> result = new ArrayList<>(); in visit()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
DPolynomialsUtils.java19 import java.util.ArrayList;
33 private static final ArrayList<BigFraction> CHEBYSHEV_COEFFICIENTS;
36 private static final ArrayList<BigFraction> HERMITE_COEFFICIENTS;
39 private static final ArrayList<BigFraction> LAGUERRE_COEFFICIENTS;
42 private static final ArrayList<BigFraction> LEGENDRE_COEFFICIENTS;
48 CHEBYSHEV_COEFFICIENTS = new ArrayList<BigFraction>();
55 HERMITE_COEFFICIENTS = new ArrayList<BigFraction>();
62 LAGUERRE_COEFFICIENTS = new ArrayList<BigFraction>();
69 LEGENDRE_COEFFICIENTS = new ArrayList<BigFraction>();
194 final ArrayList<BigFraction> coefficients,
[all …]
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
DIntentFilterData.java3 import java.util.ArrayList;
18 this.categories = new ArrayList<>(categories); in IntentFilterData()
19 this.schemes = new ArrayList<>(); in IntentFilterData()
20 this.mimeTypes = new ArrayList<>(); in IntentFilterData()
21 this.authorities = new ArrayList<>(); in IntentFilterData()
22 this.paths = new ArrayList<>(); in IntentFilterData()
23 this.pathPatterns = new ArrayList<>(); in IntentFilterData()
24 this.pathPrefixes = new ArrayList<>(); in IntentFilterData()

12345678910>>...106