Home
last modified time | relevance | path

Searched refs:dumb (Results 1 – 25 of 105) sorted by relevance

12345

/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/skqp/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/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/skqp/infra/pathkit/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/libnl/lib/route/qdisc/
Dingress.c26 struct dumb { struct
48 .to_size = sizeof(struct dumb), argument
/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/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/libwebsockets/minimal-examples/ws-client/minimal-ws-client/
DREADME.md3 This connects to libwebsockets.org using the dumb-increment-protocol.
24 --protocol|Use a specific ws subprotocol rather than dumb-increment-protocol, eg, `--protocol mypro…
/external/python/cpython3/Doc/library/
Ddbm.rst13 slow-but-simple implementation in module :mod:`dbm.dumb` will be used. There
28 available --- :mod:`dbm.gnu`, :mod:`dbm.ndbm` or :mod:`dbm.dumb` --- should
306 :mod:`dbm.dumb` --- Portable DBM implementation
309 .. module:: dbm.dumb
312 **Source code:** :source:`Lib/dbm/dumb.py`
318 The :mod:`dbm.dumb` module is intended as a last resort fallback for the
319 :mod:`dbm` module when a more robust module is not available. The :mod:`dbm.dumb`
325 The :mod:`dbm.dumb` module provides a persistent dictionary-like interface which
335 Raised on :mod:`dbm.dumb`-specific errors, such as I/O errors. :exc:`KeyError` is
/external/llvm-project/clang/test/SemaTemplate/
Dcxx1z-fold-expressions.cpp7 template<typename ...T> constexpr auto dumb(T ...t) { return (false && ... && t); } in dumb() function
13 static_assert(!dumb(true, true, true, true, true));
/external/libdrm/man/
Ddrm-memory.7.rst42 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.
234 dumb-buffer-API in a driver-independent fashion, however, for
255 This examples shows how to create a dumb-buffer via the generic DRM API.
256 This is driver-independent (as long as the driver supports dumb-buffers)
271 /* create dumb buffer */
284 /* create framebuffer object for the dumb-buffer */
/external/llvm-project/lld/test/ELF/
Dx86-64-reloc-error-reporting.s13 .section .text.dumb,"ax"
/external/libdrm/libkms/
DMakefile.sources4 dumb.c \
DAndroid.sources.bp7 "dumb.c",
/external/libwebsockets/minimal-examples/client-server/
DREADME.md3 …lient connection of its own at the same time to https://libwebsockets.org dumb-increment-protocol …
/external/ltp/utils/benchmark/ebizzy-0.3/
DChangeLog18 * rand() was limiting scalability, use cheap dumb inline "random"
/external/llvm/cmake/modules/
DGenerateVersionFromCVS.cmake24 set(ENV{TERM} "dumb")
/external/guava/guava-tests/test/com/google/common/base/
DConverterTest.java224 Converter<String, String> dumb = Converter.from(toStringFunction(), toStringFunction());
225 SerializableTester.reserializeAndAssert(dumb);
/external/guava/android/guava-tests/test/com/google/common/base/
DConverterTest.java224 Converter<String, String> dumb = Converter.from(toStringFunction(), toStringFunction());
225 SerializableTester.reserializeAndAssert(dumb);
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-rx/
DREADME.md12 using the dumb-increment-protocol. It shows the incrementing number it is
/external/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/
DREADME.md13 using the dumb-increment protocol feeding the ringbuffer.
/external/libwebsockets/lwsws/
Detc-lwsws-conf.d-localhost-EXAMPLE39 "dumb-increment-protocol": {
/external/igt-gpu-tools/tests/i915/
Dgem_exec_blt.c185 static void run(int fd, int object_size, bool dumb) in run() argument
195 if (dumb) in run()
/external/llvm-project/llvm/cmake/modules/
DGenerateVersionFromVCS.cmake19 set(ENV{TERM} "dumb")
/external/sfntly/doc/
Dsmart_pointer_usage.md53 > In this case the smart pointer is pretty dumb and dont count on it to
63 and return values. Use dumb pointers when passing over the stack.

12345