Home
last modified time | relevance | path

Searched refs:ArrayList (Results 1 - 25 of 478) sorted by relevance

12345678910>>...20

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A 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<Strin in getCountryCodeToRegionCodeMap()
[all...]
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A 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>(2); in getCountryCodeToRegionCodeMap()
65 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
69 listWithRegionCode = new ArrayList<String>(1); in getCountryCodeToRegionCodeMap()
73 listWithRegionCode = new ArrayList<Strin in getCountryCodeToRegionCodeMap()
[all...]
H A DPhoneNumberMatcherTest.java23 import java.util.ArrayList;
313 ArrayList<NumberContext> possibleOnlyContexts = new ArrayList<NumberContext>(); in testMatchesWithSurroundingLatinChars()
328 ArrayList<NumberContext> possibleOnlyContexts = new ArrayList<NumberContext>(); in testMoneyNotSeenAsPhoneNumber()
337 ArrayList<NumberContext> possibleOnlyContexts = new ArrayList<NumberContext>(); in testPercentageNotSeenAsPhoneNumber()
346 ArrayList<NumberContext> contexts = new ArrayList<NumberContext>(); in testPhoneNumberWithLeadingOrTrailingMoneyMatches()
355 ArrayList<NumberContex in testMatchesWithSurroundingLatinCharsAndLeadingPunctuation()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DNumberPermutationTest.java8 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<Strin in testPermutations()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberPermutationTest.java7 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<Strin in testPermutations()
[all...]
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/
H A DResultActivity.java16 import java.util.ArrayList;
38 ArrayList<PhoneNumberInApp> phoneNumbersFormattableSorted = new ArrayList<>(); in onCreate()
39 ArrayList<PhoneNumberInApp> phoneNumbersNotFormattableSorted = new ArrayList<>(); in onCreate()
41 ArrayList<PhoneNumberInApp> phoneNumbersSorted = in onCreate()
42 (ArrayList<PhoneNumberInApp>) in onCreate()
73 ArrayList<Fragment> fragments = new ArrayList<>(); in setUpTapLayout()
75 ArrayList<Strin in setUpTapLayout()
[all...]
H A DResultVpAdapter.java9 import java.util.ArrayList;
14 private final ArrayList<Fragment> fragments;
15 private final ArrayList<String> titles;
22 * @param fragments ArrayList of predefined Fragments (in correct order)
23 * @param titles ArrayList of titles of the predefined Fragments in param {@code fragments}
29 ArrayList<Fragment> fragments, in ResultVpAdapter()
30 ArrayList<String> titles) { in ResultVpAdapter()
H A DFormattableRvAdapter.java14 import java.util.ArrayList;
22 private final ArrayList<PhoneNumberInApp> originalPhoneNumbers;
25 private final ArrayList<ViewHolder> viewHolders = new ArrayList<>();
27 public FormattableRvAdapter(ArrayList<PhoneNumberInApp> phoneNumbers, Context context) { in FormattableRvAdapter()
73 * @return ArrayList of all list items as {@link PhoneNumberInApp}s in the current state of the UI
75 public ArrayList<PhoneNumberInApp> getAllPhoneNumbers() { in getAllPhoneNumbers()
76 ArrayList<PhoneNumberInApp> phoneNumbers = new ArrayList<>(); in getAllPhoneNumbers()
H A DNotFormattableFragment.java15 import java.util.ArrayList;
33 private final ArrayList<PhoneNumberInApp> phoneNumbers;
36 private final ArrayList<FormattingState> appliedFilters = new ArrayList<>();
38 public NotFormattableFragment(ArrayList<PhoneNumberInApp> phoneNumbers) { in NotFormattableFragment()
97 ArrayList<PhoneNumberInApp> phoneNumbersToShow = new ArrayList<>(); in reloadListWithFilters()
H A DFormattableFragment.java15 import java.util.ArrayList;
31 private ArrayList<PhoneNumberInApp> phoneNumbers;
33 public FormattableFragment(ArrayList<PhoneNumberInApp> phoneNumbers) { in FormattableFragment()
67 ArrayList<PhoneNumberInApp> phoneNumbersToUpdate = new ArrayList<>(); in btnUpdateSelectedClicked()
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.h31 class ArrayList;
77 Handle<ArrayList> AddWasmInstanceObjectInternalProperties(
78 Isolate* isolate, Handle<ArrayList> result,
81 Handle<ArrayList> AddWasmModuleObjectInternalProperties(
82 Isolate* isolate, Handle<ArrayList> result,
85 Handle<ArrayList> AddWasmTableObjectInternalProperties(
86 Isolate* isolate, Handle<ArrayList> result, Handle<WasmTableObject> table);
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExtensionSchemaFull.java38 import java.util.ArrayList;
103 List<Double> list = new ArrayList<Double>(); in parseExtension()
110 List<Float> list = new ArrayList<Float>(); in parseExtension()
117 List<Long> list = new ArrayList<Long>(); in parseExtension()
124 List<Long> list = new ArrayList<Long>(); in parseExtension()
131 List<Integer> list = new ArrayList<Integer>(); in parseExtension()
138 List<Long> list = new ArrayList<Long>(); in parseExtension()
145 List<Integer> list = new ArrayList<Integer>(); in parseExtension()
152 List<Boolean> list = new ArrayList<Boolean>(); in parseExtension()
159 List<Integer> list = new ArrayList<Intege in parseExtension()
[all...]
H A DExtensionSchemaLite.java36 import java.util.ArrayList;
86 List<Double> list = new ArrayList<Double>(); in parseExtension()
93 List<Float> list = new ArrayList<Float>(); in parseExtension()
100 List<Long> list = new ArrayList<Long>(); in parseExtension()
107 List<Long> list = new ArrayList<Long>(); in parseExtension()
114 List<Integer> list = new ArrayList<Integer>(); in parseExtension()
121 List<Long> list = new ArrayList<Long>(); in parseExtension()
128 List<Integer> list = new ArrayList<Integer>(); in parseExtension()
135 List<Boolean> list = new ArrayList<Boolean>(); in parseExtension()
142 List<Integer> list = new ArrayList<Intege in parseExtension()
[all...]
H A DUnknownFieldSet.java37 import java.util.ArrayList;
903 copy.varint = new ArrayList<>(result.varint); in clone()
908 copy.fixed32 = new ArrayList<>(result.fixed32); in clone()
913 copy.fixed64 = new ArrayList<>(result.fixed64); in clone()
918 copy.lengthDelimited = new ArrayList<>(result.lengthDelimited); in clone()
923 copy.group = new ArrayList<>(result.group); in clone()
939 built.varint = Collections.unmodifiableList(new ArrayList<>(result.varint)); in build()
944 built.fixed32 = Collections.unmodifiableList(new ArrayList<>(result.fixed32)); in build()
949 built.fixed64 = Collections.unmodifiableList(new ArrayList<>(result.fixed64)); in build()
955 new ArrayList<>(resul in build()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DThreadTest.java12 import java.util.ArrayList;
28 private ArrayList<Worker> threads = new ArrayList<Worker>();
83 ArrayList<Thread> threads = new ArrayList<Thread>(); in TestAnyTranslit()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DThreadTest.java11 import java.util.ArrayList;
25 private ArrayList<Worker> threads = new ArrayList<Worker>();
80 ArrayList<Thread> threads = new ArrayList<Thread>(); in TestAnyTranslit()
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/
H A DDeqpTestRunnerTest.java55 import java.util.ArrayList;
87 DEFAULT_INSTANCE_ARGS = new ArrayList<>(1);
227 Collection<TestDescription> tests = new ArrayList<TestDescription>(); in testGlesVersion()
369 Collection<TestDescription> tests = new ArrayList<TestDescription>(); in testResultCode()
533 Collection<TestDescription> tests = new ArrayList<TestDescription>(); in testRun_multipleTests()
702 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_trivialIncludeFilter()
707 List<TestDescription> activeTests = new ArrayList<TestDescription>(); in testRun_trivialIncludeFilter()
729 List<TestDescription> allTests = new ArrayList<TestDescription>(); in testRun_trivialExcludeFilter()
734 List<TestDescription> activeTests = new ArrayList<TestDescription>(); in testRun_trivialExcludeFilter()
756 List<TestDescription> allTests = new ArrayList<TestDescriptio in testRun_includeAndExcludeFilter()
[all...]
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/contacts/
H A DContactsWrite.java10 import java.util.ArrayList;
22 * @param phoneNumbers ArrayList of all phone numbers to update
27 ArrayList<PhoneNumberInApp> phoneNumbers, Context context) { in updatePhoneNumbers()
33 ArrayList<ContentProviderOperation> contentProviderOperations = new ArrayList<>(); in updatePhoneNumbers()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DUnitsData.java6 import java.util.ArrayList;
127 ArrayList<String> simpleUnits = new ArrayList<>(); in put()
128 ArrayList<Integer> simpleUnitCategories = new ArrayList<>(); in put()
231 * In Java unitQuantity values are collected in order into an ArrayList,
240 ArrayList<String> categories;
244 categories = new ArrayList<>(); in CategoriesSink()
H A DConversionRates.java9 import java.util.ArrayList;
81 ArrayList<SingleUnitImpl> baseUnits = this.extractBaseUnits(measureUnit); in extractCompoundBaseUnit()
92 public ArrayList<SingleUnitImpl> extractBaseUnits(MeasureUnitImpl measureUnitImpl) { in extractBaseUnits()
93 ArrayList<SingleUnitImpl> result = new ArrayList<>(); in extractBaseUnits()
94 ArrayList<SingleUnitImpl> singleUnits = measureUnitImpl.getSingleUnits(); in extractBaseUnits()
110 public ArrayList<SingleUnitImpl> extractBaseUnits(SingleUnitImpl singleUnit) { in extractBaseUnits()
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
H A DGlobalSettings.java24 import java.util.ArrayList;
34 private List<PackageInfo> mInstalledPkgs = new ArrayList<>();
35 private List<String> mGlobalSettingsDriverPkgs = new ArrayList<>();
36 private List<String> mGlobalSettingsDriverValues = new ArrayList<>();
198 valueList = new ArrayList<>(Arrays.asList(settingsValue.split(","))); in getGlobalSettingsString()
202 valueList = new ArrayList<>(); in getGlobalSettingsString()
233 List<String> globalSettingsDriverPkgs = new ArrayList<>(mGlobalSettingsDriverPkgs); in validateGlobalSettings()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DDataDisplayTable.java5 import java.util.ArrayList;
44 this.header = Collections.unmodifiableList(new ArrayList<String>(header)); in DataDisplayTable()
45 data = new ArrayList<List<String>>(); in DataDisplayTable()
50 maxColLengths = new ArrayList<Integer>(numCols); in DataDisplayTable()
56 displayAlignment = new ArrayList<Align>(numCols); in DataDisplayTable()
75 displayAlignment = Collections.unmodifiableList(new ArrayList<Align>(alignment)); in setAlignment()
91 data.add(Collections.unmodifiableList(new ArrayList<String>(row))); in add()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DModuleWriter.java21 import java.util.ArrayList;
112 protected ArrayList scriptVersionNumber = new ArrayList();
113 protected ArrayList languageVersionNumber = new ArrayList();
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
H A DNavigationSpinner.java15 import java.util.ArrayList;
33 ArrayList<String> navigationOptions; in init()
66 private ArrayList<String> getActivityList(Context c) throws PackageManager.NameNotFoundException { in getActivityList()
71 ArrayList<String> activityNames = new ArrayList<>(); in getActivityList()
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc163 static Handle<ArrayList> AddIteratorInternalProperties( in AddIteratorInternalProperties()
164 Isolate* isolate, Handle<ArrayList> result, Handle<IteratorType> iterator) { in AddIteratorInternalProperties()
182 result = ArrayList::Add( in AddIteratorInternalProperties()
186 result = ArrayList::Add( in AddIteratorInternalProperties()
190 result = ArrayList::Add( in AddIteratorInternalProperties()
201 auto result = ArrayList::New(isolate, 8 * 2); in GetInternalProperties()
209 result = ArrayList::Add( in GetInternalProperties()
219 result = ArrayList::Add( in GetInternalProperties()
223 result = ArrayList::Add( in GetInternalProperties()
227 result = ArrayList in GetInternalProperties()
[all...]

Completed in 19 milliseconds

12345678910>>...20