Home
last modified time | relevance | path

Searched refs:VarType (Results 1 – 25 of 1182) sorted by relevance

12345678910>>...48

/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/qa/basic_coverage/
H A Dtest_vartype_method.vb40 assert( VarType(Empty) = V_EMPTY , "Vartype(Empty) is not V_EMPTY")
41 assert( VarType(Null) = V_NULL , "Vartype(Empty) is not V_NULL")
42 assert( VarType(Nothing) = V_OBJECT, "Vartype(Empty) is not V_OBJECT")
45 assert( VarType(int16) = V_INTEGER , "VarType(int16) is not V_INTEGER")
46 assert( VarType(int32) = V_LONG , "VarType(int32) is not V_LONG")
50 assert( VarType(dat) = V_DATE , "VarType(dat) is not V_DATE" )
51 assert( VarType(str) = V_STRING , "VarType(str) is not V_STRING" )
52 assert( VarType(obj) = V_OBJECT , "VarType(obj) is not V_OBJECT" )
54 assert( VarType(myErr) = V_ERROR , "VarType(myErr) is not V_ERROR" )
56 assert( VarType(var) = V_EMPTY , "VarType(var) is not V_EMPTY" )
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutTests.cpp47 const VarType& type, in BlockBasicTypeCase()
57 VarType tempType = type; in BlockBasicTypeCase()
97 typeS.addMember("b", VarType(VarType(glu::TYPE_FLOAT_VEC3, PRECISION_HIGH), 2)); in BlockSingleStructCase()
126 typeS.addMember("b", VarType(VarType(glu::TYPE_FLOAT_MAT2, PRECISION_MEDIUM), 2)); in BlockSingleStructArrayCase()
131 block.addInterfaceMember(InterfaceBlockMember("s", VarType(VarType(&typeS), 2))); in BlockSingleStructArrayCase()
157 typeS.addMember("b", VarType(VarType(glu::TYPE_FLOAT_MAT2, PRECISION_MEDIUM), 2)); in BlockSingleNestedStructCase()
192 typeS.addMember("a", VarType(VarType(glu::TYPE_FLOAT, PRECISION_HIGH), 2)); in BlockSingleNestedStructArrayCase()
196 typeT.addMember("b", VarType(VarType(&typeS), 2)); in BlockSingleNestedStructArrayCase()
264 typeS.addMember("b", VarType(VarType(glu::TYPE_INT_VEC2, PRECISION_MEDIUM), 2)); in BlockMultiNestedStructCase()
309 typeS.addMember("a", VarType(VarType(glu::TYPE_FLOAT, PRECISION_LOW), 3)); in BlockVariousBuffersCase()
[all …]
H A DvktTransformFeedbackFuzzLayoutCase.hpp73 class VarType class
76 VarType (void);
77 VarType (const VarType& other);
78 VarType (glu::DataType basicType, deUint32 flags);
79 VarType (const VarType& elementType, int arraySize);
81 ~VarType (void);
95 VarType& operator= (const VarType& other);
114 VarType* elementType;
141 const VarType& getType (void) const { return m_type; } in getType()
146 VarType m_type;
[all …]
/dports/www/npapi-xine/xine-plugin-1.0.2/include/
H A Djni_md.h87 # define JNI_PUBLIC_VAR(VarType) VarType argument
92 # define JNI_PUBLIC_VAR(VarType) VarType argument
102 # define JNI_PUBLIC_VAR(VarType) VarType argument
108 # define JNI_PUBLIC_VAR(VarType) VarType argument
113 # define JNI_PUBLIC_VAR(VarType) VarType argument
121 # define JNI_PUBLIC_VAR(VarType) VarType argument
126 # define JNI_PUBLIC_VAR(VarType) VarType argument
152 # define JNI_PUBLIC_VAR(VarType) JNI_PUBLIC_API(VarType) argument
168 # define JNI_PUBLIC_VAR(VarType) VarType argument
H A Djri_md.h75 # define JRI_PUBLIC_VAR(VarType) VarType argument
79 # define JRI_PUBLIC_VAR(VarType) VarType
87 # define JRI_PUBLIC_VAR(VarType) VarType
95 # define JRI_PUBLIC_VAR(VarType) VarType
102 # define JRI_PUBLIC_VAR(VarType) VarType
112 # define JRI_PUBLIC_VAR(VarType) VarType
113 # define JRI_PUBLIC_VAR_EXP(VarType) __export VarType
114 # define JRI_PUBLIC_VAR_IMP(VarType) __import VarType
119 # define JRI_PUBLIC_VAR(VarType) VarType
144 # define JRI_PUBLIC_VAR(VarType) JRI_PUBLIC_API(VarType)
[all …]
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/moz-sdk/
H A Djni_md.h107 # define JNI_PUBLIC_VAR(VarType) VarType argument
113 # define JNI_PUBLIC_VAR(VarType) VarType argument
118 # define JNI_PUBLIC_VAR(VarType) VarType argument
126 # define JNI_PUBLIC_VAR(VarType) VarType argument
131 # define JNI_PUBLIC_VAR(VarType) VarType argument
149 # define JNI_PUBLIC_VAR(VarType) VarType argument
156 # define JNI_PUBLIC_VAR(VarType) VarType argument
177 # define JNI_PUBLIC_VAR(VarType) JNI_PUBLIC_API(VarType) argument
194 # define JNI_PUBLIC_VAR(VarType) VarType argument
H A Djri_md.h77 # define JRI_PUBLIC_VAR(VarType) VarType argument
85 # define JRI_PUBLIC_VAR(VarType) VarType
92 # define JRI_PUBLIC_VAR(VarType) VarType
102 # define JRI_PUBLIC_VAR(VarType) VarType
103 # define JRI_PUBLIC_VAR_EXP(VarType) __export VarType
104 # define JRI_PUBLIC_VAR_IMP(VarType) __import VarType
109 # define JRI_PUBLIC_VAR(VarType) VarType
126 # define JRI_PUBLIC_VAR(VarType) VarType
133 # define JRI_PUBLIC_VAR(VarType) VarType
149 # define JRI_PUBLIC_VAR(VarType) JRI_PUBLIC_API(VarType)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fSSBOLayoutTests.cpp42 using glu::VarType;
226 return glu::VarType(elementType, glu::VarType::UNSIZED_ARRAY); in generateType()
407 block.addMember(BufferVar("s", VarType(VarType(&typeS), 3), ACCESS_READ|ACCESS_WRITE)); in init()
477 typeS.addMember("b", VarType(VarType(glu::TYPE_INT_VEC2, glu::PRECISION_MEDIUMP), 4)); in init()
482 typeT.addMember("b", VarType(VarType(&typeS), 3)); in init()
487 block.addMember(BufferVar("t", VarType(VarType(&typeT), 2), ACCESS_READ)); in init()
523 …block.addMember(BufferVar("s", VarType(VarType(&typeS), VarType::UNSIZED_ARRAY), ACCESS_READ|ACCES… in init()
566 …block.addMember(BufferVar("s", VarType(VarType(VarType(&typeS), 2), VarType::UNSIZED_ARRAY), ACCES… in init()
609 typeT.addMember("b", VarType(VarType(&typeS), 3)); in init()
616 block.addMember(BufferVar("t", VarType(VarType(&typeT), VarType::UNSIZED_ARRAY), ACCESS_READ)); in init()
[all …]
H A Des31fUniformBlockTests.cpp99 typeS.addMember("a", VarType(glu::TYPE_UINT_VEC3, PRECISION_HIGH), UNUSED_BOTH); in init()
100 typeS.addMember("b", VarType(VarType(glu::TYPE_FLOAT_MAT2, PRECISION_MEDIUM), 4)); in init()
101 typeS.addMember("c", VarType(glu::TYPE_UINT, PRECISION_LOW)); in init()
104 block.addUniform(Uniform("u", VarType(glu::TYPE_INT, PRECISION_MEDIUM))); in init()
105 block.addUniform(Uniform("s", VarType(VarType(VarType(&typeS), 3), 2))); in init()
106 block.addUniform(Uniform("v", VarType(glu::TYPE_FLOAT_VEC2, PRECISION_MEDIUM))); in init()
210 …const VarType childType (VarType(type, glu::isDataTypeBoolOrBVec(type) ? 0 : PRECISION_HIGH), chi… in init()
211 const VarType parentType (childType, parentSize); in init()
242 …const VarType childType0 (VarType(type, glu::isDataTypeBoolOrBVec(type) ? 0 : PRECISION_HIGH), ch… in init()
243 const VarType childType1 (childType0, childSize1); in init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluVarTypeUtil.hpp103 VarType getVarType (const VarType& type, Iterator begin, Iterator end);
117 const VarType& type;
128 SubTypeAccess (const VarType& type);
152 VarType m_type;
184 const VarType* m_type;
286 VarType curType = getVarType(*m_type, m_path); in findNext()
315 const VarType* curType = &type; in isValidTypePath()
374 VarType getVarType (const VarType& type, Iterator begin, Iterator end) in getVarType()
378 const VarType* curType = &type; in getVarType()
412 return VarType(basicType, precision); in getVarType()
[all …]
H A DgluVarType.hpp47 class VarType class
50 VarType (void);
51 VarType (const VarType& other);
54 VarType (const VarType& elementType, int arraySize); //!< Array type constructor.
56 ~VarType (void);
72 VarType& operator= (const VarType& other);
105 VarType* elementType;
121 inline VarType varTypeOf (Precision prec = PRECISION_LAST) { return VarType(dataTypeOf<T>(), prec);… in varTypeOf()
137 VarType m_type;
266 VarType varType;
[all …]
H A DgluVarType.cpp31 VarType::VarType (void) in VarType() function in glu::VarType
36 VarType::VarType (const VarType& other) in VarType() function in glu::VarType
42 VarType::VarType (DataType basicType, Precision precision) in VarType() function in glu::VarType
49 VarType::VarType (const VarType& elementType, int arraySize) in VarType() function in glu::VarType
57 VarType::VarType (const StructType* structPtr) in VarType() function in glu::VarType
63 VarType::~VarType (void) in ~VarType()
69 VarType& VarType::operator= (const VarType& other) in operator =()
92 int VarType::getScalarSize (void) const in getScalarSize()
113 bool VarType::operator== (const VarType& other) const in operator ==()
137 bool VarType::operator!= (const VarType& other) const in operator !=()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/qa/vba_tests/
H A Dvartype.vb45 TestUtil.AssertEqual(VarType(TestStr), vbString, "VarType(TestStr)")
46 TestUtil.AssertEqual(VarType(TestBoo), vbBoolean, "VarType(TestBoo)")
47 TestUtil.AssertEqual(VarType(TestDouble), vbDouble, "VarType(TestDouble)")
48 TestUtil.AssertEqual(VarType(TestLong), vbLong, "VarType(TestLong)")
49 TestUtil.AssertEqual(VarType(TestInt), vbInteger, "VarType(TestInt)")
50 TestUtil.AssertEqual(VarType(TestDateTime), vbDate, "VarType(TestDateTime)")
51 TestUtil.AssertEqual(VarType(TestSingle), vbSingle, "VarType(TestSingle)")
52 TestUtil.AssertEqual(VarType(TestCurr), vbCurrency, "VarType(TestCurr)")
54 TestUtil.AssertEqual(VarType(TestIntSign), vbInteger, "VarType(TestIntSign)")
55 TestUtil.AssertEqual(VarType(TestLongSign), vbLong, "VarType(TestLongSign)")
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fUniformBlockTests.cpp98 typeS.addMember("b", VarType(VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM), 4)); in init()
131 typeS.addMember("b", VarType(VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM), 4)); in init()
136 block.addUniform(Uniform("s", VarType(VarType(&typeS), 3))); in init()
166 typeS.addMember("b", VarType(VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM), 4)); in init()
171 typeT.addMember("b", VarType(&typeS)); in init()
206 typeS.addMember("b", VarType(VarType(glu::TYPE_INT_VEC2, PRECISION_MEDIUM), 4)); in init()
211 typeT.addMember("b", VarType(VarType(&typeS), 3)); in init()
216 block.addUniform(Uniform("t", VarType(VarType(&typeT), 2), 0)); in init()
288 typeS.addMember("b", VarType(VarType(glu::TYPE_INT_VEC2, PRECISION_MEDIUM), 4)); in init()
460 VarType(VarType(type, glu::isDataTypeBoolOrBVec(type) ? 0 : PRECISION_HIGH), arraySize), in init()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/tbs/
H A Dtb0655.pp19 if VarType(v) <> varShortInt then
25 if VarType(v) <> varByte then
31 if VarType(v) <> varSmallInt then
37 if VarType(v) <> varWord then
43 if VarType(v) <> varInteger then
49 if VarType(v) <> varLongWord then
55 if VarType(v) <> varInt64 then
61 if VarType(v) <> varUInt64 then
68 if VarType(ov) <> varInteger then
74 if VarType(ov) <> varInteger then
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/
H A DglcUniformBlockCase.hpp66 class VarType class
69 VarType(void);
70 VarType(const VarType& other);
72 VarType(const VarType& elementType, int arraySize);
74 ~VarType(void);
112 VarType& operator=(const VarType& other);
130 VarType* elementType;
157 const VarType& getType(void) const in getType()
168 VarType m_type;
223 const VarType& getType(void) const in getType()
[all …]
H A DglcUniformBlockTests.cpp214 vector<VarType> memberTypes; in generateType()
235 return VarType(&structType); in generateType()
344 typeS.addMember("b", VarType(VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM), 4)); in init()
379 typeS.addMember("b", VarType(VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM), 4)); in init()
384 block.addUniform(Uniform("s", VarType(VarType(&typeS), 3))); in init()
416 typeS.addMember("b", VarType(VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM), 4)); in init()
458 typeS.addMember("b", VarType(VarType(glu::TYPE_INT_VEC2, PRECISION_MEDIUM), 4)); in init()
463 typeT.addMember("b", VarType(VarType(&typeS), 3)); in init()
468 block.addUniform(Uniform("t", VarType(VarType(&typeT), 2), 0)); in init()
543 typeS.addMember("b", VarType(VarType(glu::TYPE_INT_VEC2, PRECISION_MEDIUM), 4)); in init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsUniformBlockCase.hpp71 class VarType class
74 VarType (void);
75 VarType (const VarType& other);
76 VarType (glu::DataType basicType, deUint32 flags);
77 VarType (const VarType& elementType, int arraySize);
78 explicit VarType (const StructType* structPtr);
79 ~VarType (void);
93 VarType& operator= (const VarType& other);
112 VarType* elementType;
137 VarType m_type;
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/torque/
H A Dcontextual.h17 template <class Derived, class VarType>
27 explicit Scope(VarType x = VarType())
38 VarType current_;
39 VarType* previous_;
47 static VarType& Get() { in Get()
53 static VarType* top_;
56 template <class Derived, class VarType>
57 VarType* ContextualVariable<Derived, VarType>::top_ = nullptr;
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dinstructions.cpp37 Typed::VarType ext_type = Typed::getTypeFromPtr(type->getType()); in isStructType()
46 ValueInst* InstBuilder::genTypedZero(Typed::VarType type) in genTypedZero()
64 Typed::VarType ctType(Type t) in ctType()
142 BasicTyped* InstBuilder::genBasicTyped(Typed::VarType type) in genBasicTyped()
280 … Typed::VarType arg1_ty, const string& arg2, Typed::VarType arg2_ty, in genFunction2()
291 … Typed::VarType arg1_ty, const string& arg2, Typed::VarType arg2_ty, in genFunction3()
303 … Typed::VarType arg1_ty, const string& arg2, Typed::VarType arg2_ty, in genFunction4()
317 … Typed::VarType arg1_ty, const string& arg2, Typed::VarType arg2_ty, in genFunction5()
319 … Typed::VarType arg4_ty, const string& arg5, Typed::VarType arg5_ty, in genFunction5()
333 … Typed::VarType arg1_ty, const string& arg2, Typed::VarType arg2_ty, in genFunction6()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockTests.cpp48 VarType tempType = type; in BlockBasicTypeCase()
105 typeS.addMember("b", VarType(VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM), 4)); in BlockSingleStructCase()
128 typeS.addMember("b", VarType(VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM), 4)); in BlockSingleStructArrayCase()
133 block.addUniform(Uniform("s", VarType(VarType(&typeS), 3))); in BlockSingleStructArrayCase()
153 typeS.addMember("b", VarType(VarType(glu::TYPE_FLOAT_MAT3, PRECISION_MEDIUM), 4)); in BlockSingleNestedStructCase()
183 typeS.addMember("b", VarType(VarType(glu::TYPE_INT_VEC2, PRECISION_MEDIUM), 4)); in BlockSingleNestedStructArrayCase()
188 typeT.addMember("b", VarType(VarType(&typeS), 3)); in BlockSingleNestedStructArrayCase()
193 block.addUniform(Uniform("t", VarType(VarType(&typeT), 2), 0)); in BlockSingleNestedStructArrayCase()
242 typeS.addMember("b", VarType(VarType(glu::TYPE_INT_VEC2, PRECISION_MEDIUM), 4)); in BlockMultiNestedStructCase()
288 block.addUniform(Uniform("s", VarType(VarType(VarType(&typeS), 3), 2))); in Block2LevelStructArrayCase()
[all …]
H A DvktUniformBlockCase.hpp80 class VarType class
83 VarType (void);
84 VarType (const VarType& other);
85 VarType (glu::DataType basicType, deUint32 flags);
86 VarType (const VarType& elementType, int arraySize);
88 ~VarType (void);
103 VarType& operator= (const VarType& other);
122 VarType* elementType;
146 const VarType& getType (void) const { return m_type; } in getType()
151 VarType m_type;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp60 using glu::VarType;
257 return glu::VarType(elementType, glu::VarType::UNSIZED_ARRAY); in generateType()
380 VarType tempType = type; in BlockBasicTypeCase()
579 typeS.addMember("b", VarType(VarType(glu::TYPE_INT_VEC2, glu::PRECISION_MEDIUMP), 4)); in BlockSingleNestedStructArrayCase()
584 typeT.addMember("b", VarType(VarType(&typeS), 3)); in BlockSingleNestedStructArrayCase()
589 block.addMember(BufferVar("t", VarType(VarType(&typeT), 2), ACCESS_READ)); in BlockSingleNestedStructArrayCase()
623 …block.addMember(BufferVar("s", VarType(VarType(&typeS), VarType::UNSIZED_ARRAY), ACCESS_READ|ACCES… in BlockUnsizedStructArrayCase()
664 …block.addMember(BufferVar("s", VarType(VarType(VarType(&typeS), 2), VarType::UNSIZED_ARRAY), ACCES… in Block2LevelUnsizedStructArrayCase()
705 typeT.addMember("b", VarType(VarType(&typeS), 3)); in BlockUnsizedNestedStructArrayCase()
712 block.addMember(BufferVar("t", VarType(VarType(&typeT), VarType::UNSIZED_ARRAY), ACCESS_READ)); in BlockUnsizedNestedStructArrayCase()
[all …]
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vpatterndb/variables/
H A Dvincrement_p.h55 Q_STATIC_ASSERT_X(static_cast<int>(VarType::Unknown) == 9, "Check that you used all types"); in VIncrementData()
56 this->data->ClearVariables(QVector<VarType>({VarType::LineAngle, in VIncrementData()
57 VarType::LineLength, in VIncrementData()
58 VarType::CurveLength, in VIncrementData()
59 VarType::CurveCLength, in VIncrementData()
60 VarType::ArcRadius, in VIncrementData()
61 VarType::CurveAngle, in VIncrementData()
62 VarType::IncrementSeparator in VIncrementData()
/dports/games/openmw/openmw-openmw-0.47.0/components/esm/
H A Dvariantimp.hpp11 …void readESMVariantValue(ESMReader& reader, Variant::Format format, VarType type, std::string& val…
13 void readESMVariantValue(ESMReader& reader, Variant::Format format, VarType type, float& value);
15 void readESMVariantValue(ESMReader& reader, Variant::Format format, VarType type, int& value);
17 …void writeESMVariantValue(ESMWriter& writer, Variant::Format format, VarType type, const std::stri…
19 void writeESMVariantValue(ESMWriter& writer, Variant::Format format, VarType type, float value);
21 void writeESMVariantValue(ESMWriter& writer, Variant::Format format, VarType type, int value);
27 VarType mType;
29 ReadESMVariantValue(ESMReader& reader, Variant::Format format, VarType type) in ReadESMVariantValue()
45 VarType mType;
47 WriteESMVariantValue(ESMWriter& writer, Variant::Format format, VarType type) in WriteESMVariantValue()

12345678910>>...48