Searched refs:SupportedTypes (Results 1 – 15 of 15) sorted by relevance
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/ |
D | ValidatorCrossProfileTypeInfo.java | 22 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()
|
D | CrossProfileTypeInfo.java | 23 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()
|
D | CrossProfileMethodInfo.java | 25 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()
|
D | ValidatorContext.java | 18 import com.google.android.enterprise.connectedapps.processor.SupportedTypes; 41 public abstract SupportedTypes globalSupportedTypes(); in globalSupportedTypes() 78 public abstract Builder setGlobalSupportedTypes(SupportedTypes globalSupportedTypes); in setGlobalSupportedTypes()
|
D | CrossProfileConfigurationInfo.java | 21 import com.google.android.enterprise.connectedapps.processor.SupportedTypes; 99 SupportedTypes supportedTypes, TypeMirror typeMirror) { in convertTypeMirrorToSupportedTypes() 107 SupportedTypes supportedTypes, TypeMirror typeMirror) { in convertGenericTypeMirrorToSupportedTypes()
|
D | UserConnectorInfo.java | 21 import com.google.android.enterprise.connectedapps.processor.SupportedTypes; 59 public abstract SupportedTypes supportedTypes(); in supportedTypes() 72 SupportedTypes globalSupportedTypes) { in create()
|
D | ProfileConnectorInfo.java | 22 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/ |
D | SupportedTypes.java | 48 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()
|
D | Processor.java | 139 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()
|
D | GeneratorUtilities.java | 181 SupportedTypes supportedTypes, in extractParametersFromMethod()
|
D | EarlyValidator.java | 33 import com.google.android.enterprise.connectedapps.processor.SupportedTypes.TypeCheckContext;
|
/external/tensorflow/tensorflow/core/kernels/ |
D | fingerprint_op_test.cc | 203 TEST_F(FingerprintOpTest, SupportedTypes) { in TEST_F() argument
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | types_test.cc | 70 TEST(DataType, SupportedTypes) { in TEST() argument
|
/external/pdfium/third_party/lcms/src/ |
D | cmsio0.c | 1268 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/ |
D | lcms2_plugin.h | 429 cmsTagTypeSignature SupportedTypes[MAX_TYPES_IN_LCMS_PLUGIN]; member
|