| /third_party/openssl/ |
| H A D | INSTALL.md | 205 the global search path for system libraries. 403 already on the system include path. 410 If not provided the system library path will be used. 413 without a path). This flag must be provided if the 417 **On VMS:** this is the filename of the zlib library (with or without a path). 512 This option will enable the use of the Kernel TLS data-path, which can improve 516 Kernel TLS data-path. 1224 $ /PATH/TO/OPENSSL/SOURCE/Configure [[ options ]] 1231 $ perl D:[PATH.TO.OPENSSL.SOURCE]Configure [[ options ]] 1238 $ perl d:\PATH\T [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | main.cpp | 244 static vector<uint32_t> read_spirv_file(const char *path) in read_spirv_file() argument 246 if (path[0] == '-' && path[1] == '\0') in read_spirv_file() 249 FILE *file = fopen(path, "rb"); in read_spirv_file() 252 fprintf(stderr, "Failed to open SPIR-V file: %s\n", path); in read_spirv_file() 268 static bool write_string_to_file(const char *path, const char *string) in write_string_to_file() argument 270 FILE *file = fopen(path, "w"); in write_string_to_file() 273 fprintf(stderr, "Failed to write file: %s\n", path); in write_string_to_file() 947 "\t[--output <output path>]: If not provided, prints output to stdout.\n" in print_help() 1707 // Special case reflection because it has little to do with the path followe in main_inner() [all...] |
| /third_party/pcre2/pcre2/doc/html/ |
| H A D | pcre2grep.html | 64 arguments are treated as path names. At least one of <b>-e</b>, <b>-f</b>, or an 298 If an input path is not a regular file or a directory, "action" specifies how 300 (silently skip the path). 304 If an input path is a directory, "action" specifies how it is to be processed. 307 "skip" (silently skip the path, the default in Windows environments). In the 336 file name, not the entire path. The <b>-F</b>, <b>-w</b>, and <b>-x</b> options do 357 name, not the entire path. The <b>-F</b>, <b>-w</b>, and <b>-x</b> options do not 462 the entire path. The <b>-F</b>, <b>-w</b>, and <b>-x</b> options do not apply to 481 the final component of the directory name, not the entire path. The <b>-F</b>, 768 If any given path i [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | MemorySSA.cpp | 607 /// may or may not be present in the path of defs from LastNode..SearchStart, 635 // If we've already visited this path with this MemoryLocation, we don't in getBlockingAccess() 680 // We've hit our target. Save this path off for if we want to continue in getBlockingAccess() 682 // we've reached back to the OriginalAccess, do not save path, we've in getBlockingAccess() 737 /// The path that contains our result. 763 /// A path is a series of {MemoryAccess, MemoryLocation} pairs. A path 784 assert(!Paths.empty() && "Need a path to move"); in tryOptimizePhi() 825 // above this phi, whereas the other can. If we cache the second path in tryOptimizePhi() 947 // Fast path fo in findClobber() [all...] |
| /third_party/typescript/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/disabledSourceRef/ |
| H A D | dependency-dts-deleted.js | 40 {"compilerOptions":{"composite":true,"declarationMap":true,"disableSourceOfProjectReferenceRedirect":true},"references":[{"path":"../dependency"}]}
203 Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main
219 "path": "/user/username/projects/myproject/dependency", 265 Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main
339 Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/dependency
360 Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency
444 Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random
699 Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency
2232 Info 113 [00:03:44.000] Search path: /user/username/projects/myproject/random
2651 Info 128 [00:04:51.000] Search path [all...] |
| H A D | dependency-dtsMap-deleted.js | 40 {"compilerOptions":{"composite":true,"declarationMap":true,"disableSourceOfProjectReferenceRedirect":true},"references":[{"path":"../dependency"}]}
203 Info 2 [00:01:05.000] Search path: /user/username/projects/myproject/main
219 "path": "/user/username/projects/myproject/dependency", 265 Info 26 [00:01:29.000] Search path: /user/username/projects/myproject/main
339 Info 30 [00:01:39.000] Search path: /user/username/projects/myproject/dependency
360 Info 42 [00:01:51.000] Search path: /user/username/projects/myproject/dependency
444 Info 46 [00:02:06.000] Search path: /user/username/projects/myproject/random
699 Info 67 [00:02:43.000] Search path: /user/username/projects/myproject/dependency
2239 Info 109 [00:03:40.000] Search path: /user/username/projects/myproject/random
2673 Info 123 [00:04:46.000] Search path [all...] |
| /third_party/python/Lib/idlelib/ |
| H A D | ChangeLog | 322 the path to the Windows Doc directory (relative to python.exe). 324 Windows use a hard coded path relative to the location of this 613 Find the help.txt file relative to __file__ or ".", not in sys.path. 628 same directory as __file__, rather than searching for it along sys.path. 1069 sys.path is absolutized, and all relevant paths are inserted into it. 1156 * PathBrowser.py: Don't crash when sys.path contains an empty string. 1172 * PathBrowser.py: "Path browser" - 4 scrolled lists displaying: 1173 directories on sys.path 1233 * PyShell.py: Add current dir or paths of file args to sys.path. 1405 Fix the class browser to work even when the file is not on sys.path [all...] |
| /third_party/python/ |
| H A D | configure | 80 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 81 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 87 # Find who we are. Look in the path if we contain no directory separator. 92 for as_dir in $PATH 107 # in which case we are not to be found in the path. 199 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 1763 installation path. see Mac/README.rst (default is 1791 path t [all...] |
| /test/xts/acts/multimedia/audio/audio_js_standard/audioRenderer/entry/src/ohosTest/ets/test/ |
| H A D | AudioRenderer.test.ets | 71 console.info(`case1 getFilesDir is path : ${data}`); 105 console.info(`${TagFrmwkRender}: AudioRenderer : Path : ${pathName}`); 132 console.info(`${TagFrmwkRender}:ss: File Path: ${ss}`); 201 console.info(`${TagFrmwkRender}: AudioRenderer : Path : ${pathName}`); 224 console.info(`${TagFrmwkRender}:ss: File Path: ${ss}`); 296 console.info(`${TagFrmwkRender}: AudioRenderer : Path : ${pathName}`); 342 console.info(`${TagFrmwkRender}:case2: File Path: ${ss}`); 423 console.info(`${TagFrmwkRender}: AudioRenderer : Path : ${pathName}`); 494 console.info(`${TagFrmwkRender}:case2: File Path: ${ss}`); 618 console.info(`${TagFrmwkRender}:case 2:AudioFrameworkRenderLog: File Path [all...] |
| /third_party/mesa3d/docs/relnotes/ |
| H A D | 21.2.0.rst | 168 - [RADV] - Path of Exile (238960) - Ground decals are missing or corrupted using the Vulkan renderer. 576 - panfrost: Streamline fixed-function get_blend path 766 - panfrost: Add util_draw_indirect() debug path 1338 - venus: fix dmabuf import fail path 1593 - CI: Fix path confusion in OpenCL Piglit execution 1621 - ci/piglit: Fix path to uploaded images 1631 - ci: Be consistent about install path 1640 - ci/lava: Pass MinIO path on the command line 1817 - crocus: optimise bo_unref path a little. 1978 - mesa/st: Only use 16-bit ints or floats in the NIR path [all...] |
| /third_party/node/doc/changelogs/ |
| H A D | CHANGELOG_V5.md | 147 * \[[`d66d883a85`](https://github.com/nodejs/node/commit/d66d883a85)] - **doc**: path.format provide more examples (John Eversole) [#5838](https://github.com/nodejs/node/pull/5838) 181 * \[[`fc89d17656`](https://github.com/nodejs/node/commit/fc89d17656)] - **path**: fixing a test that breaks on some machines. (Mike Kaufman) [#6067](https://github.com/nodejs/node/pull/6067) 236 * **path**: 257 * \[[`1c4007927d`](https://github.com/nodejs/node/commit/1c4007927d)] - **path**: fix win32.isAbsolute() inconsistency (Brian White) [#6028](https://github.com/nodejs/node/pull/6028) 315 * \[[`5676a35bd9`](https://github.com/nodejs/node/commit/5676a35bd9)] - **doc**: explain path.format expected properties (John Eversole) [#5801](https://github.com/nodejs/node/pull/5801) 379 * \[[`0ffd794b27`](https://github.com/nodejs/node/commit/0ffd794b27)] - **doc**: Add windows example for Path.format (Mithun Patel) [#5700](https://github.com/nodejs/node/pull/5700) 386 * \[[`75f723c0aa`](https://github.com/nodejs/node/commit/75f723c0aa)] - **doc**: fix invalid path doc comments (Rich Trott) [#5670](https://github.com/nodejs/node/pull/5670) 387 * \[[`724b87d75c`](https://github.com/nodejs/node/commit/724b87d75c)] - **doc**: explain path.format() algorithm (Rich Trott) [#5688](https://github.com/nodejs/node/pull/5688) 395 * \[[`6e5835b8cd`](https://github.com/nodejs/node/commit/6e5835b8cd)] - **path**: refactor path [all...] |
| /third_party/python/Objects/ |
| H A D | unicodeobject.c | 3886 /* The normal path */ in PyUnicode_AsEncodedString() 4061 PyObject *path = NULL; in PyUnicode_FSConverter() local 4070 path = PyOS_FSPath(arg); in PyUnicode_FSConverter() 4071 if (path == NULL) { in PyUnicode_FSConverter() 4074 if (PyBytes_Check(path)) { in PyUnicode_FSConverter() 4075 output = path; in PyUnicode_FSConverter() 4078 output = PyUnicode_EncodeFSDefault(path); in PyUnicode_FSConverter() 4079 Py_DECREF(path); in PyUnicode_FSConverter() 4102 PyObject *path = NULL; in PyUnicode_FSDecoder() local 4112 path in PyUnicode_FSDecoder() [all...] |
| /third_party/node/doc/api/ |
| H A D | all.html | 62 <li><a href="path.html" class="nav-path">Path</a></li> 102 <path fill="none" d="M0 0h24v24H0z" /> 103 <path d="M11.1 12.08c-2.33-4.51-.5-8.48.53-10.07C6.27 2.2 1.98 6.59 1.98 12c0 .14.02.28.02.42.62-.27 1.29-.42 2-.42 1.66 0 3.18.83 4.1 2.15A4.01 4.01 0 0111 18c0 1.52-.87 2.83-2.12 3.51.98.32 2.03.5 3.11.5 3.5 0 6.58-1.8 8.37-4.52-2.36.23-6.98-.97-9.26-5.41z"/> 104 <path d="M7 16h-.18C6.4 14.84 5.3 14 4 14c-1.66 0-3 1.34-3 3s1.34 3 3 3h3c1.1 0 2-.9 2-2s-.9-2-2-2z"/> 107 <path d="M0 0h24v24H0z" fill="none" /> 108 <path d="M6.76 4.84l-1.8-1.79-1.41 1.41 1.79 1.79 1.42-1.41zM4 10.5H1v2h3v-2zm9-9.95h-2V3.5h2V.55zm7.45 3.91l-1.41-1.41-1.79 1.79 1.41 1.41 1.79-1.79zm-3.21 13.7l1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4zM20 10.5v2h3v-2h-3zm-8-5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm-1 16.95h2V19.5h-2v2.95zm-7.45-3.91l1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8z"/> 1042 <li><span class="stability_1"><a href="#all_cli_--snapshot-blobpath"><code>--snapshot-blob=path</code></a></span></li> 1078 <li><span class="stability_1"><a href="#all_cli_--watch-path"><cod [all...] |
| /third_party/python/Doc/whatsnew/ |
| H A D | 3.11.rst | 86 <whatsnew311-pythonsafepath>` to :data:`sys.path` 470 which disable the automatic prepending to :data:`sys.path` 484 * Bytes are no longer accepted on :data:`sys.path`. Support broke sometime 531 :data:`sys.path`. Otherwise, initialization will recalculate the path and replace 913 * :meth:`~pathlib.Path.glob` and :meth:`~pathlib.Path.rglob` return only 1263 * Added :attr:`~zipfile.Path.stem`, :attr:`~zipfile.Path.suffix` 1264 and :attr:`~zipfile.Path [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_argparse.py | 91 os.chmod(os.path.join(self.temp_dir, name), stat.S_IWRITE) 95 file_path = os.path.join(self.temp_dir, filename) 1543 ('invalid', '@no-such-path\n'), 1545 for path, text in file_texts: 1546 with open(path, 'w', encoding="utf-8") as file: 1575 for path, text in file_texts: 1576 with open(path, 'w', encoding="utf-8") as file: 1682 with open(os.path.join(self.temp_dir, file_name), 1704 file = open(os.path.join(self.temp_dir, 'good'), 'w', encoding="utf-8") 1723 with open(os.path [all...] |
| /third_party/pulseaudio/po/ |
| H A D | cs.po | 66 " --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n" 72 " -p, --dl-search-path=PATH Set the search path for dynamic " 146 " -p, --dl-search-path=CESTA Nastavit cestu hledání pro dynamicky\n" 206 "valid file name 'file:<path>', 'newfile:<path>'." 214 "name 'file:<path>', 'newfile:<path>' [all...] |
| H A D | pt_BR.po | 67 " --log-target={auto,syslog,stderr,file:PATH,newfile:PATH}\n" 73 " -p, --dl-search-path=PATH Set the search path for dynamic " 158 " -p, --dl-search-path=CAMINHO Define o caminho de pesquisa para\n" 227 "valid file name 'file:<path>', 'newfile:<path>'." 235 "name 'file:<path>', 'newfile:<path>' [all...] |
| /applications/sample/camera/setting/setting/src/main/cpp/ |
| H A D | wpa_work.c | 24 #define PATH "/storage/app/run/com.huawei.setting/setting/assets/setting/resources/base/element/wpa_supplicant.conf" macro 493 arg[++i] = (char *)PATH; in ThreadMain()
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/mission/ |
| H A D | mission_data_storage.cpp | 340 TAG_LOGE(AAFwkTag::ABILITYMGR, "PathToRealPath fail, file path=%{public}s", in ReadFileToBuffer() 353 TAG_LOGE(AAFwkTag::ABILITYMGR, "fail, real path=%{public}s", realPath.c_str()); in ReadFileToBuffer()
|
| /foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
| H A D | context_deal.cpp | 95 void ContextDeal::SetBundleCodePath(std::string &path) in SetBundleCodePath() argument 97 path_ = path; in SetBundleCodePath()
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/ |
| H A D | app_recovery.cpp | 472 bool AppRecovery::GetMissionIds(std::string path, std::vector<int32_t> &missionIds) in GetMissionIds() argument 474 DIR *dir = opendir(path.c_str()); in GetMissionIds()
|
| /foundation/ability/ability_base/test/unittest/extractor/ |
| H A D | extractor_test.cpp | 130 * FunctionPoints:Get load file path 132 * CaseDescription: Get load file path.
|
| /foundation/arkui/ace_engine/frameworks/core/components/svg/parse/ |
| H A D | svg_dom.cpp | 68 { "path", []() -> RefPtr<SvgNode> { return SvgPath::Create(); } }, 109 if (attrPair.first == "clip-path") { in SvgDom()
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
| H A D | cj_page_router.cpp | 166 void CJPageRouter::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument 177 // path is invalid for cj in GetState()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/ |
| H A D | builder_node.ts | 15 /// <reference path="../../state_mgmt/src/lib/common/ifelse_native.d.ts" /> 16 /// <reference path="../../state_mgmt/src/lib/puv2_common/puv2_viewstack_processor.d.ts" />
|