| /third_party/musl/ldso/ |
| H A D | dynlink.c | 908 * futher path search. */ in path_open() 1163 + sizeof "/etc/ld-musl-" LDSO_ARCH ".path"]; 1165 "%.*s/etc/ld-musl-" LDSO_ARCH ".path", 1928 } else if (!memcmp(opt, "library-path", 12)) {
|
| /third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
| H A D | sha1-586.pl | 71 # Add AVX code path, probably most controversial... The thing is that 73 # comparison to SSSE3 code path. But below result doesn't look like 81 # [according to its optimization manual]. Which is why AVX code path 84 # makes no sense to keep the AVX code path. If somebody feels that
|
| /third_party/node/deps/openssl/openssl/Configurations/ |
| H A D | unix-Makefile.tmpl | 286 # path, OPENSSLDIR will get its value without change. 287 # If the value from --openssldir is a relative path, 1344 ( echo >&2 "ERROR: unifdef not in your \$$PATH, FIPS checksums not calculated"; \ 1634 # second regexp eats up line endings as well, if the removed path is the
|
| /third_party/libabigail/ |
| H A D | NEWS | 201 ctf-reader: add support to looking debug information in external path 642 corpus/writer: sort emitted translation units by path name 1067 Consider file path when sorting virtual member functions 1286 Fix python interpreter path for el6
|
| /third_party/libabigail/tests/data/test-annotate/ |
| H A D | libtest23.so.abi | 18 <abi-instr address-size='64' path='test23-first-tu.cc' comp-dir-path='/home/dodji/git/libabigail/PR20369/tests/data/test-read-dwarf' language='LANG_C_plus_plus'> 1076 <abi-instr address-size='64' path='test23-second-tu.cc' comp-dir-path='/home/dodji/git/libabigail/PR20369/tests/data/test-read-dwarf' language='LANG_C_plus_plus'>
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
| H A D | mod.rs | 1751 pub fn unveil(path: *const ::c_char, permissions: *const ::c_char) -> ::c_int; in unveil() 1759 pub fn chflags(path: *const ::c_char, flags: ::c_uint) -> ::c_int; in chflags() 1763 path: *const ::c_char, in chflagsat() 1913 pub fn statfs(path: *const ::c_char, buf: *mut statfs) -> ::c_int; in statfs()
|
| /third_party/python/Doc/library/ |
| H A D | functions.rst | 1169 *file* is a :term:`path-like object` giving the pathname (absolute or 1322 >>> def opener(path, flags): 1323 ... return os.open(path, flags, dir_fd=dir_fd) 1352 (where :func:`open` is declared), :mod:`os`, :mod:`os.path`, :mod:`tempfile`,
|
| /third_party/python/Doc/c-api/ |
| H A D | exceptions.rst | 246 .. c:function:: PyObject* PyErr_SetImportError(PyObject *msg, PyObject *name, PyObject *path) 249 set as the exception's message string. *name* and *path*, both of which can 251 and ``path`` attributes. 256 .. c:function:: PyObject* PyErr_SetImportErrorSubclass(PyObject *exception, PyObject *msg, PyObject *name, PyObject *path)
|
| /third_party/openssl/Configurations/ |
| H A D | unix-Makefile.tmpl | 286 # path, OPENSSLDIR will get its value without change. 287 # If the value from --openssldir is a relative path, 1343 ( echo >&2 "ERROR: unifdef not in your \$$PATH, FIPS checksums not calculated"; \ 1633 # second regexp eats up line endings as well, if the removed path is the
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | BlitFramebufferANGLETest.cpp | 1602 // identical formats so that the path that uses vkCmdBlitImage is taken. 1650 // identical formats so that the path that uses vkCmdBlitImage is taken. 1825 // Test blitting to a stencil buffer with non-zero base. Exercises the compute path in the Vulkan 1826 // backend if stencil export is not supported. The blit is not 1-to-1 for this path to be taken.
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShader.cpp | 776 char path[1024]; in robustBufferAccess() local 777 snprintf(path, sizeof(path), SPIRV_SHADER_CFG_GRAPHVIZ_DOT_FILEPATH, codeSerialID); in robustBufferAccess() 778 WriteCFGGraphVizDotFile(path); in robustBufferAccess()
|
| /third_party/openssl/crypto/sha/asm/ |
| H A D | sha1-586.pl | 71 # Add AVX code path, probably most controversial... The thing is that 73 # comparison to SSSE3 code path. But below result doesn't look like 81 # [according to its optimization manual]. Which is why AVX code path 84 # makes no sense to keep the AVX code path. If somebody feels that
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 638 // there will be some other path to the successor that will not be in registerPossiblyHoistableBranch() 1220 // Quick exit test, handled by the full path below as well. in canSinkOrHoistInst() 1911 // path which did not originally have one. in promoteLoopAccessesToScalars() 1927 // blocks is reached, the original dynamic path would have taken us through in promoteLoopAccessesToScalars()
|
| /third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/with-circular-project-reference/ |
| H A D | change-builds-changes-and-reports-found-errors-message.js | 16 {"compilerOptions":{"composite":true,"declaration":true},"references":[{"path":"../tests","circular":true}]}
38 { "path": "../core" }
55 { "path": "../core" },
56 { "path": "../logic" }
|
| /third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/with-simple-project-reference-graph/ |
| H A D | change-builds-changes-and-reports-found-errors-message.js | 45 { "path": "../core" }
62 { "path": "../core" },
63 { "path": "../logic" }
91 { "path": "../logic/index" }
|
| /third_party/python/Objects/ |
| H A D | memoryobject.c | 1702 /* signed integers and fast path for 'B' */ in unpack_single() 2582 /* one-dimensional: fast path */ in memory_ass_sub() 2708 single element native format, the comparison uses a fast path (gcc creates 2730 /* signed integers and fast path for 'B' */ in unpack_cmp()
|
| H A D | bytesobject.c | 850 /* Fast path */ in _PyBytes_FormatEx() 872 /* Fast path */ in _PyBytes_FormatEx() 901 /* Fast path */ in _PyBytes_FormatEx() 924 /* Fast path */ in _PyBytes_FormatEx()
|
| /third_party/python/Modules/ |
| H A D | arraymodule.c | 716 /* Fast path: in array_richcompare() 769 the earlier fast-path check would have caught that. */ in array_richcompare() 2023 /* Fast path: No decoding has to be done. */ in array__array_reconstructor_impl() 2029 /* Slow path: Decode the byte string according to the given machine in array__array_reconstructor_impl()
|
| /third_party/rust/crates/rust-openssl/openssl/src/x509/ |
| H A D | mod.rs | 21 use std::path::Path; 486 /// Retrieves the path length extension from a certificate, if it exists. 1196 pub fn load_client_ca_file<P: AsRef<Path>>(file: P) -> Result<Stack<X509Name>, ErrorStack> { in load_client_ca_file()
|
| /third_party/node/doc/api/ |
| H A D | process.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"/> 309 <li><a href="path.html" class="nav-path">Pat [all...] |
| /third_party/typescript/doc/ |
| H A D | spec-ARCHIVED.md | 1817 If a declaration includes a type annotation that references the entity being declared through a circular path of type queries or type references containing type queries, the resulting type is the Any type. For example, all of the following variables are given the type Any:
1826 However, if a circular path of type queries includes at least one *ObjectType*, *FunctionType* or *ConstructorType*, the construct denotes a recursive type:
5519 * A comment of the form /// <reference path="…"/> that occurs before the first token in a source file adds a dependency on the source file specified in the path argument. The path is resolved relative to the directory of the containing source file.
5520 * A module import declaration that specifies a relative module name (section [11.3.1](#11.3.1)) resolves the name relative to the directory of the containing source file. If a source file with the resulting path and file extension '.ts' exists, that file is added as a dependency. Otherwise, if a source file with the resulting path and file extension '.d.ts' exists, that file is added as a dependency.
5648 For purposes of resolving module references, TypeScript associates a file path with every module. The file path is simply the path o [all...] |
| /third_party/mesa3d/src/mapi/glapi/registry/ |
| H A D | gl.xml | 13605 <param len="count">const <ptype>GLchar</ptype> *const*<name>path</name></param> 14348 <param group="Path"><ptype>GLuint</ptype> <name>resultPath</name></param> 14349 <param group="Path"><ptype>GLuint</ptype> <name>srcPath</name></param> 14595 <param group="Path"><ptype>GLuint</ptype> <name>pathBase</name></param> 14602 <param group="Path"><ptype>GLuint</ptype> <name>path</name></param> 14610 <param group="Path"><ptype>GLuint</ptype> <name>pathBase</name></param> 14617 <param group="Path"><ptype>GLuint</ptype> <name>path</name></param> 14994 <param group="Path"><ptyp [all...] |
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | gl.xml | 12331 <param len="count">const <ptype>GLchar</ptype> *const*<name>path</name></param> 13074 <param group="Path"><ptype>GLuint</ptype> <name>resultPath</name></param> 13075 <param group="Path"><ptype>GLuint</ptype> <name>srcPath</name></param> 13321 <param group="Path"><ptype>GLuint</ptype> <name>pathBase</name></param> 13328 <param group="Path"><ptype>GLuint</ptype> <name>path</name></param> 13336 <param group="Path"><ptype>GLuint</ptype> <name>pathBase</name></param> 13343 <param group="Path"><ptype>GLuint</ptype> <name>path</name></param> 13717 <param group="Path"><ptyp [all...] |
| /third_party/skia/third_party/externals/opengl-registry/xml/ |
| H A D | gl.xml | 12225 <param len="count">const <ptype>GLchar</ptype> *const*<name>path</name></param> 12968 <param group="Path"><ptype>GLuint</ptype> <name>resultPath</name></param> 12969 <param group="Path"><ptype>GLuint</ptype> <name>srcPath</name></param> 13215 <param group="Path"><ptype>GLuint</ptype> <name>pathBase</name></param> 13222 <param group="Path"><ptype>GLuint</ptype> <name>path</name></param> 13230 <param group="Path"><ptype>GLuint</ptype> <name>pathBase</name></param> 13237 <param group="Path"><ptype>GLuint</ptype> <name>path</name></param> 13611 <param group="Path"><ptyp [all...] |
| /third_party/skia/third_party/externals/dawn/third_party/khronos/ |
| H A D | gl.xml | 12875 <param len="count">const <ptype>GLchar</ptype> *const*<name>path</name></param> 13618 <param group="Path"><ptype>GLuint</ptype> <name>resultPath</name></param> 13619 <param group="Path"><ptype>GLuint</ptype> <name>srcPath</name></param> 13865 <param group="Path"><ptype>GLuint</ptype> <name>pathBase</name></param> 13872 <param group="Path"><ptype>GLuint</ptype> <name>path</name></param> 13880 <param group="Path"><ptype>GLuint</ptype> <name>pathBase</name></param> 13887 <param group="Path"><ptype>GLuint</ptype> <name>path</name></param> 14261 <param group="Path"><ptyp [all...] |