Home
last modified time | relevance | path

Searched refs:Supports (Results 1 – 25 of 165) sorted by relevance

1234567

/external/skia/src/core/
DSkOpts.cpp125 if (SkCpu::Supports(SkCpu::SSSE3)) { Init_ssse3(); } in init()
129 if (SkCpu::Supports(SkCpu::SSE42)) { Init_sse42(); } in init()
133 if (SkCpu::Supports(SkCpu::AVX)) { Init_avx(); } in init()
134 if (SkCpu::Supports(SkCpu::HSW)) { Init_hsw(); } in init()
138 if (SkCpu::Supports(SkCpu::SKX)) { Init_skx(); } in init()
141 if (SkCpu::Supports(SkCpu::ERMS)) { Init_erms(); } in init()
144 if (SkCpu::Supports(SkCpu::CRC32)) { Init_crc32(); } in init()
DSkCpu.h53 static bool Supports(uint32_t);
58 inline bool SkCpu::Supports(uint32_t mask) { in Supports() function
DSkBlitter_Sprite.cpp64 static bool Supports(const SkPixmap& dst, const SkPixmap& src, const SkPaint& paint) { in Supports() function in SkSpriteBlitter_Memcpy
206 if (!blitter && SkSpriteBlitter_Memcpy::Supports(dst, source, paint)) { in ChooseSprite()
/external/rust/crates/flate2/
DMETADATA6 …exposed as Read/BufRead/Write streams. Supports miniz_oxide, miniz.c, and multiple zlib implementa…
DCargo.toml.orig15 Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
DCargo.toml22 Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
/external/python/typing/docs/
Dindex.rst49 checkers. Supports Python 2 and 3.
51 performance. Supports Python 3 only.
53 emphasizes speed. Supports Python 3 only.
55 unannotated code. Supports Python 2 and 3.
/external/pigweed/pw_bluetooth/public/pw_bluetooth/
Dvendor.emb94 -- Supports reporting of activity and energy information
102 -- Supports extended scan window and interval
104 -- Supports logging of binary debug information from controller
110 -- Supports reporting of Bluetooth Quality events
/external/cbor-java/
DREADME.md17 * Supports semantic tags
18 * Supports 64-bit integer values
/external/rust/crates/bencher/
DMETADATA2 …f the libtest (unstable Rust) benchmark runner to Rust stable releases. Supports running benchmark…
DCargo.toml.orig11 …f the libtest (unstable Rust) benchmark runner to Rust stable releases. Supports running benchmark…
/external/rootdev/
DREADME.chromium13 - Supports resolving through to /sys/block/XXX/slaves/*/dev devices
/external/libtextclassifier/native/utils/intents/
Dintent-config.fbs158 // The action to set on the Intent (see Intent.setAction). Supports variables.
161 // The data to set on the Intent (see Intent.setData). Supports variables.
164 // The type to set on the Intent (see Intent.setType). Supports variables.
/external/libavc/
DREADME.md6 Supports:
/external/libcups/examples/
Dcolor.drv30 // Supports color printing
/external/libhevc/
DREADME.md6 Supports:
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas387 if Supports(Element, IDictionary<Integer, IList<IANTLRInterface>>, Dict) then
390 if Supports(Element, IList<IANTLRInterface>, List) then
/external/mockftpserver/tags/1.2/src/site/apt/
Dstubftpserver-features.apt11 * Supports active and passive mode data transfers.
/external/mockftpserver/tags/1.2.2/src/site/apt/
Dstubftpserver-features.apt11 * Supports active and passive mode data transfers.
/external/mockftpserver/tags/2.0.1/src/site/apt/
Dstubftpserver-features.apt11 * Supports active and passive mode data transfers.
/external/mockftpserver/tags/2.0/src/site/apt/
Dstubftpserver-features.apt11 * Supports active and passive mode data transfers.
/external/mockftpserver/tags/1.1/src/site/apt/
Dstubftpserver-features.apt11 * Supports active and passive mode data transfers.
/external/mockftpserver/tags/2.1/src/site/apt/
Dstubftpserver-features.apt11 * Supports active and passive mode data transfers.
/external/mockftpserver/tags/1.2.4/src/site/apt/
Dstubftpserver-features.apt11 * Supports active and passive mode data transfers.
/external/mockftpserver/tags/2.x_Before_IDEA/src/site/apt/
Dstubftpserver-features.apt11 * Supports active and passive mode data transfers.

1234567