Home
last modified time | relevance | path

Searched defs:pre (Results 1 – 25 of 201) sorted by relevance

123456789

/third_party/ffmpeg/libswresample/x86/
Daudio_convert_init.c25 #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/
Dattributes.hpp21 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/
Dattributes.hpp23 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/
DparserRealSource13.js119 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/
Dstyle.css10 pre, code { selector
13 pre { selector
/third_party/boost/boost/spirit/home/x3/nonterminal/detail/
Dtransform_attribute.hpp26 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/
Drst.css114 pre, selector
133 pre, selector
/third_party/boost/
Drst.css114 pre, selector
133 pre, selector
/third_party/boost/libs/python/doc/html/
Drst.css114 pre, selector
133 pre, selector
/third_party/boost/libs/python/doc/numpy/
Drst.css114 pre, selector
133 pre, selector
/third_party/boost/libs/serialization/doc/
Dstyle.css1 pre{ selector
/third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/spec/
Dindex.spec.js127 traverse(schema, {cb: {pre}}); field
147 traverse(schema, {cb: {pre, post}}); property
164 function pre() { function
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-serialize.c121 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/
Dindex.js11 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/
Dgenerate_loader.py28 def pre(cmd): function
57 def pre(cmd): function
/third_party/flutter/flutter/dev/docs/assets/
Doverrides.css77 pre, selector
83 pre, selector
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/
Dundohtml.css6 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/
Dundohtml.css6 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/
Dundohtml.css6 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/
Dundohtml.css6 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/
Dstyles.css10 pre {background-color: #D7EEFF; font-size: 95%; font-family: "courier new", courier, serif;} selector
/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpci_mpc85xx.c50 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/
Dstyle.css8 pre{ selector
/third_party/boost/libs/contract/example/features/
Dunion.cpp30 boost::contract::constructor_precondition<positive> pre([&] { in positive() local
86 boost::contract::constructor_precondition<positive> pre([&] { in positive() local
/third_party/python/Lib/test/
Dtest_tempfile.py80 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

123456789