Home
last modified time | relevance | path

Searched refs:fType (Results 1 – 25 of 2806) sorted by relevance

12345678910>>...113

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/svg/include/
H A DSkSVGTypes.h97 Type fType;
120 return fType == other.fType && fIRI == other.fIRI;
153 Type fType;
177 Type fType;
201 Type fType;
229 Type fType;
327 return fType == other.fType;
378 return fType == other.fType;
437 return fType == other.fType;
486 return fType == other.fType;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/ddlpackage/
H A Dddlpkg.cpp103 fType(type), in ColumnType()
150 fType(type),
198 if (fType->fPrecision == -1 || fType->fPrecision == 0) in convertDecimal()
200 fType->fType = DDL_BIGINT; in convertDecimal()
207 fType->fType = DDL_TINYINT; in convertDecimal()
214 fType->fType = DDL_SMALLINT; in convertDecimal()
217 else if (fType->fPrecision > 4 && fType->fPrecision < 7) in convertDecimal()
219 fType->fType = DDL_MEDINT; in convertDecimal()
222 else if (fType->fPrecision > 6 && fType->fPrecision < 10) in convertDecimal()
225 fType->fType = DDL_INT; in convertDecimal()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/ddlpackage/
H A Dddlpkg.cpp103 fType(type), in ColumnType()
150 fType(type),
198 if (fType->fPrecision == -1 || fType->fPrecision == 0) in convertDecimal()
200 fType->fType = DDL_BIGINT; in convertDecimal()
207 fType->fType = DDL_TINYINT; in convertDecimal()
214 fType->fType = DDL_SMALLINT; in convertDecimal()
217 else if (fType->fPrecision > 4 && fType->fPrecision < 7) in convertDecimal()
219 fType->fType = DDL_MEDINT; in convertDecimal()
222 else if (fType->fPrecision > 6 && fType->fPrecision < 10) in convertDecimal()
225 fType->fType = DDL_INT; in convertDecimal()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/experimental/svg/model/
H A DSkSVGTypes.h107 return fType == other.fType && fColor == other.fColor && fIRI == other.fIRI;
116 Type fType;
139 return fType == other.fType && fIRI == other.fIRI;
147 Type fType;
172 Type fType;
196 Type fType;
220 Type fType;
248 Type fType;
272 Type fType;
293 return fType == other.fType && fDashArray == other.fDashArray;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSWildcardDecl.java201 unionWildcard.fType = fType; in performUnionWith()
206 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performUnionWith()
223 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performUnionWith()
315 intersectWildcard.fType = fType; in performIntersectionWith()
320 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performIntersectionWith()
327 intersectWildcard.fType = other.fType; in performIntersectionWith()
381 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performIntersectionWith()
389 intersectWildcard.fType = other.fType; in performIntersectionWith()
398 if (fType == wildcard.fType) { in areSame()
484 switch (fType) { in toString()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSWildcardDecl.java201 unionWildcard.fType = fType; in performUnionWith()
206 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performUnionWith()
223 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performUnionWith()
315 intersectWildcard.fType = fType; in performIntersectionWith()
320 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performIntersectionWith()
327 intersectWildcard.fType = other.fType; in performIntersectionWith()
381 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performIntersectionWith()
389 intersectWildcard.fType = other.fType; in performIntersectionWith()
398 if (fType == wildcard.fType) { in areSame()
484 switch (fType) { in toString()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSWildcardDecl.java201 unionWildcard.fType = fType; in performUnionWith()
206 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performUnionWith()
223 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performUnionWith()
315 intersectWildcard.fType = fType; in performIntersectionWith()
320 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performIntersectionWith()
327 intersectWildcard.fType = other.fType; in performIntersectionWith()
381 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performIntersectionWith()
389 intersectWildcard.fType = other.fType; in performIntersectionWith()
398 if (fType == wildcard.fType) { in areSame()
484 switch (fType) { in toString()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSWildcardDecl.java201 unionWildcard.fType = fType; in performUnionWith()
206 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performUnionWith()
223 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performUnionWith()
315 intersectWildcard.fType = fType; in performIntersectionWith()
320 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performIntersectionWith()
327 intersectWildcard.fType = other.fType; in performIntersectionWith()
381 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performIntersectionWith()
389 intersectWildcard.fType = other.fType; in performIntersectionWith()
398 if (fType == wildcard.fType) { in areSame()
484 switch (fType) { in toString()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSWildcardDecl.java201 unionWildcard.fType = fType; in performUnionWith()
206 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performUnionWith()
223 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performUnionWith()
315 intersectWildcard.fType = fType; in performIntersectionWith()
320 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performIntersectionWith()
327 intersectWildcard.fType = other.fType; in performIntersectionWith()
381 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performIntersectionWith()
389 intersectWildcard.fType = other.fType; in performIntersectionWith()
398 if (fType == wildcard.fType) { in areSame()
484 switch (fType) { in toString()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSWildcardDecl.java201 unionWildcard.fType = fType; in performUnionWith()
206 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performUnionWith()
223 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performUnionWith()
315 intersectWildcard.fType = fType; in performIntersectionWith()
320 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performIntersectionWith()
327 intersectWildcard.fType = other.fType; in performIntersectionWith()
381 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performIntersectionWith()
389 intersectWildcard.fType = other.fType; in performIntersectionWith()
398 if (fType == wildcard.fType) { in areSame()
484 switch (fType) { in toString()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSWildcardDecl.java201 unionWildcard.fType = fType; in performUnionWith()
206 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performUnionWith()
223 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performUnionWith()
315 intersectWildcard.fType = fType; in performIntersectionWith()
320 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performIntersectionWith()
327 intersectWildcard.fType = other.fType; in performIntersectionWith()
381 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performIntersectionWith()
389 intersectWildcard.fType = other.fType; in performIntersectionWith()
398 if (fType == wildcard.fType) { in areSame()
484 switch (fType) { in toString()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSWildcardDecl.java201 unionWildcard.fType = fType; in performUnionWith()
206 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performUnionWith()
223 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performUnionWith()
315 intersectWildcard.fType = fType; in performIntersectionWith()
320 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performIntersectionWith()
327 intersectWildcard.fType = other.fType; in performIntersectionWith()
381 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performIntersectionWith()
389 intersectWildcard.fType = other.fType; in performIntersectionWith()
398 if (fType == wildcard.fType) { in areSame()
484 switch (fType) { in toString()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSWildcardDecl.java201 unionWildcard.fType = fType; in performUnionWith()
206 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performUnionWith()
223 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performUnionWith()
315 intersectWildcard.fType = fType; in performIntersectionWith()
320 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performIntersectionWith()
327 intersectWildcard.fType = other.fType; in performIntersectionWith()
381 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performIntersectionWith()
389 intersectWildcard.fType = other.fType; in performIntersectionWith()
398 if (fType == wildcard.fType) { in areSame()
484 switch (fType) { in toString()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSWildcardDecl.java201 unionWildcard.fType = fType; in performUnionWith()
206 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performUnionWith()
223 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performUnionWith()
315 intersectWildcard.fType = fType; in performIntersectionWith()
320 else if ( (fType == NSCONSTRAINT_ANY) || (wildcard.fType == NSCONSTRAINT_ANY) ) { in performIntersectionWith()
327 intersectWildcard.fType = other.fType; in performIntersectionWith()
381 else if (fType == NSCONSTRAINT_NOT && wildcard.fType == NSCONSTRAINT_NOT) { in performIntersectionWith()
389 intersectWildcard.fType = other.fType; in performIntersectionWith()
398 if (fType == wildcard.fType) { in areSame()
484 switch (fType) { in toString()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLConstructor.h65 String result = fType.description() + "("; in description()
86 ASSERT(other.fKind == Expression::kConstructor_Kind && other.fType == fType); in compareConstant()
88 if (c.fType.kind() == Type::kVector_Kind) { in compareConstant()
99 ASSERT(fType.kind() == Type::kMatrix_Kind); in compareConstant()
124 ASSERT(fType.kind() == Type::kVector_Kind); in getVecComponent()
142 current += arg->fType.columns(); in getVecComponent()
159 ASSERT(fType.kind() == Type::kMatrix_Kind); in getMatComponent()
160 ASSERT(col < fType.columns() && row < fType.rows()); in getMatComponent()
186 ASSERT(arg->fType.rows() == 1); in getMatComponent()
188 if (arg->fType.columns() == 1) { in getMatComponent()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLConstructor.h36 if (fType.isFloat()) { in constantPropagate()
42 } else if (fType.isInteger()) { in constantPropagate()
71 String result = fType.description() + "("; in description()
92 SkASSERT(other.fKind == Expression::kConstructor_Kind && other.fType == fType); in compareConstant()
95 bool isFloat = c.fType.columns() > 1 ? c.fType.componentType().isFloat() in compareConstant()
148 current += arg->fType.columns(); in getVecComponent()
156 current += arg->fType.columns(); in getVecComponent()
177 SkASSERT(col < fType.columns() && row < fType.rows()); in getMatComponent()
203 SkASSERT(arg->fType.rows() == 1); in getMatComponent()
205 if (arg->fType.columns() == 1) { in getMatComponent()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLConstructor.h36 if (fType.isFloat()) { in constantPropagate()
42 } else if (fType.isInteger()) { in constantPropagate()
71 String result = fType.description() + "("; in description()
92 SkASSERT(other.fKind == Expression::kConstructor_Kind && other.fType == fType); in compareConstant()
95 bool isFloat = c.fType.columns() > 1 ? c.fType.componentType().isFloat() in compareConstant()
148 current += arg->fType.columns(); in getVecComponent()
156 current += arg->fType.columns(); in getVecComponent()
177 SkASSERT(col < fType.columns() && row < fType.rows()); in getMatComponent()
203 SkASSERT(arg->fType.rows() == 1); in getMatComponent()
205 if (arg->fType.columns() == 1) { in getMatComponent()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/ir/
H A DSkSLConstructor.h36 if (fType.isFloat()) { in constantPropagate()
42 } else if (fType.isInteger()) { in constantPropagate()
72 String result = fType.description() + "("; in description()
94 SkASSERT(other.fKind == Expression::kConstructor_Kind && other.fType == fType); in compareConstant()
97 bool isFloat = c.fType.columns() > 1 ? c.fType.componentType().isFloat() in compareConstant()
150 current += arg->fType.columns(); in getVecComponent()
158 current += arg->fType.columns(); in getVecComponent()
182 SkASSERT(col < fType.columns() && row < fType.rows()); in getMatComponent()
208 SkASSERT(arg->fType.rows() == 1); in getMatComponent()
210 if (arg->fType.columns() == 1) { in getMatComponent()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLConstructor.h36 if (fType.isFloat()) { in constantPropagate()
42 } else if (fType.isInteger()) { in constantPropagate()
71 String result = fType.description() + "("; in description()
92 SkASSERT(other.fKind == Expression::kConstructor_Kind && other.fType == fType); in compareConstant()
95 bool isFloat = c.fType.columns() > 1 ? c.fType.componentType().isFloat() in compareConstant()
148 current += arg->fType.columns(); in getVecComponent()
156 current += arg->fType.columns(); in getVecComponent()
177 SkASSERT(col < fType.columns() && row < fType.rows()); in getMatComponent()
203 SkASSERT(arg->fType.rows() == 1); in getMatComponent()
205 if (arg->fType.columns() == 1) { in getMatComponent()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLConstructor.h36 if (fType.isFloat()) { in constantPropagate()
42 } else if (fType.isInteger()) { in constantPropagate()
71 String result = fType.description() + "("; in description()
92 SkASSERT(other.fKind == Expression::kConstructor_Kind && other.fType == fType); in compareConstant()
95 bool isFloat = c.fType.columns() > 1 ? c.fType.componentType().isFloat() in compareConstant()
148 current += arg->fType.columns(); in getVecComponent()
156 current += arg->fType.columns(); in getVecComponent()
177 SkASSERT(col < fType.columns() && row < fType.rows()); in getMatComponent()
203 SkASSERT(arg->fType.rows() == 1); in getMatComponent()
205 if (arg->fType.columns() == 1) { in getMatComponent()
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/obfuscator/
H A DPHPIdentifier.java30 private int fType; field in PHPIdentifier
33 fType = type; in PHPIdentifier()
46 return ((PHPIdentifier) obj).fType == fType in equals()
55 return fType; in getType()
59 return fType == CLASS; in isClass()
63 return fType == FUNCTION; in isFunction()
67 return fType == VARIABLE; in isVariable()
71 return fType == METHOD; in isMethod()
75 return fType == DEFINE; in isDefine()
91 this.fType = fType; in setType()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.jdi.tests/tests/org/eclipse/debug/jdi/tests/
H A DClassTypeTest.java43 private ClassType fType; field in ClassTypeTest
56 fType = getMainClass(); in localSetUp()
91 List<?> all = fType.allInterfaces(); in testJDIAllInterfaces()
164 fType.concreteMethodByName( in testJDIInvokeMethod()
264 fType in testJDINewInstance()
304 fType.setValue(field, newValue); in testJDISetValue()
316 fType.setValue(field, oldValue); in testJDISetValue()
324 field = fType.fieldByName("fString"); in testJDISetValue()
329 oldValue = fType.getValue(field); in testJDISetValue()
334 fType.setValue(field, newValue); in testJDISetValue()
[all …]
/dports/lang/nqc/nqc-3.1.r6_1/compiler/
H A DAtomExpr.cpp30 fType(type), in AtomExpr()
39 if (fType == kRCX_ConstantType) return true; in PromiseConstant()
40 if ((fType == kRCX_VariableType) && in PromiseConstant()
57 return (((fType==kRCX_VariableType) || (fType == kRCX_IndirectType)) && fValue==var); in Contains()
64 if (fType == kRCX_VariableType && in PotentialLValue()
75 if (fType != kRCX_VariableType) return kIllegalVar; in GetLValue()
90 return RCX_VALUE(fType, fValue); in EmitAny_()
96 if (((fType == kRCX_VariableType) || (fType == kRCX_IndirectType)) && in Translate()
106 …if (((fType == kRCX_VariableType) || (fType == kRCX_IndirectType)) && m && (fValue & kVirtualVarBa… in Clone()
123 return new AtomExpr(fType, fValue, GetLoc(), fPtr); in Clone()
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/paerser/parser/
H A Dnodes_metadata.go74 fType := field.Type
75 node.Kind = fType.Kind()
78 …if fType.Kind() == reflect.Struct || fType.Kind() == reflect.Ptr && fType.Elem().Kind() == reflect…
79 fType.Kind() == reflect.Map {
91 …if fType.Kind() == reflect.Struct || fType.Kind() == reflect.Ptr && fType.Elem().Kind() == reflect…
95 if fType.Kind() == reflect.Map {
103 elem := fType.Elem()
122 ch.Kind = fType.Elem().Kind()
174 fType := field.Type
177 switch fType.Elem().Kind() {
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints/typesets/
H A DSingletonTypeSet.java23 private final TType fType; field in SingletonTypeSet
30 fType= t; in SingletonTypeSet()
45 if (s2.contains(fType)) in specialCasesIntersectedWith()
78 return fType; in uniqueLowerBound()
83 return fType; in uniqueUpperBound()
88 return fType.equals(t); in contains()
96 return s.anyMember().equals(fType); in containsAll()
115 return fType; in iterator()
127 return fType; in anyMember()
142 return fType.equals(other.fType); in equals()
[all …]

12345678910>>...113