| /external/libaom/aom_dsp/arm/ |
| D | highbd_obmc_variance_neon.c | 21 static INLINE void highbd_obmc_variance_8x1_s16_neon(uint16x8_t pre, in highbd_obmc_variance_8x1_s16_neon() 65 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_xlarge_neon() 112 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_xlarge_neon_128xh() 119 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_xlarge_neon_64xh() 126 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_xlarge_neon_32xh() 133 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_large_neon() 162 const uint8_t *pre, int pre_stride, const int32_t *wsrc, in highbd_obmc_variance_neon_128xh() 168 static INLINE void highbd_obmc_variance_neon_64xh(const uint8_t *pre, in highbd_obmc_variance_neon_64xh() 176 static INLINE void highbd_obmc_variance_neon_32xh(const uint8_t *pre, in highbd_obmc_variance_neon_32xh() 184 static INLINE void highbd_obmc_variance_neon_16xh(const uint8_t *pre, in highbd_obmc_variance_neon_16xh() [all …]
|
| D | obmc_variance_neon.c | 97 static INLINE void obmc_variance_large_neon(const uint8_t *pre, int pre_stride, in obmc_variance_large_neon() 145 static INLINE void obmc_variance_large_neon(const uint8_t *pre, int pre_stride, in obmc_variance_large_neon() 185 static INLINE void obmc_variance_neon_128xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_128xh() 192 static INLINE void obmc_variance_neon_64xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_64xh() 199 static INLINE void obmc_variance_neon_32xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_32xh() 206 static INLINE void obmc_variance_neon_16xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_16xh() 213 static INLINE void obmc_variance_neon_8xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_8xh() 235 static INLINE void obmc_variance_neon_4xh(const uint8_t *pre, int pre_stride, in obmc_variance_neon_4xh()
|
| /external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/detail/ |
| D | attributes.hpp | 23 static Transformed pre(Exposed&) { return Transformed(); } in pre() function 39 static Attribute& pre(Attribute& val) { return val; } in pre() function 49 static Transformed pre(Exposed& val) { return Transformed(val); } in pre() function 61 static Attribute& pre(Attribute& val) { return val; } in pre() function 84 static Transformed& pre(boost::optional<Exposed>& val) in pre() function 102 static unused_type pre(unused_type) { return unused; } in pre() function
|
| /external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/detail/ |
| D | attributes.hpp | 21 static Transformed pre(Exposed& val) in pre() function 33 static Transformed const& pre(boost::optional<Exposed> const& val) in pre() function 43 static Attribute const& pre(Attribute const& val) { return val; } in pre() function 52 static unused_type pre(unused_type) { return unused; } in pre() function
|
| /external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/nonterminal/detail/ |
| D | transform_attribute.hpp | 26 static Transformed pre(Exposed&) { return Transformed(); } in pre() function 39 static Attribute& pre(Attribute& val) { return val; } in pre() function 53 static unused_type pre(unused_type) { return unused; } in pre() function
|
| /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
| D | SourceHighlighter.java | 71 final HTMLElement pre = parent in render() local 82 private void renderCodeLine(final HTMLElement pre, final String linesrc, in renderCodeLine() 88 HTMLElement highlight(final HTMLElement pre, final ILine line, in highlight()
|
| /external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/ |
| D | ArrayGenerationTest.java | 117 private void _testIntArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testIntArray() 158 private void _testLongArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testLongArray() 199 … private void _testDoubleArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testDoubleArray() 236 … private void _testStringArray(boolean useBytes, int elements, int pre, int post) throws Exception in _testStringArray()
|
| /external/dokka/core/src/main/resources/dokka/styles/ |
| D | style.css | 35 p, ul, ol, table, pre, dl { selector 85 code, pre { selector 91 pre { selector 262 pre, code { selector
|
| /external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
| D | rnn_unittest.cc | 49 float pre = rnn_vad.ComputeVadProbability(kFeatures, /*is_silence=*/false); in TEST() local 61 float pre = rnn_vad.ComputeVadProbability(kFeatures, /*is_silence=*/false); in TEST() local
|
| /external/vboot_reference/firmware/lib20/ |
| D | api.c | 42 const struct vb2_fw_preamble *pre; in vb2api_init_hash() local 134 struct vb2_fw_preamble *pre; in vb2api_check_hash() local
|
| /external/libaom/aom_dsp/x86/ |
| D | obmc_sad_sse4.c | 29 static AOM_FORCE_INLINE unsigned int obmc_sad_w4(const uint8_t *pre, in obmc_sad_w4() 67 const uint8_t *pre, const int pre_stride, const int32_t *wsrc, in obmc_sad_w8n() 156 const uint16_t *pre = CONVERT_TO_SHORTPTR(pre8); in hbd_obmc_sad_w4() local 192 const uint16_t *pre = CONVERT_TO_SHORTPTR(pre8); in hbd_obmc_sad_w8n() local
|
| D | obmc_sad_avx2.c | 29 static INLINE unsigned int obmc_sad_w4_avx2(const uint8_t *pre, in obmc_sad_w4_avx2() 72 const uint8_t *pre, const int pre_stride, const int32_t *wsrc, in obmc_sad_w8n_avx2() 156 const uint16_t *pre = CONVERT_TO_SHORTPTR(pre8); in hbd_obmc_sad_w4_avx2() local 198 const uint16_t *pre = CONVERT_TO_SHORTPTR(pre8); in hbd_obmc_sad_w8n_avx2() local
|
| /external/vboot_reference/tests/ |
| D | vb21_api_tests.c | 67 struct vb2_fw_preamble *pre; in reset_common_data() local 200 struct vb2_fw_preamble *pre; in init_hash_tests() local 307 struct vb2_fw_preamble *pre; in check_hash_tests() local
|
| D | vb20_misc_tests.c | 42 struct vb2_fw_preamble pre; member 62 struct vb2_fw_preamble *pre = &mock_vblock.p.pre; in reset_common_data() local 273 struct vb2_fw_preamble *pre = &mock_vblock.p.pre; in verify_preamble_tests() local
|
| D | vb21_misc_tests.c | 45 struct vb2_fw_preamble pre; member 65 struct vb2_fw_preamble *pre = &mock_vblock.p.pre; in reset_common_data() local 281 struct vb2_fw_preamble *pre = &mock_vblock.p.pre; in load_preamble_tests() local
|
| /external/python/cpython2/Lib/test/ |
| D | test_tempfile.py | 50 def nameCheck(self, name, dir, pre, suf): argument 340 def __init__(self, dir, pre, suf, bin): argument 353 def do_create(self, dir=None, pre="", suf="", bin=1): argument 548 def do_create(self, dir=None, pre="", suf=""): argument 592 def do_create(self, dir=None, pre="", suf=""): argument 693 def __init__(self, dir, pre, suf): argument 702 def do_create(self, pre="", suf=""): argument 742 def do_create(self, dir=None, pre="", suf="", delete=True): argument 851 def do_create(self, max_size=0, dir=None, pre="", suf=""): argument
|
| /external/sdv/vsomeip/third_party/boost/serialization/doc/ |
| D | style.css | 1 pre{ selector
|
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/ |
| D | opacity-filter.css | 2 pre { /* make the box translucent (80% opaque) */ selector
|
| /external/google-styleguide/ |
| D | javaguide.css | 15 pre { selector 82 pre, selector 185 pre { selector 190 pre, selector 408 pre { selector 420 pre { selector
|
| /external/jsoup/src/test/java/org/jsoup/parser/ |
| D | TokenQueueTest.java | 17 String pre = tq.consumeTo("("); in chompBalanced() local 28 String pre = tq.consumeTo("("); in chompEscapedBalanced() local
|
| /external/bazelbuild-rules_rust/docs/ |
| D | main.css | 1 body{background-color:#fafafa}pre,code{font-family:'Liberation Mono', Consolas, Monaco, 'Andale Mon… selector
|
| /external/python/cpython3/Lib/test/ |
| D | test_tempfile.py | 97 def nameCheck(self, name, dir, pre, suf): argument 377 def __init__(self, dir, pre, suf, bin): argument 391 def do_create(self, dir=None, pre=None, suf=None, bin=1): argument 626 def do_create(self, dir=None, pre=None, suf=None): argument 723 def do_create(self, dir=None, pre=None, suf=None): argument 871 def __init__(self, dir, pre, suf): argument 880 def do_create(self, pre="", suf=""): argument 917 def do_create(self, dir=None, pre="", suf="", delete=True): argument 1048 def do_create(self, max_size=0, dir=None, pre="", suf=""): argument 1467 def do_create(self, dir=None, pre="", suf="", recurse=1, dirs=1, files=1, argument
|
| /external/lua/doc/ |
| D | manual.css | 6 pre, code { selector
|
| /external/libwebsockets/lib/secure-streams/ |
| D | secure-streams-serialize.c | 151 uint8_t pre[128]; in lws_ss_serialize_rx_payload() local 263 uint8_t pre[12]; in lws_ss_serialize_state() local 304 uint8_t pre[7]; in lws_ss_serialize_txcr() local 368 uint8_t pre[23]; in lws_ss_deserialize_parse() local
|
| /external/sdv/vsomeip/third_party/boost/filesystem/doc/ |
| D | styles.css | 10 pre {background-color: #D7EEFF; font-size: 95%; font-family: "courier new", courier, serif;} selector
|