Home
last modified time | relevance | path

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

12345678910>>...13

/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
/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
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_auth_callback_proxy_test.cpp102 Attributes attributes; in HWTEST_F() local
/test/testfwk/arkxtest/uitest/record/
H A Dtouch_event.h49 std::vector<std::string> attributes; member
/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
/base/useriam/user_auth_framework/frameworks/native/ipc/src/
H A Duser_auth_callback_proxy.cpp103 void GetExecutorPropertyCallbackProxy::OnGetExecutorPropertyResult(int32_t result, const Attributes &attributes) in OnGetExecutorPropertyResult() argument
H A Dexecutor_messenger_stub.cpp83 std::vector<uint8_t> attributes; in FinishStub() local
/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dremote_connect_manager.cpp76 SendMessage(const std::string &connectionName, const std::string &srcEndPoint, const std::string &destEndPoint, const std::shared_ptr<Attributes> &attributes, MsgCallback &callback) SendMessage() argument
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A Dcamera_preview_test.cpp1526 std::vector<StreamAttribute> attributes; in HWTEST_F() local
/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...]

Completed in 9 milliseconds

12345678910>>...13