Searched refs:ElementType (Results 126 - 150 of 156) sorted by relevance

1234567

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGenerateProgramPort.java26 @Target(ElementType.FIELD)
H A DGenerateProgramPorts.java26 @Target(ElementType.FIELD)
/frameworks/base/core/java/android/annotation/
H A DSdkConstant.java20 import java.lang.annotation.ElementType;
28 @Target({ ElementType.FIELD })
H A DCallSuper.java18 import static java.lang.annotation.ElementType.METHOD;
H A DCheckResult.java21 import static java.lang.annotation.ElementType.METHOD;
H A DIntDef.java21 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
H A DStringDef.java21 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
H A DSystemService.java19 import static java.lang.annotation.ElementType.TYPE;
/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
H A DBindingBuildInfo.java18 import java.lang.annotation.ElementType;
26 @Target({ElementType.TYPE})
/frameworks/support/annotations/src/android/support/annotation/
H A DCallSuper.java18 import static java.lang.annotation.ElementType.METHOD;
H A DIntDef.java18 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
H A DStringDef.java18 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
H A DCheckResult.java18 import static java.lang.annotation.ElementType.METHOD;
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/
H A DHasAnnotationTest.java22 import java.lang.annotation.ElementType;
52 @Target({ElementType.TYPE, ElementType.METHOD})
/frameworks/base/core/java/android/os/health/
H A DHealthKeys.java23 import java.lang.annotation.ElementType;
70 @Target({ElementType.FIELD})
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp216 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
217 if (ElementType->isArrayType()) {
221 } else if (ElementType->isExtVectorType()) {
223 static_cast<const clang::ExtVectorType*>(ElementType);
240 if (TypeExportableHelper(ElementType, SPS, Context, VD,
400 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
402 if ((ElementType->getTypeClass() != clang::Type::Builtin) ||
403 (TypeExportableHelper(ElementType, SPS, Context, VD,
641 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
652 return ValidateTypeHelper(Context, C, ElementType, N
658 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
1298 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
1330 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
1344 llvm::Type *ElementType = RSExportPrimitiveType::convertToLLVMType(); local
1389 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
1451 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
[all...]
H A Dslang_rs_export_type.h565 const RSExportType *ElementType,
568 mElementType(ElementType),
564 RSExportConstantArrayType(RSContext *Context, const RSExportType *ElementType, unsigned NumElement) argument
H A Dslang_rs_reflection.cpp2064 const RSExportType *ElementType = ECAT->getElementType(); local
2066 mOut.indent() << VarName << " = new " << GetTypeName(ElementType) << "["
2070 if (ElementType->getClass() != RSExportType::ExportClassPrimitive) {
2077 genAllocateVarOfType(ElementType, ElementVarName);
2530 const RSExportType *ElementType = ECAT->getElementType(); local
2531 if (ElementType->getClass() != RSExportType::ExportClassRecord) {
2537 *mOut << ElementType->getElementName() << ".createElement(" << mRenderScriptVar << ")";
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java23 import java.lang.annotation.ElementType;
1429 @Target({ElementType.PARAMETER, ElementType.METHOD})
/frameworks/base/tests/testables/src/android/testing/
H A DTestableLooper.java28 import java.lang.annotation.ElementType;
187 @Target({ElementType.METHOD, ElementType.TYPE})
/frameworks/native/include/binder/
H A DSafeInterface.h531 using ElementType = typename std::tuple_element<0, Unconverted>::type;
532 using Decayed = typename std::decay<ElementType>::type;
548 using ElementType = typename std::tuple_element<I, std::tuple<Args...>>::type;
551 static constexpr bool value = std::is_pointer<ElementType>::value;
/frameworks/native/libs/binder/include/binder/
H A DSafeInterface.h531 using ElementType = typename std::tuple_element<0, Unconverted>::type;
532 using Decayed = typename std::decay<ElementType>::type;
548 using ElementType = typename std::tuple_element<I, std::tuple<Args...>>::type;
551 static constexpr bool value = std::is_pointer<ElementType>::value;
/frameworks/base/core/java/android/view/
H A DViewDebug.java39 import java.lang.annotation.ElementType;
91 @Target({ ElementType.FIELD, ElementType.METHOD })
217 @Target({ ElementType.TYPE })
241 @Target({ ElementType.TYPE })
278 @Target({ ElementType.FIELD, ElementType.METHOD })
/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp667 llvm::Type *ElementType = PtrType->getElementType(); local
668 InStructTempSlots.push_back(Builder.CreateAlloca(ElementType, nullptr,
1266 llvm::Type *ElementType = AccumulatorArg_in->getType()->getPointerElementType(); local
1267 llvm::Value *TempMem = Builder.CreateAlloca(ElementType, nullptr, "caller_copy");
/frameworks/base/core/java/android/os/
H A DDebug.java37 import java.lang.annotation.ElementType;
2189 @Target({ ElementType.FIELD })

Completed in 4268 milliseconds

1234567