Home
last modified time | relevance | path

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

12345678910>>...151

/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioDeviceInfoTest.java63 AudioDeviceAttributes attributes = getMockAudioDeviceAttribute(TYPE_BUS); in setAudioDeviceInfo_requiresNonNullGain_forBusDevices() local
79 AudioDeviceAttributes attributes = getMockAudioDeviceAttribute(TYPE_BLUETOOTH_A2DP); in setAudioDeviceInfo_doesNotRequiresNonNullGain_forNonBusDevices() local
93 AudioDeviceAttributes attributes = getMockAudioDeviceAttribute(TYPE_BUS); in setAudioDeviceInfo_requiresJointModeGain() local
108 AudioDeviceAttributes attributes = getMockAudioDeviceAttribute(TYPE_BUS); in setAudioDeviceInfo_requiresMaxGainLargerThanMin() local
123 AudioDeviceAttributes attributes = getMockAudioDeviceAttribute(TYPE_BUS); in setAudioDeviceInfo_requiresDefaultGainLargerThanMin() local
139 AudioDeviceAttributes attributes = getMockAudioDeviceAttribute(TYPE_BUS); in setAudioDeviceInfo_requiresDefaultGainSmallerThanMax() local
155 AudioDeviceAttributes attributes = getMockAudioDeviceAttribute(TYPE_BUS); in setAudioDeviceInfo_requiresGainStepSizeFactorOfRange() local
170 AudioDeviceAttributes attributes = getMockAudioDeviceAttribute(TYPE_BUS); in setAudioDeviceInfo_requiresGainStepSizeFactorOfRangeToDefault() local
186 AudioDeviceAttributes attributes = getMockAudioDeviceAttribute(TYPE_BUS); in isActive_beforeSettingAudioDevice() local
195 AudioDeviceAttributes attributes = getMockAudioDeviceAttribute(TYPE_BUS); in isActive_afterSettingDeviceInfo() local
[all …]
/aosp_15_r20/external/deqp/modules/glshared/
H A 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 …]
/aosp_15_r20/external/autotest/server/site_tests/platform_MTBF/
H A 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 …]
/aosp_15_r20/external/testng/src/main/java/org/testng/xml/
H A 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 …]
/aosp_15_r20/external/mbedtls/include/psa/
H A 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 …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/psa/
H A 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 …]
/aosp_15_r20/external/mbedtls/library/
H A Dpsa_crypto_driver_wrappers.h112 const psa_key_attributes_t *attributes, in psa_driver_wrapper_sign_message()
187 const psa_key_attributes_t *attributes, in psa_driver_wrapper_verify_message()
258 const psa_key_attributes_t *attributes, in psa_driver_wrapper_sign_hash()
362 const psa_key_attributes_t *attributes, in psa_driver_wrapper_verify_hash()
513 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in psa_driver_wrapper_sign_hash_start()
600 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in psa_driver_wrapper_verify_hash_start()
696 const psa_key_attributes_t *attributes, in psa_driver_wrapper_get_key_buffer_size_from_key_data()
725 const psa_key_attributes_t *attributes, in psa_driver_wrapper_generate_key()
811 const psa_key_attributes_t *attributes, in psa_driver_wrapper_import_key()
924 const psa_key_attributes_t *attributes, in psa_driver_wrapper_export_key()
[all …]
H A Dpsa_crypto.c714 const psa_key_attributes_t *attributes, in psa_import_key_into_slot()
1308 psa_key_attributes_t *attributes) in psa_get_rsa_public_exponent()
1352 psa_key_attributes_t *attributes) in psa_get_key_attributes()
1423 const psa_key_attributes_t *attributes, in psa_get_key_slot_number()
1452 const psa_key_attributes_t *attributes, in psa_export_key_internal()
1505 psa_key_attributes_t attributes = { in psa_export_key() local
1518 const psa_key_attributes_t *attributes, in psa_export_public_key_internal()
1592 psa_key_attributes_t attributes; in psa_export_public_key() local
1679 const psa_key_attributes_t *attributes, in psa_validate_key_attributes()
1759 const psa_key_attributes_t *attributes, in psa_start_key_creation()
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpsa_crypto_driver_wrappers.h112 const psa_key_attributes_t *attributes, in psa_driver_wrapper_sign_message()
187 const psa_key_attributes_t *attributes, in psa_driver_wrapper_verify_message()
258 const psa_key_attributes_t *attributes, in psa_driver_wrapper_sign_hash()
362 const psa_key_attributes_t *attributes, in psa_driver_wrapper_verify_hash()
513 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in psa_driver_wrapper_sign_hash_start()
604 const psa_key_attributes_t *attributes, const uint8_t *key_buffer, in psa_driver_wrapper_verify_hash_start()
703 const psa_key_attributes_t *attributes, in psa_driver_wrapper_get_key_buffer_size_from_key_data()
732 const psa_key_attributes_t *attributes, in psa_driver_wrapper_generate_key()
837 const psa_key_attributes_t *attributes, in psa_driver_wrapper_import_key()
950 const psa_key_attributes_t *attributes, in psa_driver_wrapper_export_key()
[all …]
/aosp_15_r20/external/python/cpython2/Tools/webchecker/
Dwebchecker.py788 def check_name_id(self, attributes): argument
803 def unknown_starttag(self, tag, attributes): argument
808 def start_a(self, attributes): argument
814 def do_area(self, attributes): argument
818 def do_body(self, attributes): argument
822 def do_img(self, attributes): argument
826 def do_frame(self, attributes): argument
830 def do_iframe(self, attributes): argument
834 def do_link(self, attributes): argument
844 def do_object(self, attributes): argument
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/
H A 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 …]
/aosp_15_r20/external/coreboot/util/spd_tools/
H A 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`
/aosp_15_r20/tools/tradefederation/core/avd_util/javatests/com/android/tradefed/util/avd/
DOxygenClientTest.java191 MultiMap<String, String> attributes = new MultiMap<>(); in testLease() local
252 MultiMap<String, String> attributes = new MultiMap<>(); in testLeaseOmniLabDevice() local
306 MultiMap<String, String> attributes = new MultiMap<>(); in testLeaseWithoutBuildId() local
368 MultiMap<String, String> attributes = new MultiMap<>(); in testLeaseOmniLabDeviceWithoutBuildId() local
424 MultiMap<String, String> attributes = new MultiMap<>(); in testLeaseMultipleDevice() local
604 MultiMap<String, String> attributes = new MultiMap<>(); in testLeaseWithBootImageAndBootArtifact() local
669 MultiMap<String, String> attributes = new MultiMap<>(); in testLeaseOmniLabDeviceWithBootImageAndBootArtifact() local
728 MultiMap<String, String> attributes = new MultiMap<>(); in testLeaseWithBootloader() local
792 MultiMap<String, String> attributes = new MultiMap<>(); in testLeaseOmniLabDeviceWithBootloader() local
849 MultiMap<String, String> attributes = new MultiMap<>(); in testLeaseWithHostPackage() local
[all …]
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/
H A DDebugStore.java214 long beginEvent(String eventName, List<String> attributes); in beginEvent()
218 void endEvent(long id, List<String> attributes); in endEvent()
222 void recordEvent(String eventName, List<String> attributes); in recordEvent()
227 public long beginEvent(String eventName, List<String> attributes) { in beginEvent()
232 public void endEvent(long id, List<String> attributes) { in endEvent()
237 public void recordEvent(String eventName, List<String> attributes) { in recordEvent()
242 private static native long beginEventNative(String eventName, List<String> attributes); in beginEventNative()
244 private static native void endEventNative(long id, List<String> attributes); in endEventNative()
246 private static native void recordEventNative(String eventName, List<String> attributes); in recordEventNative()
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/include/
H A 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
/aosp_15_r20/external/testng/src/main/java/org/testng/reporters/
H A 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 …]
/aosp_15_r20/external/mbedtls/tests/src/drivers/
H A 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()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/drivers/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/core/debug/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A 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
/aosp_15_r20/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/
DNormalCallDomainSelectorTest.java200 DomainSelectionService.SelectionAttributes attributes = in testDestroyedDuringActiveState() local
226 DomainSelectionService.SelectionAttributes attributes = in testSelectDomainInputParams() local
340 DomainSelectionService.SelectionAttributes attributes = in testOutOfService() local
374 DomainSelectionService.SelectionAttributes attributes = in testDomainSelection() local
485 DomainSelectionService.SelectionAttributes attributes = in testWPSCallDomainSelection() local
544 DomainSelectionService.SelectionAttributes attributes = in testTtyCallDomainSelection() local
610 DomainSelectionService.SelectionAttributes attributes = in testEmcCsFailureAndPsRedial() local
684 DomainSelectionService.SelectionAttributes attributes = in testImsRegistrationStateTimeoutMessage() local
723 DomainSelectionService.SelectionAttributes attributes = in testImsRegistrationStateTimeoutHandler() local
751 DomainSelectionService.SelectionAttributes attributes = in testReselectDomainNoTimeoutMessage() local
/aosp_15_r20/external/turbine/java/com/google/turbine/bytecode/
H A 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()
/aosp_15_r20/external/grpc-grpc/test/cpp/ext/csm/
H A Dmetadata_exchange_test.cc52 opentelemetry::sdk::common::AttributeMap attributes; in TestGkeResource() local
64 opentelemetry::sdk::common::AttributeMap attributes; in TestGceResource() local
72 opentelemetry::sdk::common::AttributeMap attributes; in TestUnknownResource() local
208 opentelemetry::sdk::common::OwnedAttributeValue>& in VerifyServiceMeshAttributes()
276 opentelemetry::sdk::common::OwnedAttributeValue>& in VerifyNoServiceMeshAttributes()
303 const auto& attributes = data[kMetricName][0].attributes.GetAttributes(); in TEST_P() local
326 const auto& attributes = data[kMetricName][0].attributes.GetAttributes(); in TEST_P() local
351 const auto& attributes = data[kMetricName][0].attributes.GetAttributes(); in TEST_P() local
373 const auto& attributes = data[kMetricName][0].attributes.GetAttributes(); in TEST_P() local
398 const auto& attributes = data[kMetricName][0].attributes.GetAttributes(); in TEST_P() local
[all …]
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/message2/
H A DMFDataModel.java266 public final List<Attribute> attributes; field in MFDataModel.LiteralExpression
273 public LiteralExpression(Literal arg, Annotation annotation, List<Attribute> attributes) { in LiteralExpression()
289 public final List<Attribute> attributes; field in MFDataModel.VariableExpression
297 VariableRef arg, Annotation annotation, List<Attribute> attributes) { in VariableExpression()
322 public final List<Attribute> attributes; field in MFDataModel.FunctionExpression
329 public FunctionExpression(FunctionAnnotation annotation, List<Attribute> attributes) { in FunctionExpression()
343 public final List<Attribute> attributes; field in MFDataModel.UnsupportedExpression
350 public UnsupportedExpression(UnsupportedAnnotation annotation, List<Attribute> attributes) { in UnsupportedExpression()
508 public final List<Attribute> attributes; field in MFDataModel.Markup
516 Kind kind, String name, Map<String, Option> options, List<Attribute> attributes) { in Markup()
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/message2/
H A DMFDataModel.java249 public final List<Attribute> attributes; field in MFDataModel.LiteralExpression
256 public LiteralExpression(Literal arg, Annotation annotation, List<Attribute> attributes) { in LiteralExpression()
271 public final List<Attribute> attributes; field in MFDataModel.VariableExpression
279 VariableRef arg, Annotation annotation, List<Attribute> attributes) { in VariableExpression()
302 public final List<Attribute> attributes; field in MFDataModel.FunctionExpression
309 public FunctionExpression(FunctionAnnotation annotation, List<Attribute> attributes) { in FunctionExpression()
322 public final List<Attribute> attributes; field in MFDataModel.UnsupportedExpression
329 public UnsupportedExpression(UnsupportedAnnotation annotation, List<Attribute> attributes) { in UnsupportedExpression()
479 public final List<Attribute> attributes; field in MFDataModel.Markup
487 Kind kind, String name, Map<String, Option> options, List<Attribute> attributes) { in Markup()

12345678910>>...151