Home
last modified time | relevance | path

Searched refs:primitives (Results 1 – 25 of 1190) sorted by relevance

12345678910>>...48

/external/deqp/android/cts/main/vk-master-2023-03-01/
Drasterization.txt1 dEQP-VK.rasterization.primitives.dynamic_stipple_and_topology.lines
2 dEQP-VK.rasterization.primitives.dynamic_stipple_and_topology.line_strip
3 dEQP-VK.rasterization.primitives.dynamic_stipple_and_topology.lines_wide
4 dEQP-VK.rasterization.primitives.dynamic_stipple_and_topology.line_strip_wide
5 dEQP-VK.rasterization.primitives.dynamic_stipple_and_topology.rectangular_lines
6 dEQP-VK.rasterization.primitives.dynamic_stipple_and_topology.rectangular_line_strip
7 dEQP-VK.rasterization.primitives.dynamic_stipple_and_topology.rectangular_lines_wide
8 dEQP-VK.rasterization.primitives.dynamic_stipple_and_topology.rectangular_line_strip_wide
9 dEQP-VK.rasterization.primitives.dynamic_stipple_and_topology.bresenham_lines
10 dEQP-VK.rasterization.primitives.dynamic_stipple_and_topology.bresenham_line_strip
[all …]
/external/python/cryptography/docs/hazmat/primitives/asymmetric/
Ded25519.rst6 .. currentmodule:: cryptography.hazmat.primitives.asymmetric.ed25519
19 >>> from cryptography.hazmat.primitives.asymmetric.ed25519 import Ed25519PrivateKey
48 >>> from cryptography.hazmat.primitives import serialization
49 >>> from cryptography.hazmat.primitives.asymmetric import ed25519
72 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.PEM`,
73 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.DER`, or
74 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.Raw`) and
76 :attr:`~cryptography.hazmat.primitives.serialization.PrivateFormat.PKCS8`,
77 :attr:`~cryptography.hazmat.primitives.serialization.PrivateFormat.OpenSSH`
79 :attr:`~cryptography.hazmat.primitives.serialization.PrivateFormat.Raw`
[all …]
Ded448.rst6 .. currentmodule:: cryptography.hazmat.primitives.asymmetric.ed448
17 >>> from cryptography.hazmat.primitives.asymmetric.ed448 import Ed448PrivateKey
57 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.PEM`,
58 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.DER`, or
59 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.Raw`) and
61 :attr:`~cryptography.hazmat.primitives.serialization.PrivateFormat.PKCS8`
63 :attr:`~cryptography.hazmat.primitives.serialization.PrivateFormat.Raw`
67 :class:`~cryptography.hazmat.primitives.serialization.Encoding` enum.
70 :class:`~cryptography.hazmat.primitives.serialization.PrivateFormat`
72 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.Raw`
[all …]
Dx25519.rst6 .. currentmodule:: cryptography.hazmat.primitives.asymmetric.x25519
24 >>> from cryptography.hazmat.primitives import hashes
25 >>> from cryptography.hazmat.primitives.asymmetric.x25519 import X25519PrivateKey
26 >>> from cryptography.hazmat.primitives.kdf.hkdf import HKDF
71 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.Raw`.
79 >>> from cryptography.hazmat.primitives import serialization
80 >>> from cryptography.hazmat.primitives.asymmetric import x25519
105 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.PEM`,
106 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.DER`, or
107 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.Raw`) and
[all …]
Dx448.rst6 .. currentmodule:: cryptography.hazmat.primitives.asymmetric.x448
24 >>> from cryptography.hazmat.primitives import hashes
25 >>> from cryptography.hazmat.primitives.asymmetric.x448 import X448PrivateKey
26 >>> from cryptography.hazmat.primitives.kdf.hkdf import HKDF
75 >>> from cryptography.hazmat.primitives import serialization
76 >>> from cryptography.hazmat.primitives.asymmetric import x448
99 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.PEM`,
100 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.DER`, or
101 :attr:`~cryptography.hazmat.primitives.serialization.Encoding.Raw`) and
103 :attr:`~cryptography.hazmat.primitives.serialization.PrivateFormat.PKCS8`
[all …]
Ddsa.rst6 .. module:: cryptography.hazmat.primitives.asymmetric.dsa
12 :doc:`EdDSA using curve25519</hazmat/primitives/asymmetric/ed25519>` or
13 :doc:`ECDSA</hazmat/primitives/asymmetric/ec>`.
41 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey`.
67 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAParameters`.
76 Using a :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey`
81 >>> from cryptography.hazmat.primitives import hashes
82 >>> from cryptography.hazmat.primitives.asymmetric import dsa
94 :func:`~cryptography.hazmat.primitives.asymmetric.utils.decode_dss_signature`.
98 :class:`~cryptography.hazmat.primitives.asymmetric.utils.Prehashed`.
[all …]
Dserialization.rst6 .. module:: cryptography.hazmat.primitives.serialization
91 >>> from cryptography.hazmat.primitives.asymmetric import dsa, rsa
92 >>> from cryptography.hazmat.primitives.serialization import load_pem_private_key
107 :mod:`~cryptography.hazmat.primitives.asymmetric.rsa`,
108 :mod:`~cryptography.hazmat.primitives.asymmetric.dsa`, and
109 :mod:`~cryptography.hazmat.primitives.asymmetric.ec` module documentation.
146 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`,
147 :class:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey`,
148 :class:`~cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKey`,
150 :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey`
[all …]
Ddh.rst6 .. currentmodule:: cryptography.hazmat.primitives.asymmetric.dh
10 :class:`~cryptography.hazmat.primitives.asymmetric.ec.ECDH` instead of DH
34 >>> from cryptography.hazmat.primitives import hashes
35 >>> from cryptography.hazmat.primitives.asymmetric import dh
36 >>> from cryptography.hazmat.primitives.kdf.hkdf import HKDF
74 >>> from cryptography.hazmat.primitives import hashes
75 >>> from cryptography.hazmat.primitives.asymmetric import dh
76 >>> from cryptography.hazmat.primitives.kdf.hkdf import HKDF
140 :class:`~cryptography.hazmat.primitives.asymmetric.dh.DHParameters`.
156 :class:`~cryptography.hazmat.primitives.asymmetric.dh.DHPrivateKey`.
[all …]
Drsa.rst6 .. module:: cryptography.hazmat.primitives.asymmetric.rsa
35 >>> from cryptography.hazmat.primitives.asymmetric import rsa
54 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`.
69 >>> from cryptography.hazmat.primitives import serialization
83 <cryptography.hazmat.primitives.serialization.load_ssh_public_key>`.
89 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization`
91 :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKeyWithSerialization.private_bytes`
96 >>> from cryptography.hazmat.primitives import serialization
106 :class:`~cryptography.hazmat.primitives.serialization.NoEncryption`.
119 :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey.public_bytes`
[all …]
Dutils.rst6 .. currentmodule:: cryptography.hazmat.primitives.asymmetric.utils
37 :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey.sign`
39 :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey.verify`
41 :meth:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPrivateKey.sign`
43 :meth:`~cryptography.hazmat.primitives.asymmetric.dsa.DSAPublicKey.verify`
47 :class:`~cryptography.hazmat.primitives.asymmetric.ec.ECDSA` and then used
49 :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePrivateKey.sign`
51 :meth:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicKey.verify`
55 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`.
60 >>> from cryptography.hazmat.primitives import hashes
[all …]
Dec.rst6 .. module:: cryptography.hazmat.primitives.asymmetric.ec
55 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`.
59 >>> from cryptography.hazmat.primitives import hashes
60 >>> from cryptography.hazmat.primitives.asymmetric import ec
72 :func:`~cryptography.hazmat.primitives.asymmetric.utils.decode_dss_signature`.
76 :class:`~cryptography.hazmat.primitives.asymmetric.utils.Prehashed`.
80 >>> from cryptography.hazmat.primitives.asymmetric import utils
102 :func:`~cryptography.hazmat.primitives.asymmetric.utils.encode_dss_signature`.
109 :class:`~cryptography.hazmat.primitives.asymmetric.utils.Prehashed`.
139 :type: :class:`~cryptography.hazmat.primitives.asymmetric.ec.EllipticCurvePublicNumbers`
[all …]
/external/python/cryptography/
DCHANGELOG.rst28 :class:`~cryptography.hazmat.primitives.ciphers.modes.GCM` and
29 :class:`~cryptography.hazmat.primitives.ciphers.aead.AESGCM` now require
47 :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey.recover_data_from_signature`
49 :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPublicKey`
74 :class:`~cryptography.hazmat.primitives.serialization.pkcs7.PKCS7SignatureBuilder`.
100 :func:`~cryptography.hazmat.primitives.serialization.pkcs7.load_pem_pkcs7_certificates`
102 :func:`~cryptography.hazmat.primitives.serialization.pkcs7.load_der_pkcs7_certificates`
105 :class:`~cryptography.hazmat.primitives.ciphers.CipherContext` with ``data``
123 :meth:`~cryptography.hazmat.primitives.asymmetric.rsa.generate_private_key`
139 :func:`~cryptography.hazmat.primitives.serialization.load_ssh_private_key`
[all …]
/external/python/cryptography/docs/hazmat/backends/
Dinterfaces.rst10 operations such as :doc:`/hazmat/primitives/symmetric-encryption`,
11 :doc:`/hazmat/primitives/cryptographic-hashes`, and
12 :doc:`/hazmat/primitives/mac/hmac`.
32 :class:`~cryptography.hazmat.primitives.ciphers.CipherAlgorithm`.
35 :class:`~cryptography.hazmat.primitives.ciphers.modes.Mode`.
44 :class:`~cryptography.hazmat.primitives.ciphers.CipherContext` that
49 :class:`~cryptography.hazmat.primitives.ciphers.CipherAlgorithm`.
52 :class:`~cryptography.hazmat.primitives.ciphers.modes.Mode`.
55 :class:`~cryptography.hazmat.primitives.ciphers.CipherContext`
63 :class:`~cryptography.hazmat.primitives.ciphers.CipherContext` that
[all …]
/external/caliper/caliper/src/main/java/com/google/caliper/memory/
DObjectGraphMeasurer.java46 private final ImmutableMultiset<Class<?>> primitives; field in ObjectGraphMeasurer.Footprint
63 Multiset<Class<?>> primitives) { in Footprint() argument
67 Preconditions.checkArgument(primitiveTypes.containsAll(primitives.elementSet()), in Footprint()
72 this.primitives = ImmutableMultiset.copyOf(primitives); in Footprint()
109 return primitives; in getPrimitives()
115 objects, nonNullRefs, nullRefs, primitives); in hashCode()
125 && this.primitives.equals(that.primitives); in equals()
136 .add("Primitives", primitives) in toString()
191 private final Multiset<Class<?>> primitives = HashMultiset.create(); field in ObjectGraphMeasurer.ObjectGraphVisitor
200 primitives.add(chain.getValueType()); in visit()
[all …]
/external/deqp/framework/opengl/
DgluDrawUtil.cpp454 …alid (int numVertexArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives) in isDrawCallValid() argument
459 if ((primitives.indexType == INDEXTYPE_LAST) != (primitives.indices == 0)) in isDrawCallValid()
462 if (primitives.numElements < 0) in isDrawCallValid()
465 if (!primitives.indices) in isDrawCallValid()
469 if (primitives.numElements > vertexArrays[ndx].pointer.numElements) in isDrawCallValid()
495 …exArrays, const VertexArrayBinding* vertexArrays, const PrimitiveList& primitives, DrawUtilCallbac… in drawFromUserPointers() argument
500 DE_ASSERT(isDrawCallValid(numVertexArrays, vertexArrays, primitives)); in drawFromUserPointers()
515 if (primitives.indices) in drawFromUserPointers()
516 …drawIndexed(gl, primitives.type, primitives.numElements, primitives.indexType, primitives.indices); in drawFromUserPointers()
518 drawNonIndexed(gl, primitives.type, primitives.numElements); in drawFromUserPointers()
[all …]
/external/deqp/android/cts/main/vk-master-2020-03-01/
Drasterization.txt328 dEQP-VK.rasterization.primitives.no_stipple.rectangular_lines
329 dEQP-VK.rasterization.primitives.no_stipple.rectangular_line_strip
330 dEQP-VK.rasterization.primitives.no_stipple.rectangular_lines_wide
331 dEQP-VK.rasterization.primitives.no_stipple.rectangular_line_strip_wide
332 dEQP-VK.rasterization.primitives.no_stipple.bresenham_lines
333 dEQP-VK.rasterization.primitives.no_stipple.bresenham_line_strip
334 dEQP-VK.rasterization.primitives.no_stipple.bresenham_lines_wide
335 dEQP-VK.rasterization.primitives.no_stipple.bresenham_line_strip_wide
336 dEQP-VK.rasterization.primitives.no_stipple.smooth_lines
337 dEQP-VK.rasterization.primitives.no_stipple.smooth_line_strip
[all …]
/external/deqp/android/cts/main/vk-master-2022-03-01/
Drasterization.txt281 dEQP-VK.rasterization.primitives.no_stipple.lines_factor_0
282 dEQP-VK.rasterization.primitives.no_stipple.line_strip_factor_0
283 dEQP-VK.rasterization.primitives.no_stipple.lines_wide_factor_0
284 dEQP-VK.rasterization.primitives.no_stipple.line_strip_wide_factor_0
285 dEQP-VK.rasterization.primitives.no_stipple.rectangular_lines_factor_0
286 dEQP-VK.rasterization.primitives.no_stipple.rectangular_line_strip_factor_0
287 dEQP-VK.rasterization.primitives.no_stipple.rectangular_lines_wide_factor_0
288 dEQP-VK.rasterization.primitives.no_stipple.rectangular_line_strip_wide_factor_0
289 dEQP-VK.rasterization.primitives.no_stipple.bresenham_lines_factor_0
290 dEQP-VK.rasterization.primitives.no_stipple.bresenham_line_strip_factor_0
[all …]
/external/deqp/android/cts/main/vksc-master/
Drasterization.txt1 dEQP-VKSC.rasterization.primitives.no_stipple.triangles
2 dEQP-VKSC.rasterization.primitives.no_stipple.triangle_strip
3 dEQP-VKSC.rasterization.primitives.no_stipple.triangle_fan
4 dEQP-VKSC.rasterization.primitives.no_stipple.points
5 dEQP-VKSC.rasterization.primitives.no_stipple.strict_lines
6 dEQP-VKSC.rasterization.primitives.no_stipple.strict_line_strip
7 dEQP-VKSC.rasterization.primitives.no_stipple.strict_lines_wide
8 dEQP-VKSC.rasterization.primitives.no_stipple.strict_line_strip_wide
9 dEQP-VKSC.rasterization.primitives.no_stipple.non_strict_lines
10 dEQP-VKSC.rasterization.primitives.no_stipple.non_strict_line_strip
[all …]
/external/deqp/android/cts/main/vksc-main/
Drasterization.txt325 dEQP-VKSC.rasterization.primitives.no_stipple.triangles
326 dEQP-VKSC.rasterization.primitives.no_stipple.triangle_strip
327 dEQP-VKSC.rasterization.primitives.no_stipple.triangle_fan
328 dEQP-VKSC.rasterization.primitives.no_stipple.points
329 dEQP-VKSC.rasterization.primitives.no_stipple.strict_lines
330 dEQP-VKSC.rasterization.primitives.no_stipple.strict_line_strip
331 dEQP-VKSC.rasterization.primitives.no_stipple.strict_lines_wide
332 dEQP-VKSC.rasterization.primitives.no_stipple.strict_line_strip_wide
333 dEQP-VKSC.rasterization.primitives.no_stipple.non_strict_lines
334 dEQP-VKSC.rasterization.primitives.no_stipple.non_strict_line_strip
[all …]
/external/deqp/external/vulkancts/mustpass/main/vksc-default/
Drasterization.txt325 dEQP-VKSC.rasterization.primitives.no_stipple.triangles
326 dEQP-VKSC.rasterization.primitives.no_stipple.triangle_strip
327 dEQP-VKSC.rasterization.primitives.no_stipple.triangle_fan
328 dEQP-VKSC.rasterization.primitives.no_stipple.points
329 dEQP-VKSC.rasterization.primitives.no_stipple.strict_lines
330 dEQP-VKSC.rasterization.primitives.no_stipple.strict_line_strip
331 dEQP-VKSC.rasterization.primitives.no_stipple.strict_lines_wide
332 dEQP-VKSC.rasterization.primitives.no_stipple.strict_line_strip_wide
333 dEQP-VKSC.rasterization.primitives.no_stipple.non_strict_lines
334 dEQP-VKSC.rasterization.primitives.no_stipple.non_strict_line_strip
[all …]
/external/python/cryptography/docs/hazmat/primitives/
Dtwofactor.rst6 .. currentmodule:: cryptography.hazmat.primitives.twofactor
19 .. currentmodule:: cryptography.hazmat.primitives.twofactor.hotp
36 >>> from cryptography.hazmat.primitives.twofactor.hotp import HOTP
37 >>> from cryptography.hazmat.primitives.hashes import SHA1
48 :param cryptography.hazmat.primitives.hashes.HashAlgorithm algorithm: A
49 :class:`~cryptography.hazmat.primitives.hashes`
60 :class:`~cryptography.hazmat.primitives.twofactor.hotp.HOTP`.
67 :class:`~cryptography.hazmat.primitives.hashes.SHA1()`,
68 :class:`~cryptography.hazmat.primitives.hashes.SHA256()` or
69 :class:`~cryptography.hazmat.primitives.hashes.SHA512()` or if the
[all …]
Dkeywrap.rst3 .. module:: cryptography.hazmat.primitives.keywrap
12 :doc:`symmetric encryption </hazmat/primitives/symmetric-encryption>`.
28 :class:`~cryptography.hazmat.primitives.ciphers.algorithms.AES`.
46 :class:`~cryptography.hazmat.primitives.ciphers.algorithms.AES`.
50 :raises cryptography.hazmat.primitives.keywrap.InvalidUnwrap: This is
67 :class:`~cryptography.hazmat.primitives.ciphers.algorithms.AES`.
85 :class:`~cryptography.hazmat.primitives.ciphers.algorithms.AES`.
89 :raises cryptography.hazmat.primitives.keywrap.InvalidUnwrap: This is
/external/python/cryptography/docs/x509/
Docsp.rst146 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
148 :class:`~cryptography.hazmat.primitives.hashes.SHA1`,
149 :class:`~cryptography.hazmat.primitives.hashes.SHA224`,
150 :class:`~cryptography.hazmat.primitives.hashes.SHA256`,
151 :class:`~cryptography.hazmat.primitives.hashes.SHA384`, and
152 :class:`~cryptography.hazmat.primitives.hashes.SHA512` are allowed.
170 >>> from cryptography.hazmat.primitives import serialization
171 >>> from cryptography.hazmat.primitives.hashes import SHA1
228 :class:`~cryptography.hazmat.primitives.hashes.HashAlgorithm`
230 :class:`~cryptography.hazmat.primitives.hashes.SHA1`,
[all …]
/external/deqp/android/cts/main/vk-master/
Drasterization.txt668 dEQP-VK.rasterization.primitives.no_stipple.triangles
669 dEQP-VK.rasterization.primitives.no_stipple.triangle_strip
670 dEQP-VK.rasterization.primitives.no_stipple.triangle_fan
671 dEQP-VK.rasterization.primitives.no_stipple.points
672 dEQP-VK.rasterization.primitives.no_stipple.strict_lines
673 dEQP-VK.rasterization.primitives.no_stipple.strict_line_strip
674 dEQP-VK.rasterization.primitives.no_stipple.strict_lines_wide
675 dEQP-VK.rasterization.primitives.no_stipple.strict_line_strip_wide
676 dEQP-VK.rasterization.primitives.no_stipple.non_strict_lines
677 dEQP-VK.rasterization.primitives.no_stipple.non_strict_line_strip
[all …]
/external/deqp/external/vulkancts/mustpass/main/vk-default/
Drasterization.txt668 dEQP-VK.rasterization.primitives.no_stipple.triangles
669 dEQP-VK.rasterization.primitives.no_stipple.triangle_strip
670 dEQP-VK.rasterization.primitives.no_stipple.triangle_fan
671 dEQP-VK.rasterization.primitives.no_stipple.points
672 dEQP-VK.rasterization.primitives.no_stipple.strict_lines
673 dEQP-VK.rasterization.primitives.no_stipple.strict_line_strip
674 dEQP-VK.rasterization.primitives.no_stipple.strict_lines_wide
675 dEQP-VK.rasterization.primitives.no_stipple.strict_line_strip_wide
676 dEQP-VK.rasterization.primitives.no_stipple.non_strict_lines
677 dEQP-VK.rasterization.primitives.no_stipple.non_strict_line_strip
[all …]

12345678910>>...48