Home
last modified time | relevance | path

Searched refs:classOf (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264eoutport.c115 = factory_new (classOf(tizavcport), "h264eoutport_class", in h264e_outport_class_init()
116 classOf(tizavcport), sizeof(h264e_outport_class_t), in h264e_outport_class_init()
Dh264dinport.c121 = factory_new(classOf(tizavcport), "h264dinport_class", in h264d_inport_class_init()
122 classOf(tizavcport), sizeof(h264d_inport_class_t), in h264d_inport_class_init()
Dh264einport.c186 = factory_new(classOf(tizvideoport), "h264einport_class", in h264e_inport_class_init()
187 classOf(tizvideoport), sizeof(h264e_inport_class_t), in h264e_inport_class_init()
Dh264dprc.c567 (classOf(tizprc), "h264dprc_class", classOf(tizprc), in h264d_prc_class_init()
Dh264eprc.c651 (classOf(tizprc), "h264eprc_class", classOf(tizprc), in h264e_prc_class_init()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DInjectableValues.java71 ctxt.reportBadDefinition(ClassUtil.classOf(valueId), in findInjectableValue()
DDeserializationContext.java443 reportBadDefinition(ClassUtil.classOf(valueId), String.format( in findInjectableValue()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DCreatorProperty.java223 context.reportBadDefinition(ClassUtil.classOf(beanInstance), in findInjectableValue()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg235 @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/
Ddocbase.kt295 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/
DClassUtil.java593 public static Class<?> classOf(Object inst) { in classOf() method in ClassUtil