Searched refs:offers (Results 1 – 25 of 281) sorted by relevance
12345678910>>...12
/external/autotest/contrib/ |
D | dhcp_failed_machines.py | 36 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/ |
D | bugprone-suspicious-memset-usage.rst | 14 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/ |
D | README.md | 4 instrumentation and trace analysis. It offers services and libraries and for
|
/external/perfetto/ |
D | README.md | 4 instrumentation and trace analysis. It offers services and libraries and for
|
/external/skia/site/docs/dev/tools/ |
D | debugvis.md | 13 visualizer. Skia offers debugger visualization support for the following
|
/external/brotli/ |
D | README | 7 with deflate but offers more dense compression.
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | TODO | 7 like the res_init() resolver function offers
|
/external/nos/host/generic/ |
D | README.md | 16 `libnos` is a C++ library for communication with a Nugget device. It offers an
|
/external/parameter-framework/upstream/test/test-platform/ |
D | README.md | 7 It offers the possibility to :
|
/external/fft2d/ |
D | README.android | 13 2. fftw (http://www.fftw.org/) likely offers speed advantages over the
|
/external/python/google-api-python-client/docs/ |
D | README.md | 4 client-application developers. It offers simple, flexible
|
/external/arm-trusted-firmware/docs/plat/marvell/armada/misc/ |
D | mvebu-amb.rst | 6 The Runit offers a second level of address windows lookup. It is used to map
|
/external/google-breakpad/src/third_party/musl/ |
D | README | 7 offers efficient static and dynamic linking support, lightweight code
|
/external/curl/docs/cmdline-opts/ |
D | request.d | 11 DELETE, but related technologies like WebDAV offers PROPFIND, COPY, MOVE and
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/ |
D | DESIGN.md | 15 - 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/ |
D | README.md | 16 You can use any compatible model, but the following MobileNet v1 model offers a
|
/external/skia/site/docs/dev/testing/ |
D | skiaperf.md | 19 Perf offers clustering, which is a tool to pick out trends and patterns in large sets of traces.
|
/external/opencensus-java/exporters/stats/signalfx/ |
D | README.md | 6 data and offers various visualizations on charts, dashboards and service
|
/external/llvm-project/lldb/examples/customization/import-python/ |
D | README | 40 using the native "command script import" command, which offers a superset of what the import comman…
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.21.txt | 39 big, and offers to clear the symlink if so. 42 and offers to clear i_size_high.
|
/external/curl/docs/ |
D | HTTP2.md | 98 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/ |
D | README.md | 7 Parallel STL offers efficient support for both parallel and vectorized execution of algorithms. For…
|
/external/python/cpython3/Doc/library/ |
D | copyreg.rst | 15 The :mod:`copyreg` module offers a way to define functions used while pickling
|
/external/python/cpython2/Doc/tutorial/ |
D | stdlib2.rst | 23 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/ |
D | stdlib2.rst | 23 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