/third_party/python/Lib/test/crashers/ |
D | underlying_dict.py | 11 dct = r[0] variable 13 dct = r[1] variable
|
/third_party/ffmpeg/libavcodec/ |
D | mpegaudiodsp.c | 84 DCTContext dct; in ff_mpadsp_init() local
|
D | binkaudio.c | 68 DCTContext dct; member
|
D | me_cmp.c | 709 int16_t dct[8][8]; in dct264_sad8x8_c() local
|
D | agm.c | 74 int dct; member
|
D | wmavoice.c | 268 DCTContext dct, dst; ///< contexts for phase shift (in Hilbert member
|
/third_party/python/Modules/clinic/ |
D | _weakref.c.h | 50 PyObject *dct; in _weakref__remove_dead_weakref() local
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | _parameterized.py | 360 def __new__(mcs, class_name, bases, dct): argument 372 def _UpdateClassDictForParamTestCase(dct, id_suffix, name, iterator): argument
|
/third_party/python/Modules/ |
D | _weakref.c | 61 _weakref__remove_dead_weakref_impl(PyObject *module, PyObject *dct, in _weakref__remove_dead_weakref_impl()
|
D | timemodule.c | 1889 PyObject* dct = PyModule_GetDict(module); local 1915 PyObject* dct = PyModule_GetDict(module); local
|
D | _testmultiphase.c | 443 PyObject *dct, *ns, *three; in createfunc_nonmodule() local
|
D | _json.c | 1496 PyObject *dct, Py_ssize_t indent_level) in encoder_listencode_dict()
|
D | _ssl.c | 3248 PyObject *result = NULL, *dct; in _ssl__SSLContext_get_ciphers_impl() local
|
D | posixmodule.c | 15634 PyObject* dct = PyModule_GetDict(m); in posixmodule_exec() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_spp.h | 41 AVDCT *dct; member
|
D | af_arnndn.c | 1012 static void dct(AudioRNNContext *s, float *out, const float *in) in dct() function
|
/third_party/python/Lib/test/ |
D | test_py_compile.py | 38 def __new__(mcls, name, bases, dct, *, source_date_epoch): argument
|
D | test_inspect.py | 3026 def __new__(mcls, name, bases, dct, *, foo=1): argument 3044 def __new__(mcls, name, bases, dct, *, foo=1): argument 3049 def __new__(mcls, name, bases, dct, *, bar=2): argument 3073 def __init__(cls, name, bases, dct, *, bar=2): argument
|
/third_party/python/Lib/json/ |
D | encoder.py | 333 def _iterencode_dict(dct, _current_indent_level): argument
|
/third_party/ffmpeg/libavcodec/tests/ |
D | dct.c | 180 static int dct_error(const struct algo *dct, int test, int is_idct, int speed, const int bits) in dct_error()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jcdctmgr.c | 50 forward_DCT_method_ptr dct; member
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | h264dsp.c | 218 static void h264_idct8_add_altivec(uint8_t *dst, int16_t *dct, int stride) in h264_idct8_add_altivec()
|
/third_party/skia/tests/ |
D | ReadWritePixelsGpuTest.cpp | 994 for (int dct = 0; dct <= kLastEnum_SkColorType; ++dct) { in gpu_write_pixels_test_driver() local
|