/third_party/ffmpeg/libswresample/x86/ |
D | audio_convert_init.c | 25 #define PROTO(pre, in, out, cap) void ff ## pre ## in## _to_ ##out## _a_ ##cap(uint8_t **dst, const… argument 26 #define PROTO2(pre, out, cap) PROTO(pre, int16, out, cap) PROTO(pre, int32, out, cap) PROTO(pre, fl… argument 27 #define PROTO3(pre, cap) PROTO2(pre, int16, cap) PROTO2(pre, int32, cap) PROTO2(pre, float, cap) argument 28 #define PROTO4(pre) PROTO3(pre, mmx) PROTO3(pre, sse) PROTO3(pre, sse2) PROTO3(pre, ssse3) PROTO3(p… argument
|
/third_party/boost/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
|
/third_party/boost/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
|
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource13.js | 119 var pre = (cur: AST, parent: AST) => { function 158 var pre = function (cur, parent) { function 170 function AstWalkerCallback(pre, ast, callback) { argument
|
/third_party/ninja/doc/ |
D | style.css | 10 pre, code { selector 13 pre { selector
|
/third_party/boost/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
|
/third_party/boost/libs/python/doc/ |
D | rst.css | 114 pre, selector 133 pre, selector
|
/third_party/boost/ |
D | rst.css | 114 pre, selector 133 pre, selector
|
/third_party/boost/libs/python/doc/html/ |
D | rst.css | 114 pre, selector 133 pre, selector
|
/third_party/boost/libs/python/doc/numpy/ |
D | rst.css | 114 pre, selector 133 pre, selector
|
/third_party/boost/libs/serialization/doc/ |
D | style.css | 1 pre{ selector
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/spec/ |
D | index.spec.js | 127 traverse(schema, {cb: {pre}}); field 147 traverse(schema, {cb: {pre, post}}); property 164 function pre() { function
|
/third_party/libwebsockets/lib/secure-streams/ |
D | secure-streams-serialize.c | 121 uint8_t pre[128]; in lws_ss_serialize_rx_payload() local 247 uint8_t pre[8]; in lws_ss_serialize_state() local 275 uint8_t pre[7]; in lws_ss_serialize_txcr() local 308 uint8_t pre[23]; in lws_ss_deserialize_parse() local
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/ |
D | index.js | 11 var pre = (typeof cb == 'function') ? cb : cb.pre || function() {}; variable 63 function _traverse(opts, pre, post, schema, jsonPtr, rootSchema, parentJsonPtr, parentKeyword, pare… argument
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | generate_loader.py | 28 def pre(cmd): function 57 def pre(cmd): function
|
/third_party/flutter/flutter/dev/docs/assets/ |
D | overrides.css | 77 pre, selector 83 pre, selector
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
D | undohtml.css | 6 h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;} selector 7 ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padd… selector
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
D | undohtml.css | 6 h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;} selector 7 ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padd… selector
|
/third_party/EGL/sdk/docs/man/xhtml/ |
D | undohtml.css | 6 h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;} selector 7 ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padd… selector
|
/third_party/EGL/sdk/docs/man/html/ |
D | undohtml.css | 6 h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;} selector 7 ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padd… selector
|
/third_party/boost/libs/filesystem/doc/ |
D | styles.css | 10 pre {background-color: #D7EEFF; font-size: 95%; font-family: "courier new", courier, serif;} selector
|
/third_party/uboot/u-boot-2020.01/drivers/pci/ |
D | pci_mpc85xx.c | 50 struct pci_region *pre) in mpc85xx_pci_dm_setup_laws() 76 struct pci_region *pre; in mpc85xx_pci_dm_probe() local
|
/third_party/boost/libs/assign/doc/ |
D | style.css | 8 pre{ selector
|
/third_party/boost/libs/contract/example/features/ |
D | union.cpp | 30 boost::contract::constructor_precondition<positive> pre([&] { in positive() local 86 boost::contract::constructor_precondition<positive> pre([&] { in positive() local
|
/third_party/python/Lib/test/ |
D | test_tempfile.py | 80 def nameCheck(self, name, dir, pre, suf): argument 363 def __init__(self, dir, pre, suf, bin): argument 377 def do_create(self, dir=None, pre=None, suf=None, bin=1): argument 609 def do_create(self, dir=None, pre=None, suf=None): argument 675 def do_create(self, dir=None, pre=None, suf=None): argument 796 def __init__(self, dir, pre, suf): argument 805 def do_create(self, pre="", suf=""): argument 840 def do_create(self, dir=None, pre="", suf="", delete=True): argument 965 def do_create(self, max_size=0, dir=None, pre="", suf=""): argument 1312 def do_create(self, dir=None, pre="", suf="", recurse=1, dirs=1, files=1): argument
|