Home
last modified time | relevance | path

Searched refs:IMAGE_TYPE (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/tools/ci_build/builds/
Ddocker_test.sh54 IMAGE_TYPE=$(to_lower "$1")
59 if [[ "${IMAGE_TYPE}" == "cpu" ]]; then
61 elif [[ "${IMAGE_TYPE}" == "gpu" ]]; then
63 elif [[ "${IMAGE_TYPE}" == "rocm" ]]; then
107 if [ "${IMAGE_TYPE}" == "gpu" ]; then
111 elif [ "${IMAGE_TYPE}" == "rocm" ]; then
/external/guava/guava/src/com/google/common/net/
DMediaType.java103 private static final String IMAGE_TYPE = "image"; field in MediaType
136 public static final MediaType ANY_IMAGE_TYPE = createConstant(IMAGE_TYPE, WILDCARD);
172 public static final MediaType BMP = createConstant(IMAGE_TYPE, "bmp");
182 public static final MediaType CRW = createConstant(IMAGE_TYPE, "x-canon-crw");
183 public static final MediaType GIF = createConstant(IMAGE_TYPE, "gif");
184 public static final MediaType ICO = createConstant(IMAGE_TYPE, "vnd.microsoft.icon");
185 public static final MediaType JPEG = createConstant(IMAGE_TYPE, "jpeg");
186 public static final MediaType PNG = createConstant(IMAGE_TYPE, "png");
203 public static final MediaType PSD = createConstant(IMAGE_TYPE, "vnd.adobe.photoshop");
204 public static final MediaType SVG_UTF_8 = createConstantUtf8(IMAGE_TYPE, "svg+xml");
[all …]
/external/clang/include/clang/Basic/
DOpenCLImageTypes.def13 // IMAGE_TYPE(Type, Id, SingletonId, AccessType, CGSuffix) - an image type
26 IMAGE_TYPE(Type, Id##RO, Id##ROTy, read_only, ro)
30 IMAGE_TYPE(Type, Id##WO, Id##WOTy, write_only, wo)
34 IMAGE_TYPE(Type, Id##RW, Id##RWTy, read_write, rw)
78 #undef IMAGE_TYPE
/external/clang/lib/CodeGen/
DCGOpenCLRuntime.cpp43 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in convertOpenCLSpecificType() macro
DCGDebugInfo.h67 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ macro
DCodeGenTypes.cpp468 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in ConvertType() macro
DItaniumCXXABI.cpp2559 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in TypeInfoIsInStandardLibrary() macro
DCGDebugInfo.cpp518 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in CreateType() macro
/external/clang/lib/Serialization/
DASTCommon.cpp133 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in TypeIdxFromBuiltin() macro
/external/u-boot/doc/
DREADME.ti-secure111 create-boot-image.sh <IMAGE_TYPE> <INPUT_FILE> <OUTPUT_FILE>
113 <IMAGE_TYPE> is a value that specifies the type of the image to
/external/clang/lib/AST/
DTypeLoc.cpp337 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in getWrittenTypeSpec() macro
DNSAPI.cpp449 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in getNSNumberFactoryMethodKind() macro
DType.cpp2592 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in getName() macro
3568 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in canHaveNullability() macro
DMicrosoftMangle.cpp1727 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in mangleType() macro
DASTContext.cpp1096 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in InitBuiltinTypes() macro
1684 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in getTypeInfoImpl() macro
5528 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in getObjCEncodingForPrimitiveKind() macro
DItaniumMangle.cpp2407 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in mangleType() macro
DASTImporter.cpp1554 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in VisitBuiltinType() macro
/external/clang/include/clang/Serialization/
DASTBitCodes.h800 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ macro
/external/clang/lib/Index/
DUSRGeneration.cpp629 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in VisitType() macro
/external/clang/lib/Analysis/
DPrintfFormatString.cpp623 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in fixType() macro
/external/clang/include/clang/AST/
DType.h1734 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
2043 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) Id,
5600 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \
5631 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) is##Id##Type() ||
DASTContext.h914 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ macro
/external/clang/lib/Sema/
DSemaType.cpp6515 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in HandleOpenCLAccessAttr() macro
DSemaExpr.cpp4971 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in isPlaceholderToRemoveAsArg() macro
15046 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in CheckPlaceholderExpr() macro
/external/clang/tools/libclang/
DCIndex.cpp1475 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in VisitBuiltinTypeLoc() macro

12