/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeConfigPayloadTest.java | 346 ConfigAttribute attribute, int expectedAttributeType, byte[] expectedEncodedAttribute) { in verifyBuildAndEncodeAttributeCommon() 355 TunnelModeChildConfigAttrIpv4AddressBase attribute, in verifyEncodeIpv4AddressBaseAttribute() 365 IkeConfigAttrIpv4AddressBase attribute, in verifyEncodeIpv4AddressBaseAttribute() 375 TunnelModeChildConfigAttrIpv6AddressBase attribute, in verifyEncodeIpv6AddressBaseAttribute() 385 IkeConfigAttrIpv6AddressBase attribute, in verifyEncodeIpv6AddressBaseAttribute() 395 TunnelModeChildConfigAttrIpv6AddrRangeBase attribute, in verifyEncodeIpv6RangeBaseAttribute() 404 private static void verifyPersistableBundleEncodeDecodeIsLossless(ConfigAttribute attribute) { in verifyPersistableBundleEncodeDecodeIsLossless() 476 ConfigAttributeIpv4Netmask attribute = in testDecodeIpv4NetmaskWithValue() local 485 ConfigAttributeIpv4Netmask attribute = new ConfigAttributeIpv4Netmask(new byte[0]); in testDecodeIpv4NetmaskWithoutValue() local 493 ConfigAttributeIpv4Netmask attribute = new ConfigAttributeIpv4Netmask(); in testEncodeIpv4Netmask() local [all …]
|
/aosp_15_r20/external/turbine/java/com/google/turbine/bytecode/ |
H A D | AttributeWriter.java | 51 public void write(ByteArrayDataOutput output, Attribute attribute) { in write() 107 private void writeInnerClasses(ByteArrayDataOutput output, InnerClasses attribute) { in writeInnerClasses() 119 private void writeExceptionsAttribute(ByteArrayDataOutput output, ExceptionsAttribute attribute) { in writeExceptionsAttribute() 128 private void writeSignatureAttribute(ByteArrayDataOutput output, Signature attribute) { in writeSignatureAttribute() 134 public void writeConstantValue(ByteArrayDataOutput output, ConstantValue attribute) { in writeConstantValue() 171 public void writeAnnotation(ByteArrayDataOutput output, Annotations attribute) { in writeAnnotation() 184 ByteArrayDataOutput output, Attribute.AnnotationDefault attribute) { in writeAnnotationDefault() 194 ByteArrayDataOutput output, Attribute.ParameterAnnotations attribute) { in writeParameterAnnotations() 209 private void writeDeprecated(ByteArrayDataOutput output, Attribute attribute) { in writeDeprecated() 214 private void writeTypeAnnotation(ByteArrayDataOutput output, TypeAnnotations attribute) { in writeTypeAnnotation() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/internal/immutable/ |
H A D | ImmutableIntrospectorTest.java | 100 public int attribute() { in attribute() method in ImmutableIntrospectorTest.SimpleImmutableWithPrimitives 105 public Builder attribute(int attribute) { in attribute() method in ImmutableIntrospectorTest.SimpleImmutableWithPrimitives.Builder 208 public Builder wrongAttribute(int attribute) { in wrongAttribute() 281 public Builder rightAttribute(int attribute) { in rightAttribute() 306 public Builder rightAttribute(int attribute) { in rightAttribute() 326 public Builder rightAttribute(String attribute) { in rightAttribute() 351 public Builder rightAttribute(int attribute) { in rightAttribute() 374 public Builder rightAttribute(int attribute) { in rightAttribute() 393 public int attribute() { in attribute() method in ImmutableIntrospectorTest.SimpleImmutableWithIgnoredGetter 408 public Builder attribute(int attribute) { in attribute() method in ImmutableIntrospectorTest.SimpleImmutableWithIgnoredGetter.Builder [all …]
|
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | cpp_bindings.h | 82 nlattr *get_attribute(int attribute) { in get_attribute() 86 uint8_t get_u8(int attribute) { in get_u8() 90 uint16_t get_u16(int attribute) { in get_u16() 94 uint32_t get_u32(int attribute) { in get_u32() 98 uint64_t get_u64(int attribute) { in get_u64() 102 int get_len(int attribute) { in get_len() 106 void *get_data(int attribute) { in get_data() 213 wifi_error put_u8(int attribute, uint8_t value) { in put_u8() 216 wifi_error put_u16(int attribute, uint16_t value) { in put_u16() 219 wifi_error put_u32(int attribute, uint32_t value) { in put_u32() [all …]
|
D | cpp_bindings.cpp | 171 const char *attributeToString(int attribute) in attributeToString() 846 wifi_error WifiVendorCommand::put_u8(int attribute, uint8_t value) in put_u8() 851 wifi_error WifiVendorCommand::put_u16(int attribute, uint16_t value) in put_u16() 856 wifi_error WifiVendorCommand::put_u32(int attribute, uint32_t value) in put_u32() 861 wifi_error WifiVendorCommand::put_u64(int attribute, uint64_t value) in put_u64() 866 wifi_error WifiVendorCommand::put_s8(int attribute, s8 value) in put_s8() 871 wifi_error WifiVendorCommand::put_s16(int attribute, s16 value) in put_s16() 876 wifi_error WifiVendorCommand::put_s32(int attribute, s32 value) in put_s32() 881 wifi_error WifiVendorCommand::put_s64(int attribute, s64 value) in put_s64() 886 wifi_error WifiVendorCommand::put_flag(int attribute) in put_flag() [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_opcache.py | 31 attribute = Descriptor() variable in TestLoadAttrCache.test_metaclass_descriptor_added_after_optimization.Metaclass 34 attribute = True variable in TestLoadAttrCache.test_metaclass_descriptor_added_after_optimization.Class 57 def attribute(self): member in TestLoadAttrCache.test_metaclass_descriptor_shadows_class_attribute.Metaclass 61 attribute = False variable in TestLoadAttrCache.test_metaclass_descriptor_shadows_class_attribute.Class 74 attribute = True variable in TestLoadAttrCache.test_metaclass_set_descriptor_after_optimization.Class 77 def attribute(self): function 94 def attribute(self): member in TestLoadAttrCache.test_metaclass_del_descriptor_after_optimization.Metaclass 98 attribute = False variable in TestLoadAttrCache.test_metaclass_del_descriptor_after_optimization.Class 147 attribute = False variable in TestLoadAttrCache.test_metaclass_getattribute.Class 158 def attribute(self): member in TestLoadAttrCache.test_metaclass_swap.OldMetaclass [all …]
|
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | cpp_bindings.h | 76 nlattr *get_attribute(int attribute) { in get_attribute() 80 uint8_t get_u8(int attribute) { in get_u8() 84 uint16_t get_u16(int attribute) { in get_u16() 88 uint32_t get_u32(int attribute) { in get_u32() 92 uint64_t get_u64(int attribute) { in get_u64() 96 int get_len(int attribute) { in get_len() 100 void *get_data(int attribute) { in get_data() 207 wifi_error put_u8(int attribute, uint8_t value) { in put_u8() 210 wifi_error put_u16(int attribute, uint16_t value) { in put_u16() 213 wifi_error put_u32(int attribute, uint32_t value) { in put_u32() [all …]
|
D | cpp_bindings.cpp | 165 const char *attributeToString(int attribute) in attributeToString() 840 wifi_error WifiVendorCommand::put_u8(int attribute, uint8_t value) in put_u8() 845 wifi_error WifiVendorCommand::put_u16(int attribute, uint16_t value) in put_u16() 850 wifi_error WifiVendorCommand::put_u32(int attribute, uint32_t value) in put_u32() 855 wifi_error WifiVendorCommand::put_u64(int attribute, uint64_t value) in put_u64() 860 wifi_error WifiVendorCommand::put_s8(int attribute, s8 value) in put_s8() 865 wifi_error WifiVendorCommand::put_s16(int attribute, s16 value) in put_s16() 870 wifi_error WifiVendorCommand::put_s32(int attribute, s32 value) in put_s32() 875 wifi_error WifiVendorCommand::put_s64(int attribute, s64 value) in put_s64() 880 wifi_error WifiVendorCommand::put_flag(int attribute) in put_flag() [all …]
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.h | 76 nlattr *get_attribute(int attribute) { in get_attribute() 80 uint8_t get_u8(int attribute) { in get_u8() 84 uint16_t get_u16(int attribute) { in get_u16() 88 uint32_t get_u32(int attribute) { in get_u32() 92 uint64_t get_u64(int attribute) { in get_u64() 96 int get_len(int attribute) { in get_len() 100 void *get_data(int attribute) { in get_data() 104 void *get_string(int attribute) { in get_string() 204 int put(int attribute, void *ptr, unsigned len) { in put() 207 int put_s8(int attribute, int8_t value) { in put_s8() [all …]
|
/aosp_15_r20/hardware/synaptics/wlan/synadhd/wifi_hal/ |
D | cpp_bindings.h | 76 nlattr *get_attribute(int attribute) { in get_attribute() 80 uint8_t get_u8(int attribute) { in get_u8() 84 uint16_t get_u16(int attribute) { in get_u16() 88 uint32_t get_u32(int attribute) { in get_u32() 92 uint64_t get_u64(int attribute) { in get_u64() 96 int get_len(int attribute) { in get_len() 100 void *get_data(int attribute) { in get_data() 104 void *get_string(int attribute) { in get_string() 203 int put(int attribute, void *ptr, unsigned len) { in put() 206 int put_s8(int attribute, int8_t value) { in put_s8() [all …]
|
/aosp_15_r20/external/angle/src/third_party/libXNVCtrl/ |
H A D | NVCtrl.c | 248 unsigned int attribute, in XNVCTRLSetTargetAttribute() 274 unsigned int attribute, in XNVCTRLSetAttribute() 287 unsigned int attribute, in XNVCTRLSetTargetAttributeAndGetStatus() 325 unsigned int attribute, in XNVCTRLSetAttributeAndGetStatus() 340 unsigned int attribute, in XNVCTRLQueryTargetAttribute() 378 unsigned int attribute, in XNVCTRLQueryAttribute() 391 unsigned int attribute, in XNVCTRLQueryTargetAttribute64() 431 unsigned int attribute, in XNVCTRLQueryTargetStringAttribute() 486 unsigned int attribute, in XNVCTRLQueryStringAttribute() 500 unsigned int attribute, in XNVCTRLSetTargetStringAttribute() [all …]
|
/aosp_15_r20/device/linaro/poplar/wifi/wifi_hal/ |
D | cpp_bindings.h | 76 nlattr *get_attribute(int attribute) { in get_attribute() 80 uint8_t get_u8(int attribute) { in get_u8() 84 uint16_t get_u16(int attribute) { in get_u16() 88 uint32_t get_u32(int attribute) { in get_u32() 92 uint64_t get_u64(int attribute) { in get_u64() 96 int get_len(int attribute) { in get_len() 100 void *get_data(int attribute) { in get_data() 193 int put(int attribute, void *ptr, unsigned len) { in put() 196 int put_u8(int attribute, uint8_t value) { in put_u8() 199 int put_u16(int attribute, uint16_t value) { in put_u16() [all …]
|
/aosp_15_r20/external/stg/ |
H A D | dwarf_wrappers.cc | 54 uint32_t attribute) { in GetAttribute() 71 uint32_t attribute) { in GetDirectAttribute() 115 std::optional<Expression> MaybeGetExpression(Dwarf_Attribute& attribute) { in MaybeGetExpression() 181 std::optional<std::string> Entry::MaybeGetString(uint32_t attribute) { in MaybeGetString() 194 std::optional<std::string> Entry::MaybeGetDirectString(uint32_t attribute) { in MaybeGetDirectString() 207 std::optional<uint64_t> Entry::MaybeGetUnsignedConstant(uint32_t attribute) { in MaybeGetUnsignedConstant() 220 uint64_t Entry::MustGetUnsignedConstant(uint32_t attribute) { in MustGetUnsignedConstant() 229 bool Entry::GetFlag(uint32_t attribute) { in GetFlag() 243 std::optional<Entry> Entry::MaybeGetReference(uint32_t attribute) { in MaybeGetReference() 258 std::optional<Address> GetAddressFromLocation(Dwarf_Attribute& attribute) { in GetAddressFromLocation() [all …]
|
/aosp_15_r20/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
H A D | IAttributeVisitor.java | 20 Object visit (GenericAttribute_info attribute, Object ctx); in visit() 22 Object visit (CodeAttribute_info attribute, Object ctx); in visit() 23 Object visit (ConstantValueAttribute_info attribute, Object ctx); in visit() 24 Object visit (ExceptionsAttribute_info attribute, Object ctx); in visit() 25 Object visit (LineNumberTableAttribute_info attribute, Object ctx); in visit() 26 Object visit (SourceFileAttribute_info attribute, Object ctx); in visit() 27 Object visit (SyntheticAttribute_info attribute, Object ctx); in visit() 28 Object visit (BridgeAttribute_info attribute, Object ctx); in visit() 29 Object visit (InnerClassesAttribute_info attribute, Object ctx); in visit()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/auxiliary/ |
D | lazy.hpp | 93 struct attribute struct 97 modifier; 103 expr_type; 112 generator_type; 116 type; 162 struct attribute struct 166 modifier; 172 directive_expr_type; 180 expr_type; 189 generator_type; [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/auxiliary/ |
D | lazy.hpp | 95 struct attribute struct 99 modifier; 105 expr_type; 114 parser_type; 118 type; 158 struct attribute struct 162 modifier; 168 directive_expr_type; 176 expr_type; 185 parser_type; [all …]
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | validationEGL.cpp | 103 const EGLAttrib attribute, in ValidateStreamAttribute() 174 EGLAttrib attribute) in ValidateConfigAttribute() 280 EGLAttrib attribute, in ValidateConfigAttributeValue() 1405 EGLAttrib attribute = attributeIter.first; in ValidateCreateSyncBase() local 1461 EGLAttrib attribute = attributeIter.first; in ValidateCreateSyncBase() local 1514 EGLint attribute) in ValidateGetSyncAttribBase() 1553 const EGLint attribute) in ValidateQueryDisplayAttribBase() 1586 EGLAttrib attribute) in ValidateCreateContextAttribute() 1813 EGLAttrib attribute, in ValidateCreateContextAttributeValue() 2063 EGLAttrib attribute) in ValidateCreatePbufferSurfaceAttribute() [all …]
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/tests/ |
H A D | storage_write_api_test.cpp | 131 auto attribute = api::get_flag_attribute( in TEST_F() local 149 auto attribute = get_flag_attribute_cxx(content, api::FlagValueType::Boolean, offset); in TEST_F() local 158 auto attribute = api::get_flag_attribute( in TEST_F() local 168 auto attribute = get_flag_attribute_cxx(content, api::FlagValueType::Boolean, offset); in TEST_F() local 184 auto attribute = api::get_flag_attribute( in TEST_F() local 202 auto attribute = get_flag_attribute_cxx(content, api::FlagValueType::Boolean, offset); in TEST_F() local 211 auto attribute = api::get_flag_attribute( in TEST_F() local 221 auto attribute = get_flag_attribute_cxx(content, api::FlagValueType::Boolean, offset); in TEST_F() local
|
/aosp_15_r20/external/opencensus-java/api/src/test/java/io/opencensus/trace/ |
H A D | AttributeValueTest.java | 35 AttributeValue attribute = AttributeValue.stringAttributeValue("MyStringAttributeValue"); in stringAttributeValue() local 66 AttributeValue attribute = AttributeValue.booleanAttributeValue(true); in booleanAttributeValue() local 97 AttributeValue attribute = AttributeValue.longAttributeValue(123456L); in longAttributeValue() local 128 AttributeValue attribute = AttributeValue.doubleAttributeValue(1.23456); in doubleAttributeValue() local 167 AttributeValue attribute = AttributeValue.doubleAttributeValue(1.23456); in doubleAttributeValue_DeprecatedMatchFunction() local 224 AttributeValue attribute = AttributeValue.stringAttributeValue("MyStringAttributeValue"); in attributeValue_ToString() local
|
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
H A D | AttributeProvider.java | 74 public boolean supports(String attribute) { in supports() 91 public abstract Object get(File file, String attribute); in get() 103 public abstract void set(File file, String view, String attribute, Object value, boolean create); in set() 129 protected static RuntimeException unsettable(String view, String attribute, boolean create) { in unsettable() 141 protected static void checkNotCreate(String view, String attribute, boolean create) { in checkNotCreate() 152 protected static <T> T checkType(String view, String attribute, Object value, Class<T> type) { in checkType() 166 String view, String attribute, Object value, Class<?>... expectedTypes) { in invalidType()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | XPathParts.java | 365 public boolean containsAttribute(String attribute) { in containsAttribute() 376 public boolean containsAttributeValue(String attribute, String value) { in containsAttributeValue() 426 public String getAttributeValue(int elementIndex, String attribute) { in getAttributeValue() 433 public void putAttributeValue(int elementIndex, String attribute, String value) { in putAttributeValue() 540 protected void handleAddAttribute(String attribute, String value) { in handleAddAttribute() 545 public XPathParts addAttribute(String attribute, String value) { in addAttribute() 546 putAttributeValue(elements.size() - 1, attribute, value); in addAttribute() local 703 public void putAttribute(String attribute, String value) { in putAttribute() 790 String attribute = attributesAndValues.getKey(); in writeAttributes() local 828 String attribute, in skipAttribute() [all …]
|
/aosp_15_r20/external/mesa3d/src/glx/ |
H A D | query_renderer.c | 29 __glXQueryRendererInteger(struct glx_screen *psc, int attribute, in __glXQueryRendererInteger() 80 int renderer, int attribute, in glXQueryRendererIntegerMESA() 105 glXQueryCurrentRendererIntegerMESA(int attribute, unsigned int *value) in glXQueryCurrentRendererIntegerMESA() 116 __glXQueryRendererString(struct glx_screen *psc, int attribute) in __glXQueryRendererString() 141 int renderer, int attribute) in glXQueryRendererStringMESA() 165 glXQueryCurrentRendererStringMESA(int attribute) in glXQueryCurrentRendererStringMESA()
|
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | egl_context_lock_impl.h | 77 EGLint attribute) in GetContextLock_GetConfigAttrib() 130 EGLint attribute) in GetContextLock_QueryContext() 143 EGLint attribute) in GetContextLock_QuerySurface() 194 EGLint attribute) in GetContextLock_SurfaceAttrib() 300 EGLint attribute) in GetContextLock_GetSyncAttrib() 410 EGLint attribute) in GetContextLock_QueryDisplayAttribANGLE() 485 EGLint attribute) in GetContextLock_QuerySurfacePointerANGLE() 540 EGLint attribute) in GetContextLock_QueryDeviceAttribEXT() 552 EGLint attribute) in GetContextLock_QueryDisplayAttribEXT() 600 ANGLE_INLINE ScopedContextMutexLock GetContextLock_QueryDebugKHR(Thread *thread, EGLint attribute) in GetContextLock_QueryDebugKHR() [all …]
|
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
H A D | Attribute.java | 128 Attribute attribute = new Attribute(type); in read() local 169 Attribute attribute = this; in getAttributeCount() local 221 Attribute attribute = this; in computeAttributesSize() local 308 Attribute attribute = this; in putAttributes() local 359 Attribute attribute = attributeList; in addAttributes() local 374 private boolean contains(final Attribute attribute) { in contains() 383 private void add(final Attribute attribute) { in add()
|
/aosp_15_r20/external/deqp/framework/egl/ |
H A D | egluStrUtil.hpp | 34 uint32_t attribute; member 43 uint32_t attribute; member 52 uint32_t attribute; member 83 inline ConfigAttribValueFmt getConfigAttribValueStr(uint32_t attribute, int value) in getConfigAttribValueStr() 89 inline SurfaceAttribValueFmt getSurfaceAttribValueStr(uint32_t attribute, int value) in getSurfaceAttribValueStr() 95 inline ContextAttribValueFmt getContextAttribValueStr(uint32_t attribute, int value) in getContextAttribValueStr()
|