Home
last modified time | relevance | path

Searched defs:desc (Results 1 – 25 of 2208) sorted by relevance

12345678910>>...89

/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dgstmpegdesc.h40 #define DESC_TAG(desc) (desc[0]) argument
41 #define DESC_LENGTH(desc) (desc[1]) argument
44 #define DESC_VIDEO_STREAM_multiple_framerate_flag(desc) (((desc)[2] & 0x80) == 0x80) argument
45 #define DESC_VIDEO_STREAM_frame_rate_code(desc) (((desc)[2] & 0x38) >> 3) argument
46 #define DESC_VIDEO_STREAM_MPEG_1_only_flag(desc) (((desc)[2] & 0x04) == 0x04) argument
47 #define DESC_VIDEO_STREAM_constrained_parameter_flag(desc) (((desc)[2] & 0x02) == 0x02) argument
48 #define DESC_VIDEO_STREAM_still_picture_flag(desc) (((desc)[2] & 0x01) == 0x01) argument
50 #define DESC_VIDEO_STREAM_profile_and_level_indication(desc) ((desc)[3]) argument
51 #define DESC_VIDEO_STREAM_chroma_format(desc) (((desc)[4] & 0xc0) >> 6) argument
52 #define DESC_VIDEO_STREAM_frame_rate_extension_flag(desc) (((desc)[4] & 0x20) == 0x20) argument
[all …]
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdesc.h138 #define DESC_TAG(desc) (desc[0]) argument
139 #define DESC_LENGTH(desc) (desc[1]) argument
142 #define DESC_VIDEO_STREAM_multiple_framerate_flag(desc) (((desc)[2] & 0x80) == 0x80) argument
143 #define DESC_VIDEO_STREAM_frame_rate_code(desc) (((desc)[2] & 0x38) >> 3) argument
144 #define DESC_VIDEO_STREAM_MPEG_1_only_flag(desc) (((desc)[2] & 0x04) == 0x04) argument
145 #define DESC_VIDEO_STREAM_constrained_parameter_flag(desc) (((desc)[2] & 0x02) == 0x02) argument
146 #define DESC_VIDEO_STREAM_still_picture_flag(desc) (((desc)[2] & 0x01) == 0x01) argument
148 #define DESC_VIDEO_STREAM_profile_and_level_indication(desc) ((desc)[3]) argument
149 #define DESC_VIDEO_STREAM_chroma_format(desc) (((desc)[4] & 0xc0) >> 6) argument
150 #define DESC_VIDEO_STREAM_frame_rate_extension_flag(desc) (((desc)[4] & 0x20) == 0x20) argument
[all …]
/third_party/boost/libs/program_options/test/
Doptions_description_test.cpp22 options_description desc; in test_type() local
43 options_description desc; in test_approximation() local
79 options_description desc; in test_approximation_with_multiname_options() local
109 options_description desc; in test_long_names_for_option_description() local
135 options_description desc; in test_formatting() local
184 options_description desc; in test_multiname_option_formatting() local
200 options_description desc("", in test_formatting_description_length() local
228 options_description desc("", in test_formatting_description_length() local
247 options_description desc; in test_long_default_value() local
264 options_description desc("Supported options"); in test_word_wrapping() local
[all …]
Dexception_test.cpp24 options_description desc; in test_ambiguous() local
50 options_description desc; in test_ambiguous_long() local
75 options_description desc; in test_ambiguous_multiple_long_names() local
101 options_description desc; in test_unknown_option() local
124 options_description desc; in test_multiple_values() local
155 options_description desc; in test_multiple_occurrences() local
177 options_description desc; in test_multiple_occurrences_with_different_names() local
203 options_description desc; in test_multiple_occurrences_with_non_key_names() local
226 options_description desc; in test_missing_value() local
/third_party/node/doc/api/
Derrors.json10 …"desc": "<p>A generic JavaScript <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript… string
32 …"desc": "<p>Creates a <code>.stack</code> property on <code>targetObject</code>, which when access… string
40 …"desc": "<p>The <code>Error.stackTraceLimit</code> property specifies the number of stack frames\n… string
46 …"desc": "<p>The <code>error.code</code> property is a string label that identifies the kind of err… string
52 …"desc": "<p>The <code>error.message</code> property is the string description of the error as set … string
58 …"desc": "<p>The <code>error.stack</code> property is a string describing the point in the code at … string
70 …"desc": "<p>Creates a new <code>Error</code> object and sets the <code>error.message</code> proper… string
78 …"desc": "<ul>\n<li>Extends: <a href=\"errors.html#errors_class_error\" class=\"type\">&lt;errors.E… string
84 …"desc": "<ul>\n<li>Extends: <a href=\"errors.html#errors_class_error\" class=\"type\">&lt;errors.E… string
90 …"desc": "<ul>\n<li>Extends: <a href=\"errors.html#errors_class_error\" class=\"type\">&lt;errors.E… string
[all …]
Dvm.json11 …"desc": "<p><strong>Source Code:</strong> <a href=\"https://github.com/nodejs/node/blob/v14.20.1/l… string
23 …"desc": "<p>Instances of the <code>vm.Script</code> class contain precompiled scripts that can be\… string
45 …"desc": "<p>Creates a code cache that can be used with the <code>Script</code> constructor's\n<cod… string
69 "desc": "the result of the very last statement executed in the script." string
76 … "desc": "A [contextified][] object as returned by the `vm.createContext()` method." string
88 …"desc": "When `true`, if an [`Error`][] occurs while compiling the `code`, the line of code causin… string
94 …"desc": "Specifies the number of milliseconds to execute `code` before terminating execution. If e… string
101 …"desc": "If `true`, receiving `SIGINT` (<kbd>Ctrl</kbd>+<kbd>C</kbd>) will terminate execution and… string
108 …"desc": "<p>Runs the compiled code contained by the <code>vm.Script</code> object within the given… string
142 "desc": "the result of the very last statement executed in the script." string
[all …]
Dasync_hooks.json11 …"desc": "<p><strong>Source Code:</strong> <a href=\"https://github.com/nodejs/node/blob/v14.20.1/l… string
16 …"desc": "<p>An asynchronous resource represents an object with an associated callback.\nThis callb… string
23 …"desc": "<p>Following is a simple overview of the public API.</p>\n<pre><code class=\"language-js\… string
30 …"desc": "<p>By default, promise executions are not assigned <code>asyncId</code>s due to the relat… string
37 …"desc": "<p>Library developers that handle their own asynchronous resources performing tasks\nlike… string
43 …"desc": "<p>The class <code>AsyncResource</code> is designed to be extended by the embedder's asyn… string
62 "desc": "The function to bind to the current execution context." string
68 … "desc": "An optional name to associate with the underlying `AsyncResource`." string
73 …"desc": "<p>Binds the given function to the current execution context.</p>\n<p>The returned functi… string
94 "desc": "The function to bind to the current `AsyncResource`." string
[all …]
Daddons.json11 …"desc": "<p><em>Addons</em> are dynamically-linked shared objects written in C++. The\n<a href=\"m… string
16 …"desc": "<p>This \"Hello world\" example is a simple addon, written in C++, that is the\nequivalen… string
21 …"desc": "<p>There are environments in which Node.js addons may need to be loaded multiple\ntimes i… string
35 …"desc": "<p>In order to be loaded from multiple Node.js environments,\nsuch as a main thread and a… string
46 …"desc": "<p>Once the source code has been written, it must be compiled into the binary\n<code>addo… string
53 …"desc": "<p>Node.js uses statically linked libraries such as V8, libuv and OpenSSL. All\naddons ar… string
60 …"desc": "<p>The filename extension of the compiled addon binary is <code>.node</code> (as opposed\… string
71 …"desc": "<p>Each of the examples illustrated in this document directly use the\nNode.js and V8 API… string
80 …"desc": "<p>Node-API is an API for building native addons. It is independent from\nthe underlying … string
87 …"desc": "<p>Following are some example addons intended to help developers get started. The\nexampl… string
[all …]
Dtls.json11 …"desc": "<p><strong>Source Code:</strong> <a href=\"https://github.com/nodejs/node/blob/v14.20.1/l… string
16 …"desc": "<p>The TLS/SSL is a public/private key infrastructure (PKI). For most common\ncases, each… string
22 …"desc": "<p>The term <em><a href=\"https://en.wikipedia.org/wiki/Perfect_forward_secrecy\">forward… string
28 …"desc": "<p>ALPN (Application-Layer Protocol Negotiation Extension) and\nSNI (Server Name Indicati… string
34 …"desc": "<p>TLS-PSK support is available as an alternative to normal certificate-based\nauthentica… string
40 …"desc": "<p>The TLS protocol allows clients to renegotiate certain aspects of the TLS\nsession. Un… string
47 …"desc": "<p>Establishing a TLS session can be relatively slow. The process can be sped\nup by savi… string
52 …"desc": "<p>Servers generate a unique ID for new connections and\nsend it to the client. Clients a… string
59 …"desc": "<p>The servers encrypt the entire session state and send it\nto the client as a \"ticket\… string
74 …"desc": "<p>Node.js is built with a default suite of enabled and disabled TLS ciphers. This\ndefau… string
[all …]
Dchild_process.json11 …"desc": "<p><strong>Source Code:</strong> <a href=\"https://github.com/nodejs/node/blob/v14.20.1/l… string
16 …"desc": "<p>The <a href=\"#child_process_child_process_spawn_command_args_options\"><code>child_pr… string
21 …"desc": "<p>The importance of the distinction between <a href=\"#child_process_child_process_exec_… string
65 "desc": "The command to run, with space-separated arguments." string
77 "desc": "Current working directory of the child process." string
84 "desc": "Environment key-value pairs." string
97 …"desc": "Shell to execute the command with. See [Shell requirements][] and [Default Windows shell]… string
103 "desc": "allows aborting the child process using an AbortSignal." string
116 …"desc": "Largest amount of data in bytes allowed on stdout or stderr. If exceeded, the child proce… string
128 "desc": "Sets the user identity of the process (see setuid(2))." string
[all …]
Durl.json11 …"desc": "<p><strong>Source Code:</strong> <a href=\"https://github.com/nodejs/node/blob/v14.20.1/l… string
16 …"desc": "<p>A URL string is a structured string containing multiple meaningful components.\nWhen p… string
21 …"desc": "<p>It is possible to construct a WHATWG URL from component parts using either the\nproper… string
50 …"desc": "<p>Browser-compatible <code>URL</code> class, implemented by following the WHATWG URL\nSt… string
56 …"desc": "<p>Gets and sets the fragment portion of the URL.</p>\n<pre><code class=\"language-js\">c… string
62 …"desc": "<p>Gets and sets the host portion of the URL.</p>\n<pre><code class=\"language-js\">const… string
68 …"desc": "<p>Gets and sets the host name portion of the URL. The key difference between\n<code>url.… string
74 …"desc": "<p>Gets and sets the serialized URL.</p>\n<pre><code class=\"language-js\">const myURL = … string
80 …"desc": "<p>Gets the read-only serialization of the URL's origin.</p>\n<pre><code class=\"language… string
86 …"desc": "<p>Gets and sets the password portion of the URL.</p>\n<pre><code class=\"language-js\">c… string
[all …]
Ddiagnostics_channel.json11 …"desc": "<p><strong>Source Code:</strong> <a href=\"https://github.com/nodejs/node/blob/v14.20.1/l… string
20 …"desc": "<p>Following is a simple overview of the public API.</p>\n<pre><code class=\"language-js\… string
32 "desc": "If there are active subscribers" string
39 "desc": "The channel name" string
44 …"desc": "<p>Check if there are active subscribers to the named channel. This is helpful if\nthe me… string
56 "desc": "The named channel object" string
63 "desc": "The channel name" string
68 …"desc": "<p>This is the primary entry-point for anyone wanting to interact with a named\nchannel. … string
80 …"desc": "<p>The class <code>Channel</code> represents an individual named channel within the data\… string
86 …"desc": "<p>Check if there are active subscribers to this channel. This is helpful if\nthe message… string
[all …]
Dtimers.json11 …"desc": "<p><strong>Source Code:</strong> <a href=\"https://github.com/nodejs/node/blob/v14.20.1/l… string
17 …"desc": "<p>This object is created internally and is returned from <a href=\"#timers_setimmediate_… string
39 …"desc": "<p>If true, the <code>Immediate</code> object will keep the Node.js event loop active.</p… string
57 "desc": "a reference to `immediate`" string
62 …"desc": "<p>When called, requests that the Node.js event loop <em>not</em> exit so long as the\n<c… string
80 "desc": "a reference to `immediate`" string
85 …"desc": "<p>When called, the active <code>Immediate</code> object will not require the Node.js eve… string
93 …"desc": "<p>This object is created internally and is returned from <a href=\"#timers_settimeout_ca… string
115 … "desc": "<p>If true, the <code>Timeout</code> object will keep the Node.js event loop active.</p>" string
133 "desc": "a reference to `timeout`" string
[all …]
Drepl.json11 …"desc": "<p><strong>Source Code:</strong> <a href=\"https://github.com/nodejs/node/blob/v14.20.1/l… string
16 …"desc": "<p>The <code>repl</code> module exports the <a href=\"#repl_class_replserver\"><code>repl… string
21 …"desc": "<p>The following special commands are supported by all REPL instances:</p>\n<ul>\n<li><co… string
28 …"desc": "<p>By default, all instances of <a href=\"#repl_class_replserver\"><code>repl.REPLServer<… string
33 …"desc": "<p>The default evaluator supports direct evaluation of JavaScript expressions:</p>\n<pre>… string
40 …"desc": "<p>The default evaluator provides access to any variables that exist in the global\nscope… string
47 …"desc": "<p>The default evaluator will automatically load Node.js core modules into the\nREPL envi… string
63 …"desc": "<p>The REPL uses the <a href=\"domain.html\"><code>domain</code></a> module to catch all … string
79 …"desc": "<p>The default evaluator will, by default, assign the result of the most recently\nevalua… string
86 …"desc": "<p>With the <a href=\"cli.html#cli_experimental_repl_await\"><code>--experimental-repl-aw… string
[all …]
Dbuffer.json11 …"desc": "<p><strong>Source Code:</strong> <a href=\"https://github.com/nodejs/node/blob/v14.20.1/l… string
35 …"desc": "<p>When converting between <code>Buffer</code>s and strings, a character encoding may be\… string
51 …"desc": "<p><code>Buffer</code> instances are also JavaScript <a href=\"https://developer.mozilla.… string
58 …"desc": "<p><code>Buffer</code> instances can be iterated over using <code>for..of</code> syntax:<… string
65 …"desc": "<p>While, the <code>Buffer</code> object is available as a global, there are additional\n… string
84 "desc": "The Base64-encoded input string." string
89 …"desc": "<p>Decodes a string of Base64-encoded data into bytes, and encodes those bytes\ninto a st… string
108 "desc": "An ASCII (Latin1) string." string
113 …"desc": "<p>Decodes a string into bytes using Latin-1 (ISO-8859), and encodes those bytes\ninto a … string
143 "desc": "A `Buffer` or `Uint8Array` instance." string
[all …]
Ddomain.json28 …"desc": "<p><strong>Source Code:</strong> <a href=\"https://github.com/nodejs/node/blob/v14.20.1/l… string
34 …"desc": "<p>Domain error handlers are not a substitute for closing down a\nprocess when an error o… string
40 …"desc": "<p>Any time an <code>Error</code> object is routed through a domain, a few extra fields\n… string
46 …"desc": "<p>If domains are in use, then all <strong>new</strong> <code>EventEmitter</code> objects… string
52 …"desc": "<p>Sometimes, the domain in use is not the one that ought to be used for a\nspecific even… string
77 …"desc": "<ul>\n<li>Extends: <a href=\"events.html#events_class_eventemitter\" class=\"type\">&lt;E… string
83 …"desc": "<p>An array of timers and event emitters that have been explicitly added\nto the domain.<… string
98 "desc": "emitter or timer to be added to the domain" string
103 …"desc": "<p>Explicitly adds an emitter to the domain. If any event handlers called by\nthe emitter… string
115 "desc": "The bound function" string
[all …]
Dprocess.json10 …"desc": "<p><strong>Source Code:</strong> <a href=\"https://github.com/nodejs/node/blob/v14.20.1/l… string
15 …"desc": "<p>The <code>process</code> object is an instance of <a href=\"events.html#events_class_e… string
28 …"desc": "<p>The <code>'beforeExit'</code> event is emitted when Node.js empties its event loop and… string
41 …"desc": "<p>If the Node.js process is spawned with an IPC channel (see the <a href=\"child_process… string
60 …"desc": "<p>The <code>'exit'</code> event is emitted when the Node.js process is about to exit as … string
77 "desc": "a parsed JSON object or a serializable primitive value." string
83 "desc": "a [`net.Server`][] or [`net.Socket`][] object, or undefined." string
86 …"desc": "<p>If the Node.js process is spawned with an IPC channel (see the <a href=\"child_process… string
103 "desc": "The resolution type. One of `'resolve'` or `'reject'`." string
109 "desc": "The promise that resolved or rejected more than once." string
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DDestroyObjectTests.cpp122 BindGroupDescriptor desc = {}; in TEST_F() local
147 BindGroupLayoutDescriptor desc = {}; in TEST_F() local
188 BufferDescriptor desc = {}; in TEST_F() local
205 BufferDescriptor desc = {}; in TEST_F() local
231 CommandBufferDescriptor desc = {}; in TEST_F() local
265 ComputePipelineDescriptor desc = {}; in TEST_F() local
290 ExternalTextureDescriptor desc = {}; in TEST_F() local
312 PipelineLayoutDescriptor desc = {}; in TEST_F() local
338 QuerySetDescriptor desc = {}; in TEST_F() local
372 RenderPipelineDescriptor desc = {}; in TEST_F() local
[all …]
/third_party/lwip/src/core/
Dmemp.c78 #define LWIP_MEMPOOL(name,num,size,desc) LWIP_MEMPOOL_DECLARE(name,num,size,desc) argument
82 #define LWIP_MEMPOOL(name,num,size,desc) &memp_ ## name, argument
101 memp_sanity(const struct memp_desc *desc) in memp_sanity()
128 memp_overflow_check_element(struct memp *p, const struct memp_desc *desc) in memp_overflow_check_element()
137 memp_overflow_init_element(struct memp *p, const struct memp_desc *desc) in memp_overflow_init_element()
175 memp_init_pool(const struct memp_desc *desc) in memp_init_pool()
245 do_memp_malloc_pool(const struct memp_desc *desc) in do_memp_malloc_pool()
311 memp_malloc_pool(const struct memp_desc *desc) in memp_malloc_pool()
359 do_memp_free_pool(const struct memp_desc *desc, void *mem) in do_memp_free_pool()
403 memp_free_pool(const struct memp_desc *desc, void *mem) in memp_free_pool()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DResourceManager11.cpp50 uint64_t ComputeMemoryUsage(const D3D11_TEXTURE2D_DESC *desc) in ComputeMemoryUsage()
58 uint64_t ComputeMemoryUsage(const D3D11_TEXTURE3D_DESC *desc) in ComputeMemoryUsage()
67 uint64_t ComputeMemoryUsage(const D3D11_BUFFER_DESC *desc) in ComputeMemoryUsage()
74 uint64_t ComputeMemoryUsage(const T *desc) in ComputeMemoryUsage()
83 GetDescType<ResourceT> desc; in ComputeGenericMemoryUsage() local
105 const D3D11_BLEND_DESC *desc, in CreateResource()
113 const D3D11_BUFFER_DESC *desc, in CreateResource()
127 const ShaderData *desc, in CreateResource()
135 const D3D11_DEPTH_STENCIL_DESC *desc, in CreateResource()
143 const D3D11_DEPTH_STENCIL_VIEW_DESC *desc, in CreateResource()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DResourceManager11.cpp50 uint64_t ComputeMemoryUsage(const D3D11_TEXTURE2D_DESC *desc) in ComputeMemoryUsage()
58 uint64_t ComputeMemoryUsage(const D3D11_TEXTURE3D_DESC *desc) in ComputeMemoryUsage()
67 uint64_t ComputeMemoryUsage(const D3D11_BUFFER_DESC *desc) in ComputeMemoryUsage()
74 uint64_t ComputeMemoryUsage(const T *desc) in ComputeMemoryUsage()
83 GetDescType<ResourceT> desc; in ComputeGenericMemoryUsage() local
105 const D3D11_BLEND_DESC *desc, in CreateResource()
113 const D3D11_BUFFER_DESC *desc, in CreateResource()
127 const ShaderData *desc, in CreateResource()
135 const D3D11_DEPTH_STENCIL_DESC *desc, in CreateResource()
143 const D3D11_DEPTH_STENCIL_VIEW_DESC *desc, in CreateResource()
[all …]
/third_party/skia/tests/
DDescriptorTest.cpp17 static void SetLength(SkDescriptor* desc, size_t length) { desc->fLength = length; } in SetLength()
18 static void SetCount(SkDescriptor* desc, uint32_t count) { desc->fCount = count; } in SetCount()
24 auto desc = SkDescriptor::Alloc(size); in DEF_TEST() local
33 auto desc = SkDescriptor::Alloc(size); in DEF_TEST() local
48 auto desc = SkDescriptor::Alloc(size + extra_space); in DEF_TEST() local
64 auto desc = SkDescriptor::Alloc(size); in DEF_TEST() local
80 auto desc = SkDescriptor::Alloc(size); in DEF_TEST() local
91 auto desc = SkDescriptor::Alloc(size); in DEF_TEST() local
106 auto desc = SkDescriptor::Alloc(size); in DEF_TEST() local
120 auto desc = SkDescriptor::Alloc(36); in DEF_TEST() local
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/internal/
DMatcherTest.java32 PhoneNumberDesc desc = createDesc(""); in checkMatcherBehavesAsExpected() local
61 PhoneNumberDesc.Builder desc = PhoneNumberDesc.newBuilder(); in createDesc() local
68 private void assertMatched(MatcherApi matcher, String number, PhoneNumberDesc desc) { in assertMatched()
75 private void assertInvalid(MatcherApi matcher, String number, PhoneNumberDesc desc) { in assertInvalid()
82 private void assertTooLong(MatcherApi matcher, String number, PhoneNumberDesc desc) { in assertTooLong()
89 private String toString(PhoneNumberDesc desc) { in toString()
/third_party/mesa3d/src/util/format/
Du_format.h448 const struct util_format_description *desc = util_format_description(format); in util_format_name() local
461 const struct util_format_description *desc = util_format_description(format); in util_format_short_name() local
477 const struct util_format_description *desc = util_format_description(format); in util_format_is_plain() local
489 const struct util_format_description *desc = util_format_description(format); in util_format_is_compressed() local
514 const struct util_format_description *desc = util_format_description(format); in util_format_is_s3tc() local
527 const struct util_format_description *desc = util_format_description(format); in util_format_is_etc() local
540 const struct util_format_description *desc = util_format_description(format); in util_format_is_srgb() local
545 util_format_has_depth(const struct util_format_description *desc) in util_format_has_depth()
552 util_format_has_stencil(const struct util_format_description *desc) in util_format_has_stencil()
561 const struct util_format_description *desc = util_format_description(format); in util_format_is_depth_or_stencil() local
[all …]
/third_party/libphonenumber/cpp/test/phonenumbers/
Dmatcher_test.cc32 string ToString(const PhoneNumberDesc& desc) { in ToString()
45 const PhoneNumberDesc& desc) { in ExpectMatched()
55 const PhoneNumberDesc& desc) { in ExpectInvalid()
65 const PhoneNumberDesc& desc) { in ExpectTooLong()
77 PhoneNumberDesc desc; in CheckMatcherBehavesAsExpected() local
110 PhoneNumberDesc desc; in CreateDesc() local

12345678910>>...89