Searched refs:classOf (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264eoutport.c | 115 = factory_new (classOf(tizavcport), "h264eoutport_class", in h264e_outport_class_init() 116 classOf(tizavcport), sizeof(h264e_outport_class_t), in h264e_outport_class_init()
|
D | h264dinport.c | 121 = factory_new(classOf(tizavcport), "h264dinport_class", in h264d_inport_class_init() 122 classOf(tizavcport), sizeof(h264d_inport_class_t), in h264d_inport_class_init()
|
D | h264einport.c | 186 = factory_new(classOf(tizvideoport), "h264einport_class", in h264e_inport_class_init() 187 classOf(tizvideoport), sizeof(h264e_inport_class_t), in h264e_inport_class_init()
|
D | h264dprc.c | 567 (classOf(tizprc), "h264dprc_class", classOf(tizprc), in h264d_prc_class_init()
|
D | h264eprc.c | 651 (classOf(tizprc), "h264eprc_class", classOf(tizprc), in h264e_prc_class_init()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
D | InjectableValues.java | 71 ctxt.reportBadDefinition(ClassUtil.classOf(valueId), in findInjectableValue()
|
D | DeserializationContext.java | 443 reportBadDefinition(ClassUtil.classOf(valueId), String.format( in findInjectableValue()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
D | CreatorProperty.java | 223 context.reportBadDefinition(ClassUtil.classOf(beanInstance), in findInjectableValue()
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
D | Scala.stg | 235 @throws(classOf[RecognitionException]) 281 @throws(classOf[RecognitionException]) 348 @throws(classOf[RecognitionException]) 479 @throws(classOf[RecognitionException]) 516 @throws(classOf[RecognitionException]) 1052 @throws(classOf[NoViableAltException])
|
/external/dokka/core/src/main/kotlin/javadoc/ |
D | docbase.kt | 295 fun classOf(fqName: String, kind: NodeKind = NodeKind.Class) = DocumentationNode(fqName.substringAf… in node() method 317 ….map { ThrowsTagAdapter(this, ClassDocumentationNodeAdapter(module, classOf(it.subjectName!!, Node… in hasNonEmptyContent()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | ClassUtil.java | 593 public static Class<?> classOf(Object inst) { in classOf() method in ClassUtil
|