Home
last modified time | relevance | path

Searched defs:exists (Results 1 - 25 of 71) sorted by relevance

123

/third_party/ltp/testcases/lib/
H A Dcmdlib.sh102 exists() function
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl_ns02.c25 int exists = access("/proc/self/ns/uts", F_OK); in setup() local
H A Dioctl_ns04.c24 int exists = access("/proc/self/ns/user", F_OK); in setup() local
H A Dioctl_ns03.c24 int exists = access("/proc/self/ns/uts", F_OK); in setup() local
H A Dioctl_ns01.c33 int exists = access("/proc/self/ns/pid", F_OK); in setup() local
H A Dioctl_ns06.c33 int exists = access("/proc/self/ns/user", F_OK); in setup() local
H A Dioctl_ns05.c32 int exists = access("/proc/self/ns/pid", F_OK); in setup() local
/third_party/rust/crates/bindgen/bindgen/codegen/postprocessing/
H A Dmerge_extern_blocks.rs27 let mut exists = false; in visit_item_mod_mut() variables
/third_party/eudev/src/udev/
H A Dudevadm-settle.c60 const char *exists = NULL; in adm_settle() local
/third_party/ltp/testcases/kernel/device-drivers/rtc/
H A Drtc02.c137 int exists = access(rtc_dev, F_OK); in rtc_setup() local
/third_party/node/deps/v8/src/base/
H A Dhashmap-entry.h35 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 Dgenericpath.py16 def exists(path): function
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_import.py15 from os.path import dirname, join, exists, sep namespace
/third_party/vulkan-loader/scripts/
H A Dparse_asm_values.py26 from os.path import exists namespace
/third_party/mbedtls/tests/scripts/
H A Dgenerate_pkcs7_tests.py18 from os.path import exists namespace
/third_party/node/lib/internal/modules/
H A Dpackage_json_reader.js
/third_party/python/Lib/distutils/
H A Dfile_util.py177 from os.path import exists, isfile, isdir, basename, dirname namespace
/third_party/selinux/libselinux/src/
H A Dinit.c57 int exists = 0; in selinuxfs_exists() local
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeUniquePtr.cpp37 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 DdeSharedPtr.cpp44 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 Dsecret_key.rs219 pub fn exists(&self) -> Result<bool> { in exists() functions
/third_party/node/test/message/
H A Dtestcfg.py31 from os.path import join, exists, basename, isdir namespace
/third_party/node/test/pseudo-tty/
H A Dtestcfg.py32 from os.path import join, exists, basename, dirname, isdir namespace
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DVkSurfaceKHR.hpp49 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 DICUData.java92 public static boolean exists(final String resourceName) { in exists() method in ICUData

Completed in 8 milliseconds

123