Home
last modified time | relevance | path

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

12345678

/third_party/ffmpeg/libswresample/x86/
Daudio_convert_init.c26 #define PROTO(pre, in, out, cap) void ff ## pre ## in## _to_ ##out## _a_ ##cap(uint8_t **dst, const… argument
27 #define PROTO2(pre, out, cap) PROTO(pre, int16, out, cap) PROTO(pre, int32, out, cap) PROTO(pre, fl… argument
28 #define PROTO3(pre, cap) PROTO2(pre, int16, cap) PROTO2(pre, int32, cap) PROTO2(pre, float, cap) argument
29 #define PROTO4(pre) PROTO3(pre, sse) PROTO3(pre, sse2) PROTO3(pre, ssse3) PROTO3(pre, sse4) PROTO3(… argument
/third_party/ninja/doc/
Dstyle.css16 pre, code { selector
20 pre { selector
28 pre { selector
/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
DparserRealSource14.js479 var pre = function (cur: TypeScript.AST, parent: TypeScript.AST, walker: IAstWalker) { function
992 var pre = function (cur, parent, walker) { function
1042 var pre = function (cur, parent, walker) { function
1063 var pre = function (cur, parent, walker) { function
/third_party/json/docs/mkdocs/docs/css/
Dcustom.css2 code, pre { 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/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/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/node/deps/npm/node_modules/jackspeak/dist/esm/
Dindex.js452 heading(text, level, { pre = false } = {}) { property
456 this.#fields.push({ type: 'heading', text, level, pre }); field
462 description(text, { pre } = {}) { field
463 this.#fields.push({ type: 'description', text, pre }); field
807 const normalize = (s, pre = false) => pre argument
824 const normalizeMarkdown = (s, pre = false) => { argument
830 const normalizeOneLine = (s, pre = false) => { argument
/third_party/python/Lib/test/
Dtest_tempfile.py97 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
/third_party/node/deps/npm/node_modules/jackspeak/dist/commonjs/
Dindex.js460 heading(text, level, { pre = false } = {}) { property
464 this.#fields.push({ type: 'heading', text, level, pre }); field
470 description(text, { pre } = {}) { field
471 this.#fields.push({ type: 'description', text, pre }); field
816 const normalize = (s, pre = false) => pre argument
833 const normalizeMarkdown = (s, pre = false) => { argument
839 const normalizeOneLine = (s, pre = false) => { argument
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-serialize.c151 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
/third_party/typescript/tests/cases/compiler/
DerrorsWithInvokablesInUnions01.ts10 pre?: IDirectiveLinkFn<TScope>; property
/third_party/rust/crates/libc/ci/
Drust.css189 pre, code { selector
193 pre { selector
354 pre { selector
378 pre, blockquote { selector
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_loader.py32 def pre(cmd): function
75 def pre(cmd): function
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl.cc618 auto pre = line(); in EmitBinary() local
634 auto pre = line(); in EmitBinary() local
1025 auto pre = line(); in EmitUniformBufferAccess() local
1068 auto pre = line(); in EmitUniformBufferAccess() local
1507 auto pre = line(); in EmitWorkgroupAtomicCall() local
1520 auto pre = line(); in EmitWorkgroupAtomicCall() local
1552 auto pre = line(); in EmitWorkgroupAtomicCall() local
1570 auto pre = line(); in EmitWorkgroupAtomicCall() local
1605 auto pre = line(); in EmitWorkgroupAtomicCall() local
1619 auto pre = line(); in EmitWorkgroupAtomicCall() local
[all …]
Dgenerator_impl_intrinsic_texture_test.cc32 std::string pre; member
/third_party/node/deps/npm/node_modules/tar/lib/
Dlarge-numbers.js46 const pre = buf[0] constant
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc276 const time_point<seconds> pre = FromUnixSeconds(t1); in MakeTime() local
282 const time_point<seconds> pre = FromUnixSeconds(t0); in MakeTime() local
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dversion-from-tgz.js22 const pre = tfsplit.pop() constant
/third_party/optimized-routines/string/test/
Dstringtest.h31 const char *pre = "\""; in quoteat() local
/third_party/elfio/doc/site/
Dstyle.css29 pre { selector
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_intrinsic_texture_test.cc31 std::string pre; member
/third_party/python/Tools/demo/
Deiffel.py46 def make_eiffel_method(func, pre, post): argument
73 def __init__(self, func, pre, post): argument

12345678