/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | gen_vulkan_test.go | 38 if areBaseTypesDeclared(cpp_types.ArrayType(foo_type, 1), declared_types) { 41 if areBaseTypesDeclared(cpp_types.ArrayType(bar_type, 1), declared_types) { 58 if !areBaseTypesDeclared(cpp_types.ArrayType(foo_type, 1), declared_types) { 61 if !areBaseTypesDeclared(cpp_types.ArrayType(bar_type, 1), declared_types) {
|
D | cpp_types_test.go | 136 const_pointer := ConstType(PointerType(ArrayType(IntType, 10))) 140 const_pointer = PointerType(ArrayType(ConstType(IntType), 10)) 144 const_pointer = ConstType(PointerType(ArrayType(ConstType(IntType), 10)))
|
D | vulkan_xml.go | 1106 member_type = cpp_types.ArrayType(cpp_types.UInt8TType, 3) 1125 member_type = cpp_types.ArrayType(member_type, indexes[i])
|
D | cpp_types.go | 188 func ArrayType(elem_type Type, size uint) Type { func
|
D | gen_vulkan.go | 1038 …field_type = cpp_types.ArrayType(cpp_types.ConstType(field_type.Elem(cpp_types.FirstArch)), field_…
|
/frameworks/compile/libbcc/lib/ |
D | RSGlobalInfoPass.cpp | 197 llvm::ArrayType *VoidPtrArrayTy = llvm::ArrayType::get(VoidPtrTy, in runOnModule() 200 llvm::ArrayType *SizeArrayTy = llvm::ArrayType::get(SizeTy, NumGlobals); in runOnModule() 203 llvm::ArrayType *Int32ArrayTy = llvm::ArrayType::get(Int32Ty, NumGlobals); in runOnModule()
|
D | RSKernelExpand.cpp | 257 llvm::Type *Int8PtrArrayInputLimitTy = llvm::ArrayType::get(Int8PtrTy, RS_KERNEL_INPUT_LIMIT); in buildTypes() 259 llvm::Type *Int32ArrayInputLimitTy = llvm::ArrayType::get(Int32Ty, RS_KERNEL_INPUT_LIMIT); in buildTypes() 261 llvm::Type *Int32Array4Ty = llvm::ArrayType::get(Int32Ty, 4); in buildTypes()
|
/frameworks/base/tools/codegen/src/com/android/codegen/ |
D | FieldInfo.kt | 9 import com.github.javaparser.ast.type.ArrayType in <lambda>() 102 is ArrayType -> listOf(fieldAst.elementType.asString()) in <lambda>()
|
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
D | SourceTransformer.kt | 41 import com.github.javaparser.ast.type.ArrayType in <lambda>() 170 val nullArray = CastExpr(ArrayType(objectType), NullLiteralExpr()) in <lambda>()
|
/frameworks/compile/slang/ |
D | slang_rs_export_type.cpp | 1184 Elements.push_back(llvm::ArrayType::get(llvm::Type::getInt64Ty(C), 4)); in convertToLLVMType() 1188 Elements.push_back(llvm::ArrayType::get(llvm::Type::getInt32Ty(C), 1)); in convertToLLVMType() 1434 llvm::ArrayType *X = llvm::ArrayType::get(llvm::Type::getFloatTy(C), in convertToLLVMType() 1470 return llvm::ArrayType::get(mElementType->getLLVMType(), getNumElement()); in convertToLLVMType()
|
D | slang_backend.cpp | 537 clang::ArrayType::Normal, 0 /* IndexTypeQuals */); in PadStruct() 863 paddedFieldTypes.push_back(llvm::ArrayType::get(byteType, prePadding)); in PadHelperFunctionStruct() 882 paddedFieldTypes.push_back(llvm::ArrayType::get(byteType, tailPadding)); in PadHelperFunctionStruct()
|
D | slang_rs_foreach_lowering.cpp | 293 clang::ArrayType::ArraySizeModifier::Normal, in VisitCallExpr()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 116 ArrayType *AType = in TransferClausesToLandingPadInst() 117 ArrayType::get(!TyInfo.empty() ? TyInfo[0]->getType() : in TransferClausesToLandingPadInst() 1376 ResultTy = ArrayType::get(ResultTy, Record[0]); in ParseTypeTableBody() 1580 ResultTy = ArrayType::get(ResultTy, Record[0]); in ParseOldTypeTable() 2023 } else if (ArrayType *ATy = dyn_cast<ArrayType>(CurTy)) { in ParseConstants() 2042 ArrayType *ATy = cast<ArrayType>(CurTy); in ParseConstants() 2056 ArrayType *ATy = cast<ArrayType>(CurTy); in ParseConstants() 3371 !isa<ArrayType>(Val->getType())) && in ParseFunctionBody() 3374 isa<ArrayType>(Val->getType())) && in ParseFunctionBody()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1081 ResultTy = ArrayType::get(ResultTy, Record[0]); in ParseTypeTableBody() 1268 ResultTy = ArrayType::get(ResultTy, Record[0]); in ParseOldTypeTable() 1730 } else if (ArrayType *ATy = dyn_cast<ArrayType>(CurTy)) { in ParseConstants() 1749 ArrayType *ATy = cast<ArrayType>(CurTy); in ParseConstants() 1763 ArrayType *ATy = cast<ArrayType>(CurTy); in ParseConstants()
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | serialization.h | 608 template <typename ArrayType> 609 inline void SerializeArrayType(const ArrayType& value, std::size_t size, 965 template <typename ArrayType> 966 inline void SerializeArray(const ArrayType& v, MessageWriter* writer,
|
/frameworks/native/libs/vr/libpdx/ |
D | variant_tests.cpp | 1110 using ArrayType = const float[3]; in TEST() typedef 1123 EXPECT_FALSE((detail::IsConstructible<bool, ArrayType>::value)); in TEST()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 316 ArrayType *AT = cast<ArrayType>(T); in WriteTypeTable()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 316 ArrayType *AT = cast<ArrayType>(T); in WriteTypeTable()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 318 ArrayType *AT = cast<ArrayType>(T); in WriteTypeTable()
|