Home
last modified time | relevance | path

Searched refs:offers (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/external/autotest/contrib/
Ddhcp_failed_machines.py36 offers = {} variable
61 offers[host] = offers.get(host, 0) + 1
62 if offers[host] > 2:
65 offers[host] = 0
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-suspicious-memset-usage.rst14 The check offers a replacement of ``'0'`` with ``0``. Memsetting character
26 to be unintended and swapped with ``fill_value``. The check offers to swap
/external/perfetto/src/trace_processor/python/
DREADME.md4 instrumentation and trace analysis. It offers services and libraries and for
/external/perfetto/
DREADME.md4 instrumentation and trace analysis. It offers services and libraries and for
/external/skia/site/docs/dev/tools/
Ddebugvis.md13 visualizer. Skia offers debugger visualization support for the following
/external/brotli/
DREADME7 with deflate but offers more dense compression.
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DTODO7 like the res_init() resolver function offers
/external/nos/host/generic/
DREADME.md16 `libnos` is a C++ library for communication with a Nugget device. It offers an
/external/parameter-framework/upstream/test/test-platform/
DREADME.md7 It offers the possibility to :
/external/fft2d/
DREADME.android13 2. fftw (http://www.fftw.org/) likely offers speed advantages over the
/external/python/google-api-python-client/docs/
DREADME.md4 client-application developers. It offers simple, flexible
/external/arm-trusted-firmware/docs/plat/marvell/armada/misc/
Dmvebu-amb.rst6 The Runit offers a second level of address windows lookup. It is used to map
/external/google-breakpad/src/third_party/musl/
DREADME7 offers efficient static and dynamic linking support, lightweight code
/external/curl/docs/cmdline-opts/
Drequest.d11 DELETE, but related technologies like WebDAV offers PROPFIND, COPY, MOVE and
/external/rust/crates/grpcio-sys/grpc/third_party/upb/
DDESIGN.md15 - offers binary ABI compatibility between apps, generated messages, and
40 small core similar to nanopb (though not quite as small), but also offers a
/external/tensorflow/tensorflow/lite/examples/python/
DREADME.md16 You can use any compatible model, but the following MobileNet v1 model offers a
/external/skia/site/docs/dev/testing/
Dskiaperf.md19 Perf offers clustering, which is a tool to pick out trends and patterns in large sets of traces.
/external/opencensus-java/exporters/stats/signalfx/
DREADME.md6 data and offers various visualizations on charts, dashboards and service
/external/llvm-project/lldb/examples/customization/import-python/
DREADME40 using the native "command script import" command, which offers a superset of what the import comman…
/external/e2fsprogs/doc/RelNotes/
Dv1.21.txt39 big, and offers to clear the symlink if so.
42 and offers to clear i_size_high.
/external/curl/docs/
DHTTP2.md98 curl offers the `--http2` command line option to enable use of HTTP/2.
100 curl offers the `--http2-prior-knowledge` command line option to enable use of
/external/llvm-project/pstl/
DREADME.md7 Parallel STL offers efficient support for both parallel and vectorized execution of algorithms. For…
/external/python/cpython3/Doc/library/
Dcopyreg.rst15 The :mod:`copyreg` module offers a way to define functions used while pickling
/external/python/cpython2/Doc/tutorial/
Dstdlib2.rst23 The :mod:`pprint` module offers more sophisticated control over printing both
213 The :mod:`logging` module offers a full featured and flexible logging system.
327 In addition to alternative list implementations, the library also offers other
355 The :mod:`decimal` module offers a :class:`~decimal.Decimal` datatype for
/external/python/cpython3/Doc/tutorial/
Dstdlib2.rst23 The :mod:`pprint` module offers more sophisticated control over printing both
215 The :mod:`logging` module offers a full featured and flexible logging system.
329 In addition to alternative list implementations, the library also offers other
357 The :mod:`decimal` module offers a :class:`~decimal.Decimal` datatype for

12345678910>>...12