| /third_party/ltp/testcases/lib/ |
| H A D | cmdlib.sh | 102 exists() function
|
| /third_party/ltp/testcases/kernel/syscalls/ioctl/ |
| H A D | ioctl_ns02.c | 25 int exists = access("/proc/self/ns/uts", F_OK); in setup() local
|
| H A D | ioctl_ns04.c | 24 int exists = access("/proc/self/ns/user", F_OK); in setup() local
|
| H A D | ioctl_ns03.c | 24 int exists = access("/proc/self/ns/uts", F_OK); in setup() local
|
| H A D | ioctl_ns01.c | 33 int exists = access("/proc/self/ns/pid", F_OK); in setup() local
|
| H A D | ioctl_ns06.c | 33 int exists = access("/proc/self/ns/user", F_OK); in setup() local
|
| H A D | ioctl_ns05.c | 32 int exists = access("/proc/self/ns/pid", F_OK); in setup() local
|
| /third_party/rust/crates/bindgen/bindgen/codegen/postprocessing/ |
| H A D | merge_extern_blocks.rs | 27 let mut exists = false; in visit_item_mod_mut() variables
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
| H A D | compare.py | 32 def exists(name, d): function
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/ |
| H A D | compare.py | 33 def exists(name, d): function
|
| /kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
| H A D | rxe_sysfs.c | 35 struct rxe_dev *exists; in rxe_param_set_add() local
|
| /third_party/eudev/src/udev/ |
| H A D | udevadm-settle.c | 60 const char *exists = NULL; in adm_settle() local
|
| /third_party/ltp/testcases/kernel/device-drivers/rtc/ |
| H A D | rtc02.c | 137 int exists = access(rtc_dev, F_OK); in rtc_setup() local
|
| /third_party/node/deps/v8/src/base/ |
| H A D | hashmap-entry.h | 35 bool exists() const { return exists_; } in exists() function 55 bool exists() const { return key != nullptr; } in exists() function 72 bool exists() const { return exists_; } in exists() function 92 bool exists() const { return key != nullptr; } in exists() function
|
| /third_party/python/Lib/ |
| H A D | genericpath.py | 16 def exists(path): function
|
| /third_party/python/Lib/lib2to3/fixes/ |
| H A D | fix_import.py | 15 from os.path import dirname, join, exists, sep namespace
|
| /third_party/vulkan-loader/scripts/ |
| H A D | parse_asm_values.py | 26 from os.path import exists namespace
|
| /third_party/mbedtls/tests/scripts/ |
| H A D | generate_pkcs7_tests.py | 18 from os.path import exists namespace
|
| /third_party/node/lib/internal/modules/ |
| H A D | package_json_reader.js | |
| /third_party/python/Lib/distutils/ |
| H A D | file_util.py | 177 from os.path import exists, isfile, isdir, basename, dirname namespace
|
| /third_party/selinux/libselinux/src/ |
| H A D | init.c | 57 int exists = 0; in selinuxfs_exists() local
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deUniquePtr.cpp | 37 Object (bool& exists) in Object() argument 66 MovePtr<Object> createObject (bool& exists) in createObject() argument 78 bool exists = false; in UniquePtr_selfTest() local 89 bool exists = false; in UniquePtr_selfTest() local 106 bool exists = false; UniquePtr_selfTest() local 114 bool exists = false; UniquePtr_selfTest() local 128 bool exists = false; UniquePtr_selfTest() local 141 bool exists = false; UniquePtr_selfTest() local 154 bool exists = false; UniquePtr_selfTest() local 175 bool exists = false; UniquePtr_selfTest() local 191 bool exists = false; UniquePtr_selfTest() local [all...] |
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| H A D | bytecode_analysis_results.h | 90 GetOrCreateElementInMap(std::unordered_map<std::string, std::unique_ptr<T>> &map, const std::string &name, bool &exists) GetOrCreateElementInMap() argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| H A D | analysis_bytecode_test.cpp | 59 bool exists = false; in HWTEST_F() local
|
| /base/security/asset/services/crypto_manager/src/ |
| H A D | secret_key.rs | 219 pub fn exists(&self) -> Result<bool> { in exists() functions
|