Home
last modified time | relevance | path

Searched defs:exists (Results 1 – 25 of 72) sorted by relevance

123

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSharedPtr.cpp44 Object (bool& exists) in Object()
62 DerivedObject (bool& exists) in DerivedObject()
71 SharedPtrTestThread (const SharedPtr<Object>& ptr, const bool& exists) in SharedPtrTestThread()
107 WeakPtrTestThread (const SharedPtr<Object>& ptr, const bool& exists) in WeakPtrTestThread()
140 SharedPtr<Object> makeObject (bool& exists) in makeObject()
187 bool exists = false; in SharedPtr_selfTest() local
199 bool exists = false; in SharedPtr_selfTest() local
216 bool exists = false; in SharedPtr_selfTest() local
224 bool exists = false; in SharedPtr_selfTest() local
233 bool exists = false; in SharedPtr_selfTest() local
[all …]
DdeUniquePtr.cpp37 Object (bool& exists) in Object()
66 MovePtr<Object> createObject (bool& exists) in createObject()
78 bool exists = false; in UniquePtr_selfTest() local
89 bool exists = false; in UniquePtr_selfTest() local
106 bool exists = false; in UniquePtr_selfTest() local
114 bool exists = false; in UniquePtr_selfTest() local
128 bool exists = false; in UniquePtr_selfTest() local
141 bool exists = false; in UniquePtr_selfTest() local
154 bool exists = false; in UniquePtr_selfTest() local
175 bool exists = false; in UniquePtr_selfTest() local
[all …]
/third_party/weex-loader/
Dmodule-source.js19 const exists = function(src, dst, callback) { function
23 fs.exists(dst, function(exists) { argument
/third_party/node/deps/v8/src/utils/
Dutils.cc116 std::vector<char> ReadCharsFromFile(FILE* file, bool* exists, bool verbose, in ReadCharsFromFile()
144 std::vector<char> ReadCharsFromFile(const char* filename, bool* exists, in ReadCharsFromFile()
174 std::string ReadFile(const char* filename, bool* exists, bool verbose) { in ReadFile()
179 std::string ReadFile(FILE* file, bool* exists, bool verbose) { in ReadFile()
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DNVCtrl.c346 Bool exists; in XNVCTRLQueryTargetAttribute() local
397 Bool exists; in XNVCTRLQueryTargetAttribute64() local
437 Bool exists; in XNVCTRLQueryTargetStringAttribute() local
564 Bool exists; in XNVCTRLQueryValidTargetAttributeValues32() local
606 Bool exists; in XNVCTRLQueryValidTargetStringAttributeValues() local
652 Bool exists; in XNVCTRLQueryValidTargetAttributeValues64() local
695 Bool exists; in XNVCTRLQueryValidTargetAttributeValues() local
753 Bool exists; in QueryAttributePermissionsInternal() local
981 Bool exists; in XNVCTRLQueryTargetBinaryData() local
/third_party/ltp/testcases/lib/
Dcmdlib.sh102 exists() function
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_ns02.c25 int exists = access("/proc/self/ns/uts", F_OK); in setup() local
Dioctl_ns04.c24 int exists = access("/proc/self/ns/user", F_OK); in setup() local
Dioctl_ns03.c24 int exists = access("/proc/self/ns/uts", F_OK); in setup() local
Dioctl_ns01.c33 int exists = access("/proc/self/ns/pid", F_OK); in setup() local
Dioctl_ns06.c33 int exists = access("/proc/self/ns/user", F_OK); in setup() local
Dioctl_ns05.c32 int exists = access("/proc/self/ns/pid", F_OK); in setup() local
/third_party/rust/crates/bindgen/bindgen/codegen/postprocessing/
Dmerge_extern_blocks.rs27 let mut exists = false; in visit_item_mod_mut() localVariable
/third_party/node/test/parallel/
Dtest-fs-promisified.js10 const exists = promisify(fs.exists); constant
Dtest-fs-mkdir.js81 const exists = fs.existsSync(pathname); constant
110 const exists = fs.existsSync(pathname); constant
123 const exists = fs.existsSync(pathname); constant
132 const exists = fs.existsSync(pathname); constant
/third_party/node/tools/icu/
Diculslocs.cc146 int localeExists(const char* loc, UBool* exists) { in localeExists()
322 UBool exists; in list() local
/third_party/rust/crates/nix/test/
Dtest_nmount.rs27 let exists = Path::exists(&mountpoint.path().join("sentry")); in ok() localVariable
/third_party/node/deps/v8/src/base/
Dhashmap-entry.h35 bool exists() const { return exists_; } in exists() function
/third_party/ltp/testcases/kernel/device-drivers/rtc/
Drtc02.c137 int exists = access(rtc_dev, F_OK); in rtc_setup() local
/third_party/node/lib/internal/modules/
Dpackage_json_reader.js60 exists: false, property
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DVkSurfaceKHR.hpp49 bool exists() const { return (imageStatus != NONEXISTENT); } in exists() function in vk::PresentImage
/third_party/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp195 BOOL exists; in matchName() local
219 BOOL exists; in matchNameStyle() local
256 BOOL exists; in DrawGlyphRun() local
DSkTypeface_win_dw.cpp61 BOOL exists = FALSE; in onGetPostScriptName() local
300 BOOL exists; in onCopyTableData() local
502 BOOL exists = FALSE; in onGetAdvancedMetrics() local
/third_party/selinux/libselinux/src/
Dinit.c57 int exists = 0; in selinuxfs_exists() local
/third_party/python/Lib/
Dgenericpath.py16 def exists(path): function

123