/third_party/mbedtls/library/ |
H A D | psa_crypto_client.c | 17 void psa_reset_key_attributes(psa_key_attributes_t *attributes) in psa_reset_key_attributes() argument
|
H A D | psa_crypto_driver_wrappers_no_static.c | 86 psa_driver_wrapper_get_key_buffer_size( const psa_key_attributes_t *attributes, size_t *key_buffer_size ) psa_driver_wrapper_get_key_buffer_size() argument 122 psa_driver_wrapper_export_public_key( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, uint8_t *data, size_t data_size, size_t *data_length ) psa_driver_wrapper_export_public_key() argument 222 psa_driver_wrapper_get_builtin_key( psa_drv_slot_number_t slot_number, psa_key_attributes_t *attributes, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length ) psa_driver_wrapper_get_builtin_key() argument [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | tsxElementResolution12.js | 25 var attributes: any; variable 44 var attributes;
variable
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslAttributes.h | 53 TAttributes attributes; member in glslang::TFunctionDeclarator
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | egl_utils.h | 32 AttributeVector TrimAttributeMap(const egl::AttributeMap &attributes, in TrimAttributeMap() argument
|
H A D | egl_utils.cpp | 19 AttributeVector TrimAttributeMap(const egl::AttributeMap &attributes, in TrimAttributeMap() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPipelineVk.h | 49 std::array<VkVertexInputAttributeDescription, kMaxVertexAttributes> attributes; member
|
/third_party/vk-gl-cts/framework/delibs/dethread/unix/ |
H A D | deMutexUnix.c | 36 deMutex deMutex_create (const deMutexAttributes* attributes) in deMutex_create() argument
|
H A D | deSemaphoreUnix.c | 34 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) in deSemaphore_create() argument
|
H A D | deSemaphoreMach.c | 36 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) in deSemaphore_create() argument
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vaapi.h | 93 VASurfaceAttrib *attributes; member
|
/third_party/gptfdisk/ |
H A D | attributes.h | 18 uint64_t attributes; member in Attributes
|
/third_party/mbedtls/include/psa/ |
H A D | crypto_compat.h | 180 psa_set_key_domain_parameters( psa_key_attributes_t *attributes, psa_key_type_t type, const uint8_t *data, size_t data_length) psa_set_key_domain_parameters() argument 206 psa_get_key_domain_parameters( const psa_key_attributes_t *attributes, uint8_t *data, size_t data_size, size_t *data_length) psa_get_key_domain_parameters() argument
|
/third_party/mbedtls/tests/src/ |
H A D | psa_crypto_stubs.c | 63 psa_status_t psa_import_key(const psa_key_attributes_t *attributes, in psa_import_key() argument 49 psa_get_key_attributes(mbedtls_svc_key_id_t key, psa_key_attributes_t *attributes) psa_get_key_attributes() argument
|
/third_party/mbedtls/tests/src/drivers/ |
H A D | test_driver_key_agreement.c | 31 mbedtls_test_transparent_key_agreement( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *peer_key, size_t peer_key_length, uint8_t *shared_secret, size_t shared_secret_size, size_t *shared_secret_length) mbedtls_test_transparent_key_agreement() argument 124 mbedtls_test_opaque_key_agreement( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *peer_key, size_t peer_key_length, uint8_t *shared_secret, size_t shared_secret_size, size_t *shared_secret_length) mbedtls_test_opaque_key_agreement() argument
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-reflect.cc | 25 Handle<Object> attributes = args.at(3); in BUILTIN() local
|
/third_party/vk-gl-cts/framework/delibs/dethread/win32/ |
H A D | deMutexWin32.c | 47 deMutex deMutex_create (const deMutexAttributes* attributes) in deMutex_create() argument 90 deMutex deMutex_create (const deMutexAttributes* attributes) in deMutex_create() argument
|
H A D | deSemaphoreWin32.c | 36 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) in deSemaphore_create() argument
|
/third_party/gn/src/gn/ |
H A D | xml_element_writer.cc | 22 XmlElementWriter(std::ostream& out, const std::string& tag, const XmlAttributes& attributes) XmlElementWriter() argument 27 XmlElementWriter(std::ostream& out, const std::string& tag, const XmlAttributes& attributes, int indent) XmlElementWriter() argument 63 SubElement( const std::string& tag, const XmlAttributes& attributes) SubElement() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | FormattedValueFieldPositionIteratorImpl.java | 38 public static boolean nextPosition(List<FieldPosition> attributes, ConstrainedFieldPosition cfpos) { in nextPosition() argument 60 public static AttributedCharacterIterator toCharacterIterator(CharSequence cs, List<FieldPosition> attributes) { in toCharacterIterator() argument 79 public static void addOverlapSpans(List<FieldPosition> attributes, Format.Field spanField, int firstIndex) { in addOverlapSpans() argument 115 sort(List<FieldPosition> attributes) sort() argument [all...] |
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
H A D | CapElement.java | 37 Map attributes = new HashMap(); field in CapElement
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | FormattedValueFieldPositionIteratorImpl.java | 40 public static boolean nextPosition(List<FieldPosition> attributes, ConstrainedFieldPosition cfpos) { in nextPosition() argument 62 public static AttributedCharacterIterator toCharacterIterator(CharSequence cs, List<FieldPosition> attributes) { in toCharacterIterator() argument 81 public static void addOverlapSpans(List<FieldPosition> attributes, Format.Field spanField, int firstIndex) { in addOverlapSpans() argument 117 sort(List<FieldPosition> attributes) sort() argument [all...] |
/third_party/mbedtls/programs/psa/ |
H A D | hmac_demo.c | 113 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in hmac_demo() local
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
H A D | attributes.c | 45 static const XvAttribute attributes[] = { variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAbbreviationDeclaration.h | 96 attr_iterator_range attributes() const { in attributes() function in llvm::DWARFAbbreviationDeclaration
|