HomeSort by relevance Sort by last modified time
    Searched refs:floatType (Results 1 - 25 of 26) sorted by null

1 2

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
FloatArrayToSizeFilter.java 45 FrameType floatType = FrameType.array(float.class);
48 .addInputPort("array", Signature.PORT_REQUIRED, floatType)
FloatArrayToStrFilter.java 46 FrameType floatType = FrameType.array(float.class);
49 .addInputPort("array", Signature.PORT_REQUIRED, floatType)
  /external/proguard/src/proguard/classfile/attribute/preverification/visitor/
VerificationTypeVisitor.java 37 public void visitFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType);
47 public void visitStackFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType);
57 public void visitVariablesFloatType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
Type.java 66 } else if (ctClass.equals(CtClass.floatType)) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.h 164 bool hasLowestFloatLogicalBottomCached(bool isHorizontal, FloatingObject::Type floatType) const;
165 LayoutUnit getCachedlowestFloatLogicalBottom(FloatingObject::Type floatType) const;
166 void setCachedLowestFloatLogicalBottom(bool isHorizontal, FloatingObject::Type floatType, LayoutUnit value);
FloatingObjects.cpp 196 LayoutUnit FloatingObjects::lowestFloatLogicalBottom(FloatingObject::Type floatType)
199 if (floatType != FloatingObject::FloatLeftRight) {
200 if (hasLowestFloatLogicalBottomCached(isInHorizontalWritingMode, floatType))
201 return getCachedlowestFloatLogicalBottom(floatType);
212 if (floatType == FloatingObject::FloatLeftRight) {
232 if (floatingObject->isPlaced() && floatingObject->type() == floatType)
235 setCachedLowestFloatLogicalBottom(isInHorizontalWritingMode, floatType, lowestFloatBottom);
RenderBlockFlow.cpp     [all...]
  /external/javassist/src/main/javassist/
CtClass.java 112 public static CtClass floatType;
162 floatType = new CtPrimitiveType("float", 'F', "java.lang.Float",
165 primitiveTypes[6] = floatType;
    [all...]
CtField.java 863 else if (type == CtClass.floatType)
872 if (type == CtClass.floatType)
    [all...]
  /external/proguard/src/proguard/classfile/util/
SimplifiedVisitor.java 606 public void visitFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType)
608 visitAnyVerificationType(clazz, method, codeAttribute, offset, floatType);
660 public void visitStackFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType)
662 visitFloatType(clazz, method, codeAttribute, offset, floatType);
715 public void visitVariablesFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, FloatType floatType)
717 visitFloatType(clazz, method, codeAttribute, offset, floatType);
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 62 public static final Type FLOAT = new Type(CtClass.floatType);
110 prims.put(CtClass.floatType, FLOAT);
  /external/javassist/src/main/javassist/bytecode/annotation/
Annotation.java 144 else if (type == CtClass.floatType)
  /external/javassist/src/main/javassist/expr/
NewArray.java 103 return CtClass.floatType;
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp     [all...]
  /external/clang/utils/ABITest/
ABITestGen.py 521 floatType = BuiltinType('float',4)
523 sbtg = FixedTypeGenerator([charType, intType, floatType, doubleType])
553 'f32' : floatType,
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 522 else if (type == CtClass.floatType)
741 else if(type == CtClass.floatType)
774 else if (type == CtClass.floatType)
    [all...]
Descriptor.java 617 type = CtClass.floatType;
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-tests.jar 
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 166 DataType floatType = getDataTypeFloatScalars(basicType);
167 exp = string() + "(" + getDataTypeName(floatType) + "(" + exp + ") / 255.0" + ")";
    [all...]
es31fShaderCommonFunctionTests.cpp     [all...]
  /external/proguard/src/proguard/classfile/visitor/
ClassPrinter.java 816 public void visitFloatType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FloatType floatType)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 

Completed in 1347 milliseconds

1 2