Home
last modified time | relevance | path

Searched refs:access (Results 2526 - 2536 of 2536) sorted by relevance

1...<<101102

/third_party/musl/ldso/linux/
H A Ddynlink.c3000 * since it does not have access to their addresses to begin with. */
3004 * and access string literals and static data, but cannot use extern
3591 if (ret > 0 && access(asan_file, F_OK) == 0) { in dlopen_impl()
4453 // Unload all sos at the end because weak symbol may cause later unloaded so to access the previous so's function. in do_dlclose()
/third_party/python/Lib/test/
H A Dtest_os.py184 self.assertTrue(os.access(os_helper.TESTFN, os.W_OK))
534 # Make sure direct access works
620 # Make sure direct access works
725 # Default to FindFirstFile WIN32_FIND_DATA when access is
2462 # Since we can't access the contents of the process' stdout until the
4046 ('access', False, (os.F_OK,), None),
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dfplsp.S6750 # access. Another effect of using a single-precision #
6786 # Notes: a) In order to reduce memory access, the coefficients #
6914 # Notes: a) In order to reduce memory access, the coefficients #
6972 # Notes: a) In order to reduce memory access, the coefficients #
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S6750 # access. Another effect of using a single-precision #
6786 # Notes: a) In order to reduce memory access, the coefficients #
6914 # Notes: a) In order to reduce memory access, the coefficients #
6972 # Notes: a) In order to reduce memory access, the coefficients #
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp2375 return access(path.c_str(), F_OK) == 0; in CheckIsThreadInFoundation()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c10780 return access(tracefs_available_filter_functions_addrs(), R_OK) != -1; in has_available_filter_functions_addrs()
/third_party/libbpf/src/
H A Dlibbpf.c11236 return access(tracefs_available_filter_functions_addrs(), R_OK) != -1;
/third_party/lame/
H A Dconfigure14730 long padding; /* to prevent unaligned access */
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js25353 forceDarkAccess(access) {
25476 mediaPlayGestureAccess(access) {
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs18913 /// can enclose and provide immutable access to borrowed data, and clone the
19324 //! only allows access to `&T`, a shared reference.
19337 //! This type allows for shared access to the contained data, and is often
21512 /// // The strong here keeps it alive, so we can still access the object.
22505 // Using `Vec` to access `set_len()`. in repeat()
24741 // this would alias with concurrent access to the reference counts (e.g. by `Weak`). in get_mut_unchecked()
24759 // counter in `drop` -- the only access that happens when any but the last reference in is_unique()
24819 // > It is important to enforce any possible access to the object in one in drop()
24822 // > operation after dropping a reference (any access to the object in drop()
24924 /// // The strong here keeps it alive, so we can still access th
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c485 ** direct access to string constants within the DLL. ^The
1346 ** shortly after it is opened in order to provide a custom VFS with access
1636 ** structure that SQLite will ever modify. SQLite will only access
1710 ** for exclusive access.
1769 ** from one release to the next. Applications must not attempt to access
2112 ** The application is responsible for serializing access to
2128 ** [SQLITE_THREADSAFE=1]) the SQLite library will itself serialize access
3036 ** an attempt is made to access a database table associated with
3051 ** access the database and [SQLITE_BUSY] is returned
3054 ** is made to access th
[all...]

Completed in 266 milliseconds

1...<<101102