Home
last modified time | relevance | path

Searched full:path (Results 34751 - 34775 of 37931) sorted by relevance

1...<<1391139213931394139513961397139813991400>>...1518

/third_party/libwebsockets/lib/roles/http/
H A Dminilex.c86 0xf0, /* path */
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-extensions.c192 * of the missing cleaning for allocation error path.
/third_party/ltp/doc/
H A DLTP-Release-Procedure.asciidoc132 Submodule 'tools/kirk' (https://github.com/linux-test-project/kirk.git) registered for path 'tools/kirk'
/third_party/libwebsockets/plugins/deaddrop/
H A Dprotocol_lws_deaddrop.c493 lwsl_notice("%s: del: path %s\n", __func__, (const char *)buf); in callback_deaddrop()
/third_party/ltp/testcases/kernel/controllers/cgroup/
H A Dcgroup_regression_getdelays.c82 fprintf(stderr, " -C: container path\n"); in usage()
/third_party/mesa3d/src/intel/ci/
H A Dintel-tgl-skqp-gles_rendertests.txt492 path-reverse,-1
H A Dintel-tgl-skqp-gl_rendertests.txt492 path-reverse,-1
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.c305 * hit the DISCARD_WHOLE_RESOURCE path and flushed HWTNL in svga_buffer_transfer_map()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c51 * Conventional allocation path for non-display textures:
/third_party/node/lib/internal/bootstrap/
H A Drealm.js84 // to provide a transition path for modules that are being moved over to
/third_party/node/lib/internal/crypto/
H A Dutil.js323 // Fast path everything below if the registered dictionary is null
H A Dwebidl.js271 // Fast path null and undefined.
/third_party/node/lib/internal/
H A Dencoding.js410 // Only support fast path for UTF-8.
/third_party/node/lib/internal/http2/
H A Dcompat.js110 case HTTP2_HEADER_PATH: // :path
/third_party/node/src/dataqueue/
H A Dqueue.h217 v8::Local<v8::Value> path);
/third_party/node/deps/v8/tools/
H A Dparse-processor.html413 <code>/path/to/d8 --log-function-events your_script.js</code>
/third_party/node/test/fixtures/wpt/streams/readable-streams/
H A Ddefault-reader.any.js388 // Let's call getReader twice for extra test coverage of this code path.
/third_party/node/test/parallel/
H A Dtest-util-isDeepStrictEqual.js498 // TypedArrays have a fast path. Test for this as well.
H A Dtest-whatwg-webstreams-transfer.js69 // a message is sent along the path: R3 -> P4 -> P3 -> R2 -> P2 -> P1 -> R1
/third_party/node/doc/api/
H A Dintl.md143 the data file will be available at `./node_modules/full-icu`. This path can be
H A Ddebugger.json15 "desc": "<p>Node.js includes a command-line debugging utility. The Node.js debugger client\nis not a full-featured debugger, but simple stepping and inspection are\npossible.</p>\n<p>To use it, start Node.js with the <code>inspect</code> argument followed by the path to the\nscript to debug.</p>\n<pre><code class=\"language-console\">$ node inspect myscript.js\n&#x3C; Debugger listening on ws://127.0.0.1:9229/621111f9-ffcb-4e82-b718-48a145fa5db8\n&#x3C; For help, see: https://nodejs.org/en/docs/inspector\n&#x3C;\nconnecting to 127.0.0.1:9229 ... ok\n&#x3C; Debugger attached.\n&#x3C;\n ok\nBreak on start in myscript.js:2\n 1 // myscript.js\n> 2 global.x = 5;\n 3 setTimeout(() => {\n 4 debugger;\ndebug>\n</code></pre>\n<p>The debugger automatically breaks on the first executable line. To instead\nrun until the first breakpoint (specified by a <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/debugger\"><code>debugger</code></a> statement), set\nthe <code>NODE_INSPECT_RESUME_ON_START</code> environment variable to <code>1</code>.</p>\n<pre><code class=\"language-console\">$ cat myscript.js\n// myscript.js\nglobal.x = 5;\nsetTimeout(() => {\n debugger;\n console.log('world');\n}, 1000);\nconsole.log('hello');\n$ NODE_INSPECT_RESUME_ON_START=1 node inspect myscript.js\n&#x3C; Debugger listening on ws://127.0.0.1:9229/f1ed133e-7876-495b-83ae-c32c6fc319c2\n&#x3C; For help, see: https://nodejs.org/en/docs/inspector\n&#x3C;\nconnecting to 127.0.0.1:9229 ... ok\n&#x3C; Debugger attached.\n&#x3C;\n&#x3C; hello\n&#x3C;\nbreak in myscript.js:4\n 2 global.x = 5;\n 3 setTimeout(() => {\n> 4 debugger;\n 5 console.log('world');\n 6 }, 1000);\ndebug> next\nbreak in myscript.js:5\n 3 setTimeout(() => {\n 4 debugger;\n> 5 console.log('world');\n 6 }, 1000);\n 7 console.log('hello');\ndebug> repl\nPress Ctrl+C to leave debug repl\n> x\n5\n> 2 + 2\n4\ndebug> next\n&#x3C; world\n&#x3C;\nbreak in myscript.js:6\n 4 debugger;\n 5 console.log('world');\n> 6 }, 1000);\n 7 console.log('hello');\n 8\ndebug> .exit\n$\n</code></pre>\n<p>The <code>repl</code> command allows code to be evaluated remotely. The <code>next</code> command\nsteps to the next line. Type <code>help</code> to see what other commands are available.</p>\n<p>Pressing <code>enter</code> without typing a command will repeat the previous debugger\ncommand.</p>",
/third_party/node/deps/v8/src/wasm/
H A Ddecoder.h407 // Fast path for single-byte integers. in read_leb()
H A Dwasm-engine.h90 // Fast path when the base pointers are the same. in operator <()
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dfuzzer.py19 (0.1, '--force-slow-path'),
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinffast_chunk.c212 /* we have two fast-path loads: 10+10 + 15+5 + 15 = 55, in inflate_fast_chunk_()

Completed in 38 milliseconds

1...<<1391139213931394139513961397139813991400>>...1518