/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/test/ |
D | googletest-color-test.py | 73 self.assertTrue(not UsesColor('dumb', None, None)) 88 self.assertTrue(not UsesColor('dumb', None, 'no')) 93 self.assertTrue(UsesColor('dumb', None, 'yes')) 99 self.assertTrue(not UsesColor('dumb', 'no', None)) 102 self.assertTrue(not UsesColor('dumb', 'auto', None)) 104 self.assertTrue(UsesColor('dumb', 'yes', None)) 111 self.assertTrue(UsesColor('dumb', 'no', 'yes')) 117 self.assertTrue(UsesColor('dumb', None, 'true')) 118 self.assertTrue(UsesColor('dumb', None, 'YES')) 119 self.assertTrue(UsesColor('dumb', None, 'T')) [all …]
|
/external/cronet/tot/third_party/googletest/src/googletest/test/ |
D | googletest-color-test.py | 73 self.assertTrue(not UsesColor('dumb', None, None)) 89 self.assertTrue(not UsesColor('dumb', None, 'no')) 94 self.assertTrue(UsesColor('dumb', None, 'yes')) 100 self.assertTrue(not UsesColor('dumb', 'no', None)) 103 self.assertTrue(not UsesColor('dumb', 'auto', None)) 105 self.assertTrue(UsesColor('dumb', 'yes', None)) 112 self.assertTrue(UsesColor('dumb', 'no', 'yes')) 118 self.assertTrue(UsesColor('dumb', None, 'true')) 119 self.assertTrue(UsesColor('dumb', None, 'YES')) 120 self.assertTrue(UsesColor('dumb', None, 'T')) [all …]
|
/external/cronet/stable/third_party/googletest/src/googletest/test/ |
D | googletest-color-test.py | 73 self.assertTrue(not UsesColor('dumb', None, None)) 89 self.assertTrue(not UsesColor('dumb', None, 'no')) 94 self.assertTrue(UsesColor('dumb', None, 'yes')) 100 self.assertTrue(not UsesColor('dumb', 'no', None)) 103 self.assertTrue(not UsesColor('dumb', 'auto', None)) 105 self.assertTrue(UsesColor('dumb', 'yes', None)) 112 self.assertTrue(UsesColor('dumb', 'no', 'yes')) 118 self.assertTrue(UsesColor('dumb', None, 'true')) 119 self.assertTrue(UsesColor('dumb', None, 'YES')) 120 self.assertTrue(UsesColor('dumb', None, 'T')) [all …]
|
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/test/ |
D | googletest-color-test.py | 73 self.assertTrue(not UsesColor('dumb', None, None)) 88 self.assertTrue(not UsesColor('dumb', None, 'no')) 93 self.assertTrue(UsesColor('dumb', None, 'yes')) 99 self.assertTrue(not UsesColor('dumb', 'no', None)) 102 self.assertTrue(not UsesColor('dumb', 'auto', None)) 104 self.assertTrue(UsesColor('dumb', 'yes', None)) 111 self.assertTrue(UsesColor('dumb', 'no', 'yes')) 117 self.assertTrue(UsesColor('dumb', None, 'true')) 118 self.assertTrue(UsesColor('dumb', None, 'YES')) 119 self.assertTrue(UsesColor('dumb', None, 'T')) [all …]
|
/external/googletest/googletest/test/ |
D | googletest-color-test.py | 73 self.assertTrue(not UsesColor('dumb', None, None)) 89 self.assertTrue(not UsesColor('dumb', None, 'no')) 94 self.assertTrue(UsesColor('dumb', None, 'yes')) 100 self.assertTrue(not UsesColor('dumb', 'no', None)) 103 self.assertTrue(not UsesColor('dumb', 'auto', None)) 105 self.assertTrue(UsesColor('dumb', 'yes', None)) 112 self.assertTrue(UsesColor('dumb', 'no', 'yes')) 118 self.assertTrue(UsesColor('dumb', None, 'true')) 119 self.assertTrue(UsesColor('dumb', None, 'YES')) 120 self.assertTrue(UsesColor('dumb', None, 'T')) [all …]
|
/external/skia/infra/lottiecap/docker/lottie-web-puppeteer/ |
D | Dockerfile | 10 RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64.deb 11 RUN dpkg -i dumb-init_*.deb 14 # recommends using dumb-init to "prevent zombie chrome processes" 15 ENTRYPOINT ["/usr/bin/dumb-init", "--"]
|
/external/libdrm/man/ |
D | drm-memory.7.rst | 32 Dumb-Buffers 35 Almost all in-kernel DRM hardware drivers support an API called *Dumb-Buffers*. 42 The ``DRM_IOCTL_MODE_CREATE_DUMB`` ioctl can be used to create a dumb buffer. 99 If you don't need your dumb-buffer, anymore, you have to destroy it with 101 dumb-buffers are automatically destroyed. This ioctl takes as argument a 111 handle is invalid and may be reused for new buffers by the dumb-API. 225 dumb-buffer-API in a driver-independent fashion, however, for 243 Dumb-Buffers 246 This examples shows how to create a dumb-buffer via the generic DRM API. 247 This is driver-independent (as long as the driver supports dumb-buffers) [all …]
|
/external/skia/infra/wasm-common/docker/karma-chrome-tests/ |
D | Dockerfile | 11 RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64.deb 12 RUN dpkg -i dumb-init_*.deb 14 ENTRYPOINT ["/usr/bin/dumb-init", "--"]
|
/external/python/cpython3/Doc/library/ |
D | dbm.rst | 18 slow-but-simple implementation in module :mod:`dbm.dumb` will be used. There 33 or :mod:`dbm.dumb` --- should be used to open a given file. 380 :mod:`dbm.dumb` --- Portable DBM implementation 383 .. module:: dbm.dumb 386 **Source code:** :source:`Lib/dbm/dumb.py` 392 The :mod:`dbm.dumb` module is intended as a last resort fallback for the 393 :mod:`dbm` module when a more robust module is not available. The :mod:`dbm.dumb` 399 The :mod:`dbm.dumb` module provides a persistent :class:`dict`-like 404 The :mod:`!dbm.dumb` module defines the following: 408 Raised on :mod:`dbm.dumb`-specific errors, such as I/O errors. :exc:`KeyError` is [all …]
|
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-rx/ |
D | minimal-ws-client.c | 12 * wss connection to the dumb-increment protocol there. While 14 * dumb-increment protocol. 61 "dumb-increment-protocol", 134 i.protocol = protocols[0].name; /* "dumb-increment-protocol" */ in main()
|
/external/python/cpython3/Lib/dbm/ |
D | __init__.py | 8 The returned object is a dbm.sqlite3, dbm.gnu, dbm.ndbm or dbm.dumb database object, dependent on t… 41 _names = ['dbm.sqlite3', 'dbm.gnu', 'dbm.ndbm', 'dbm.dumb'] 142 return "dbm.dumb" 146 return "dbm.dumb"
|
/external/libwebsockets/plugins/ |
D | protocol_dumb_increment.c | 2 * ws protocol handler plugin for "dumb increment" 115 "dumb-increment-protocol", \ 130 "dumb increment",
|
/external/libwebsockets/minimal-examples/ws-client/ |
D | README.md | 3 minimal-ws-client|Simple client that connects to libwebsockets.org dumb increment protocol and demo… 7 minimal-ws-client-rx|Connects to the dumb-increment-protocol wss server at https://libwebsockets.or…
|
/external/libnl/lib/route/qdisc/ |
D | ingress.c | 21 struct dumb { struct 43 .to_size = sizeof(struct dumb), argument
|
/external/libkmsxx/kms++/src/ |
D | dumbframebuffer.cpp | 40 /* create dumb buffer */ in DumbFramebuffer() 65 /* create framebuffer object for the dumb-buffer */ in DumbFramebuffer() 105 /* delete dumb buffer */ in ~DumbFramebuffer()
|
/external/erofs-utils/lib/ |
D | rebuild.c | 276 bool dumb; in erofs_rebuild_dirent_iter() local 291 &dumb, &dumb, false); in erofs_rebuild_dirent_iter() 443 bool dumb; in erofs_rebuild_basedir_dirent_iter() local 453 &dumb, &dumb, false); in erofs_rebuild_basedir_dirent_iter()
|
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client/ |
D | README.md | 3 This connects to libwebsockets.org using the dumb-increment-protocol. 25 --protocol|Use a specific ws subprotocol rather than dumb-increment-protocol, eg, `--protocol mypro…
|
/external/skia/infra/bots/ |
D | zip_utils.py | 41 # Dumb path separator replacement for Windows. 69 # Dumb path separator replacement for Windows.
|
/external/kernel-headers/original/uapi/drm/ |
D | drm.h | 631 * If set to 1, the driver supports creating dumb buffers via the 647 * The preferred bit depth for dumb buffers. 654 * Note that this preference only applies to dumb buffers, it's irrelevant for 662 * instead of directly rendering to a dumb buffer. For best speed, userspace 663 * should do streaming ordered memory copies into the dumb buffer and never 666 * Note that this preference only applies to dumb buffers, it's irrelevant for 1188 * DRM_IOCTL_MODE_CREATE_DUMB - Create a new dumb buffer object. 1190 * KMS dumb buffers provide a very primitive way to allocate a buffer object 1191 * suitable for scanout and map it for software rendering. KMS dumb buffers are 1192 * not suitable for hardware-accelerated rendering nor video decoding. KMS dumb [all …]
|
/external/mesa3d/include/drm-uapi/ |
D | drm.h | 625 * If set to 1, the driver supports creating dumb buffers via the 641 * The preferred bit depth for dumb buffers. 648 * Note that this preference only applies to dumb buffers, it's irrelevant for 656 * instead of directly rendering to a dumb buffer. For best speed, userspace 657 * should do streaming ordered memory copies into the dumb buffer and never 660 * Note that this preference only applies to dumb buffers, it's irrelevant for 1182 * DRM_IOCTL_MODE_CREATE_DUMB - Create a new dumb buffer object. 1184 * KMS dumb buffers provide a very primitive way to allocate a buffer object 1185 * suitable for scanout and map it for software rendering. KMS dumb buffers are 1186 * not suitable for hardware-accelerated rendering nor video decoding. KMS dumb [all …]
|
/external/libdrm/include/drm/ |
D | drm.h | 625 * If set to 1, the driver supports creating dumb buffers via the 641 * The preferred bit depth for dumb buffers. 648 * Note that this preference only applies to dumb buffers, it's irrelevant for 656 * instead of directly rendering to a dumb buffer. For best speed, userspace 657 * should do streaming ordered memory copies into the dumb buffer and never 660 * Note that this preference only applies to dumb buffers, it's irrelevant for 1182 * DRM_IOCTL_MODE_CREATE_DUMB - Create a new dumb buffer object. 1184 * KMS dumb buffers provide a very primitive way to allocate a buffer object 1185 * suitable for scanout and map it for software rendering. KMS dumb buffers are 1186 * not suitable for hardware-accelerated rendering nor video decoding. KMS dumb [all …]
|
/external/libwebsockets/test-apps/ |
D | test-client.c | 68 * dumb-increment-protocol: we connect to the server and print the number 134 lwsl_info("dumb: LWS_CALLBACK_CLIENT_ESTABLISHED\n"); in callback_dumb_increment() 138 lwsl_notice("dumb: LWS_CALLBACK_CLOSED\n"); in callback_dumb_increment() 151 which = "dumb"; in callback_dumb_increment() 516 "dumb-increment-protocol", 831 lwsl_notice("dumb %d: connecting\n", n); in main() 841 lwsl_notice("dumb: connecting\n"); in main()
|
/external/mesa3d/src/gallium/winsys/panfrost/drm/ |
D | panfrost_drm_winsys.c | 67 /* create dumb buffer at scanout GPU */ in panfrost_create_kms_dumb_buffer_for_resource() 102 fprintf(stderr, "failed to export dumb buffer: %s\n", strerror(errno)); in panfrost_create_kms_dumb_buffer_for_resource()
|
/external/clang/test/SemaTemplate/ |
D | cxx1z-fold-expressions.cpp | 6 template<typename ...T> constexpr auto dumb(T ...t) { return (false && ... && t); } in dumb() function 12 static_assert(!dumb(true, true, true, true, true));
|
/external/mesa3d/src/gallium/auxiliary/renderonly/ |
D | renderonly.c | 79 /* create dumb buffer at scanout GPU */ in renderonly_create_kms_dumb_buffer_for_resource() 111 fprintf(stderr, "failed to export dumb buffer: %s\n", strerror(errno)); in renderonly_create_kms_dumb_buffer_for_resource()
|