Home
last modified time | relevance | path

Searched full:path (Results 35676 - 35700 of 38346) sorted by relevance

1...<<1421142214231424142514261427142814291430>>...1534

/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_ca.h1202 __ISB(); //ensure instruction fetch path sees new state in L1C_InvalidateBTAC()
1211 __ISB(); //ensure instruction fetch path sees new I cache state in L1C_InvalidateICacheMVA()
1219 __ISB(); //ensure instruction fetch path sees new I cache state in L1C_InvalidateICacheAll()
2927 __ISB(); //ensure instruction fetch path sees new state in MMU_InvalidateTLB()
/third_party/curl/docs/
H A DFAQ699 in the first path part. List the "/tmp" directory like this:
703 or the not-quite-kosher-but-more-readable way, by simply starting the path
1072 re-routed around the physical problem through another path.
1244 * Add an option to the linker command line that specify the hard-coded path
/third_party/gn/src/gn/
H A Dninja_rust_binary_target_writer_unittest.cc1277 // requesting a system library. The path to that library must be specified in TEST_F()
1285 // 3. A dependency on a library path which will be used for linking, which is in TEST_F()
1287 // be needed to resolve the path to a native library in a #[link] in TEST_F()
1297 // library through #[link] without having to specify the path in ldflags in TEST_F()
/third_party/googletest/docs/
H A Dadvanced.md670 path/to/foo_test.cc:11: Failure
675 path/to/foo_test.cc:17: A
677 path/to/foo_test.cc:12: Failure
1965 to a non-existent file path. If a test program supports sharding, it will create
/third_party/icu/docs/userguide/dev/
H A Dcodingguidelines.md1669 descriptive test module path to the test system by calling `addTest()`. The
1673 group, according to the common part of the test module path.
1726 test as well as the absolute 'path' to the test. Paths may be up to 127 chars in
1778 [-no_err_msg] [ -h] [ /path/to/test ]
/third_party/mbedtls/programs/ssl/
H A Dssl_client2.c130 " ca_path=%%s The path containing the top-level CA(s) you fully trust\n" \
339 " context_file=%%s The file path to write a serialized connection\n" \
343 " option: a file path\n"
477 const char *ca_path; /* the path with the CA certificate(s) reside */
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c2129 /* Finds the empty path through `node' which is the one that should be
2130 taken according to POSIX.2 rules, and adds the tags on that path to
2132 set to the number of tags seen on the path. */
2207 /* The path must go through both children. */ in tre_match_empty()
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c839 * futher path search. */ in path_open()
1092 + sizeof "/etc/ld-musl-" LDSO_ARCH ".path"]; in load_library()
1094 "%.*s/etc/ld-musl-" LDSO_ARCH ".path", in load_library()
1827 } else if (!memcmp(opt, "library-path", 12)) { in __dls3()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c2130 /* Finds the empty path through `node' which is the one that should be
2131 taken according to POSIX.2 rules, and adds the tags on that path to
2133 set to the number of tags seen on the path. */
2208 /* The path must go through both children. */ in tre_match_empty()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c2129 /* Finds the empty path through `node' which is the one that should be
2130 taken according to POSIX.2 rules, and adds the tags on that path to
2132 set to the number of tags seen on the path. */
2207 /* The path must go through both children. */ in tre_match_empty()
/third_party/musl/src/regex/
H A Dregcomp.c2129 /* Finds the empty path through `node' which is the one that should be
2130 taken according to POSIX.2 rules, and adds the tags on that path to
2132 set to the number of tags seen on the path. */
2207 /* The path must go through both children. */ in tre_match_empty()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c839 * futher path search. */ in path_open()
1092 + sizeof "/etc/ld-musl-" LDSO_ARCH ".path"]; in load_library()
1094 "%.*s/etc/ld-musl-" LDSO_ARCH ".path", in load_library()
1826 } else if (!memcmp(opt, "library-path", 12)) { in __dls3()
/third_party/lz4/lib/
H A Dlz4.c148 * together with a simple 8-byte copy loop as a fall-back path.
152 * before going to the fall-back path become useless overhead.
567 * including _tzcnt_u64. Therefore, we need to neuter the _tzcnt_u64 code path for ARM64EC. in LZ4_NbCommonBytes()
633 Note that this code path is never triggered in 32-bits mode. */ in LZ4_NbCommonBytes()
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc736 // Fall back to slow path. in WriteJSArray()
2276 // Fast path (following map transitions). in ReadJSObjectProperties()
2361 // Fell out of transitioning fast path. Commit the properties gathered so in ReadJSObjectProperties()
2386 // Slow path. in ReadJSObjectProperties()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c380 * potentially defined along any possible control flow path. We'll use this in ntt_live_regs()
1469 /* The normal path for NIR to TGSI ALU op translation */ in ntt_emit_alu()
1475 /* TODO: Use something like the ntt_store() path for the MOV calls so we in ntt_emit_alu()
2337 * the draw path (i915g). In that case, having called nir_lower_int_to_float in ntt_emit_load_sysval()
/third_party/musl/ldso/
H A Ddynlink.c908 * 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 Dsha1-586.pl71 # 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 Dunix-Makefile.tmpl286 # 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 DNEWS201 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 Dlibtest23.so.abi18 <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 Dmod.rs1751 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 Dfunctions.rst1169 *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 Dexceptions.rst246 .. 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 Dunix-Makefile.tmpl286 # 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 DBlitFramebufferANGLETest.cpp1602 // 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.

Completed in 106 milliseconds

1...<<1421142214231424142514261427142814291430>>...1534