/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/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/libnl/lib/route/qdisc/ |
D | ingress.c | 20 struct dumb { struct 42 .to_size = sizeof(struct dumb), argument
|
/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/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/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/python/cpython3/Doc/library/ |
D | dbm.rst | 13 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/libdrm/man/ |
D | drm-memory.7.rst | 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 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) 262 /* create dumb buffer */ 275 /* create framebuffer object for the dumb-buffer */
|
/external/libdrm/libkms/ |
D | Makefile.sources | 4 dumb.c \
|
D | Android.sources.bp | 7 "dumb.c",
|
/external/libwebsockets/minimal-examples/client-server/ |
D | README.md | 3 …lient connection of its own at the same time to https://libwebsockets.org dumb-increment-protocol …
|
/external/ltp/utils/benchmark/ebizzy-0.3/ |
D | ChangeLog | 18 * rand() was limiting scalability, use cheap dumb inline "random"
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | ConverterTest.java | 224 Converter<String, String> dumb = Converter.from(toStringFunction(), toStringFunction()); 225 SerializableTester.reserializeAndAssert(dumb);
|
/external/guava/android/guava-tests/test/com/google/common/base/ |
D | ConverterTest.java | 224 Converter<String, String> dumb = Converter.from(toStringFunction(), toStringFunction()); 225 SerializableTester.reserializeAndAssert(dumb);
|
/external/llvm/cmake/modules/ |
D | GenerateVersionFromCVS.cmake | 24 set(ENV{TERM} "dumb")
|
/external/python/cpython3/Doc/distutils/ |
D | builtdist.rst | 42 format for built distributions is a "dumb" tar file on Unix, and a simple 43 executable installer on Windows. (That tar file is considered "dumb" because it 51 given to the :command:`bdist_dumb` command; the default is to make dumb 129 generates all the "dumb" archive formats (``tar``, ``gztar``, ``bztar``, 151 .. .. _creating-dumb: 153 .. Creating dumb built distributions
|
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-rx/ |
D | README.md | 12 using the dumb-increment-protocol. It shows the incrementing number it is
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_exec_blt.c | 185 static void run(int fd, int object_size, bool dumb) in run() argument 195 if (dumb) in run()
|
/external/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/ |
D | README.md | 13 using the dumb-increment protocol feeding the ringbuffer.
|
/external/libwebsockets/lwsws/ |
D | etc-lwsws-conf.d-localhost-EXAMPLE | 39 "dumb-increment-protocol": {
|
/external/sfntly/doc/ |
D | smart_pointer_usage.md | 53 > 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.
|
/external/python/cpython2/Doc/distutils/ |
D | builtdist.rst | 40 format for built distributions is a "dumb" tar file on Unix, and a simple 41 executable installer on Windows. (That tar file is considered "dumb" because it 49 given to the :command:`bdist_dumb` command; the default is to make dumb 122 generates all the "dumb" archive formats (``tar``, ``ztar``, ``gztar``, and 142 .. _creating-dumb: 144 Creating dumb built distributions
|
/external/python/setuptools/docs/deprecated/distutils/ |
D | builtdist.rst | 42 format for built distributions is a "dumb" tar file on Unix, and a simple 43 executable installer on Windows. (That tar file is considered "dumb" because it 51 given to the :command:`bdist_dumb` command; the default is to make dumb 132 generates all the "dumb" archive formats (``tar``, ``gztar``, ``bztar``, 159 .. .. _creating-dumb: 161 .. Creating dumb built distributions
|
/external/iputils/doc/ |
D | tftpd.sgml | 46 it is just an agent allowing to boot dumb clients. 111 (<constant/MSG_CONFIRM/) allowing to boot long images by dumb clients
|
/external/libwebsockets/test-apps/android/ |
D | README | 23 to connect to the 'dumb-increment-protocol' of the libwebsockets test server.
|