Home
last modified time | relevance | path

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

12345678910>>...589

/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/node/deps/npm/docs/output/using-npm/
Dconfig.html42 code {
49 pre > code {
145code>_auth</code></a></li><li><a href="#access"><code>access</code></a></li><li><a href="#all"><co…
151 <p>Putting <code>--foo bar</code> on the command line sets the <code>foo</code> configuration
152 parameter to <code>"bar"</code>. A <code>--</code> argument tells the cli parser to stop
153 reading flags. Using <code>--flag</code> without specifying any value will set
154 the value to <code>true</code>.</p>
155 <p>Example: <code>--flag1 --flag2</code> will set both configuration parameters
156 to <code>true</code>, while <code>--flag1 --flag2 bar</code> will set <code>flag1</code> to <code>t…
157 and <code>flag2</code> to <code>bar</code>. Finally, <code>--flag1 --flag2 -- bar</code> will set
[all …]
Ddependency-selectors.html42 code {
49 pre > code {
149 <p>The <a href="../commands/npm-query.html"><code>npm query</code></a> command exposes a new depend…
154 … query commands in <code>npm</code> (ex. <code>npm fund</code>, <code>npm ls</code>, <code>npm out…
156 <h3 id="dependency-selector-syntax-v100">Dependency Selector Syntax <code>v1.0.0</code></h3>
159 …no "type" or "tag" selectors (ex. <code>div, h1, a</code>) as a dependency/target is the only type…
160 …ependencies" is in reference to any <code>Node</code> found in a <code>tree</code> returned by <co…
164 <li><code>&gt;</code> direct descendant/child</li>
165 <li><code> </code> any descendant/child</li>
166 <li><code>~</code> sibling</li>
[all …]
Dscripts.html42 code {
49 pre > code {
145code>npm cache add</code></a></a></li><li><a href="#npm-ci"><a href="../commands/npm-ci.html"><cod…
149 <p>The <code>"scripts"</code> property of your <code>package.json</code> file supports a number
152 <code>npm run-script &lt;stage&gt;</code> or <code>npm run &lt;stage&gt;</code> for short. <em>Pre<…
153 commands with matching names will be run for those as well (e.g. <code>premyscript</code>,
154 <code>myscript</code>, <code>postmyscript</code>). Scripts from dependencies can be run with
155 <code>npm explore &lt;pkg&gt; -- npm run &lt;stage&gt;</code>.</p>
158 <code>"scripts"</code> section of the <code>package.json</code>, simply create another script
160 <pre><code class="language-json">{
[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 …]
Dn-api.html58 <li><a href="module.html" class="nav-module">Modules: <code>node:module</code> API</a></li>
92 <li><a href="https://github.com/nodejs/node" class="nav-https-github-com-nodejs-node">Code reposito…
147 <li><a href="#napi_set_instance_data"><code>napi_set_instance_data</code></a></li>
148 <li><a href="#napi_get_instance_data"><code>napi_get_instance_data</code></a></li>
153 <li><a href="#napi_status"><code>napi_status</code></a></li>
154 <li><a href="#napi_extended_error_info"><code>napi_extended_error_info</code></a></li>
155 <li><a href="#napi_env"><code>napi_env</code></a></li>
156 <li><a href="#napi_value"><code>napi_value</code></a></li>
157 <li><a href="#napi_threadsafe_function"><code>napi_threadsafe_function</code></a></li>
158 …i><a href="#napi_threadsafe_function_release_mode"><code>napi_threadsafe_function_release_mode</co…
[all …]
Dmodules.json11code for Node.js.\nNode.js also supports the <a href=\"esm.html\">ECMAScript modules</a> standard …
17code>.cjs</code> extension;</p>\n</li>\n<li>\n<p>Files with a <code>.js</code> extension when the …
23code>require.main</code> is set to its\n<code>module</code>. That means that it is possible to det…
29code>require()</code> function were designed to be general\nenough to support reasonable directory…
35code>require()</code> is called, use\nthe <code>require.resolve()</code> function.</p>\n<p>Putting…
41code>require('foo')</code> will get exactly the same object\nreturned, if it would resolve to the …
47code>node_modules</code> folders), it is not a <em>guarantee</em> that <code>require('foo')</code>…
67code>lib/</code> folder.</p>\n<p>Core modules can be identified using the <code>node:</code> prefi…
73code>require()</code> calls, a module might not have finished\nexecuting when it is returned.</p>\…
79code>.js</code>, <code>.json</code>, and finally\n<code>.node</code>. When loading a file that has…
[all …]
Dos.json11Code:</strong> <a href=\"https://github.com/nodejs/node/blob/v18.18.2/lib/os.js\">lib/os.js</a></p…
23 …stem-specific end-of-line marker.</p>\n<ul>\n<li><code>\\n</code> on POSIX</li>\n<li><code>\\r\\n<…
48 …le path of the null device.</p>\n<ul>\n<li><code>\\\\.\\nul</code> on Windows</li>\n<li><code>/dev…
72 …libuv.org/en/v1.x/misc.html#c.uv_available_parallelism\"><code>uv_available_parallelism()</code></…
94code>'arm'</code>, <code>'arm64'</code>, <code>'ia32'</code>, <code>'mips'</code>,\n<code>'mipsel'…
116code>/proc</code> file system is unavailable.</p>\n<p>The properties included on each object inclu…
138 …binary was compiled.</p>\n<p>Possible values are <code>'BE'</code> for big endian and <code>'LE'</
190 … priority for the process specified by <code>pid</code>. If <code>pid</code> is\nnot provided or i…
212code>$HOME</code> environment variable if defined. Otherwise it\nuses the <a href=\"https://en.wik…
256 …ge is a Unix-specific concept. On Windows, the return value is\nalways <code>[0, 0, 0]</code>.</p>"
[all …]
Dpackages.json123code>package.json</code> file. The package\nconsists of the folder containing the <code>package.js…
130code>node</code> as the\ninitial input, or when referenced by <code>import</code> statements or <c…
135code>require()</code> calls.</li>\n<li>It is monkey patchable.</li>\n<li>It supports <a href=\"mod…
142code>package.json</code></a> <a href=\"#type\"><code>\"type\"</code></a> field defines how\nNode.j…
155code>--eval</code> (or <code>-e</code>), or piped to <code>node</code> via\n<code>STDIN</code>, ar…
168 … the <a href=\"#packagemanager\"><code>\"packageManager\"</code></a> field\nin your project's <cod…
175code>package.json</code> file, two fields can define entry points for a\npackage: <a href=\"#main\…
180code>\"exports\"</code></a> field:</p>\n<pre><code class=\"language-json\">{\n \"exports\": \"./i…
193code>\"exports\"</code></a> field, custom subpaths can be defined along\nwith the main entry point…
198 …ld provide either extensioned (<code>import 'pkg/subpath.js'</code>) or\nextensionless (<code>impo…
[all …]
Dhttp2.html58 <li><a href="module.html" class="nav-module">Modules: <code>node:module</code> API</a></li>
92 <li><a href="https://github.com/nodejs/node" class="nav-https-github-com-nodejs-node">Code reposito…
130 <li><a href="#class-http2session">Class: <code>Http2Session</code></a>
132 <li><a href="#http2session-and-sockets"><code>Http2Session</code> and sockets</a></li>
133 <li><a href="#event-close">Event: <code>'close'</code></a></li>
134 <li><a href="#event-connect">Event: <code>'connect'</code></a></li>
135 <li><a href="#event-error">Event: <code>'error'</code></a></li>
136 <li><a href="#event-frameerror">Event: <code>'frameError'</code></a></li>
137 <li><a href="#event-goaway">Event: <code>'goaway'</code></a></li>
138 <li><a href="#event-localsettings">Event: <code>'localSettings'</code></a></li>
[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/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 …]
DeglCreateImage.xhtml24 … <code class="funcdef">EGLImage <strong class="fsfunc">eglCreateImage</strong>(</code>
42 <td>const EGLAttrib *<var class="pdparam">attrib_list</var><code>)</code>;</td>
55 <code>display</code>
67 <code>context</code>
80 <code>target</code>
92 <code>buffer</code>
104 <code>attrib_list</code>
120 <code class="function">eglCreateImage</code> is used to create an
122 … <em class="parameter"><code>buffer</code></em>. <em class="parameter"><code>display</code></em>
124 <em class="parameter"><code>context</code></em> specifies the EGL client API
[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 …]
DeglMakeCurrent.xhtml24 … <code class="funcdef">EGLBoolean <strong class="fsfunc">eglMakeCurrent</strong>(</code>
38 <td>EGLContext <var class="pdparam">context</var><code>)</code>;</td>
51 <code>display</code>
61 <code>draw</code>
71 <code>read</code>
81 <code>context</code>
96 … <code class="function">eglMakeCurrent</code> binds <em class="parameter"><code>context</code></em>
97 to the current rendering thread and to the <em class="parameter"><code>draw</code></em>
98 and <em class="parameter"><code>read</code></em> surfaces.
101 For an OpenGL or OpenGL ES context, <em class="parameter"><code>draw</code></em>
[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 …]
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 …]
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
Dc14595.htm112 driver writers to port or update their code.</P
323 > error code. The
344 >The V4L <CODE
346 >VIDIOCGCAP</CODE
350 ><CODE
352 >VIDIOC_QUERYCAP</CODE
356 >The <CODE
358 >name</CODE
360 <CODE
362 >video_capability</CODE
[all …]
Dx15446.htm101 ><CODE
103 >select()</CODE
109 >1998-09-18: The <CODE
111 >VIDIOC_NONCAP</CODE
113 was replaced by the otherwise meaningless <CODE
115 >O_TRUNC</CODE
119 ><CODE
121 >open()</CODE
123 > flag, and the aliases <CODE
125 >O_NONCAP</CODE
[all …]
/third_party/node/deps/npm/docs/output/commands/
Dnpm-install.html42 code {
49 pre > code {
145code>save</code></a></li><li><a href="#save-exact"><code>save-exact</code></a></li><li><a href="#g…
149 <pre><code class="language-bash">npm install [&lt;package-spec&gt; ...]
152 </code></pre>
159 <li><code>npm-shrinkwrap.json</code></li>
160 <li><code>package-lock.json</code></li>
161 <li><code>yarn.lock</code></li>
164 <a href="../commands/npm-shrinkwrap.html"><code>npm shrinkwrap</code></a>.</p>
165 <p>A <code>package</code> is:</p>
[all …]
Dnpm-update.html42 code {
49 pre > code {
145code>save</code></a></li><li><a href="#global"><code>global</code></a></li><li><a href="#install-s…
149 <pre><code class="language-bash">npm update [&lt;pkg&gt;...]
152 </code></pre>
155 (specified by the <a href="../using-npm/config#tag.html"><code>tag</code> config</a>), respecting t…
159 <p>If the <code>-g</code> flag is specified, this command will update globally installed
163 <p>Note that by default <code>npm update</code> will not update the semver values of direct
164 dependencies in your project <code>package.json</code>, if you want to also update
165 values in <code>package.json</code> you can run: <code>npm update --save</code> (or add the
[all …]
/third_party/icu/icu4c/source/common/unicode/
Dubidi.h46 * In functions with an error code parameter,
47 * the <code>pErrorCode</code> pointer must be valid
64 * <h4> Sample code for the ICU Bidi API </h4>
68 * This is (hypothetical) sample code that illustrates
70 * Rendering code depends highly on the graphics system,
71 * therefore this sample code must make a lot of assumptions,
79 * characters (code units) in logical order.</li>
82 * and therefore its implementation omitted from this sample code.</li>
86 * \code
303 * <code>paraLevel</code> and <code>embeddingLevels</code>
[all …]
/third_party/node/deps/icu-small/source/common/unicode/
Dubidi.h46 * In functions with an error code parameter,
47 * the <code>pErrorCode</code> pointer must be valid
64 * <h4> Sample code for the ICU Bidi API </h4>
68 * This is (hypothetical) sample code that illustrates
70 * Rendering code depends highly on the graphics system,
71 * therefore this sample code must make a lot of assumptions,
79 * characters (code units) in logical order.</li>
82 * and therefore its implementation omitted from this sample code.</li>
86 * \code
303 * <code>paraLevel</code> and <code>embeddingLevels</code>
[all …]
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dubidi.h46 * In functions with an error code parameter,
47 * the <code>pErrorCode</code> pointer must be valid
64 * <h4> Sample code for the ICU Bidi API </h4>
68 * This is (hypothetical) sample code that illustrates
70 * Rendering code depends highly on the graphics system,
71 * therefore this sample code must make a lot of assumptions,
79 * characters (code units) in logical order.</li>
82 * and therefore its implementation omitted from this sample code.</li>
86 * \code
302 * <code>paraLevel</code> and <code>embeddingLevels</code>
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dspirvenv.txt68 | SPIR-V code:OpCapability +
76 * any code:OpCapability not listed above,
100 | SPIR-V code:OpExtension +
174 code:OpAtomicStore must: not use *Acquire*, *AcquireRelease*, or
177 code:OpAtomicLoad must: not use *Release*, *AcquireRelease*, or
180 code:OpMemoryBarrier must: use one of *Acquire*, *Release*,
183 code:OpMemoryBarrier must: include at least one storage class
185 If the semantics for code:OpControlBarrier includes one of *Acquire*,
189 Any code:OpVariable with an code:Initializer operand must: have
193 Any code:OpVariable with an code:Initializer operand and *Workgroup* as
[all …]

12345678910>>...589