Home
last modified time | relevance | path

Searched defs:typeName (Results 1 – 25 of 116) sorted by relevance

12345

/external/opencv3/3rdparty/openexr/IlmImf/
DImfAttribute.cpp105 Attribute::knownType (const char typeName[]) in knownType()
115 Attribute::registerAttributeType (const char typeName[], in registerAttributeType()
131 Attribute::unRegisterAttributeType (const char typeName[]) in unRegisterAttributeType()
141 Attribute::newAttribute (const char typeName[]) in newAttribute()
DImfOpaqueAttribute.cpp50 OpaqueAttribute::OpaqueAttribute (const char typeName[]): in OpaqueAttribute()
76 OpaqueAttribute::typeName () const in typeName() function in Imf::OpaqueAttribute
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DItemType.java52 private final String typeName; field in ItemType
63 private ItemType(int mapValue, String typeName) { in ItemType()
DItem.java46 public final String typeName() { in typeName() method in Item
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DErrorMessagesTest.java27 String typeName = "com.google.common.collect.ImmutableList<java.lang.Boolean>"; in stripCommonTypePrefixes() local
/external/v8/src/runtime/
Druntime-atomics.cc383 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
415 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
447 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
479 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
511 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
543 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
575 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
607 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
639 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstMethodRef.java36 public String typeName() { in typeName() method in CstMethodRef
DCstInterfaceMethodRef.java43 public String typeName() { in typeName() method in CstInterfaceMethodRef
DCstEnumRef.java43 public String typeName() { in typeName() method in CstEnumRef
DConstant.java41 public abstract String typeName(); in typeName() method in Constant
DCstLong.java70 public String typeName() { in typeName() method in CstLong
DCstDouble.java73 public String typeName() { in typeName() method in CstDouble
DCstAnnotation.java73 public String typeName() { in typeName() method in CstAnnotation
DCstByte.java82 public String typeName() { in typeName() method in CstByte
DCstBoolean.java82 public String typeName() { in typeName() method in CstBoolean
DCstFloat.java74 public String typeName() { in typeName() method in CstFloat
DCstFieldRef.java52 public String typeName() { in typeName() method in CstFieldRef
DCstShort.java83 public String typeName() { in typeName() method in CstShort
DCstChar.java82 public String typeName() { in typeName() method in CstChar
DCstKnownNull.java67 public String typeName() { in typeName() method in CstKnownNull
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gwtref/gen/
DReflectionCacheGenerator.java29 …public String generate (TreeLogger logger, GeneratorContext context, String typeName) throws Unabl… in generate()
/external/doclava/src/com/google/doclava/
DParameterInfo.java27 public ParameterInfo(String name, String typeName, TypeInfo type, boolean isVarArg, in ParameterInfo()
54 String typeName() { in typeName() method in ParameterInfo
/external/javassist/src/main/javassist/bytecode/annotation/
DAnnotation.java85 public Annotation(String typeName, ConstPool cp) { in Annotation()
306 String typeName = pool.getUtf8Info(typeIndex); in write() local
/external/gptfdisk/
Dparttypes.cc315 string typeName; in TypeName() local
336 UnicodeString typeName; in UTypeName() local
/external/doclava/src/com/google/doclava/apicheck/
DXmlApiFile.java182 String typeName = attributes.getValue("type"); in startElement() local
204 String typeName = attributes.getValue("type"); in startElement() local

12345