Home
last modified time | relevance | path

Searched refs:Usable (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/docs/
Dexperimental.md41 |Usable inline style\*\* | ✔ | ✔ | �� |
/external/python/cpython2/Doc/c-api/
Dslice.rst54 Usable replacement for :c:func:`PySlice_GetIndices`. Retrieve the start,
/external/python/cpython3/Doc/c-api/
Dslice.rst48 Usable replacement for :c:func:`PySlice_GetIndices`. Retrieve the start,
/external/cpuinfo/
DREADME.md106 - [x] Usable instruction sets
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp3346 bool Usable = !Info.Constructor->isInvalidDecl() && in IsInitializerListConstructorConversion() local
3348 if (Usable) { in IsInitializerListConstructorConversion()
3470 bool Usable = !Info.Constructor->isInvalidDecl(); in IsUserDefinedConversion() local
3472 Usable = Usable && Info.Constructor->isConvertingConstructor( in IsUserDefinedConversion()
3474 if (Usable) { in IsUserDefinedConversion()