Home
last modified time | relevance | path

Searched refs:typeOf (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264einport.c85 return super_ctor(typeOf(ap_obj, "h264einport"), ap_obj, app); in h264e_inport_ctor()
90 return super_dtor(typeOf(ap_obj, "h264einport"), ap_obj); in h264e_inport_dtor()
104 r = super_UseBuffer(typeOf(ap_obj, "h264einport"), ap_obj, ap_hdl, in h264e_inport_AllocateBuffer()
111 super_FreeBuffer(typeOf(ap_obj, "h264einport"), ap_obj, ap_hdl, idx, *buf); in h264e_inport_AllocateBuffer()
121 super_FreeBuffer(typeOf(ap_obj, "h264einport"), ap_obj, ap_hdl, idx, *buf); in h264e_inport_AllocateBuffer()
135 r = super_UseBuffer(typeOf(ap_obj, "h264einport"), ap_obj, ap_hdl, in h264e_inport_UseBuffer()
142 super_FreeBuffer(typeOf(ap_obj, "h264einport"), ap_obj, ap_hdl, idx, *buf); in h264e_inport_UseBuffer()
165 return super_FreeBuffer(typeOf(ap_obj, "h264einport"), ap_obj, ap_hdl, idx, buf); in h264e_inport_FreeBuffer()
175 return super_ctor (typeOf (ap_obj, "h264einport_class"), ap_obj, app); in h264e_inport_class_ctor()
Dh264eoutport.c46 return super_ctor(typeOf(ap_obj, "h264eoutport"), ap_obj, app); in h264e_outport_ctor()
51 return super_dtor(typeOf(ap_obj, "h264eoutport"), ap_obj); in h264e_outport_dtor()
64 r = super_UseBuffer(typeOf(ap_obj, "h264eoutport"), ap_obj, ap_hdl, in h264e_outport_AllocateBuffer()
72 super_FreeBuffer(typeOf(ap_obj, "h264eoutport"), ap_obj, ap_hdl, idx, *buf); in h264e_outport_AllocateBuffer()
94 return super_FreeBuffer(typeOf(ap_obj, "h264eoutport"), ap_obj, ap_hdl, idx, buf); in h264e_outport_FreeBuffer()
104 return super_ctor(typeOf(ap_obj, "h264eoutport_class"), ap_obj, app); in h264e_outport_class_ctor()
Dh264dinport.c48 return super_ctor(typeOf(ap_obj, "h264dinport"), ap_obj, app); in h264d_inport_ctor()
53 return super_dtor(typeOf(ap_obj, "h264dinport"), ap_obj); in h264d_inport_dtor()
86 err = super_SetParameter(typeOf (ap_obj, "h264dinport"), ap_obj, in h264d_inport_SetParameter()
110 return super_ctor (typeOf (ap_obj, "h264dinport_class"), ap_obj, app); in h264d_inport_class_ctor()
Dh264dprc.c364 vid_dec_PrivateType*priv = super_ctor(typeOf (ap_obj, "h264dprc"), ap_obj, app); in h264d_prc_ctor()
381 return super_dtor(typeOf(ap_obj, "h264dprc"), ap_obj); in h264d_prc_dtor()
555 return super_ctor(typeOf(ap_obj, "h264dprc_class"), ap_obj, app); in h264d_prc_class_ctor()
Dh264eprc.c474 vid_enc_PrivateType *priv = super_ctor(typeOf(ap_obj, "h264eprc"), ap_obj, app); in h264e_prc_ctor()
500 return super_dtor(typeOf(ap_obj, "h264eprc"), ap_obj); in h264e_prc_dtor()
640 return super_ctor(typeOf(ap_obj, "h264eprc_class"), ap_obj, app); in h264e_prc_class_ctor()
/third_party/protobuf/js/commonjs/
Dexport.js31 exports.typeOf = goog.typeOf;
/third_party/icu/icu4c/source/test/intltest/
Dnmfmtrt.cpp299 errln(/*value.getString(temp) +*/ typeOf(value, temp) + " F> " + in test()
301 /*n.getString(temp) */ + typeOf(n, temp) + " F> " + in test()
329 NumberFormatRoundTripTest::typeOf(const Formattable& n, UnicodeString& result) in typeOf() function in NumberFormatRoundTripTest
Dnmfmtrt.h47 static UnicodeString& typeOf(const Formattable& n, UnicodeString& result);
/third_party/protobuf/js/
Dmessage.js787 goog.asserts.fail('Cannot coerce to b64 string: ' + goog.typeOf(value));
806 goog.asserts.fail('Cannot coerce to Uint8Array: ' + goog.typeOf(value));
850 var expected = goog.typeOf(array[0]);
852 if (goog.typeOf(e) != expected) {
854 'Got ' + goog.typeOf(e) + ' expected ' + expected);
Ddebug.js77 var type = goog.typeOf(thing);
Dmessage_test.js859 'Expected ' + x + ' (' + goog.typeOf(x) + ') to be NaN.',
881 'Expected ' + x + ' (' + goog.typeOf(x) + ') to be Infinity.',
903 'Expected ' + x + ' (' + goog.typeOf(x) + ') to be True.',
915 'Expected ' + x + ' (' + goog.typeOf(x) + ') to be False.',
/third_party/protobuf/js/compatibility_tests/v3.1.0/
Dmessage_test.js1013 'Expected ' + x + ' (' + goog.typeOf(x) + ') to be NaN.',
/third_party/protobuf/js/compatibility_tests/v3.0.0/
Dmessage_test.js1061 'Expected ' + x + ' (' + goog.typeOf(x) + ') to be NaN.',