| /third_party/boost/libs/graph/test/ |
| D | vf2_sub_graph_iso_test_2.cpp | 53 bool exists = vf2_graph_iso(gEmpty, gEmpty, callback); in test_empty_graph_cases() local 61 bool exists = vf2_subgraph_iso(gEmpty, gEmpty, callback); in test_empty_graph_cases() local 68 bool exists = vf2_subgraph_iso(gEmpty, gLarge, callback); in test_empty_graph_cases() local 77 bool exists = vf2_subgraph_mono(gEmpty, gEmpty, callback); in test_empty_graph_cases() local 84 bool exists = vf2_subgraph_mono(gEmpty, gLarge, callback); in test_empty_graph_cases() local 107 bool exists = vf2_graph_iso(gSmall, gLarge, callback); in test_return_value() local 115 bool exists in test_return_value() local 124 bool exists = vf2_graph_iso(gLarge, gLarge, callback); in test_return_value() local 131 bool exists = vf2_graph_iso(gLarge, gLarge, callback); in test_return_value() local 140 bool exists = vf2_subgraph_iso(gLarge, gSmall, callback); in test_return_value() local [all …]
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| D | deSharedPtr.cpp | 44 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 …]
|
| D | deUniquePtr.cpp | 37 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/gstreamer/gstplugins_bad/ext/dash/ |
| D | gstxmlhelper.c | 339 gboolean exists = FALSE; in gst_xml_helper_get_prop_validated_string() local 361 gboolean exists = FALSE; in gst_xml_helper_get_ns_prop_string() local 390 gboolean exists = FALSE; in gst_xml_helper_get_prop_string_vector_type() local 417 gboolean exists = FALSE; in gst_xml_helper_get_prop_signed_integer() local 441 gboolean exists = FALSE; in gst_xml_helper_get_prop_unsigned_integer() local 468 gboolean exists = FALSE; in gst_xml_helper_get_prop_unsigned_integer_64() local 495 gboolean exists = FALSE; in gst_xml_helper_get_prop_uint_vector_type() local 543 gboolean exists = FALSE; in gst_xml_helper_get_prop_double() local 566 gboolean exists = FALSE; in gst_xml_helper_get_prop_boolean() local 597 gboolean exists = FALSE; in gst_xml_helper_get_prop_range() local [all …]
|
| D | gstmpdhelper.c | 30 gboolean exists = FALSE; in gst_mpd_helper_get_mpd_type() local 61 gboolean exists = FALSE; in gst_mpd_helper_get_SAP_type() local
|
| /third_party/ltp/testcases/lib/ |
| D | cmdlib.sh | 102 exists() function
|
| /third_party/node/deps/npm/test/tap/ |
| D | check-permissions.js | 8 var exists = require('../../lib/install/exists.js').fsAccessImplementation variable 69 function existsTests (t, exists) { argument
|
| /third_party/flutter/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
| D | NVCtrl.c | 346 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/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
| D | NVCtrl.c | 346 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/kernel/syscalls/ioctl/ |
| D | ioctl_ns04.c | 21 int exists = access("/proc/self/ns/user", F_OK); in setup() local
|
| D | ioctl_ns02.c | 22 int exists = access("/proc/self/ns/uts", F_OK); in setup() local
|
| D | ioctl_ns03.c | 21 int exists = access("/proc/self/ns/uts", F_OK); in setup() local
|
| D | ioctl_ns01.c | 31 int exists = access("/proc/self/ns/pid", F_OK); in setup() local
|
| D | ioctl_ns06.c | 31 int exists = access("/proc/self/ns/user", F_OK); in setup() local
|
| D | ioctl_ns05.c | 30 int exists = access("/proc/self/ns/pid", F_OK); in setup() local
|
| /third_party/node/test/parallel/ |
| D | test-fs-promisified.js | 10 const exists = promisify(fs.exists); constant
|
| D | test-fs-mkdir.js | 81 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/ |
| D | iculslocs.cc | 146 int localeExists(const char* loc, UBool* exists) { in localeExists() 322 UBool exists; in list() local
|
| /third_party/eudev/src/udev/ |
| D | udevadm-settle.c | 60 const char *exists = NULL; in adm_settle() local
|
| /third_party/ltp/testcases/kernel/device-drivers/rtc/ |
| D | rtc02.c | 92 int exists = access(rtc_dev, F_OK); in rtc_setup() local
|
| /third_party/skia/third_party/externals/swiftshader/src/WSI/ |
| D | VkSurfaceKHR.hpp | 49 bool exists() const { return (imageStatus != NONEXISTENT); } in exists() function in vk::PresentImage
|
| /third_party/node/deps/npm/node_modules/sorted-union-stream/node_modules/isarray/build/ |
| D | build.js | 196 localRequire.exists = function(path) { function
|
| /third_party/selinux/libselinux/src/ |
| D | init.c | 57 int exists = 0; in selinuxfs_exists() local
|
| /third_party/node/lib/internal/modules/esm/ |
| D | resolve.js | 130 exists: false, property 162 exists: true, property 193 exists: false, property
|
| /third_party/skia/src/ports/ |
| D | SkTypeface_win_dw.cpp | 61 BOOL exists = FALSE; in onGetPostScriptName() local 300 BOOL exists; in onCopyTableData() local 502 BOOL exists = FALSE; in onGetAdvancedMetrics() local
|