/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
|
/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...] |
H A D | deSharedPtr.cpp | 44 Object (bool& exists) in Object() argument 62 DerivedObject (bool& exists) in DerivedObject() argument 71 SharedPtrTestThread (const SharedPtr<Object>& ptr, const bool& exists) in SharedPtrTestThread() argument 107 WeakPtrTestThread (const SharedPtr<Object>& ptr, const bool& exists) in WeakPtrTestThread() argument 140 SharedPtr<Object> makeObject (bool& exists) in makeObject() argument 187 bool exists = false; SharedPtr_selfTest() local 199 bool exists = false; SharedPtr_selfTest() local 216 bool exists = false; SharedPtr_selfTest() local 224 bool exists = false; SharedPtr_selfTest() local 233 bool exists = false; SharedPtr_selfTest() local 245 bool exists = false; SharedPtr_selfTest() local 260 bool exists = false; SharedPtr_selfTest() local 295 bool exists = false; SharedPtr_selfTest() local 320 bool exists = false; SharedPtr_selfTest() local 336 bool exists = false; SharedPtr_selfTest() local 349 bool exists = false; SharedPtr_selfTest() local 363 bool exists = false; SharedPtr_selfTest() local 392 bool exists = false; SharedPtr_selfTest() local 411 bool exists = false; SharedPtr_selfTest() local 429 bool exists = false; SharedPtr_selfTest() local [all...] |
/base/security/asset/services/crypto_manager/src/ |
H A D | secret_key.rs | 219 pub fn exists(&self) -> Result<bool> { in exists() functions
|
/third_party/node/test/message/ |
H A D | testcfg.py | 31 from os.path import join, exists, basename, isdir namespace
|
/third_party/node/test/pseudo-tty/ |
H A D | testcfg.py | 32 from os.path import join, exists, basename, dirname, isdir namespace
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | VkSurfaceKHR.hpp | 49 bool exists() const { return (imageStatus != NONEXISTENT); } in exists() function in vk::PresentImage
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUData.java | 92 public static boolean exists(final String resourceName) { in exists() method in ICUData
|