/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
D | Parser.java | 19 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/ |
D | CountryCodeToRegionCodeMap.java | 24 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/ |
D | CountryCodeToRegionCodeMap.java | 23 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/ |
D | CountryCodeToRegionCodeMapForTesting.java | 23 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>(2); in getCountryCodeToRegionCodeMap() 65 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap() 69 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap() 73 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap() [all …]
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/ |
D | ObjectId825BTest.java | 3 import java.util.ArrayList; 13 protected java.util.ArrayList<Tr> outTr; 15 public java.util.ArrayList<Tr> getOutTr() { in getOutTr() 18 public void setOutTr(java.util.ArrayList<Tr> outTr) { in setOutTr() 28 protected java.util.ArrayList<Dec> dec; 30 public java.util.ArrayList<Dec> getDec() { in getDec() 33 public void setDec(java.util.ArrayList<Dec> dec) { in setDec() 57 protected java.util.ArrayList<? extends AbstractAct> act; 59 public java.util.ArrayList<? extends AbstractAct> getAct() { in getAct() 63 public void setAct(java.util.ArrayList<? extends AbstractAct> act) { in setAct() [all …]
|
/external/nist-sip/java/gov/nist/core/ |
D | MultiValueMapImpl.java | 26 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/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue82/ |
D | PropOrderInfluenceWhenAliasedInGenericCollectionTest.java | 18 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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowEventLogTest.java | 9 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/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | SignerInformationStore.java | 3 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/doclava/src/com/google/doclava/ |
D | ClassInfo.java | 23 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 …]
|
D | AnnotationInstanceInfo.java | 21 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 …]
|
D | AndroidAuxSource.java | 19 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 …]
|
D | Converter.java | 41 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 …]
|
D | TypeInfo.java | 47 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 …]
|
D | Comment.java | 21 import java.util.ArrayList; 454 ArrayList<TagInfo> results = new ArrayList<TagInfo>(); in tags() 661 ArrayList<TagInfo> mInlineTagsList = new ArrayList<TagInfo>(); 662 ArrayList<TagInfo> mTagsList = new ArrayList<TagInfo>(); 663 ArrayList<ParamTagInfo> mParamTagsList = new ArrayList<ParamTagInfo>(); 664 ArrayList<SeeTagInfo> mSeeTagsList = new ArrayList<SeeTagInfo>(); 665 ArrayList<ThrowsTagInfo> mThrowsTagsList = new ArrayList<ThrowsTagInfo>(); 666 ArrayList<TagInfo> mBriefTagsList = new ArrayList<TagInfo>(); 667 ArrayList<ParsedTagInfo> mReturnTagsList = new ArrayList<ParsedTagInfo>(); 668 ArrayList<ParsedTagInfo> mDeprecatedTagsList = new ArrayList<ParsedTagInfo>(); [all …]
|
/external/exoplayer/tree/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/ |
D | FlacStreamMetadataTest.java | 27 import java.util.ArrayList; 58 ArrayList<String> commentsList = new ArrayList<>(); in parseVorbisComments() 73 /* pictureFrames= */ new ArrayList<>()) in parseVorbisComments() 87 ArrayList<String> commentsList = new ArrayList<>(); in parseEmptyVorbisComments() 100 /* pictureFrames= */ new ArrayList<>()) in parseEmptyVorbisComments() 108 ArrayList<String> commentsList = new ArrayList<>(); in parseVorbisCommentWithEqualsInValue() 122 /* pictureFrames= */ new ArrayList<>()) in parseVorbisCommentWithEqualsInValue() 133 ArrayList<String> commentsList = new ArrayList<>(); in parseInvalidVorbisComment() 148 /* pictureFrames= */ new ArrayList<>()) in parseInvalidVorbisComment()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | NumberPermutationTest.java | 8 import java.util.ArrayList; 88 ArrayList<ArrayList<String>> skeletonParts = new ArrayList<>(); in testPermutations() 89 ArrayList<String> currentSection = new ArrayList<>(); in testPermutations() 94 currentSection = new ArrayList<>(); in testPermutations() 101 ArrayList<String> resultLines = new ArrayList<>(); in testPermutations() 109 ArrayList<String> skeletons1 = skeletonParts.get(i); in testPermutations() 111 ArrayList<String> skeletons2 = skeletonParts.get(j); in testPermutations() 113 ArrayList<String> skeletons3 = skeletonParts.get(k); in testPermutations()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | NumberPermutationTest.java | 7 import java.util.ArrayList; 85 ArrayList<ArrayList<String>> skeletonParts = new ArrayList<>(); in testPermutations() 86 ArrayList<String> currentSection = new ArrayList<>(); in testPermutations() 91 currentSection = new ArrayList<>(); in testPermutations() 98 ArrayList<String> resultLines = new ArrayList<>(); in testPermutations() 106 ArrayList<String> skeletons1 = skeletonParts.get(i); in testPermutations() 108 ArrayList<String> skeletons2 = skeletonParts.get(j); in testPermutations() 110 ArrayList<String> skeletons3 = skeletonParts.get(k); in testPermutations()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | ListEqualsTester.java | 25 import java.util.ArrayList; 41 getList().equals(new ArrayList<E>(getOrderedElements()))); in testEquals_otherListWithSameElements() 46 ArrayList<E> other = new ArrayList<>(getSampleElements()); in testEquals_otherListWithDifferentElements() 55 List<E> other = new ArrayList<>(getSampleElements()); in testEquals_otherListContainingNull() 65 ArrayList<E> elements = new ArrayList<>(getSampleElements()); in testEquals_containingNull() 68 List<E> other = new ArrayList<>(getSampleElements()); in testEquals_containingNull() 79 getList().equals(new ArrayList<E>(fewerElements))); in testEquals_shorterList() 86 getList().equals(new ArrayList<E>(moreElements))); in testEquals_longerList()
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | ListEqualsTester.java | 25 import java.util.ArrayList; 41 getList().equals(new ArrayList<E>(getOrderedElements()))); in testEquals_otherListWithSameElements() 46 ArrayList<E> other = new ArrayList<>(getSampleElements()); in testEquals_otherListWithDifferentElements() 55 List<E> other = new ArrayList<>(getSampleElements()); in testEquals_otherListContainingNull() 65 ArrayList<E> elements = new ArrayList<>(getSampleElements()); in testEquals_containingNull() 68 List<E> other = new ArrayList<>(getSampleElements()); in testEquals_containingNull() 79 getList().equals(new ArrayList<E>(fewerElements))); in testEquals_shorterList() 86 getList().equals(new ArrayList<E>(moreElements))); in testEquals_longerList()
|
/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/ |
D | OvicClassificationResult.java | 17 import java.util.ArrayList; 23 public final ArrayList<String> topKClasses; 25 public final ArrayList<Float> topKProbs; 26 public final ArrayList<Integer> topKIndices; 35 topKClasses = new ArrayList<>(); in OvicClassificationResult() 36 topKProbs = new ArrayList<>(); in OvicClassificationResult() 37 topKIndices = new ArrayList<>(); in OvicClassificationResult()
|
/external/s2-geometry-library-java/tests/com/google/common/geometry/ |
D | S2RegionCovererTest.java | 18 import java.util.ArrayList; 42 S2RegionCoverer coverer, S2Region region, ArrayList<S2CellId> covering, boolean interior) { in checkCovering() 92 ArrayList<S2CellId> covering = new ArrayList<S2CellId>(); in testRandomCaps() 93 ArrayList<S2CellId> interior = new ArrayList<S2CellId>(); in testRandomCaps() 103 ArrayList<S2CellId> covering2 = new ArrayList<S2CellId>(); in testRandomCaps() 113 ArrayList<S2CellId> denormalized = new ArrayList<S2CellId>(); in testRandomCaps() 131 ArrayList<S2CellId> covering = new ArrayList<S2CellId>(); in testSimpleCoverings()
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | Array2D.java | 4 import java.util.ArrayList; 7 private ArrayList<ArrayList<T>> data = new ArrayList<>(); 12 ArrayList<T> rowList = data.get(row); in set() 14 data.set(row, rowList = new ArrayList<>()); 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/ |
D | EABDbUtil.java | 31 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/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/ |
D | ArrayListTest.java | 18 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()
|