Home
last modified time | relevance | path

Searched defs:attributes (Results 1 - 25 of 278) sorted by relevance

12345678910>>...12

/third_party/mbedtls/library/
H A Dpsa_crypto_client.c17 void psa_reset_key_attributes(psa_key_attributes_t *attributes) in psa_reset_key_attributes() argument
H A Dpsa_crypto_driver_wrappers_no_static.c86 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 DtsxElementResolution12.js25 var attributes: any; variable
44 var attributes; variable
/third_party/glslang/glslang/HLSL/
H A DhlslAttributes.h53 TAttributes attributes; member in glslang::TFunctionDeclarator
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A Degl_utils.h32 AttributeVector TrimAttributeMap(const egl::AttributeMap &attributes, in TrimAttributeMap() argument
H A Degl_utils.cpp19 AttributeVector TrimAttributeMap(const egl::AttributeMap &attributes, in TrimAttributeMap() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.h49 std::array<VkVertexInputAttributeDescription, kMaxVertexAttributes> attributes; member
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
H A DdeMutexUnix.c36 deMutex deMutex_create (const deMutexAttributes* attributes) in deMutex_create() argument
H A DdeSemaphoreUnix.c34 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) in deSemaphore_create() argument
H A DdeSemaphoreMach.c36 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) in deSemaphore_create() argument
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vaapi.h93 VASurfaceAttrib *attributes; member
/third_party/gptfdisk/
H A Dattributes.h18 uint64_t attributes; member in Attributes
/third_party/mbedtls/include/psa/
H A Dcrypto_compat.h180 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 Dpsa_crypto_stubs.c63 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 Dtest_driver_key_agreement.c31 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 Dbuiltins-reflect.cc25 Handle<Object> attributes = args.at(3); in BUILTIN() local
/third_party/vk-gl-cts/framework/delibs/dethread/win32/
H A DdeMutexWin32.c47 deMutex deMutex_create (const deMutexAttributes* attributes) in deMutex_create() argument
90 deMutex deMutex_create (const deMutexAttributes* attributes) in deMutex_create() argument
H A DdeSemaphoreWin32.c36 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) in deSemaphore_create() argument
/third_party/gn/src/gn/
H A Dxml_element_writer.cc22 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 DFormattedValueFieldPositionIteratorImpl.java38 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 DCapElement.java37 Map attributes = new HashMap(); field in CapElement
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java40 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 Dhmac_demo.c113 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT; in hmac_demo() local
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dattributes.c45 static const XvAttribute attributes[] = { variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h96 attr_iterator_range attributes() const { in attributes() function in llvm::DWARFAbbreviationDeclaration

Completed in 8 milliseconds

12345678910>>...12