Searched full:code (Results 1 – 25 of 15503) sorted by relevance
12345678910>>...621
| /third_party/vulkan-headers/registry/ |
| D | validusage.json | 13 …"text": "If <code>instance</code> is not <code>NULL</code>, <code>instance</code> <strong class=\"… 18 …"text": "<code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 stri… 27 …"text": "<code>device</code> <strong class=\"purple\">must</strong> be a valid <a href=\"#VkDevice… 32 …"text": "<code>pName</code> <strong class=\"purple\">must</strong> be a null-terminated UTF-8 stri… 41 …"text": "<code>pApiVersion</code> <strong class=\"purple\">must</strong> be a valid pointer to a <… 50 … href=\"#VkInstanceCreateInfo\">VkInstanceCreateInfo</a>::<code>ppEnabledExtensionNames</code> lis… 55 …"text": "<code>pCreateInfo</code> <strong class=\"purple\">must</strong> be a valid pointer to a v… 60 …"text": "If <code>pAllocator</code> is not <code>NULL</code>, <code>pAllocator</code> <strong clas… 65 …"text": "<code>pInstance</code> <strong class=\"purple\">must</strong> be a valid pointer to a <a … 74 …code>pNext</code> chain of <code>VkInstanceCreateInfo</code> includes a <code>VkDebugReportCallbac… [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/build_tests/expectations/ |
| D | validusage.json | 13 …code>commandBuffer</code> is an unprotected command buffer and <a href=\"#limits-protectedNoFault\… 18 …code>commandBuffer</code> is an unprotected command buffer and <a href=\"#limits-protectedNoFault\… 23 …code>commandBuffer</code> is a protected command buffer and <a href=\"#limits-protectedNoFault\"><… 28 …code>commandBuffer</code> was allocated from does not support <code>VK_QUEUE_GRAPHICS_BIT</code> o… 33 …code>imageOffset</code> and <code>imageExtent</code> members of each element of <code>pCopyBufferT… 38 …code>commandBuffer</code> was allocated from does not support <code>VK_QUEUE_GRAPHICS_BIT</code>, … 43 …"text": "<code>commandBuffer</code> <strong class=\"purple\">must</strong> be a valid <a href=\"#V… 48 …"text": "<code>pCopyBufferToImageInfo</code> <strong class=\"purple\">must</strong> be a valid poi… 53 …"text": "<code>commandBuffer</code> <strong class=\"purple\">must</strong> be in the <a href=\"#co… 58 …"text": "The <code>VkCommandPool</code> that <code>commandBuffer</code> was allocated from <strong… [all …]
|
| /third_party/node/doc/api/ |
| D | n-api.json | 15 …code. Instead of using the V8 or <a href=\"https://github.com/nodejs/nan\">Native Abstractions for… 20 …code class=\"language-cpp\">#include <node.h>\n#include <node_buffer.h>\n#include <… 27 …code into a binary. In\naddition, depending upon how the native addon is deployed, the <em>user</e… 46 …b.com/nodejs/node-addon-examples/tree/main/build_with_cmake\"><code>build_with_cmake</code></a> is… 89 …code>node_api.h</code></a> which\nis located in the src directory in the node development tree:</p… 96 …code>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… 118 …code class=\"language-c\">napi_status napi_set_instance_data(node_api_nogc_env env,\n … 135 …code class=\"language-c\">napi_status napi_get_instance_data(node_api_nogc_env env,\n … 160 …code indicating the success or failure of a Node-API call.\nCurrently, the following status codes … [all …]
|
| D | n-api.html | 58 <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><span class="stability_1"><a href="#node_api_nogc_env"><code>node_api_nogc_env</code></a></span… 157 <li><a href="#napi_value"><code>napi_value</code></a></li> 158 <li><a href="#napi_threadsafe_function"><code>napi_threadsafe_function</code></a></li> [all …]
|
| D | modules.json | 11 …code for Node.js.\nNode.js also supports the <a href=\"esm.html\">ECMAScript modules</a> standard … 17 …code>.cjs</code> extension;</p>\n</li>\n<li>\n<p>Files with a <code>.js</code> extension when the … 23 …code>require.main</code> is set to its\n<code>module</code>. That means that it is possible to det… 29 …code>require()</code> function were designed to be general\nenough to support reasonable directory… 35 …code>require()</code> is called, use\nthe <code>require.resolve()</code> function.</p>\n<p>Putting… 41 …code>require('foo')</code> will get exactly the same object\nreturned, if it would resolve to the … 47 …code>node_modules</code> folders), it is not a <em>guarantee</em> that <code>require('foo')</code>… 67 …code>lib/</code> folder.</p>\n<p>Core modules can be identified using the <code>node:</code> prefi… 73 …code>require()</code> calls, a module might not have finished\nexecuting when it is returned.</p>\… 79 …code>.js</code>, <code>.json</code>, and finally\n<code>.node</code>. When loading a file that has… [all …]
|
| D | packages.json | 123 …code>package.json</code> file. The package\nconsists of the folder containing the <code>package.js… 134 …code>node</code> as the\ninitial input, or when referenced by <code>import</code> statements or <c… 141 …code>require()</code> calls.</li>\n<li>It is monkey patchable.</li>\n<li>It supports <a href=\"mod… 148 …code>package.json</code></a> <a href=\"#type\"><code>\"type\"</code></a> field defines how\nNode.j… 161 …code>--eval</code> (or <code>-e</code>), or piped to <code>node</code> via\n<code>STDIN</code>, ar… 174 … the <a href=\"#packagemanager\"><code>\"packageManager\"</code></a> field\nin your project's <cod… 181 …code>package.json</code> file, two fields can define entry points for a\npackage: <a href=\"#main\… 186 …code>\"exports\"</code></a> field:</p>\n<pre><code class=\"language-json\">{\n \"exports\": \"./i… 199 …code>\"exports\"</code></a> field, custom subpaths can be defined along\nwith the main entry point… 204 …ld provide either extensioned (<code>import 'pkg/subpath.js'</code>) or\nextensionless (<code>impo… [all …]
|
| D | os.json | 11 …Code:</strong> <a href=\"https://github.com/nodejs/node/blob/v18.20.1/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></… 94 …code>'arm'</code>, <code>'arm64'</code>, <code>'ia32'</code>, <code>'mips'</code>,\n<code>'mipsel'… 116 …code>/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… 212 …code>$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 …]
|
| /third_party/node/deps/npm/docs/output/using-npm/ |
| D | dependency-selectors.html | 42 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… 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>></code> direct descendant/child</li> 165 <li><code> </code> any descendant/child</li> 166 <li><code>~</code> sibling</li> 170 <li><code>*</code> universal selector</li> [all …]
|
| D | config.html | 42 code { 49 pre > code { 145 …code>_auth</code></a></li><li><a href="#access"><code>access</code></a></li><li><a href="#all"><co… 149 <p>This article details npm configuration in general. To learn about the <code>config</code> comman… 150 see <a href="../commands/npm-config.html"><code>npm config</code></a>.</p> 153 <p>Putting <code>--foo bar</code> on the command line sets the <code>foo</code> configuration 154 parameter to <code>"bar"</code>. A <code>--</code> argument tells the cli parser to stop 155 reading flags. Using <code>--flag</code> without specifying any value will set 156 the value to <code>true</code>.</p> 157 <p>Example: <code>--flag1 --flag2</code> will set both configuration parameters [all …]
|
| D | scripts.html | 42 code { 49 pre > code { 145 …code>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 <stage></code> or <code>npm run <stage></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 <pkg> -- npm run <stage></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/vk-gl-cts/external/vulkan-docs/src/appendices/ |
| D | spirvenv.adoc | 89 | SPIR-V code:OpCapability + 105 * any code:OpCapability not listed above, 139 | SPIR-V code:OpExtension + 181 The code:Logical or code:PhysicalStorageBuffer64 addressing model must: 184 code:Scope for execution must: be limited to code:Workgroup or 185 code:Subgroup 187 If the code:Scope for execution is code:Workgroup, then it must: only be 191 code:Scope for memory must: be limited to code:Device, code:QueueFamily, 192 code:Workgroup, code:ShaderCallKHR, code:Subgroup, or code:Invocation 194 If the {ExecutionModel} is code:TessellationControl, and the [all …]
|
| /third_party/selinux/secilc/docs/ |
| D | cil_constraint_statements.md | 24 <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/decimal.js/doc/ |
| D | API.html | 44 code,pre{font-family:Consolas, monaco, monospace;font-weight:400} 47 code,.nav-title{color:#f00} 228 In all examples below, <code>var</code> and semicolons are not shown, and if a commented-out 229 value is in quotes it means <code>toString</code> has been called on the preceding expression. 233 <a href='#decimal'><code>Decimal</code></a>, the constructor of Decimal instances. 244 A new Decimal constructor is created by calling the <code><a href='#Dclone'>clone</a></code> 254 Decimal<code class='inset'>Decimal(value) <i>⇒ Decimal</i></code> 257 <dt><code>value</code>: <i>number|string|Decimal</i></dt> 259 A legitimate <code>value</code> is an integer or float, including <code>±0</code>, or 260 is <code>±Infinity</code>, or <code>NaN</code>. [all …]
|
| /third_party/node/deps/npm/docs/output/commands/ |
| D | npm-install.html | 42 code { 49 pre > code { 145 …code>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 [<package-spec> ...] 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 …]
|
| D | npm-update.html | 42 code { 49 pre > code { 145 …code>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 [<pkg>...] 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/EGL/sdk/docs/man/html/ |
| D | eglCreatePbufferSurface.xhtml | 24 … <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 …]
|
| D | eglCreateImage.xhtml | 24 … <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 …]
|
| D | eglChooseConfig.xhtml | 24 … <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/skia/third_party/externals/egl-registry/sdk/docs/man/html/ |
| D | eglChooseConfig.xhtml | 24 … <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 …]
|
| D | eglCreatePbufferSurface.xhtml | 24 … <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/ |
| D | c14595.htm | 112 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 …]
|
| D | x15446.htm | 101 ><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/icu/icu4c/source/common/unicode/ |
| D | ubidi.h | 46 * 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/ |
| D | ubidi.h | 46 * 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/ |
| D | ubidi.h | 46 * 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 …]
|
12345678910>>...621