/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/test/testdata/ |
D | copy_test.go | 8 pre [8]byte member 28 pre [8]byte member 48 pre [8]byte member 68 pre [8]byte member 88 pre [8]byte member 108 pre [8]byte member 128 pre [8]byte member 148 pre [8]byte member 168 pre [8]byte member 188 pre [8]byte member [all …]
|
D | zero_test.go | 8 pre [8]byte member 27 pre [8]byte member 46 pre [8]byte member 65 pre [8]byte member 84 pre [8]byte member 103 pre [8]byte member 122 pre [8]byte member 141 pre [8]byte member 160 pre [8]byte member 179 pre [8]byte member [all …]
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A 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 …]
|
H A 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()
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/ |
H A 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()
|
/aosp_15_r20/external/google-styleguide/ |
H A D | javaguide.css | 15 pre { selector 82 pre, selector 185 pre { selector 190 pre, selector 408 pre { selector 420 pre { selector
|
/aosp_15_r20/external/dokka/core/src/main/resources/dokka/styles/ |
H A D | style.css | 35 p, ul, ol, table, pre, dl { selector 85 code, pre { selector 91 pre { selector 262 pre, code { selector
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/ |
D | utree_traits.hpp | 1181 static type pre(utree const&) in pre() function 1192 static type pre(utree const& t) in pre() function 1204 static type pre(utree const& t) in pre() function 1215 static type pre(utree const& t) in pre() function 1226 static type pre(utree const& t) in pre() function 1238 static type pre(utree const& t) in pre() function 1253 static type pre(iterator_range<Iterator> const& t) in pre() function 1269 static type pre(utree const& t) in pre() function 1281 static type pre(utree const& t) in pre() function
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A 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() 157 const uint16_t *pre = CONVERT_TO_SHORTPTR(pre8); in hbd_obmc_sad_w4() local 193 const uint16_t *pre = CONVERT_TO_SHORTPTR(pre8); in hbd_obmc_sad_w8n() local
|
H A 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() 157 const uint16_t *pre = CONVERT_TO_SHORTPTR(pre8); in hbd_obmc_sad_w4_avx2() local 199 const uint16_t *pre = CONVERT_TO_SHORTPTR(pre8); in hbd_obmc_sad_w8n_avx2() local
|
/aosp_15_r20/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/ |
H A D | LockTarget.java | 29 private final String pre; field in LockTarget 37 public LockTarget(String targetDesc, String pre, String post, boolean scoped) { in LockTarget() 44 public LockTarget(String targetDesc, String pre, String post) { in LockTarget()
|
/aosp_15_r20/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
|
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
H A 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()
|
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | vb2_api_tests.c | 74 struct vb2_fw_preamble *pre; in reset_common_data() local 649 struct vb2_fw_preamble *pre; in init_hash_tests() local 747 struct vb2_fw_preamble *pre; in check_hash_tests() local 847 struct vb2_fw_preamble *pre; in get_metadata_hash_test() local
|
H A D | vb2_firmware_tests.c | 43 struct vb2_fw_preamble pre; member 63 struct vb2_fw_preamble *pre = &mock_vblock.p.pre; in reset_common_data() local 313 struct vb2_fw_preamble *pre = &mock_vblock.p.pre; in verify_preamble_tests() local
|
H A D | vb20_kernel_tests.c | 44 struct vb2_kernel_preamble pre; member 78 struct vb2_kernel_preamble *pre = &mock_vblock.p.pre; in reset_common_data() local 381 struct vb2_kernel_preamble *pre = &mock_vblock.p.pre; in load_kernel_preamble_tests() local
|
/aosp_15_r20/external/libwebsockets/lib/secure-streams/ |
H A 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
|
/aosp_15_r20/external/vboot_reference/firmware/2lib/ |
H A D | 2api.c | 273 const struct vb2_fw_preamble *pre; in vb2api_init_hash() local 348 struct vb2_fw_preamble *pre; in vb2api_check_hash_get_digest() local 450 struct vb2_fw_preamble *pre; in vb2api_get_metadata_hash() local
|
/aosp_15_r20/external/conscrypt/api-doclet/src/main/kotlin/org/conscrypt/doclet/ |
H A D | HtmlBuilder.kt | 107 fun pre(text: String, cssClass: String? = null) = tagValue("pre", text, cssClass) method in org.conscrypt.doclet.HtmlBuilder 108 fun pre(cssClass: String? = null, block: Block) = pre(block.render(), cssClass) method in org.conscrypt.doclet.HtmlBuilder
|
/aosp_15_r20/external/lua/src/ |
H A D | llimits.h | 343 #define condmovestack(L,pre,pos) ((void)0) argument 346 #define condmovestack(L,pre,pos) \ argument 351 #define condchangemem(L,pre,pos) ((void)0) argument 353 #define condchangemem(L,pre,pos) \ argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/tests/dfa/ |
H A D | suite.rs | 48 let pre = Prefilter::from_hirs_prefix(kind, &hirs); in unminimized_prefilter() localVariable 160 let pre = Prefilter::from_hirs_prefix(kind, &hirs); in sparse_unminimized_prefilter() localVariable 281 let pre = Prefilter::from_hirs_prefix(kind, &hirs); in compiler() localVariable
|