Home
last modified time | relevance | path

Searched full:dumb (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgoogletest-color-test.py73 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/
Dgoogletest-color-test.py73 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/
Dgoogletest-color-test.py73 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/
Dgoogletest-color-test.py73 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/
Dgoogletest-color-test.py73 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/
DDockerfile10 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/
Ddrm-memory.7.rst32 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/
DDockerfile11 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/
Ddbm.rst18 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/
Dminimal-ws-client.c12 * 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__.py8 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/
Dprotocol_dumb_increment.c2 * ws protocol handler plugin for "dumb increment"
115 "dumb-increment-protocol", \
130 "dumb increment",
/external/libwebsockets/minimal-examples/ws-client/
DREADME.md3 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/
Dingress.c21 struct dumb { struct
43 .to_size = sizeof(struct dumb), argument
/external/libkmsxx/kms++/src/
Ddumbframebuffer.cpp40 /* 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/
Drebuild.c276 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/
DREADME.md3 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/
Dzip_utils.py41 # Dumb path separator replacement for Windows.
69 # Dumb path separator replacement for Windows.
/external/kernel-headers/original/uapi/drm/
Ddrm.h631 * 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/
Ddrm.h625 * 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/
Ddrm.h625 * 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/
Dtest-client.c68 * 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/
Dpanfrost_drm_winsys.c67 /* 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/
Dcxx1z-fold-expressions.cpp6 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/
Drenderonly.c79 /* 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()

12345678910>>...18