Home
last modified time | relevance | path

Searched refs:CAT (Results 1 – 12 of 12) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.cpp209 const clang::ConstantArrayType *CAT, in ConstantArrayTypeExportableHelper() argument
216 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in ConstantArrayTypeExportableHelper()
233 if (numElements == 3 && CAT->getSize() != 1) { in ConstantArrayTypeExportableHelper()
244 return CAT; in ConstantArrayTypeExportableHelper()
411 const clang::ConstantArrayType *CAT = in TypeExportableHelper() local
414 return ConstantArrayTypeExportableHelper(CAT, SPS, Context, VD, in TypeExportableHelper()
659 const clang::ConstantArrayType *CAT = static_cast<const clang::ConstantArrayType*>(CTI); in ValidateTypeHelper() local
660 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in ValidateTypeHelper()
1392 const clang::ConstantArrayType *CAT = in Create() local
1394 const clang::Type *ElementType = GetConstantArrayElementType(CAT); in Create()
[all …]
Dslang_rs_reflection_cpp.cpp97 const RSExportConstantArrayType *CAT = in GetTypeName() local
100 std::string ElementTypeName = GetTypeName(CAT->getElementType()); in GetTypeName()
105 ArraySpec << "[" << CAT->getNumElement() << "]"; in GetTypeName()
683 const RSExportConstantArrayType *CAT = in genGetterAndSetter() local
690 ArraySpec << CAT->getNumElement(); in genGetterAndSetter()
Dslang_rs_reflection.cpp196 … const RSExportConstantArrayType *const CAT = static_cast<const RSExportConstantArrayType *>(ET); in GetReduceResultTypeName() local
197 return "resultArray" + std::to_string(CAT->getNumElement()) + "_" + in GetReduceResultTypeName()
199 CAT->getElementType(), in GetReduceResultTypeName()
372 const RSExportConstantArrayType *CAT = in GetTypeName() local
374 std::string ElementTypeName = GetTypeName(CAT->getElementType(), Style); in GetTypeName()
377 ArrayName << ElementTypeName << '[' << CAT->getNumElement() << ']'; in GetTypeName()
Dslang_rs_export_type.h576 const clang::ConstantArrayType *CAT);
Dslang_rs_object_ref_count.cpp335 const clang::ConstantArrayType *CAT = in ArrayDim() local
337 return static_cast<int>(CAT->getSize().getSExtValue()); in ArrayDim()
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-framework/src/com/android/hoststubgen/test/tinyframework/
DTinyFrameworkEnumSimple.java23 CAT, enumConstant
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/tiny-test/src/com/android/hoststubgen/test/tinyframework/
DTinyFrameworkClassTest.java290 assertThat(TinyFrameworkEnumSimple.CAT.ordinal()).isEqualTo(0); in testEnumSimple()
291 assertThat(TinyFrameworkEnumSimple.CAT.name()).isEqualTo("CAT"); in testEnumSimple()
300 TinyFrameworkEnumSimple.CAT, in testEnumSimple()
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/golden-output/
D01-hoststubgen-test-tiny-framework-orig-dump.txt1265 public static final com.android.hoststubgen.test.tinyframework.TinyFrameworkEnumSimple CAT;
1341 …x: getstatic #x // Field CAT:Lcom/android/hoststubgen/test/tinyframework/Tiny…
1357 x: ldc #x // String CAT
1360 …x: putstatic #x // Field CAT:Lcom/android/hoststubgen/test/tinyframework/Tiny…
D03-hoststubgen-test-tiny-framework-host-impl-dump.txt1499 public static final com.android.hoststubgen.test.tinyframework.TinyFrameworkEnumSimple CAT;
1605 …x: getstatic #x // Field CAT:Lcom/android/hoststubgen/test/tinyframework/TinyF…
1626 x: ldc #x // String CAT
1629 …x: putstatic #x // Field CAT:Lcom/android/hoststubgen/test/tinyframework/TinyF…
D13-hoststubgen-test-tiny-framework-host-ext-impl-dump.txt1862 public static final com.android.hoststubgen.test.tinyframework.TinyFrameworkEnumSimple CAT;
1988 …x: getstatic #x // Field CAT:Lcom/android/hoststubgen/test/tinyframework/TinyF…
2017 x: ldc #x // String CAT
2020 …x: putstatic #x // Field CAT:Lcom/android/hoststubgen/test/tinyframework/TinyF…
D02-hoststubgen-test-tiny-framework-host-stub-dump.txt1011 public static final com.android.hoststubgen.test.tinyframework.TinyFrameworkEnumSimple CAT;
D12-hoststubgen-test-tiny-framework-host-ext-stub-dump.txt1011 public static final com.android.hoststubgen.test.tinyframework.TinyFrameworkEnumSimple CAT;