| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | dump.tcl | 118 assert {[$first exists key] == 1} 119 assert {[$second exists key] == 0} 122 assert {[$first exists key] == 0} 123 assert {[$second exists key] == 1} 138 assert {[$first exists list] == 1} 178 assert {[$first exists key] == 1} 183 assert {[$first exists key] == 0} 204 assert {[$first exists key] == 1} 208 assert {[$first exists key] == 0} 339 assert {[$first exists c] == 1} [all …]
|
| H A D | keyspace.tcl | 47 append res [r exists newkey] 49 append res [r exists newkey] 55 append res [r exists emptykey] 57 append res [r exists emptykey] 84 r exists mykey 92 append res [r exists mykey2] 101 append res [r exists mykey] 176 lappend res [r exists mykey]
|
| /f-stack/app/redis-5.0.5/utils/lru/ |
| H A D | test-lru.rb | 127 exists = r.exists(id) 130 exists = r.exists(id) 135 errors += thiserr if exists 139 errors += thiserr if !exists 165 exists = r.exists(id) 168 exists = r.exists(id) 171 c << " ex" if exists
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-ktime.m4 | 14 AC_MSG_CHECKING([whether ktime_get_coarse_real_ts64() exists]) 18 [ktime_get_coarse_real_ts64() exists]) 37 AC_MSG_CHECKING([whether ktime_get_raw_ts64() exists]) 41 [ktime_get_raw_ts64() exists])
|
| H A D | kernel-acl.m4 | 91 AC_MSG_CHECKING([whether __posix_acl_chmod exists]) 95 [__posix_acl_chmod() exists]) 99 AC_MSG_CHECKING([whether posix_acl_chmod exists]) 103 [posix_acl_chmod() exists]) 180 AC_MSG_CHECKING([whether iops->get_acl() exists]) 207 AC_MSG_CHECKING([whether iops->set_acl() exists]) 210 AC_DEFINE(HAVE_SET_ACL, 1, [iops->set_acl() exists]) 232 AC_MSG_CHECKING([whether uncached_acl_sentinel() exists]) 236 [uncached_acl_sentinel() exists])
|
| H A D | kernel-blkdev.m4 | 20 AC_MSG_CHECKING([whether blkdev_get_by_path() exists]) 45 AC_MSG_CHECKING([whether blkdev_put() exists]) 70 AC_MSG_CHECKING([whether blkdev_reread_part() exists]) 74 [blkdev_reread_part() exists]) 96 AC_MSG_CHECKING([whether check_disk_change() exists]) 100 [check_disk_change() exists]) 123 AC_MSG_CHECKING([whether bdev_disk_changed() exists]) 127 [bdev_check_media_change() exists]) 148 AC_MSG_CHECKING([whether invalidate_bdev() exists])
|
| H A D | kernel-shrink.m4 | 89 AC_MSG_CHECKING([whether new 2-argument shrinker exists]) 102 AC_MSG_CHECKING([whether ->count_objects callback exists]) 106 [->count_objects exists]) 129 AC_MSG_CHECKING([whether struct shrink_control exists]) 133 [struct shrink_control exists])
|
| H A D | kernel-totalhigh_pages.m4 | 14 AC_MSG_CHECKING([whether totalhigh_pages() exists]) 17 AC_DEFINE(HAVE_TOTALHIGH_PAGES, 1, [totalhigh_pages() exists])
|
| H A D | kernel-kstrtoul.m4 | 14 AC_MSG_CHECKING([whether kstrtoul() exists]) 17 AC_DEFINE(HAVE_KSTRTOUL, 1, [kstrtoul() exists])
|
| H A D | kernel-inode-set-iversion.m4 | 15 AC_MSG_CHECKING([whether inode_set_iversion() exists]) 19 [inode_set_iversion() exists])
|
| H A D | kernel-inode-set-flags.m4 | 15 AC_MSG_CHECKING([whether inode_set_flags() exists]) 18 AC_DEFINE(HAVE_INODE_SET_FLAGS, 1, [inode_set_flags() exists])
|
| H A D | kernel-aio-fsync.m4 | 16 AC_MSG_CHECKING([whether fops->aio_fsync() exists]) 19 AC_DEFINE(HAVE_FILE_AIO_FSYNC, 1, [fops->aio_fsync() exists])
|
| H A D | kernel-global_page_state.m4 | 17 AC_MSG_CHECKING([whether global_node_page_state() exists]) 21 [global_node_page_state() exists]) 42 AC_MSG_CHECKING([whether global_zone_page_state() exists]) 46 [global_zone_page_state() exists])
|
| H A D | kernel-sched.m4 | 15 AC_MSG_CHECKING([whether header linux/sched/rt.h exists]) 37 AC_MSG_CHECKING([whether header linux/sched/signal.h exists]) 40 [linux/sched/signal.h exists])
|
| H A D | kernel-group-info.m4 | 15 AC_MSG_CHECKING([whether group_info->gid exists]) 18 AC_DEFINE(HAVE_GROUP_INFO_GID, 1, [group_info->gid exists])
|
| H A D | kernel-current-time.m4 | 15 AC_MSG_CHECKING([whether current_time() exists]) 19 AC_DEFINE(HAVE_CURRENT_TIME, 1, [current_time() exists])
|
| H A D | kernel-super-userns.m4 | 17 AC_MSG_CHECKING([whether super_block->s_user_ns exists]) 21 [super_block->s_user_ns exists])
|
| H A D | kernel-tmpfile.m4 | 18 AC_MSG_CHECKING([whether i_op->tmpfile() exists]) 21 AC_DEFINE(HAVE_TMPFILE, 1, [i_op->tmpfile() exists])
|
| H A D | kernel-evict-inode.m4 | 17 AC_MSG_CHECKING([whether sops->evict_inode() exists]) 20 AC_DEFINE(HAVE_EVICT_INODE, 1, [sops->evict_inode() exists])
|
| H A D | kernel-blk-queue.m4 | 133 AC_MSG_CHECKING([whether blk_queue_flag_set() exists]) 137 [blk_queue_flag_set() exists]) 154 AC_MSG_CHECKING([whether blk_queue_flag_clear() exists]) 158 [blk_queue_flag_clear() exists]) 216 AC_MSG_CHECKING([whether blk_queue_write_cache() exists]) 220 [blk_queue_write_cache() exists])
|
| H A D | kernel-kmem-cache.m4 | 25 AC_MSG_CHECKING([whether kmem_cache_create_usercopy() exists]) 29 [kmem_cache_create_usercopy() exists])
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.exists.zcp | 16 -- ensure zfs.exists works as expected. 23 assert(zfs.exists(argv[i])) 26 assert(not zfs.exists(pool .. '/notadataset'))
|
| H A D | tst.exists.ksh | 36 log_must_program $TESTPOOL $ZCP_ROOT/lua_core/tst.exists.zcp \ 42 return zfs.exists('rpool')
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_darwin_init.c | 42 ngx_uint_t exists; member 143 sysctls[i].exists = 1; in ngx_os_specific_init() 186 if (sysctls[i].exists) { in ngx_os_specific_status()
|
| /f-stack/dpdk/buildtools/ |
| H A D | map_to_win.py | 6 from os.path import dirname, basename, join, exists 29 if exists(override_file):
|