Searched refs:primitiveType (Results 1 - 25 of 34) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstFieldRef.java32 * @param primitiveType {@code non-null;} the primitive type
35 public static CstFieldRef forPrimitiveType(Type primitiveType) { argument
36 return new CstFieldRef(CstType.forBoxedPrimitiveType(primitiveType),
H A DCstType.java100 * @param primitiveType {@code non-null;} the primitive type
103 public static CstType forBoxedPrimitiveType(Type primitiveType) { argument
104 switch (primitiveType.getBasicType()) {
116 throw new IllegalArgumentException("not primitive: " + primitiveType);
/external/easymock/src/org/easymock/internal/
H A DMethodSerializationWrapper.java68 Class<?> primitiveType = primitiveTypes.get(parameterTypeNames[i]);
69 if (primitiveType != null) {
70 parameterTypes[i] = primitiveType;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.h172 unsigned short type = primitiveType();
175 bool isNumber() const { return primitiveType() == CSS_NUMBER; }
176 bool isPercentage() const { return primitiveType() == CSS_PERCENTAGE; }
177 bool isPx() const { return primitiveType() == CSS_PX; }
185 bool isCalculatedPercentageWithNumber() const { return primitiveType() == CSS_CALC_PERCENTAGE_WITH_NUMBER; }
186 bool isCalculatedPercentageWithLength() const { return primitiveType() == CSS_CALC_PERCENTAGE_WITH_LENGTH; }
187 bool isDotsPerInch() const { return primitiveType() == CSS_DPI; }
188 bool isDotsPerPixel() const { return primitiveType() == CSS_DPPX; }
189 bool isDotsPerCentimeter() const { return primitiveType() == CSS_DPCM; }
192 unsigned short type = primitiveType();
[all...]
H A DCSSPrimitiveValue.idl55 readonly attribute unsigned short primitiveType;
H A DCSSCalculationValue.cpp252 if (hasDoubleValue(primitiveType()))
286 virtual CSSPrimitiveValue::UnitTypes primitiveType() const function in class:WebCore::CSSCalcPrimitiveValue
288 return CSSPrimitiveValue::UnitTypes(m_value->primitiveType());
293 : CSSCalcExpressionNode(unitCategory((CSSPrimitiveValue::UnitTypes)value->primitiveType()), isInteger)
378 CSSPrimitiveValue::UnitTypes leftType = leftSide->primitiveType();
380 CSSPrimitiveValue::UnitTypes rightType = rightSide->primitiveType();
410 CSSPrimitiveValue::UnitTypes otherType = otherSide->primitiveType();
488 virtual CSSPrimitiveValue::UnitTypes primitiveType() const function in class:WebCore::CSSCalcBinaryOperation
499 return m_rightSide->primitiveType();
501 return m_leftSide->primitiveType();
[all...]
H A DCSSCalculationValue.h79 virtual CSSPrimitiveValue::UnitTypes primitiveType() const = 0;
H A DCSSPrimitiveValue.cpp178 unsigned short CSSPrimitiveValue::primitiveType() const function in class:WebCore::CSSPrimitiveValue
566 switch (primitiveType()) {
737 UnitTypes sourceUnitType = static_cast<UnitTypes>(primitiveType());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DRuntimeModel.js224 * @param {string} primitiveType
227 function getCompletions(primitiveType)
230 if (primitiveType === "string")
232 else if (primitiveType === "number")
234 else if (primitiveType === "boolean")
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimatableLength.cpp49 bool isPrimitiveLength = primitiveUnitToNumberType(primitiveValue->primitiveType(), unitType);
51 const double scale = CSSPrimitiveValue::conversionToCanonicalUnitsScaleFactor(primitiveValue->primitiveType());
72 return primitiveUnitToNumberType(primitiveValue->primitiveType(), unitType);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFilterOperationResolver.cpp101 if (primitiveValue->primitiveType() != CSSPrimitiveValue::CSS_NUMBER)
116 if (primitiveValue->primitiveType() != CSSPrimitiveValue::CSS_NUMBER)
163 if (firstPrimitiveValue->primitiveType() == CSSPrimitiveValue::CSS_NUMBER)
183 if (primitiveValue->primitiveType() != CSSPrimitiveValue::CSS_STRING)
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
H A DFieldTest.java145 Object getField(char primitiveType, Object o, Field f, argument
149 primitiveType = Character.toUpperCase(primitiveType);
150 switch (primitiveType) {
193 void setField(char primitiveType, Object o, Field f, argument
196 primitiveType = Character.toUpperCase(primitiveType);
197 switch (primitiveType) {
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DRenderer.h134 virtual bool applyPrimitiveType(GLenum primitiveType, GLsizei elementCount) = 0;
H A DRenderer9.h87 virtual bool applyPrimitiveType(GLenum primitiveType, GLsizei elementCount);
/external/dexmaker/src/main/java/com/google/dexmaker/stock/
H A DProxyBuilder.java706 TypeId<?> primitiveType = TypeId.get(entry.getKey());
708 MethodId<?, ?> valueOfMethod = boxedType.getMethod(boxedType, "valueOf", primitiveType);
709 PRIMITIVE_TYPE_TO_UNBOX_METHOD.put(primitiveType, valueOfMethod);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DClassPath.java162 for (String primitiveType: new String[]{"Z", "B", "S", "C", "I", "J", "F", "D"}) {
163 ClassDef classDef = new PrimitiveClassDef(primitiveType);
164 classDefs.put(primitiveType, classDef);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGLength.cpp310 switch (value->primitiveType()) {
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContext.h451 * @param primitiveType primitives type to draw.
464 GrPrimitiveType primitiveType,
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.h760 GrPrimitiveType primitiveType() const { return fPrimitiveType; } function in class:GrDrawTarget::DrawInfo
H A DGrGpu.cpp378 if (!this->setupClipAndFlushState(PrimTypeToDrawType(info.primitiveType()),
H A DGrContext.cpp936 GrPrimitiveType primitiveType,
984 target->drawIndexed(primitiveType, 0, 0, vertexCount, indexCount);
987 target->drawNonIndexed(primitiveType, 0, vertexCount);
935 drawVertices(const GrPaint& paint, GrPrimitiveType primitiveType, int vertexCount, const GrPoint positions[], const GrPoint texCoords[], const GrColor colors[], const uint16_t indices[], int indexCount) argument
/external/skia/include/gpu/
H A DGrContext.h451 * @param primitiveType primitives type to draw.
464 GrPrimitiveType primitiveType,
/external/skia/src/gpu/
H A DGrDrawTarget.h760 GrPrimitiveType primitiveType() const { return fPrimitiveType; } function in class:GrDrawTarget::DrawInfo
H A DGrGpu.cpp378 if (!this->setupClipAndFlushState(PrimTypeToDrawType(info.primitiveType()),
H A DGrContext.cpp936 GrPrimitiveType primitiveType,
984 target->drawIndexed(primitiveType, 0, 0, vertexCount, indexCount);
987 target->drawNonIndexed(primitiveType, 0, vertexCount);
935 drawVertices(const GrPaint& paint, GrPrimitiveType primitiveType, int vertexCount, const GrPoint positions[], const GrPoint texCoords[], const GrColor colors[], const uint16_t indices[], int indexCount) argument

Completed in 1021 milliseconds

12