| /third_party/skia/third_party/externals/microhttpd/ |
| H A D | ChangeLog | 161 Added back unescaping for URI path (#3413) but without 199 Removed unescaping for URI path (#3371) as '+' should not 204 the application needs to apply unescaping to the path of the URI
|
| /third_party/python/Lib/idlelib/ |
| H A D | NEWS.txt | 178 bpo-41144: Make Open Module open a special module such as os.path. 266 bpo-37092: Add mousewheel scrolling for IDLE module, path, and stack 1251 - Issue #16226: Fix IDLE Path Browser crash.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 775 /// checks for the case where two basic blocks from true and false path 777 /// predicates, where the probability of the true path being taken is given 1089 /// reduce critical path length.
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| H A D | MipsFastISel.cpp | 1241 // FIXME: This path will currently return false. It was copied in processCallArgs() 1243 // The work to finish up this path will be done in a follow-on patch. in processCallArgs() 1251 // FIXME: This alignment is incorrect but this path is disabled in processCallArgs()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 1531 // Handle degenerate case where we either haven't pruned a dead path or a in processAssumeIntrinsic() 1778 /// true if every path from the entry block to 'Dst' passes via this edge. In 2088 // Perform fast-path value-number based elimination of values inherited from in processInstruction()
|
| /third_party/toybox/porting/liteos_a/toys/posix/ |
| H A D | ps.c | 303 {"COMMAND", "EXE path (/proc/PID/exe)", -27, -5}, 305 {"ARGS", "CMDLINE minus initial path", -27, -6}, 662 char *name; // Path under /proc/$PID directory in get_ps()
|
| /third_party/toybox/toys/posix/ |
| H A D | ps.c | 346 {"COMMAND", "EXE path (/proc/PID/exe)", -27, -5}, 348 {"ARGS", "CMDLINE minus initial path", -27, -6}, 705 char *name; // Path under /proc/$PID directory in get_ps()
|
| /third_party/tzdata/ |
| H A D | Makefile | 274 # -DTZ_DOMAINDIR=\"/path\" to use "/path" for gettext directory; 473 # The full path name of a POSIX-compliant shell, preferably one that supports
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | repeated_field.h | 419 // largely the presence of the fallback path disturbs the compilers mem-to-reg 1917 // Fast path: underlying arena representation (tagged pointer) is equal to in AddAllocatedInternal() 1962 // Fast path: underlying arena representation (tagged pointer) is equal to in AddAllocatedInternal()
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
| H A D | mod.rs | 1629 pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; in statfs() 1667 pub fn dirname(path: *mut ::c_char) -> *mut ::c_char; in dirname() 1668 pub fn basename(path: *mut ::c_char) -> *mut ::c_char; in basename()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | wpa_cli.c | 83 printf("wpa_cli [-p<path to ctrl sockets>] [-i<ifname>] [-hvB] " in usage() 95 " default path: " CONFIG_CTRL_IFACE_DIR "\n" in usage() 96 " default interface: first interface found in socket path\n"); in usage()
|
| /third_party/zlib/ |
| H A D | ChangeLog | 246 - Add gzopen_w() in Windows for wide character path names 257 - Fix the path to zlib.map in CMakeLists.txt 419 - Check for NULL path in gz_open [Homurlu]
|
| H A D | zlib.h | 1308 ZEXTERN gzFile ZEXPORT gzopen(const char *path, const char *mode); 1310 Open the gzip (.gz) file at path for reading and decompressing, or 1923 ZEXTERN gzFile ZEXPORT gzopen_w(const wchar_t *path,
|
| /third_party/weex-loader/deps/weex-styler/lib/ |
| H A D | validator.js | 2631 path: { 2719 path: ANYTHING_VALIDATOR, 2757 path: ANYTHING_VALIDATOR,
|
| /third_party/mesa3d/ |
| H A D | .pick_status.json | 2101 "description": "util/glsl2spirv: pass path to glslangValidator into the script", 3487 "description": "util/disk_cache: Add compression in blob cb path", 7924 "description": "gallium: Only use Asahi's software path on macOS", 8599 "description": "zink: always take the compact descriptor size path with kernel shaders", 15817 "description": "glthread: fix buffer allocation size with non-signed buffer offset path", 15961 "description": "isl: avoid gfx version switch cases on the hot path", 16303 "description": "zink: Fix dummy CB path decision for VK_EXT_cwe presence.", 16708 "description": "intel/genxml: use Path.replace instead of unlink and rename", 18274 "description": "mesa: unlock texture on error path in glEGLImageTargetTexStorageEXT", 18562 "description": "panfrost: Remove load_kernel_input path", [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| H A D | frame_node.cpp | 5429 OPINC_TYPE_E FrameNode::FindSuggestOpIncNode(std::string& path, const SizeF& boundary, int32_t depth) in FindSuggestOpIncNode() argument 5442 path = path + " --> " + hostTag; in FindSuggestOpIncNode() 5445 path.c_str(), depth, boundary.Height(), GetGeometryNode()->GetFrameSize().Height(), status); in FindSuggestOpIncNode() 5457 status = child->FindSuggestOpIncNode(path, boundary, depth + 1); in FindSuggestOpIncNode()
|
| /third_party/googletest/docs/ |
| H A D | gmock_cook_book.md | 265 virtual bool Open(const char* path, const char* mode) = 0; 271 bool Open(const char* path, const char* mode) override { 272 return OpenFile(path, mode); 1729 term "sequence" to mean a directed path in this DAG. Now, if we decompose the 2929 #include "path/to/mock_foo.h"
|
| /third_party/mbedtls/include/mbedtls/ |
| H A D | ssl.h | 1874 uint16_t MBEDTLS_PRIVATE(mtu); /*!< path mtu, used to fragment outgoing messages */ 2428 * example when a Path Maximum Transfer Unit (PMTU) 2451 * \param mtu Value of the path MTU in bytes 4753 * used, and for DTLS the path MTU as configured and current 5488 * \note If you have new information about the path MTU, you want to
|
| /third_party/littlefs/ |
| H A D | DESIGN.md | 644 Consider a path from data block 5 to data block 1. You can see how data block 3 654 The path to data block 0 is even faster, requiring only two jumps: 663 We can find the runtime complexity by looking at the path to any block from 664 the block containing the most pointers. Every step along the path divides 668 note is that this optimal path occurs naturally if we greedily choose the
|
| /third_party/node/doc/api/ |
| H A D | process.json | 533 "desc": "<p>The <code>process.dlopen()</code> method allows dynamically loading shared objects. It is\nprimarily used by <code>require()</code> to load C++ Addons, and should not be used\ndirectly, except in special cases. In other words, <a href=\"globals.html#require\"><code>require()</code></a> should be\npreferred over <code>process.dlopen()</code> unless there are specific reasons such as\ncustom dlopen flags or loading from ES modules.</p>\n<p>The <code>flags</code> argument is an integer that allows to specify dlopen\nbehavior. See the <a href=\"os.html#dlopen-constants\"><code>os.constants.dlopen</code></a> documentation for details.</p>\n<p>An important requirement when calling <code>process.dlopen()</code> is that the <code>module</code>\ninstance must be passed. Functions exported by the C++ Addon are then\naccessible via <code>module.exports</code>.</p>\n<p>The example below shows how to load a C++ Addon, named <code>local.node</code>,\nthat exports a <code>foo</code> function. All the symbols are loaded before\nthe call returns, by passing the <code>RTLD_NOW</code> constant. In this example\nthe constant is assumed to be available.</p>\n<pre><code class=\"language-mjs\">import { dlopen } from 'node:process';\nimport { constants } from 'node:os';\nimport { fileURLToPath } from 'node:url';\n\nconst module = { exports: {} };\ndlopen(module, fileURLToPath(new URL('local.node', import.meta.url)),\n constants.dlopen.RTLD_NOW);\nmodule.exports.foo();\n</code></pre>\n<pre><code class=\"language-cjs\">const { dlopen } = require('node:process');\nconst { constants } = require('node:os');\nconst { join } = require('node:path');\n\nconst module = { exports: {} };\ndlopen(module, join(__dirname, 'local.node'), constants.dlopen.RTLD_NOW);\nmodule.exports.foo();\n</code></pre>" 1521 "desc": "<p>The <code>process.argv</code> property returns an array containing the command-line\narguments passed when the Node.js process was launched. The first element will\nbe <a href=\"#processexecpath\"><code>process.execPath</code></a>. See <code>process.argv0</code> if access to the original value\nof <code>argv[0]</code> is needed. The second element will be the path to the JavaScript\nfile being executed. The remaining elements will be any additional command-line\narguments.</p>\n<p>For example, assuming the following script for <code>process-args.js</code>:</p>\n<pre><code class=\"language-mjs\">import { argv } from 'node:process';\n\n// print process.argv\nargv.forEach((val, index) => {\n console.log(`${index}: ${val}`);\n});\n</code></pre>\n<pre><code class=\"language-cjs\">const { argv } = require('node:process');\n\n// print process.argv\nargv.forEach((val, index) => {\n console.log(`${index}: ${val}`);\n});\n</code></pre>\n<p>Launching the Node.js process as:</p>\n<pre><code class=\"language-console\">$ node process-args.js one two=three four\n</code></pre>\n<p>Would generate the output:</p>\n<pre><code class=\"language-text\">0: /usr/local/bin/node\n1: /Users/mjr/work/node/process-args.js\n2: one\n3: two=three\n4: four\n</code></pre>" 1652 "desc": "<p>The <code>process.env</code> property returns an object containing the user environment.\nSee <a href=\"http://man7.org/linux/man-pages/man7/environ.7.html\"><code>environ(7)</code></a>.</p>\n<p>An example of this object looks like:</p>\n<!-- eslint-skip -->\n<pre><code class=\"language-js\">{\n TERM: 'xterm-256color',\n SHELL: '/usr/local/bin/bash',\n USER: 'maciej',\n PATH: '~/.bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin',\n PWD: '/Users/maciej',\n EDITOR: 'vim',\n SHLVL: '1',\n HOME: '/Users/maciej',\n LOGNAME: 'maciej',\n _: '/usr/local/bin/node'\n}\n</code></pre>\n<p>It is possible to modify this object, but such modifications will not be\nreflected outside the Node.js process, or (unless explicitly requested)\nto other <a href=\"worker_threads.html#class-worker\"><code>Worker</code></a> threads.\nIn other words, the following example would not work:</p>\n<pre><code class=\"language-console\">$ node -e 'process.env.foo = \"bar\"' && echo $foo\n</code></pre>\n<p>While the following will:</p>\n<pre><code class=\"language-mjs\">import { env } from 'node:process';\n\nenv.foo = 'bar';\nconsole.log(env.foo);\n</code></pre>\n<pre><code class=\"language-cjs\">const { env } = require('node:process');\n\nenv.foo = 'bar';\nconsole.log(env.foo);\n</code></pre>\n<p>Assigning a property on <code>process.env</code> will implicitly convert the value\nto a string. <strong>This behavior is deprecated.</strong> Future versions of Node.js may\nthrow an error when the value is not a string, number, or boolean.</p>\n<pre><code class=\"language-mjs\">import { env } from 'node:process';\n\nenv.test = null;\nconsole.log(env.test);\n// => 'null'\nenv.test = undefined;\nconsole.log(env.test);\n// => 'undefined'\n</code></pre>\n<pre><code class=\"language-cjs\">const { env } = require('node:process');\n\nenv.test = null;\nconsole.log(env.test);\n// => 'null'\nenv.test = undefined;\nconsole.log(env.test);\n// => 'undefined'\n</code></pre>\n<p>Use <code>delete</code> to delete a property from <code>process.env</code>.</p>\n<pre><code class=\"language-mjs\">import { env } from 'node:process';\n\nenv.TEST = 1;\ndelete env.TEST;\nconsole.log(env.TEST);\n// => undefined\n</code></pre>\n<pre><code class=\"language-cjs\">const { env } = require('node:process');\n\nenv.TEST = 1;\ndelete env.TEST;\nconsole.log(env.TEST);\n// => undefined\n</code></pre>\n<p>On Windows operating systems, environment variables are case-insensitive.</p>\n<pre><code class=\"language-mjs\">import { env } from 'node:process';\n\nenv.TEST = 1;\nconsole.log(env.test);\n// => 1\n</code></pre>\n<pre><code class=\"language-cjs\">const { env } = require('node:process');\n\nenv.TEST = 1;\nconsole.log(env.test);\n// => 1\n</code></pre>\n<p>Unless explicitly specified when creating a <a href=\"worker_threads.html#class-worker\"><code>Worker</code></a> instance,\neach <a href=\"worker_threads.html#class-worker\"><code>Worker</code></a> thread has its own copy of <code>process.env</code>, based on its\nparent thread's <code>process.env</code>, or whatever was specified as the <code>env</code> option\nto the <a href=\"worker_threads.html#class-worker\"><code>Worker</code></a> constructor. Changes to <code>process.env</code> will not be visible\nacross <a href=\"worker_threads.html#class-worker\"><code>Worker</code></a> threads, and only the main thread can make changes that\nare visible to the operating system or to native add-ons. On Windows, a copy of\n<code>process.env</code> on a <a href=\"worker_threads.html#class-worker\"><code>Worker</code></a> instance operates in a case-sensitive manner\nunlike the main thread.</p>" 2004 "textRaw": "`filename` {string} Name of the file where the report is written. This should be a relative path, that will be appended to the directory specified in `process.report.directory`, or the current working directory of the Node.js process, if unspecified.", 2007 "desc": "Name of the file where the report is written. This should be a relative path, that will be appended to the directory specified in `process.report.directory`, or the current working directory of the Node.js process, if unspecified."
|
| /third_party/libabigail/tests/data/test-abidiff/ |
| H A D | test-crc-1.xml | 1 <abi-corpus path='tests/data/test-symtab/kernel-modversions/one_of_each.ko' architecture='elf-amd-x86_64'> 10 <abi-instr version='1.0' address-size='64' path='tests/data/test-symtab/kernel-modversions/one_of_each.c' comp-dir-path='/ws/contrib/linux' language='LANG_C89'> 19 <abi-instr version='1.0' address-size='64' path='tests/data/test-symtab/kernel-modversions/one_of_each.mod.c' comp-dir-path='/ws/contrib/linux' language='LANG_C89'>
|
| H A D | test-crc-0.xml | 1 <abi-corpus path='tests/data/test-symtab/kernel-modversions/one_of_each.ko' architecture='elf-amd-x86_64'> 10 <abi-instr version='1.0' address-size='64' path='tests/data/test-symtab/kernel-modversions/one_of_each.c' comp-dir-path='/ws/contrib/linux' language='LANG_C89'> 19 <abi-instr version='1.0' address-size='64' path='tests/data/test-symtab/kernel-modversions/one_of_each.mod.c' comp-dir-path='/ws/contrib/linux' language='LANG_C89'>
|
| H A D | test-crc-2.xml | 1 <abi-corpus path='tests/data/test-symtab/kernel-modversions/one_of_each.ko' architecture='elf-amd-x86_64'> 10 <abi-instr version='1.0' address-size='64' path='tests/data/test-symtab/kernel-modversions/one_of_each.c' comp-dir-path='/ws/contrib/linux' language='LANG_C89'> 19 <abi-instr version='1.0' address-size='64' path='tests/data/test-symtab/kernel-modversions/one_of_each.mod.c' comp-dir-path='/ws/contrib/linux' language='LANG_C89'>
|
| /third_party/python/Doc/howto/ |
| H A D | logging-cookbook.rst | 1129 fn = os.path.splitext(os.path.basename(__file__))[0] 2399 if not os.path.exists(filename): 2445 if not os.path.exists(filename): 3264 scriptname = os.path.basename(__file__)
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3362 std::string Path; in parseDirectiveFile() local 3368 parseEscapedString(Path)) in parseDirectiveFile() 3376 "explicit path specified, but no file number") || in parseDirectiveFile() 3380 Directory = Path; in parseDirectiveFile() 3382 Filename = Path; in parseDirectiveFile()
|