Home
last modified time | relevance | path

Searched full:code (Results 1 – 25 of 15578) sorted by relevance

12345678910>>...624

/third_party/vulkan-headers/registry/
Dvalidusage.json13 …"text": " If <code>instance</code> is not <code>NULL</code>, <code>instance</code> <strong class=\…
17 …"text": " <code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 str…
25 …"text": " <code>device</code> <strong class=\"purple\">must</strong> be a valid <a href=\"#VkDevic…
29 …"text": " <code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 str…
37 …"text": " <code>pApiVersion</code> <strong class=\"purple\">must</strong> be a valid pointer to a …
45 … href=\"#VkInstanceCreateInfo\">VkInstanceCreateInfo</a>::<code>ppEnabledExtensionNames</code> lis…
49 …"text": " <code>pCreateInfo</code> <strong class=\"purple\">must</strong> be a valid pointer to a …
53 …"text": " If <code>pAllocator</code> is not <code>NULL</code>, <code>pAllocator</code> <strong cla…
57 …"text": " <code>pInstance</code> <strong class=\"purple\">must</strong> be a valid pointer to a <a…
65code>pNext</code> chain of <code>VkInstanceCreateInfo</code> includes a <code>VkDebugReportCallbac…
[all …]
/third_party/libxml2/include/libxml/
Dxmlunicode.h26 XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int code);
27 XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int code);
28 XMLPUBFUN int XMLCALL xmlUCSIsArabic (int code);
29 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int code);
30 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int code);
31 XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int code);
32 XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code);
33 XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code);
34 XMLPUBFUN int XMLCALL xmlUCSIsBengali (int code);
35 XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code);
[all …]
/third_party/boost/boost/circular_buffer/
Dspace_optimized.hpp26 <code>T</code> must be a copyable class or must have an noexcept move constructor
58 /* <pre> is not passed through to html or pdf. So <br> is used in code section below. Ugly :-(
68 <code>
81 </code>
86 <code>capacity >= min_capacity</code>.
89 The <code>capacity()</code> represents the capacity
90 of the <code>circular_buffer_space_optimized</code> and
91 the <code>min_capacity()</code> determines the minimal allocated size of its internal buffer.
93 <p>The converting constructor of the <code>capacity_control</code> allows implicit conversion from
94 <code>size_type</code>-like types which ensures compatibility of creating an instance of the
[all …]
Dbase.hpp50 \tparam T The type of the elements stored in the <code>circular_buffer</code>.
52 The <code>T</code> has to be <a href="https://www.boost.org/sgi/stl/Assignable.html">
55 …Moreover <code>T</code> has to be <a href="https://www.boost.org/sgi/stl/DefaultConstructible.html…
57 <code>circular_buffer</code>'s methods e.g.
58 <code>insert(iterator pos, const value_type& item = %value_type())</code>. And
60 …./../../utility/LessThanComparable.html">LessThanComparable</a> if the <code>circular_buffer</code>
64 The <code>Alloc</code> has to meet the allocator requirements imposed by STL.
98 //! The type of this <code>circular_buffer</code>.
101 //! The type of elements stored in the <code>circular_buffer</code>.
128 //! The type of an allocator used in the <code>circular_buffer</code>.
[all …]
/third_party/boost/libs/numeric/interval/doc/
Dincludes.htm26 <code>&lt;boost/numeric/interval.hpp&gt;</code> is the only header to be
27 located directly under <code>boost/numeric</code>; all the other headers
28 are located in the subdirectory <code>boost/numeric/interval</code>. And
30 <code>interval/something.hpp</code>, it is
31 <code>&lt;boost/numeric/interval/something.hpp&gt;</code>.</p>
40 <code>interval</code> class and all the friendly functions and
43 <h3><code>interval/interval.hpp</code></h3>
46 <code>interval</code> class. However, this class is templated and the
49 <code>interval</code> class for the floating-point types
50 (<code>interval&lt;float&gt;</code>, <code>interval&lt;double&gt;</code>
[all …]
Dchecking.htm16 <p>A checking policy controls how the <code>interval</code> class will deal
20 <p>For example, let's consider <code>operator+(interval, T)</code>. The
50 <p>The first two functions, <code>pos_inf</code> and <code>neg_inf</code>,
52 interval. For example, <code>interval::whole</code> computes
53 <code>interval(checking::neg_inf(), checking::pos_inf())</code>. If
55 <code>std::numeric_limits&lt;T&gt;::infinity()</code> returns a correct
58 <p>Next comes <code>nan</code>. This function is used each time a function
59 need to return a value of type <code>T</code> but is unable to compute it.
62 <code>nan</code> will be used. But please remember: <code>lower</code> and
63 <code>upper</code> directly return the value stocked in the interval; so,
[all …]
/third_party/boost/libs/numeric/ublas/doc/
Diterator_concept.html47 <td><code>I</code></td>
51 <td><code>T</code></td>
52 <td>The value type of <code>I</code></td>
55 <td><code>C</code></td>
56 <td>The container type of <code>I</code></td>
59 <td><code>it</code>, <code>itt, it1</code>, <code>it2</code></td>
60 <td>Objects of type <code>I</code></td>
63 <td><code>t</code></td>
64 <td>Object of type <code>T</code></td>
67 <td><code>c</code></td>
[all …]
Dexpression_concept.html31 <td><code>value_type</code></td>
40 <td><code>S</code></td>
59 <td><code>operator value_type () const</code></td>
61 <td><code>value_type</code></td>
79 <td><code>operator value_type () const</code></td>
92 <li><code>vector_scalar_unary</code></li>
93 <li><code>vector_scalar_binary</code></li>
115 <td><code>value_type</code></td>
122 <td><code>reference</code></td>
126 Convertable to a<code>value_type</code>.
[all …]
Dmatrix.html20 <p>The templated class <code>matrix&lt;T, F, A&gt;</code> is the
53 <td><code>T</code></td>
58 <td><code>F</code></td>
61 <td><code>row_major</code></td>
64 <td><code>A</code></td>
66 <td><code>unbounded_array&lt;T&gt;</code></td>
76 <p><code>matrix_container&lt;matrix&lt;T, F, A&gt; &gt;</code></p>
85 <td><code>matrix ()</code></td>
86 <td>Allocates an uninitialized <code>matrix</code> that holds zero
90 <td><code>matrix (size_type size1, size_type size2)</code></td>
[all …]
Dbanded.html20 <p>The templated class <code>banded_matrix&lt;T, F, A&gt;</code> is
52 <td><code>T</code></td>
57 <td><code>F</code></td>
60 <td><code>row_major</code></td>
63 <td><code>A</code></td>
66 <td><code>unbounded_array&lt;T&gt;</code></td>
76 <p><code>matrix_container&lt;banded_matrix&lt;T, F, A&gt;
77 &gt;</code></p>
86 <td><code>banded_matrix ()</code></td>
87 <td>Allocates an uninitialized <code>banded_matrix</code> that
[all …]
Dtriangular.html20 <p>The templated class <code>triangular_matrix&lt;T, F1, F2,
21 A&gt;</code> is the base container adaptor for triangular matrices.
65 <td><code>T</code></td>
70 <td><code>F1</code></td>
73 <td><code>lower</code></td>
76 <td><code>F2</code></td>
79 <td><code>row_major</code></td>
82 <td><code>A</code></td>
85 <td><code>unbounded_array&lt;T&gt;</code></td>
95 <p><code>matrix_container&lt;triangular_matrix&lt;T, F1, F2, A&gt;
[all …]
/third_party/re2/doc/
Dsyntax.html16 <tr><td><code>.</code></td><td>any character, possibly including newline (s=true)</td></tr>
17 <tr><td><code>[xyz]</code></td><td>character class</td></tr>
18 <tr><td><code>[^xyz]</code></td><td>negated character class</td></tr>
19 <tr><td><code>\d</code></td><td>Perl character class</td></tr>
20 <tr><td><code>\D</code></td><td>negated Perl character class</td></tr>
21 <tr><td><code>[[:alpha:]]</code></td><td>ASCII character class</td></tr>
22 <tr><td><code>[[:^alpha:]]</code></td><td>negated ASCII character class</td></tr>
23 <tr><td><code>\pN</code></td><td>Unicode character class (one-letter name)</td></tr>
24 <tr><td><code>\p{Greek}</code></td><td>Unicode character class</td></tr>
25 <tr><td><code>\PN</code></td><td>negated Unicode character class (one-letter name)</td></tr>
[all …]
/third_party/node/doc/api/
Dn-api.json15code. Instead of using the V8 or <a href=\"https://github.com/nodejs/nan\">Native Abstractions for…
20code class=\"language-cpp\">#include &#x3C;node.h>\n#include &#x3C;node_buffer.h>\n#include &#x3C;…
27code into a binary. In\naddition, depending upon how the native addon is deployed, the <em>user</e…
89code>node_api.h</code></a> which\nis located in the src directory in the node development tree:</p…
96code>added in:</code>, and APIs\nwhich are stable will have the additional header <code>Node-API v…
103 …cept\nof an \"Agent\" as a self-contained environment in which JavaScript code runs.\nMultiple suc…
118code class=\"language-c\">napi_status napi_set_instance_data(napi_env env,\n …
135code class=\"language-c\">napi_status napi_get_instance_data(napi_env env,\n …
160code indicating the success or failure of a Node-API call.\nCurrently, the following status codes …
176code class=\"language-c\">typedef struct {\n const char* error_message;\n void* engine_reserved;…
[all …]
/third_party/boost/libs/outcome/doc/html/reference/types/
Dbasic_outcome.html14 …="titlepage"><div><div><h1 style="clear: both"><code>basic_outcome&lt;T, EC, EP, NoValuePolicy&gt;…
36code>T</code> (ii) a disappointment <code>EC</code> (iii) a failure <code>EP</code> (iv) both a di…
42 …used_in_basic_result.html" class="api-reference"><code>type_can_be_used_in_basic_result&lt;R&gt;</
43 is true for <code>T</code>, <code>EC</code> and <code>EP</code>.</li>
44 <li>That either <code>EC</code> is <code>void</code> or <code>DefaultConstructible</code>.</li>
45 <li>That either <code>EP</code> is <code>void</code> or <code>DefaultConstructible</code>.</li>
48 <p><em>Namespace</em>: <code>BOOST_OUTCOME_V2_NAMESPACE</code></p>
50 <p><em>Header</em>: <code>&lt;boost/outcome/basic_outcome.hpp&gt;</code></p>
55 <li><code>&lt;cstdint&gt;</code></li>
56 <li><code>&lt;initializer_list&gt;</code></li>
[all …]
Dbasic_result.html14 …ass="titlepage"><div><div><h1 style="clear: both"><code>basic_result&lt;T, E, NoValuePolicy&gt;</c…
36code>T</code> or an <code>E</code>, with <code>NoValuePolicy</code> specifying what to do if one t…
42 …used_in_basic_result.html" class="api-reference"><code>type_can_be_used_in_basic_result&lt;R&gt;</
43 is true for both <code>T</code> and <code>E</code>.</li>
44 <li>That either <code>E</code> is <code>void</code> or <code>DefaultConstructible</code>.</li>
47 <p><em>Namespace</em>: <code>BOOST_OUTCOME_V2_NAMESPACE</code></p>
49 <p><em>Header</em>: <code>&lt;boost/outcome/basic_result.hpp&gt;</code></p>
54 <li><code>&lt;cstdint&gt;</code></li>
55 <li><code>&lt;initializer_list&gt;</code></li>
56 <li><code>&lt;iosfwd&gt;</code></li>
[all …]
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlunicode.in.h57 XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int code);
58 XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int code);
59 XMLPUBFUN int XMLCALL xmlUCSIsArabic (int code);
60 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int code);
61 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int code);
62 XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int code);
63 XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code);
64 XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code);
65 XMLPUBFUN int XMLCALL xmlUCSIsBengali (int code);
66 XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code);
[all …]
/third_party/typescript/tests/baselines/reference/
DparserSyntaxWalker.generated.types3 No type information for this code.// export class File {
4 No type information for this code.// constructor(filename: string);
5 No type information for this code.// public ReadAllText(): string;
6 No type information for this code.// }
7 No type information for this code.// export interface IFile {
8 No type information for this code.// [index: number]: string;
9 No type information for this code.// }
10 No type information for this code.//}
11 No type information for this code.
12 No type information for this code.//import fs = module("fs");
[all …]
DparserSyntaxWalker.generated.symbols3 No type information for this code.// export class File {
4 No type information for this code.// constructor(filename: string);
5 No type information for this code.// public ReadAllText(): string;
6 No type information for this code.// }
7 No type information for this code.// export interface IFile {
8 No type information for this code.// [index: number]: string;
9 No type information for this code.// }
10 No type information for this code.//}
11 No type information for this code.
12 No type information for this code.//import fs = module("fs");
[all …]
/third_party/selinux/secilc/docs/
Dcil_constraint_statements.md24 <td align="left"><p><code>constrain</code></p></td>
25 <td align="left"><p>The <code>constrain</code> keyword.</p></td>
28 <td align="left"><p><code>classpermissionset_id</code></p></td>
29 … single named or anonymous <code>classpermissionset</code> or a single set of <code>classmap</code
32 <td align="left"><p><code>expression</code></p></td>
33 …td align="left"><p>There must be one constraint <code>expression</code> or one or more <code>expr<…
34 <p><code> (op u1 u2)</code></p>
35 <p><code> (role_op r1 r2)</code></p>
36 <p><code> (op t1 t2)</code></p>
37 <p><code> (op u1 user_id | (user_id ...))</code></p>
[all …]
/third_party/boost/libs/outcome/doc/html/
Dreference.html19 <a href="./reference/macros/co_try.html" ><code>BOOST_OUTCOME_CO_TRY(var, expr)</code></a>
20 …, assigning <code>T</code> to a variable called <code>var</code> if successful, immediately return…
21 …<a href="./reference/macros/co_tryv.html" ><code>BOOST_OUTCOME_CO_TRYV(expr)/BOOST_OUTCOME_CO_TRY(…
22 …ontinuing execution if successful, immediately returning <code>try_operation_return_as(X)</code> f…
23 …_tryv_failure_likely.html" ><code>BOOST_OUTCOME_CO_TRYV_FAILURE_LIKELY(expr)/BOOST_OUTCOME_CO_TRY_…
24 …ontinuing execution if successful, immediately returning <code>try_operation_return_as(X)</code> f…
25 <a href="./reference/macros/co_tryx.html" ><code>BOOST_OUTCOME_CO_TRYX(expr)</code></a>
26 … understood type, emitting the <code>T</code> if successful, immediately returning <code>try_opera…
27 …./reference/macros/co_tryx_failure_likely.html" ><code>BOOST_OUTCOME_CO_TRYX_FAILURE_LIKELY(expr)<…
28 … understood type, emitting the <code>T</code> if successful, immediately returning <code>try_opera…
[all …]
/third_party/EGL/sdk/docs/man/html/
DeglCreatePbufferSurface.xhtml24 … <code class="funcdef">EGLSurface <strong class="fsfunc">eglCreatePbufferSurface</strong>(</code>
34 <td>EGLint const * <var class="pdparam">attrib_list</var><code>)</code>;</td>
47 <code>display</code>
57 <code>config</code>
70 <code>attrib_list</code>
77 May be <code class="constant">NULL</code> or empty
78 (first attribute is <code class="constant">EGL_NONE</code>).
87 <code class="function">eglCreatePbufferSurface</code> creates an
89 <code class="function">eglCreatePbufferSurface</code> fails to create
90 a pixel buffer surface, <code class="constant">EGL_NO_SURFACE</code>
[all …]
DeglChooseConfig.xhtml24 … <code class="funcdef">EGLBoolean <strong class="fsfunc">eglChooseConfig</strong>(</code>
42 <td>EGLint * <var class="pdparam">num_config</var><code>)</code>;</td>
55 <code>display</code>
65 <code>attrib_list</code>
75 <code>configs</code>
85 <code>config_size</code>
95 <code>num_config</code>
108 <code class="function">eglChooseConfig</code> returns in
109 <em class="parameter"><code>configs</code></em> a list of all
112 <em class="parameter"><code>attrib_list</code></em>. The returned
[all …]
/third_party/boost/libs/iostreams/doc/concepts/
Dfilter.html21CODE>f</CODE> is used in conjunction with a Device <CODE>d</CODE>, data read from the input sequen…
24 …one or more member functions <CODE>get</CODE>, <CODE>put</CODE>, <CODE>read</CODE>, <CODE>write</C…
27 …pports. Its function is similar to the <CODE>iterator_category</CODE> member of <CODE>std::iterato…
37 … of Filter with mode convertible to <A HREF="../guide/modes.html#input"><CODE>input</CODE></A></TD>
41 …f Filter with mode convertible to <A HREF="../guide/modes.html#output"><CODE>output</CODE></A></TD>
45 …mode convertible to <A HREF="../guide/modes.html#bidirectional"><CODE>bidirectional</CODE></A></TD>
49 …lter with mode convertible to <A HREF="../guide/modes.html#seekable"><CODE>seekable</CODE></A></TD>
53 …de convertible to <A HREF="../guide/modes.html#input_seekable"><CODE>input_seekable</CODE></A></TD>
57 … convertible to <A HREF="../guide/modes.html#output_seekable"><CODE>output_seekable</CODE></A></TD>
61 …le to <A HREF="../guide/modes.html#bidirectional_seekable"><CODE>bidirectional_seekable</CODE></A>…
[all …]
/third_party/boost/libs/variant/doc/reference/
Dvariant.xml15 <simpara>The <code>variant</code> class template (inspired by Andrei
22 <code>variant</code> whose bounded types are each convertible to one
23 of the destination <code>variant</code>'s bounded types. As well,
24 through <code><functionname>apply_visitor</functionname></code>,
25 <code>variant</code> supports compile-time checked, type-safe
26 visitation; and through <code><functionname>get</functionname></code>,
27 <code>variant</code> supports run-time checked, type-safe value
32 <listitem>The bounded types of the <code>variant</code> are exposed
33 via the nested typedef <code>types</code>, which is an
37 the <code>variant</code>.</listitem>
[all …]
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/html/
DeglChooseConfig.xhtml24 … <code class="funcdef">EGLBoolean <strong class="fsfunc">eglChooseConfig</strong>(</code>
42 <td>EGLint * <var class="pdparam">num_config</var><code>)</code>;</td>
55 <code>display</code>
65 <code>attrib_list</code>
75 <code>configs</code>
85 <code>config_size</code>
95 <code>num_config</code>
108 <code class="function">eglChooseConfig</code> returns in
109 <em class="parameter"><code>configs</code></em> a list of all
112 <em class="parameter"><code>attrib_list</code></em>. The returned
[all …]

12345678910>>...624