Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 25 of 1421) sorted by relevance

12345678910>>...57

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2020-030.md3 ### CVE Number
6 ### Impact
71 ### Patches
81 ### For more information
87 ### Attribution
Dtfsa-2022-137.md3 ### CVE Number
6 ### Impact
21 ### Patches
27 ### For more information
/external/coreboot/util/spd_tools/
DREADME.md63 #### Mandatory
90 #### Optional
144 #### Example `memory_parts.json`
181 #### Mandatory
205 #### Optional
269 #### Example `memory_parts.json`
305 #### Mandatory
323 #### Optional
381 #### Example `memory_parts.json`
/external/mbedtls/include/psa/
Dcrypto_struct.h268 static inline void psa_set_key_id(psa_key_attributes_t *attributes, in psa_set_key_id()
284 const psa_key_attributes_t *attributes) in psa_get_key_id()
290 static inline void mbedtls_set_key_owner_id(psa_key_attributes_t *attributes, in mbedtls_set_key_owner_id()
297 static inline void psa_set_key_lifetime(psa_key_attributes_t *attributes, in psa_set_key_lifetime()
311 const psa_key_attributes_t *attributes) in psa_get_key_lifetime()
327 static inline void psa_set_key_usage_flags(psa_key_attributes_t *attributes, in psa_set_key_usage_flags()
335 const psa_key_attributes_t *attributes) in psa_get_key_usage_flags()
340 static inline void psa_set_key_algorithm(psa_key_attributes_t *attributes, in psa_set_key_algorithm()
347 const psa_key_attributes_t *attributes) in psa_get_key_algorithm()
359 static inline void psa_set_key_type(psa_key_attributes_t *attributes, in psa_set_key_type()
[all …]
/external/turbine/java/com/google/turbine/bytecode/
DLowerAttributes.java36 List<Attribute> attributes = new ArrayList<>(); in classAttributes() local
69 List<Attribute> attributes = new ArrayList<>(); in recordAttribute() local
83 List<Attribute> attributes = new ArrayList<>(); in methodAttributes() local
104 List<Attribute> attributes = new ArrayList<>(); in fieldAttributes() local
116 static void addAllAnnotations(List<Attribute> attributes, List<AnnotationInfo> annotations) { in addAllAnnotations()
134 List<Attribute> attributes, ImmutableList<TypeAnnotationInfo> annotations) { in addAllTypeAnnotations()
150 List<Attribute> attributes, ImmutableList<ImmutableList<AnnotationInfo>> annotations) { in addParameterAnnotations()
/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils_test.cc29 std::unordered_map<string, string>* attributes) { in ParseDebugOpName() argument
37 std::unordered_map<string, string> attributes; in TEST_F() local
46 std::unordered_map<string, string> attributes; in TEST_F() local
63 std::unordered_map<string, string> attributes; in TEST_F() local
93 std::unordered_map<string, string> attributes; in TEST_F() local
110 std::unordered_map<string, string> attributes; in TEST_F() local
132 std::unordered_map<string, string> attributes; in TEST_F() local
142 std::unordered_map<string, string> attributes; in TEST_F() local
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DNV.h47 # define GET_TPM_NT(attributes) GET_ATTRIBUTE(attributes, TPMA_NV, TPM_NT) argument
51 # define GetNv_TPM_NV(attributes) \ argument
66 # define IsNvOrdinaryIndex(attributes) \ argument
69 # define IsNvCounterIndex(attributes) \ argument
72 # define IsNvBitsIndex(attributes) \ argument
75 # define IsNvExtendIndex(attributes) \ argument
79 # define IsNvPinPassIndex(attributes) \ argument
84 # define IsNvPinFailIndex(attributes) \ argument
105 TPMA_NV attributes; member
/external/tensorflow/tensorflow/core/distributed_runtime/
Ddevice_resolver_distributed_test.cc63 std::vector<DeviceAttributes> attributes; in SetUp() local
78 DeviceAttributes attributes; in TEST_F() local
85 DeviceAttributes attributes; in TEST_F() local
91 std::vector<DeviceAttributes> attributes; in TEST_F() local
111 std::vector<DeviceAttributes> attributes; in TEST_F() local
117 std::vector<DeviceAttributes> attributes; in TEST_F() local
146 std::vector<DeviceAttributes> attributes; in TEST_F() local
153 std::vector<DeviceAttributes> attributes; in TEST_F() local
/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/model/
DGetItemEnhancedResponse.java37 private final T attributes; field in GetItemEnhancedResponse
48 public T attributes() { in attributes() method in GetItemEnhancedResponse
87 private T attributes; field in GetItemEnhancedResponse.Builder
90 public GetItemEnhancedResponse.Builder<T> attributes(T attributes) { in attributes() argument
DDeleteItemEnhancedResponse.java38 private final T attributes; field in DeleteItemEnhancedResponse
51 public T attributes() { in attributes() method in DeleteItemEnhancedResponse
102 private T attributes; field in DeleteItemEnhancedResponse.Builder
106 public Builder<T> attributes(T attributes) { in attributes() method in DeleteItemEnhancedResponse.Builder
DPutItemEnhancedResponse.java37 private final T attributes; field in PutItemEnhancedResponse
50 public T attributes() { in attributes() method in PutItemEnhancedResponse
101 private T attributes; field in PutItemEnhancedResponse.Builder
105 public Builder<T> attributes(T attributes) { in attributes() method in PutItemEnhancedResponse.Builder
DUpdateItemEnhancedResponse.java39 private final T attributes; field in UpdateItemEnhancedResponse
53 public T attributes() { in attributes() method in UpdateItemEnhancedResponse
104 private T attributes; field in UpdateItemEnhancedResponse.Builder
108 public Builder<T> attributes(T attributes) { in attributes() argument
/external/openthread/third_party/mbedtls/repo/include/psa/
Dcrypto_struct.h309 static inline void psa_set_key_id(psa_key_attributes_t *attributes, in psa_set_key_id()
325 const psa_key_attributes_t *attributes) in psa_get_key_id()
331 static inline void mbedtls_set_key_owner_id(psa_key_attributes_t *attributes, in mbedtls_set_key_owner_id()
338 static inline void psa_set_key_lifetime(psa_key_attributes_t *attributes, in psa_set_key_lifetime()
352 const psa_key_attributes_t *attributes) in psa_get_key_lifetime()
368 static inline void psa_set_key_usage_flags(psa_key_attributes_t *attributes, in psa_set_key_usage_flags()
376 const psa_key_attributes_t *attributes) in psa_get_key_usage_flags()
381 static inline void psa_set_key_algorithm(psa_key_attributes_t *attributes, in psa_set_key_algorithm()
388 const psa_key_attributes_t *attributes) in psa_get_key_algorithm()
393 static inline void psa_set_key_type(psa_key_attributes_t *attributes, in psa_set_key_type()
[all …]
/external/testng/src/main/java/org/testng/xml/
DTestNGContentHandler.java124 private void xmlSuiteFile(boolean start, Attributes attributes) { in xmlSuiteFile()
139 private void xmlSuite(boolean start, Attributes attributes) { in xmlSuite()
231 private void xmlDefine(boolean start, Attributes attributes) { in xmlDefine()
247 private void xmlScript(boolean start, Attributes attributes) { in xmlScript()
268 private void xmlTest(boolean start, Attributes attributes) { in xmlTest()
343 public void xmlClasses(boolean start, Attributes attributes) { in xmlClasses()
357 public void xmlListeners(boolean start, Attributes attributes) { in xmlListeners()
372 public void xmlListener(boolean start, Attributes attributes) { in xmlListener()
382 public void xmlPackages(boolean start, Attributes attributes) { in xmlPackages()
408 public void xmlMethodSelectors(boolean start, Attributes attributes) { in xmlMethodSelectors()
[all …]
/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/handlers/
DCreateBucketInterceptorTest.java44 ExecutionAttributes attributes = new ExecutionAttributes() in modifyRequest_DoesNotOverrideExistingLocationConstraint() local
61 ExecutionAttributes attributes = new ExecutionAttributes() in modifyRequest_UpdatesLocationConstraint_When_NullCreateBucketConfiguration() local
80 ExecutionAttributes attributes = new ExecutionAttributes() in modifyRequest_UpdatesLocationConstraint_When_NullLocationConstraint() local
101 …ExecutionAttributes attributes = new ExecutionAttributes().putAttribute(AwsExecutionAttribute.AWS_… in modifyRequest_DoesNotSetLocationConstraint_When_LocationPresent() local
124 ExecutionAttributes attributes = new ExecutionAttributes() in modifyRequest_UsEast1_UsesNullBucketConfiguration() local
141 ExecutionAttributes attributes = new ExecutionAttributes() in modifyRequest__When_NullLocationConstraint() local
/external/testng/src/main/java/org/testng/reporters/
DXMLUtils.java35 @Nullable Properties attributes) { in xml()
61 String elementName, Boolean value, Properties attributes) { in xmlOptional()
68 String elementName, @Nullable String value, Properties attributes) { in xmlOptional()
75 String elementName, @Nullable String value, @Nullable Properties attributes) { in xmlRequired()
80 Properties attributes) { in xmlOpen()
93 public static void appendAttributes(IBuffer result, Properties attributes) { in appendAttributes()
105 Properties attributes, boolean noNewLine) { in xmlOpen()
DXMLStringBuffer.java102 public void push(String tagName, @Nullable String schema, @Nullable Properties attributes) { in push()
126 public void push(String tagName, @Nullable Properties attributes) { in push()
130 public void push(String tagName, String... attributes) { in push()
134 private Properties createProperties(String[] attributes) { in createProperties()
203 public void addRequired(String tagName, @Nullable String value, @Nullable Properties attributes) { in addRequired()
206 public void addRequired(String tagName, @Nullable String value, String... attributes) { in addRequired()
217 public void addOptional(String tagName, @Nullable String value, @Nullable Properties attributes) { in addOptional()
223 public void addOptional(String tagName, @Nullable String value, String... attributes) { in addOptional()
246 …public void addOptional(String tagName, @Nullable Boolean value, @Nullable Properties attributes) { in addOptional()
277 public void addEmptyElement(String tagName, @Nullable Properties attributes) { in addEmptyElement()
[all …]
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/
DExecutionAttribute.java208 T get(Map<ExecutionAttribute<?>, Object> attributes); in get()
213 void set(Map<ExecutionAttribute<?>, Object> attributes, T value); in set()
218 void setIfAbsent(Map<ExecutionAttribute<?>, Object> attributes, T value); in setIfAbsent()
227 public T get(Map<ExecutionAttribute<?>, Object> attributes) { in get()
232 public void set(Map<ExecutionAttribute<?>, Object> attributes, T value) { in set()
237 public void setIfAbsent(Map<ExecutionAttribute<?>, Object> attributes, T value) { in setIfAbsent()
259 public T get(Map<ExecutionAttribute<?>, Object> attributes) { in get()
265 public void set(Map<ExecutionAttribute<?>, Object> attributes, T value) { in set()
270 public void setIfAbsent(Map<ExecutionAttribute<?>, Object> attributes, T value) { in setIfAbsent()
297 public T get(Map<ExecutionAttribute<?>, Object> attributes) { in get()
[all …]
/external/openthread/third_party/mbedtls/repo/tests/src/drivers/
Dtest_driver_signature.c42 const psa_key_attributes_t *attributes, in sign_hash()
110 const psa_key_attributes_t *attributes, in verify_hash()
176 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_sign_message()
232 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_sign_message()
256 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_verify_message()
299 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_verify_message()
321 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_sign_hash()
349 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_sign_hash()
369 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_verify_hash()
387 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_verify_hash()
/external/mbedtls/tests/src/drivers/
Dtest_driver_signature.c43 const psa_key_attributes_t *attributes, in sign_hash()
111 const psa_key_attributes_t *attributes, in verify_hash()
177 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_sign_message()
233 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_sign_message()
257 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_verify_message()
300 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_verify_message()
322 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_sign_hash()
350 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_sign_hash()
370 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_signature_verify_hash()
388 const psa_key_attributes_t *attributes, in mbedtls_test_opaque_signature_verify_hash()
/external/javassist/src/main/javassist/bytecode/
DAttributeInfo.java201 static int getLength(List<AttributeInfo> attributes) { in getLength()
210 static AttributeInfo lookup(List<AttributeInfo> attributes, String name) { in lookup()
221 static synchronized AttributeInfo remove(List<AttributeInfo> attributes, String name) { in remove()
233 static void writeAll(List<AttributeInfo> attributes, DataOutputStream out) in writeAll()
243 static List<AttributeInfo> copyAll(List<AttributeInfo> attributes, ConstPool cp) { in copyAll()
263 static void renameClass(List<AttributeInfo> attributes, String oldname, String newname) { in renameClass()
271 static void renameClass(List<AttributeInfo> attributes, Map<String,String> classnames) { in renameClass()
281 static void getRefClasses(List<AttributeInfo> attributes, Map<String,String> classnames) { in getRefClasses()
/external/autotest/server/site_tests/platform_MTBF/
Dspera_config.json8 "attributes": ["basic"] array
14 "attributes": ["basic"] array
20 "attributes": ["basic"] array
26 "attributes": ["basic"] array
32 "attributes": ["plus"], array
39 "attributes": ["plus"], array
46 "attributes": ["premium"], array
53 "attributes": ["basic"] array
59 "attributes": ["plus"], array
66 "attributes": ["premium"], array
[all …]
/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp73 bool hasAttributeAliasing(const vector<Attribute> &attributes, const map<string, uint32_t> &binding… in hasAttributeAliasing()
111 string generateAttributeDefinitions(const vector<Attribute> &attributes) in generateAttributeDefinitions()
128 string generateConditionUniformDefinitions(const vector<Attribute> &attributes) in generateConditionUniformDefinitions()
173 string generateOutputCode(const vector<Attribute> &attributes) in generateOutputCode()
225 string generateVertexShaderTemplate(const vector<Attribute> &attributes) in generateVertexShaderTemplate()
249 string createVertexShaderSource(glu::RenderContext &renderCtx, const vector<Attribute> &attributes, in createVertexShaderSource()
404const vector<Attribute> &attributes, bool attributeAliasing) in createAndAttachShaders()
477 void logAttributes(TestLog &log, const vector<Attribute> &attributes) in logAttributes()
492 const vector<Attribute> &attributes) in checkActiveAttribQuery()
598const vector<Attribute> &attributes, const map<string, uint32_t> &bindings) in checkAttribLocationQuery()
[all …]
/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/
DExecutionAttributesTest.java56 ExecutionAttributes attributes = attributesCaptor.getValue(); in syncClient_disableHostPrefixInjection_isPresent() local
79 ExecutionAttributes attributes = attributesCaptor.getValue(); in asyncClient_disableHostPrefixInjection_isPresent() local
104 ExecutionAttributes attributes = attributesCaptor.getValue(); in asyncClient_clientOverrideExecutionAttribute() local
132 ExecutionAttributes attributes = attributesCaptor.getValue(); in asyncClient_requestOverrideExecutionAttribute() local
161 ExecutionAttributes attributes = attributesCaptor.getValue(); in asyncClient_requestOverrideExecutionAttributesHavePrecedence() local
189 ExecutionAttributes attributes = attributesCaptor.getValue(); in syncClient_requestOverrideExecutionAttribute() local
218 ExecutionAttributes attributes = attributesCaptor.getValue(); in syncClient_requestOverrideExecutionAttributesHavePrecedence() local
/external/cronet/stable/base/mac/
Dcode_signature.cc25 ScopedCFTypeRef<CFMutableDictionaryRef> attributes( in AttributesForGuestValidation() local
56 OSStatus ValidateGuestWithAttributes(CFDictionaryRef attributes, in ValidateGuestWithAttributes()
75 ScopedCFTypeRef<CFDictionaryRef> attributes = AttributesForGuestValidation( in ProcessIsSignedAndFulfillsRequirement() local
85 ScopedCFTypeRef<CFDictionaryRef> attributes = in ProcessIdIsSignedAndFulfillsRequirement_DoNotUse() local
110 ScopedCFTypeRef<CFDictionaryRef> attributes = AttributesForGuestValidation( in DynamicCodeObjectForCurrentProcess() local

12345678910>>...57