Home
last modified time | relevance | path

Searched defs:IntVector (Results 1 – 9 of 9) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DIntVector.java33 public class IntVector implements Cloneable class
52 public IntVector() in IntVector() method in IntVector
65 public IntVector(int blocksize) in IntVector() method in IntVector
78 public IntVector(int blocksize, int increaseSize) in IntVector() method in IntVector
91 public IntVector(IntVector v) in IntVector() method in IntVector
/external/emma/core/java12/com/vladium/util/
DIntVector.java16 final class IntVector implements Cloneable class
20 public IntVector () in IntVector() method in IntVector
25 public IntVector (final int initCapacity) in IntVector() method in IntVector
/external/flatbuffers/java/com/google/flatbuffers/
DIntVector.java27 public final class IntVector extends BaseVector { class
/external/angle/src/libANGLE/
DBinaryStream_unittest.cpp70 TEST(BinaryStream, IntVector) in TEST() argument
/external/angle/src/common/
Dvector_utils_unittest.cpp202 TEST(VectorUtilsTest, IntVector) in TEST() argument
/external/clang/test/Sema/
Dbuiltins.c128 typedef int __attribute__((vector_size(16))) IntVector; typedef
/external/llvm-project/clang/test/Sema/
Dbuiltins.c136 typedef int __attribute__((vector_size(16))) IntVector; typedef
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-use-after-move.cpp822 typedef std::vector<int> IntVector; in standardContainerClearIsReinit() typedef
/external/deqp/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp56 typedef std::vector<int> IntVector; typedef