/third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264einport.c | 85 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()
|
D | h264eoutport.c | 46 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()
|
D | h264dinport.c | 48 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()
|
D | h264dprc.c | 364 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()
|
D | h264eprc.c | 474 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/ |
D | export.js | 31 exports.typeOf = goog.typeOf;
|
/third_party/icu/icu4c/source/test/intltest/ |
D | nmfmtrt.cpp | 299 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
|
D | nmfmtrt.h | 47 static UnicodeString& typeOf(const Formattable& n, UnicodeString& result);
|
/third_party/protobuf/js/ |
D | message.js | 787 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);
|
D | debug.js | 77 var type = goog.typeOf(thing);
|
D | message_test.js | 859 '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/ |
D | message_test.js | 1013 'Expected ' + x + ' (' + goog.typeOf(x) + ') to be NaN.',
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/ |
D | message_test.js | 1061 'Expected ' + x + ' (' + goog.typeOf(x) + ') to be NaN.',
|