Home
last modified time | relevance | path

Searched defs:listType (Results 1 – 25 of 75) sorted by relevance

123

/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DListsImplTest.java68 public abstract <T> List<T> createList(Class<T> listType, Collection<? extends T> contents); in createList()
245 private final <T> List<T> createList(Class<T> listType, T... contents) { in createList()
256 public <T> List<T> createList(Class<T> listType, Collection<? extends T> contents) { in createList()
268 public <T> List<T> createList(Class<T> listType, Collection<? extends T> contents) { in createList()
281 public <T> List<T> createList(Class<T> listType, Collection<? extends T> contents) { in createList()
294 public <T> List<T> createList(Class<T> listType, Collection<? extends T> contents) { in createList()
308 public <T> List<T> createList(Class<T> listType, Collection<? extends T> contents) { in createList()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DListsImplTest.java68 public abstract <T> List<T> createList(Class<T> listType, Collection<? extends T> contents); in createList()
245 private final <T> List<T> createList(Class<T> listType, T... contents) { in createList()
256 public <T> List<T> createList(Class<T> listType, Collection<? extends T> contents) { in createList()
268 public <T> List<T> createList(Class<T> listType, Collection<? extends T> contents) { in createList()
281 public <T> List<T> createList(Class<T> listType, Collection<? extends T> contents) { in createList()
294 public <T> List<T> createList(Class<T> listType, Collection<? extends T> contents) { in createList()
308 public <T> List<T> createList(Class<T> listType, Collection<? extends T> contents) { in createList()
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/filter/
H A DNullConversionsForContentTest.java49 …TypeReference<NullContentUndefined<List<String>>> listType = new TypeReference<NullContentUndefine… in testFailOnNullFromDefaults() local
219 …TypeReference<NullContentUndefined<List<Integer>>> listType = new TypeReference<NullContentUndefin… in testNullsAsEmptyUsingDefaults() local
311 …TypeReference<NullContentUndefined<List<Long>>> listType = new TypeReference<NullContentUndefined<… in testNullsSkipUsingDefaults() local
331 …TypeReference<NullContentSkip<List<Long>>> listType = new TypeReference<NullContentSkip<List<Long>… in testNullsSkipWithOverrides() local
/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/mutation/support/
H A DHolderTest.java49 AnnotatedParameterizedType listType = (AnnotatedParameterizedType) type; in testTypeHolder_annotatedType() local
81 AnnotatedParameterizedType listType = (AnnotatedParameterizedType) type; in testParameterHolder_annotatedType() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/convert/
H A DCoerceContainersTest.java30 final JavaType listType = VANILLA_MAPPER.getTypeFactory() in testScalarCollections() local
40 final JavaType listType = VANILLA_MAPPER.getTypeFactory() in testStringCollections() local
/aosp_15_r20/out/soong/.intermediates/packages/apps/Settings/Settings-core/android_common/kapt/gen/stubs/com/android/settings/applications/manageapplications/
DManageApplicationsUtil.java61 android.content.Context context, int listType) { in getSpaDestination()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/typeinference/bounds/
H A DSubtypeOfBoundTest.java25 …private ResolvedReferenceType listType = new ReferenceTypeImpl(new ReflectionTypeSolver().solveTyp… field in SubtypeOfBoundTest
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
H A DSequenceNode.java83 public void setListType(Class<? extends Object> listType) { in setListType()
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/logging/
DListEvent.java29 public int listType; field in ListEvent
DLogger.java67 public static void logListEvent(int actionType, int listType, int count, int clickedIndex, in logListEvent()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DAppFilterRegistry.java293 public int getDefaultFilterType(int listType) { in getDefaultFilterType()
DApplicationViewHolder.java92 static View newView(ViewGroup parent, boolean twoTarget, int listType) { in newView()
DManageApplications.java524 static AppFilter getCompositeFilter(int listType, int storageType, String volumeUuid) { in getCompositeFilter()
1903 public static int getApplicationPosition(int listType, int position) { in getApplicationPosition()
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/model/
H A DMemberCopierSpec.java267 … TypeName listType = typeName(inputMember, false, false, builderTransform, enumTransform); in copyMethodBody() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/utils/
H A Dcheck_alias_annotation.cpp202 auto listType = v->node()->output()->type(); in toIValueProp() local
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dtype_test.cpp48 const auto listType = ListType::create(tupleType); in TEST() local
/aosp_15_r20/art/test/046-reflect/src/
H A DMain.java514 Type listType = field.getGenericType(); in checkGeneric() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
H A DUntypedObjectDeserializer.java80 public UntypedObjectDeserializer(JavaType listType, JavaType mapType) { in UntypedObjectDeserializer()
/aosp_15_r20/external/angle/src/feature_support_util/
H A Dfeature_support_util.cpp190 explicit ListOf(const std::string listType) : mWildcard(true), mListType(listType) {} in ListOf()
/aosp_15_r20/frameworks/native/cmds/lshal/
H A DListCommand.cpp872 for (HalType listType : mListTypes) { in initFetchTypes() local
/aosp_15_r20/libcore/ojluni/src/test/java/lang/invoke/
H A DMethodHandlesTest.java345 MethodType listType = list.type().changeReturnType(rtype); in varargsList() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dshape_type_inference.cpp1549 auto listType = v->node()->output()->type(); in IsListConstructIntType() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp2811 if (const ListTypePtr listType = type->cast<ListType>()) { in emitAugAssignmentGeneric() local
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/markdown/0.1.41/
HDmarkdown-0.1.41.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/intellij/ org/ ...
/aosp_15_r20/external/aws-sdk-java-v2/services/iotfleetwise/src/main/resources/codegen-resources/
H A Dservice-2.json4159 "listType":{ object

123