HomeSort by relevance Sort by last modified time
    Searched defs:ArrayType (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/annotation-tools/scene-lib/src/type/
ArrayType.java 6 public class ArrayType extends Type {
17 public ArrayType(Type componentType) {
  /system/tools/hidl/
ArrayType.h 30 struct ArrayType : public Type {
31 ArrayType(const Reference<Type>& elementType, ConstantExpression* size, Scope* parent);
146 DISALLOW_COPY_AND_ASSIGN(ArrayType);
  /external/llvm/include/llvm/DebugInfo/CodeView/
ByteStream.h 27 ArrayRef<uint8_t>>::type ArrayType;
31 explicit ByteStream(ArrayType Data) : Data(Data) {}
49 ArrayType Data;
StreamArray.h 109 typedef VarStreamArray<ValueType, Extractor> ArrayType;
112 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E,
189 const ArrayType *Array{nullptr};
  /external/clang/test/Index/
print-type.c 9 typedef int ArrayType[5];
46 // CHECK: TypedefDecl=ArrayType:9:13 (Definition) [type=ArrayType] [typekind=Typedef] [canonicaltype=int [5]] [canonicaltypekind=ConstantArray] [isPOD=1]
print-type.cpp 26 typedef int ArrayType[5];
96 // CHECK: TypedefDecl=ArrayType:26:15 (Definition) [type=ArrayType] [typekind=Typedef] [canonicaltype=int [5]] [canonicaltypekind=ConstantArray] [isPOD=1]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
DebugSymbolRVASubsection.h 23 typedef FixedStreamArray<support::ulittle32_t> ArrayType;
31 ArrayType::Iterator begin() const { return RVAs.begin(); }
32 ArrayType::Iterator end() const { return RVAs.end(); }
37 ArrayType RVAs;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
DebugSymbolRVASubsection.h 23 typedef FixedStreamArray<support::ulittle32_t> ArrayType;
31 ArrayType::Iterator begin() const { return RVAs.begin(); }
32 ArrayType::Iterator end() const { return RVAs.end(); }
37 ArrayType RVAs;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
DebugSymbolRVASubsection.h 23 typedef FixedStreamArray<support::ulittle32_t> ArrayType;
31 ArrayType::Iterator begin() const { return RVAs.begin(); }
32 ArrayType::Iterator end() const { return RVAs.end(); }
37 ArrayType RVAs;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
DebugSymbolRVASubsection.h 23 typedef FixedStreamArray<support::ulittle32_t> ArrayType;
31 ArrayType::Iterator begin() const { return RVAs.begin(); }
32 ArrayType::Iterator end() const { return RVAs.end(); }
37 ArrayType RVAs;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayType/
NewInstanceDebuggee.java 26 package org.apache.harmony.jpda.tests.jdwp.ArrayType;
35 * exercises ArrayType.NewInstance command.
NewInstanceTest.java 26 package org.apache.harmony.jpda.tests.jdwp.ArrayType;
38 * JDWP unit test for ArrayType.NewInstance command.
49 return "org.apache.harmony.jpda.tests.jdwp.ArrayType.NewInstanceDebuggee";
53 * This testcase exercises ArrayType.NewInstance command.
55 * <BR>Creates new instance of array by ArrayType.NewInstance command,
61 "[Lorg/apache/harmony/jpda/tests/jdwp/ArrayType/checkClass;",
64 "[[Lorg/apache/harmony/jpda/tests/jdwp/ArrayType/checkClass;",
105 checkReplyPacket(reply, "ArrayType::NewInstance command");
109 assertNotNull("ArrayType::NewInstance returned null newArray", newArray);
111 logWriter.println("ArrayType.NewInstance: newArray.tag=
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/
ArrayType.java 16 * To indicate that a type is an array, it gets wrapped in an ArrayType for every array level it has.
17 * So, int[][] becomes ArrayType(ArrayType(int)).
19 public class ArrayType extends ReferenceType<ArrayType> implements NodeWithAnnotations<ArrayType> {
22 public ArrayType(Type componentType, List<AnnotationExpr> annotations) {
27 public ArrayType(Range range, Type componentType, List<AnnotationExpr> annotations) {
45 public ArrayType setComponentType(final Type type) {
53 * The type gets wrapped in ArrayTypes so that the outermost ArrayType corresponds to the rightmost ArrayBracketPair
    [all...]
  /external/clang/lib/CodeGen/
CGVTT.cpp 48 llvm::ArrayType *ArrayType =
49 llvm::ArrayType::get(Int8PtrTy, Builder.getVTTComponents().size());
90 llvm::Constant *Init = llvm::ConstantArray::get(ArrayType, VTTComponents);
118 llvm::ArrayType *ArrayType =
119 llvm::ArrayType::get(CGM.Int8PtrTy, Builder.getVTTComponents().size());
122 CGM.CreateOrReplaceCXXRuntimeVariable(Name, ArrayType,
  /external/clang/utils/ABITest/
TypeGen.py 116 class ArrayType(Type):
307 return ArrayType(N, True, self.typeGen.get(T), self.sizes[S])
321 return ArrayType(N, false, self.typeGen.get(T), self.sizes[S])
349 return ArrayType(N, False, self.typeGen.get(T), size)
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 76 const TypeDescriptor &ArrayType;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamArray.h 125 typedef VarStreamArray<ValueType, Extractor> ArrayType;
128 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E,
203 const ArrayType *Array{nullptr};
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
BinaryStreamArray.h 138 typedef VarStreamArray<ValueType, Extractor> ArrayType;
141 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E,
145 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E,
232 const ArrayType *Array{nullptr};
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
BinaryStreamArray.h 138 typedef VarStreamArray<ValueType, Extractor> ArrayType;
141 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E,
145 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E,
232 const ArrayType *Array{nullptr};
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
BinaryStreamArray.h 138 typedef VarStreamArray<ValueType, Extractor> ArrayType;
141 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E,
145 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E,
232 const ArrayType *Array{nullptr};
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
BinaryStreamArray.h 138 typedef VarStreamArray<ValueType, Extractor> ArrayType;
141 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E,
145 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E,
232 const ArrayType *Array{nullptr};
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
BinaryStreamArray.h 138 typedef VarStreamArray<ValueType, Extractor> ArrayType;
141 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E,
145 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E,
232 const ArrayType *Array{nullptr};
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
BinaryStreamArray.h 138 typedef VarStreamArray<ValueType, Extractor> ArrayType;
141 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E,
145 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E,
232 const ArrayType *Array{nullptr};
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStreamArray.h 125 typedef VarStreamArray<ValueType, Extractor> ArrayType;
128 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E,
203 const ArrayType *Array{nullptr};
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
BinaryStreamArray.h 138 typedef VarStreamArray<ValueType, Extractor> ArrayType;
141 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E,
145 VarStreamArrayIterator(const ArrayType &Array, const Extractor &E,
232 const ArrayType *Array{nullptr};

Completed in 519 milliseconds

1 2 3 4 5 6