Home
last modified time | relevance | path

Searched refs:ElementType (Results 151 – 175 of 10435) sorted by relevance

12345678910>>...418

/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/annotations/typeAnnotations/api/
H A DAnnotatedArrayOrder.java134 @Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
136 @Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
138 @Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
141 @Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
143 @Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
145 @Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
148 @Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
150 @Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
152 @Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
155 @Target({ElementType.TYPE_USE, ElementType.TYPE_PARAMETER})
[all …]
/dports/graphics/colmap/colmap-3.6/lib/FLANN/algorithms/
H A Dcenter_chooser.h25 struct squareDistance<L2_Simple<ElementType>, ElementType>
32 struct squareDistance<L2_3D<ElementType>, ElementType>
39 struct squareDistance<L2<ElementType>, ElementType>
47 struct squareDistance<HellingerDistance<ElementType>, ElementType>
55 struct squareDistance<ChiSquareDistance<ElementType>, ElementType>
65 typedef typename Distance::ElementType ElementType;
77 typedef typename Distance::ElementType ElementType;
108 typedef typename Distance::ElementType ElementType;
157 typedef typename Distance::ElementType ElementType;
214 typedef typename Distance::ElementType ElementType;
[all …]
/dports/math/flann/flann-1.9.1-29-g1d04523/src/cpp/flann/algorithms/
H A Dcenter_chooser.h25 struct squareDistance<L2_Simple<ElementType>, ElementType>
32 struct squareDistance<L2_3D<ElementType>, ElementType>
39 struct squareDistance<L2<ElementType>, ElementType>
47 struct squareDistance<HellingerDistance<ElementType>, ElementType>
55 struct squareDistance<ChiSquareDistance<ElementType>, ElementType>
65 typedef typename Distance::ElementType ElementType;
77 typedef typename Distance::ElementType ElementType;
108 typedef typename Distance::ElementType ElementType;
157 typedef typename Distance::ElementType ElementType;
214 typedef typename Distance::ElementType ElementType;
[all …]
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil/
H A DMetadataSystem.cs72 { "Void", new Row<ElementType, bool> (ElementType.Void, false) }, in InitializePrimitives()
74 { "Char", new Row<ElementType, bool> (ElementType.Char, true) }, in InitializePrimitives()
75 { "SByte", new Row<ElementType, bool> (ElementType.I1, true) }, in InitializePrimitives()
76 { "Byte", new Row<ElementType, bool> (ElementType.U1, true) }, in InitializePrimitives()
77 { "Int16", new Row<ElementType, bool> (ElementType.I2, true) }, in InitializePrimitives()
78 { "UInt16", new Row<ElementType, bool> (ElementType.U2, true) }, in InitializePrimitives()
79 { "Int32", new Row<ElementType, bool> (ElementType.I4, true) }, in InitializePrimitives()
80 { "UInt32", new Row<ElementType, bool> (ElementType.U4, true) }, in InitializePrimitives()
81 { "Int64", new Row<ElementType, bool> (ElementType.I8, true) }, in InitializePrimitives()
82 { "UInt64", new Row<ElementType, bool> (ElementType.U8, true) }, in InitializePrimitives()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil/
H A DMetadataSystem.cs72 { "Void", new Row<ElementType, bool> (ElementType.Void, false) }, in InitializePrimitives()
74 { "Char", new Row<ElementType, bool> (ElementType.Char, true) }, in InitializePrimitives()
75 { "SByte", new Row<ElementType, bool> (ElementType.I1, true) }, in InitializePrimitives()
76 { "Byte", new Row<ElementType, bool> (ElementType.U1, true) }, in InitializePrimitives()
77 { "Int16", new Row<ElementType, bool> (ElementType.I2, true) }, in InitializePrimitives()
78 { "UInt16", new Row<ElementType, bool> (ElementType.U2, true) }, in InitializePrimitives()
79 { "Int32", new Row<ElementType, bool> (ElementType.I4, true) }, in InitializePrimitives()
80 { "UInt32", new Row<ElementType, bool> (ElementType.U4, true) }, in InitializePrimitives()
81 { "Int64", new Row<ElementType, bool> (ElementType.I8, true) }, in InitializePrimitives()
82 { "UInt64", new Row<ElementType, bool> (ElementType.U8, true) }, in InitializePrimitives()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/water/containers/
H A DArrayAllocationBase.h44 template <class ElementType>
131 template <typename T = ElementType>
139 HeapBlock<ElementType> newElements; in setAllocatedSize()
149 elements[i].~ElementType(); in setAllocatedSize()
153 new (newElements + i) ElementType (); in setAllocatedSize()
206 moveMemory (ElementType* target, const ElementType* source, const size_t numElements) noexcept in moveMemory()
217 template <typename T = ElementType>
218 …NonTriviallyCopyableVoid<T> moveMemory (ElementType* target, const ElementType* source, const size… in moveMemory()
245 void moveElement (ElementType* destination, const ElementType&& source) in moveElement()
247 destination->~ElementType(); in moveElement()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/annotations/repeatingAnnotations/
H A DNoTargetOnContainer2.java37 ElementType.CONSTRUCTOR,
38 ElementType.PARAMETER,
39 ElementType.TYPE,
40 ElementType.METHOD,
41 ElementType.LOCAL_VARIABLE,
42 ElementType.PACKAGE,
43 ElementType.ANNOTATION_TYPE,
44 ElementType.FIELD,
45 ElementType.TYPE_USE,
46 ElementType.TYPE_PARAMETER,
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/flann/include/opencv2/
H A Dflann.hpp173 typedef typename Distance::ElementType ElementType; typedef in cv::flann::GenericIndex
352 …::cvflann::Matrix<ElementType> m_dataset((ElementType*)_dataset.ptr<ElementType>(0), _dataset.rows… in GenericIndex()
370 ::cvflann::Matrix<ElementType> m_query((ElementType*)&query[0], 1, query.size()); in knnSearch()
385 …::cvflann::Matrix<ElementType> m_queries((ElementType*)queries.ptr<ElementType>(0), queries.rows, … in knnSearch()
417 …::cvflann::Matrix<ElementType> m_query((ElementType*)query.ptr<ElementType>(0), query.rows, query.… in radiusSearch()
439 typedef typename L2<T>::ElementType ElementType; typedef in cv::flann::Index_
448 …::cvflann::Matrix<ElementType> m_dataset((ElementType*)dataset.ptr<ElementType>(0), dataset.rows, … in Index_()
485 …::cvflann::Matrix<ElementType> m_queries((ElementType*)queries.ptr<ElementType>(0), queries.rows, … in knnSearch()
513 …::cvflann::Matrix<ElementType> m_query((ElementType*)query.ptr<ElementType>(0), query.rows, query.… in radiusSearch()
587 typedef typename Distance::ElementType ElementType; in hierarchicalClustering() typedef
[all …]
/dports/textproc/opensp/OpenSP-1.5.2/include/
H A DElementType.h26 class ElementType; variable
56 const ElementType *inclusion(size_t) const;
58 const ElementType *exclusion(size_t) const;
77 Vector<const ElementType *> inclusions_;
78 Vector<const ElementType *> exclusions_;
103 ElementType(const StringC &, size_t);
115 void swap(ElementType &);
119 ElementType(const ElementType &); // undefined
244 Boolean ElementType::undefined() const in undefined()
250 Boolean ElementType::isRankedElement() const in isRankedElement()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dnavigate.cpp539 case ElementType::NOTE: in nextElement()
540 case ElementType::REST: in nextElement()
564 case ElementType::CLEF: in nextElement()
628 case ElementType::VBOX: in nextElement()
629 case ElementType::HBOX: in nextElement()
667 case ElementType::NOTE: in prevElement()
668 case ElementType::REST: in prevElement()
688 case ElementType::CLEF: in prevElement()
730 … if (stEl->type() == ElementType::CHORD || stEl->type() == ElementType::REST in prevElement()
764 case ElementType::VBOX: in prevElement()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/animation/
H A Dpriority_queue.h22 template <typename PriorityType, typename ElementType>
34 bool Contains(ElementType* element) const { in Contains()
41 void Remove(ElementType* element);
86 template <typename PriorityType, typename ElementType>
99 template <typename PriorityType, typename ElementType>
112 template <typename PriorityType, typename ElementType>
126 template <typename PriorityType, typename ElementType>
129 ElementType* element) { in Insert()
137 template <typename PriorityType, typename ElementType>
139 ElementType* element) { in Remove()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/animation/
H A Dpriority_queue.h22 template <typename PriorityType, typename ElementType>
34 bool Contains(ElementType* element) const { in Contains()
41 void Remove(ElementType* element);
86 template <typename PriorityType, typename ElementType>
99 template <typename PriorityType, typename ElementType>
112 template <typename PriorityType, typename ElementType>
126 template <typename PriorityType, typename ElementType>
129 ElementType* element) { in Insert()
137 template <typename PriorityType, typename ElementType>
139 ElementType* element) { in Remove()
[all …]
/dports/textproc/jade/jade-1.2.1/include/
H A DElementType.h26 class ElementType; variable
54 const ElementType *inclusion(size_t) const;
56 const ElementType *exclusion(size_t) const;
73 Vector<const ElementType *> inclusions_;
74 Vector<const ElementType *> exclusions_;
99 ElementType(const StringC &, size_t);
110 void swap(ElementType &);
112 ElementType(const ElementType &); // undefined
225 Boolean ElementType::undefined() const in undefined()
231 Boolean ElementType::isRankedElement() const in isRankedElement()
[all …]
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/windows_gen-0.9.1/src/tables/
H A Dattribute.rs35 let arg = match ElementType::from_blob(&mut sig, &[]) { in args()
45 ElementType::TypeName => { in args()
52 ElementType::Enum(def) => { in args()
102 ElementType::I8 => ConstantValue::I8(blob.read_i8()), in read_enum()
103 ElementType::U8 => ConstantValue::U8(blob.read_u8()), in read_enum()
104 ElementType::I16 => ConstantValue::I16(blob.read_i16()), in read_enum()
105 ElementType::U16 => ConstantValue::U16(blob.read_u16()), in read_enum()
106 ElementType::I32 => ConstantValue::I32(blob.read_i32()), in read_enum()
107 ElementType::U32 => ConstantValue::U32(blob.read_u32()), in read_enum()
108 ElementType::I64 => ConstantValue::I64(blob.read_i64()), in read_enum()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/annotations/repeatingAnnotations/
H A DNoTargetOnContainer2.java37 ElementType.CONSTRUCTOR,
38 ElementType.PARAMETER,
39 ElementType.TYPE,
40 ElementType.METHOD,
41 ElementType.LOCAL_VARIABLE,
42 ElementType.PACKAGE,
43 ElementType.ANNOTATION_TYPE,
44 ElementType.FIELD,
45 ElementType.TYPE_USE,
46 ElementType.TYPE_PARAMETER,
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/annotations/repeatingAnnotations/
H A DNoTargetOnContainer2.java37 ElementType.CONSTRUCTOR,
38 ElementType.PARAMETER,
39 ElementType.TYPE,
40 ElementType.METHOD,
41 ElementType.LOCAL_VARIABLE,
42 ElementType.PACKAGE,
43 ElementType.ANNOTATION_TYPE,
44 ElementType.FIELD,
45 ElementType.TYPE_USE,
46 ElementType.TYPE_PARAMETER,
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/annotations/repeatingAnnotations/
H A DNoTargetOnContainer2.java37 ElementType.CONSTRUCTOR,
38 ElementType.PARAMETER,
39 ElementType.TYPE,
40 ElementType.METHOD,
41 ElementType.LOCAL_VARIABLE,
42 ElementType.PACKAGE,
43 ElementType.ANNOTATION_TYPE,
44 ElementType.FIELD,
45 ElementType.TYPE_USE,
46 ElementType.TYPE_PARAMETER,
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/java/lang/annotation/
H A DElementType.h13 class java::lang::annotation::ElementType : public ::java::lang::Enum
16 ElementType(::java::lang::String *, jint);
18 static JArray< ::java::lang::annotation::ElementType * > * values();
20 static ::java::lang::annotation::ElementType * ANNOTATION_TYPE;
21 static ::java::lang::annotation::ElementType * CONSTRUCTOR;
22 static ::java::lang::annotation::ElementType * FIELD;
23 static ::java::lang::annotation::ElementType * LOCAL_VARIABLE;
24 static ::java::lang::annotation::ElementType * METHOD;
25 static ::java::lang::annotation::ElementType * PACKAGE;
26 static ::java::lang::annotation::ElementType * PARAMETER;
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/lang/annotation/
H A DElementType.h13 class java::lang::annotation::ElementType : public ::java::lang::Enum
16 ElementType(::java::lang::String *, jint);
18 static JArray< ::java::lang::annotation::ElementType * > * values();
20 static ::java::lang::annotation::ElementType * ANNOTATION_TYPE;
21 static ::java::lang::annotation::ElementType * CONSTRUCTOR;
22 static ::java::lang::annotation::ElementType * FIELD;
23 static ::java::lang::annotation::ElementType * LOCAL_VARIABLE;
24 static ::java::lang::annotation::ElementType * METHOD;
25 static ::java::lang::annotation::ElementType * PACKAGE;
26 static ::java::lang::annotation::ElementType * PARAMETER;
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/lang/annotation/
H A DElementType.h13 class java::lang::annotation::ElementType : public ::java::lang::Enum
16 ElementType(::java::lang::String *, jint);
18 static JArray< ::java::lang::annotation::ElementType * > * values();
20 static ::java::lang::annotation::ElementType * ANNOTATION_TYPE;
21 static ::java::lang::annotation::ElementType * CONSTRUCTOR;
22 static ::java::lang::annotation::ElementType * FIELD;
23 static ::java::lang::annotation::ElementType * LOCAL_VARIABLE;
24 static ::java::lang::annotation::ElementType * METHOD;
25 static ::java::lang::annotation::ElementType * PACKAGE;
26 static ::java::lang::annotation::ElementType * PARAMETER;
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/lang/annotation/
H A DElementType.h13 class java::lang::annotation::ElementType : public ::java::lang::Enum
16 ElementType(::java::lang::String *, jint);
18 static JArray< ::java::lang::annotation::ElementType * > * values();
20 static ::java::lang::annotation::ElementType * ANNOTATION_TYPE;
21 static ::java::lang::annotation::ElementType * CONSTRUCTOR;
22 static ::java::lang::annotation::ElementType * FIELD;
23 static ::java::lang::annotation::ElementType * LOCAL_VARIABLE;
24 static ::java::lang::annotation::ElementType * METHOD;
25 static ::java::lang::annotation::ElementType * PACKAGE;
26 static ::java::lang::annotation::ElementType * PARAMETER;
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/lang/annotation/
H A DElementType.h13 class java::lang::annotation::ElementType : public ::java::lang::Enum
16 ElementType(::java::lang::String *, jint);
18 static JArray< ::java::lang::annotation::ElementType * > * values();
20 static ::java::lang::annotation::ElementType * ANNOTATION_TYPE;
21 static ::java::lang::annotation::ElementType * CONSTRUCTOR;
22 static ::java::lang::annotation::ElementType * FIELD;
23 static ::java::lang::annotation::ElementType * LOCAL_VARIABLE;
24 static ::java::lang::annotation::ElementType * METHOD;
25 static ::java::lang::annotation::ElementType * PACKAGE;
26 static ::java::lang::annotation::ElementType * PARAMETER;
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/annotations/repeatingAnnotations/combo/
H A DTargetAnnoCombo.java36 import java.lang.annotation.ElementType;
66 final static Set<ElementType> empty = EnumSet.noneOf(ElementType.class);
70 final static Set<ElementType> allTargets = EnumSet.allOf(ElementType.class);
97 public TestCase(Set<ElementType> baseAnnotations, Set<ElementType> containerAnnotations) { in TestCase()
101 public TestCase(Set<ElementType> baseAnnotations, Set<ElementType> containerAnnotations, in TestCase()
148 Set<ElementType> tempBaseSet = EnumSet.noneOf(ElementType.class); in isValidSubSet()
378 Set<ElementType> copySet = EnumSet.noneOf(ElementType.class); in getFileList()
477 private Set<ElementType> less(Set<ElementType> base, ElementType... sub) { in less()
478 Set<ElementType> res = EnumSet.noneOf(ElementType.class); in less()
486 private Set<ElementType> plus(Set<ElementType> base, ElementType... add) { in plus()
[all …]
/dports/math/combblas/CombBLAS_beta_16_2/ReleaseTests/
H A DMultTiming.cpp25 #define ElementType double macro
48 typedef PlusTimesSRing<ElementType, ElementType> PTDOUBLEDOUBLE; in main()
49 PSpMat<ElementType>::MPI_DCCols A, B; // construct objects in main()
58 …PSpMat<ElementType>::MPI_DCCols C = Mult_AnXBn_DoubleBuff<PTDOUBLEDOUBLE, ElementType, PSpMat<Elem… in main()
71 …PSpMat<ElementType>::MPI_DCCols C = Mult_AnXBn_DoubleBuff<PTDOUBLEDOUBLE, ElementType, PSpMat<Elem… in main()
83 …PSpMat<ElementType>::MPI_DCCols C = Mult_AnXBn_Synch<PTDOUBLEDOUBLE, ElementType, PSpMat<ElementTy… in main()
92 …PSpMat<ElementType>::MPI_DCCols C = Mult_AnXBn_Synch<PTDOUBLEDOUBLE, ElementType, PSpMat<ElementTy… in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/annotations/repeatingAnnotations/combo/
H A DTargetAnnoCombo.java36 import java.lang.annotation.ElementType;
66 final static Set<ElementType> empty = EnumSet.noneOf(ElementType.class);
70 final static Set<ElementType> allTargets = EnumSet.allOf(ElementType.class);
98 public TestCase(Set<ElementType> baseAnnotations, Set<ElementType> containerAnnotations) { in TestCase()
106 public TestCase(Set<ElementType> baseAnnotations, Set<ElementType> containerAnnotations, in TestCase()
154 Set<ElementType> tempBaseSet = EnumSet.noneOf(ElementType.class); in isValidSubSet()
390 Set<ElementType> copySet = EnumSet.noneOf(ElementType.class); in getFileList()
494 private Set<ElementType> less(Set<ElementType> base, ElementType... sub) { in less()
495 Set<ElementType> res = EnumSet.noneOf(ElementType.class); in less()
503 private Set<ElementType> plus(Set<ElementType> base, ElementType... add) { in plus()
[all …]

12345678910>>...418