Home
last modified time | relevance | path

Searched refs:SupportedTypes (Results 1 – 15 of 15) sorted by relevance

/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/
DValidatorCrossProfileTypeInfo.java22 import com.google.android.enterprise.connectedapps.processor.SupportedTypes;
45 public abstract SupportedTypes supportedTypes(); in supportedTypes()
64 SupportedTypes globalSupportedTypes) { in create()
81 SupportedTypes incomingSupportedTypes = in create()
86 SupportedTypes supportedTypes = in create()
DCrossProfileTypeInfo.java23 import com.google.android.enterprise.connectedapps.processor.SupportedTypes;
51 public abstract SupportedTypes supportedTypes(); in supportedTypes()
101 SupportedTypes.Builder supportedTypesBuilder = crossProfileType.supportedTypes().asBuilder(); in create()
151 SupportedTypes supportedTypes, TypeMirror typeMirror) { in convertTypeMirrorToSupportedTypes()
159 SupportedTypes supportedTypes, TypeMirror typeMirror) { in convertGenericTypeMirrorToSupportedTypes()
DCrossProfileMethodInfo.java25 import com.google.android.enterprise.connectedapps.processor.SupportedTypes;
71 public Collection<TypeMirror> automaticallyResolvedParameterTypes(SupportedTypes supportedTypes) { in automaticallyResolvedParameterTypes()
104 SupportedTypes supportedTypes, in commaSeparatedParameters()
117 SupportedTypes supportedTypes, in commaSeparatedParameters()
185 public static boolean isFuture(SupportedTypes supportedTypes, ExecutableElement method) { in isFuture()
DValidatorContext.java18 import com.google.android.enterprise.connectedapps.processor.SupportedTypes;
41 public abstract SupportedTypes globalSupportedTypes(); in globalSupportedTypes()
78 public abstract Builder setGlobalSupportedTypes(SupportedTypes globalSupportedTypes); in setGlobalSupportedTypes()
DCrossProfileConfigurationInfo.java21 import com.google.android.enterprise.connectedapps.processor.SupportedTypes;
99 SupportedTypes supportedTypes, TypeMirror typeMirror) { in convertTypeMirrorToSupportedTypes()
107 SupportedTypes supportedTypes, TypeMirror typeMirror) { in convertGenericTypeMirrorToSupportedTypes()
DUserConnectorInfo.java21 import com.google.android.enterprise.connectedapps.processor.SupportedTypes;
59 public abstract SupportedTypes supportedTypes(); in supportedTypes()
72 SupportedTypes globalSupportedTypes) { in create()
DProfileConnectorInfo.java22 import com.google.android.enterprise.connectedapps.processor.SupportedTypes;
64 public abstract SupportedTypes supportedTypes(); in supportedTypes()
77 SupportedTypes globalSupportedTypes) { in create()
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/
DSupportedTypes.java48 public final class SupportedTypes { class
65 SupportedTypes that = (SupportedTypes) o; in equals()
285 private SupportedTypes(Map<String, Type> usableTypes) { in SupportedTypes() method in SupportedTypes
289 public static SupportedTypes createFromMethods( in createFromMethods()
302 return new SupportedTypes(usableTypes); in createFromMethods()
840 public SupportedTypes build() { in build()
841 return new SupportedTypes(usableTypes); in build()
DProcessor.java139 SupportedTypes globalSupportedTypes = in process()
140 SupportedTypes.createFromMethods( in process()
260 RoundEnvironment roundEnv, SupportedTypes globalSupportedTypes) { in findNewCrossProfileTypes()
292 RoundEnvironment roundEnv, SupportedTypes globalSupportedTypes) { in findNewProfileConnectorInterfaces()
310 RoundEnvironment roundEnv, SupportedTypes globalSupportedTypes) { in findNewUserConnectorInterfaces()
DGeneratorUtilities.java181 SupportedTypes supportedTypes, in extractParametersFromMethod()
DEarlyValidator.java33 import com.google.android.enterprise.connectedapps.processor.SupportedTypes.TypeCheckContext;
/external/tensorflow/tensorflow/core/kernels/
Dfingerprint_op_test.cc203 TEST_F(FingerprintOpTest, SupportedTypes) { in TEST_F() argument
/external/tensorflow/tensorflow/lite/toco/tflite/
Dtypes_test.cc70 TEST(DataType, SupportedTypes) { in TEST() argument
/external/pdfium/third_party/lcms/src/
Dcmsio0.c1268 Type = TagDescriptor ->SupportedTypes[0]; in SaveTags()
1518 if (Type == TagDescriptor ->SupportedTypes[i]) return TRUE; in IsTypeSupported()
1723 Type = TagDescriptor ->SupportedTypes[0]; in cmsWriteTag()
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h429 cmsTagTypeSignature SupportedTypes[MAX_TYPES_IN_LCMS_PLUGIN]; member