Home
last modified time | relevance | path

Searched defs:attribute (Results 26 – 50 of 2618) sorted by relevance

12345678910>>...105

/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DSettingsXml.java321 WriteSection attribute(String attrName, @Nullable String value) throws IOException; in attribute() method
323 WriteSection attribute(String attrName, int value) throws IOException; in attribute() method
325 WriteSection attribute(String attrName, long value) throws IOException; in attribute() method
327 WriteSection attribute(String attrName, boolean value) throws IOException; in attribute() method
356 public WriteSection attribute(String attrName, String value) throws IOException { in attribute() method in SettingsXml.WriteSectionImpl
364 public WriteSection attribute(String attrName, int value) throws IOException { in attribute() method in SettingsXml.WriteSectionImpl
372 public WriteSection attribute(String attrName, long value) throws IOException { in attribute() method in SettingsXml.WriteSectionImpl
380 public WriteSection attribute(String attrName, boolean value) throws IOException { in attribute() method in SettingsXml.WriteSectionImpl
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/interceptor/
H A DExecutionAttributes.java52 public <U> U getAttribute(ExecutionAttribute<U> attribute) { in getAttribute()
67 public <U> Optional<U> getOptionalAttribute(ExecutionAttribute<U> attribute) { in getOptionalAttribute()
74 public <U> ExecutionAttributes putAttribute(ExecutionAttribute<U> attribute, U value) { in putAttribute()
82 public <U> ExecutionAttributes putAttributeIfAbsent(ExecutionAttribute<U> attribute, U value) { in putAttributeIfAbsent()
155 public <U> ExecutionAttributes putAttribute(ExecutionAttribute<U> attribute, U value) { in putAttribute()
160 … public <U> ExecutionAttributes putAttributeIfAbsent(ExecutionAttribute<U> attribute, U value) { in putAttributeIfAbsent()
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
H A DAttributeService.java158 FileAttribute<?> attribute = defaultValues.get(i); in setInitialAttributes() local
189 public Object getAttribute(File file, String attribute) { in getAttribute()
199 public Object getAttribute(File file, String view, String attribute) { in getAttribute()
208 private Object getAttributeInternal(File file, String view, String attribute) { in getAttributeInternal()
228 public void setAttribute(File file, String attribute, Object value, boolean create) { in setAttribute()
235 File file, String view, String attribute, Object value, boolean create) { in setAttributeInternal()
366 private static String getViewName(String attribute) { in getViewName()
392 private static String getSingleAttribute(String attribute) { in getSingleAttribute()
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/functionaltests/models/
H A DImmutableFakeItem.java24 private final String attribute; field in ImmutableFakeItem
35 public String attribute() { in attribute() method in ImmutableFakeItem
70 private String attribute; field in ImmutableFakeItem.Builder
77 public Builder attribute(String attribute) { in attribute() method in ImmutableFakeItem.Builder
/aosp_15_r20/external/python/jinja/src/jinja2/
Dfilters.py58 def make_attrgetter(environment, attribute, postprocess=None, default=None): argument
81 def make_multi_attrgetter(environment, attribute, postprocess=None): argument
295 def do_sort(environment, value, reverse=False, case_sensitive=False, attribute=None): argument
345 def do_unique(environment, value, case_sensitive=False, attribute=None): argument
372 def _min_or_max(environment, value, func, case_sensitive, attribute): argument
387 def do_min(environment, value, case_sensitive=False, attribute=None): argument
402 def do_max(environment, value, case_sensitive=False, attribute=None): argument
445 def do_join(eval_ctx, value, d="", attribute=None): argument
930 def do_groupby(environment, value, attribute): argument
972 def do_sum(environment, iterable, attribute=None, start=0): argument
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DAttributeSet.java161 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
173 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
191 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue()
203 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue()
217 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
229 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
H A DXmlPullAttributes.java62 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
68 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
74 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue()
80 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue()
86 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
92 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DNopAttributeSet.java60 public int getAttributeListValue(String namespace, String attribute, String[] options, int in getAttributeListValue()
66 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
72 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
77 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
82 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
88 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
H A DBridgeLayoutParamsMapAttributes.java84 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
90 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
96 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue()
102 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue()
108 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
114 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/qi/
Dplain_token.hpp85 struct attribute struct
87 typedef typename Iterator::base_iterator_type iterator_type;
88 typedef iterator_range<iterator_type> type;
138 struct attribute struct
140 typedef typename Iterator::base_iterator_type iterator_type;
141 typedef iterator_range<iterator_type> type;
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParseRDF.java212 Node attribute = xmlNode.getAttributes().item(i); in rdf_NodeElementAttrs() local
375 Node attribute = attributes.item(i); in rdf_PropertyElement() local
409 Node attribute = attributes.item(i); in rdf_PropertyElement() local
500 Node attribute = xmlNode.getAttributes().item(i); in rdf_ResourcePropertyElement() local
624 Node attribute = xmlNode.getAttributes().item(i); in rdf_LiteralPropertyElement() local
705 Node attribute = xmlNode.getAttributes().item(i); in rdf_ParseTypeResourcePropertyElement() local
833 Node attribute = xmlNode.getAttributes().item(i); in rdf_EmptyPropertyElement() local
930 Node attribute = xmlNode.getAttributes().item(i); in rdf_EmptyPropertyElement() local
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/nl80211/
DGenericNetlinkMsgTest.java59 StructNlAttr attribute = new StructNlAttr( in testSetAndGetAttributes() local
94 private static ByteBuffer packAttributeAndOverrideSize(StructNlAttr attribute, int newSize) { in packAttributeAndOverrideSize()
114 StructNlAttr attribute = new StructNlAttr(Nl80211TestUtils.TEST_ATTRIBUTE_ID); in testMalformedAttribute_lessThanMinAttributeSize() local
127 StructNlAttr attribute = new StructNlAttr(Nl80211TestUtils.TEST_ATTRIBUTE_ID); in testMalformedAttribute_greaterThanRemainingBufferSize() local
141 StructNlAttr attribute = new StructNlAttr( in testMalformedAttribute_smallerThanRemainingBufferSize() local
/aosp_15_r20/external/angle/src/libEGL/
H A DlibEGL_autogen.cpp128 EGLint attribute, in eglGetConfigAttrib()
191 EGLint attribute, in eglQueryContext()
206 EGLint attribute, in eglQuerySurface()
252 EGLint attribute, in eglSurfaceAttrib()
370 EGLint attribute, in eglGetSyncAttrib()
504 EGLint attribute, in eglQueryDisplayAttribANGLE()
594 EGLint attribute, in eglQuerySurfacePointerANGLE()
668 EGLint attribute, in eglQueryDeviceAttribEXT()
681 EGLBoolean EGLAPIENTRY eglQueryDisplayAttribEXT(EGLDisplay dpy, EGLint attribute, EGLAttrib *value) in eglQueryDisplayAttribEXT()
752 EGLBoolean EGLAPIENTRY eglQueryDebugKHR(EGLint attribute, EGLAttrib *value) in eglQueryDebugKHR()
[all …]
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Dfilters.py62 def make_attrgetter(environment, attribute, postprocess=None): argument
247 environment, value, reverse=False, case_sensitive=False, attribute=None argument
282 def do_unique(environment, value, case_sensitive=False, attribute=None): argument
310 def _min_or_max(environment, value, func, case_sensitive, attribute): argument
326 def do_min(environment, value, case_sensitive=False, attribute=None): argument
341 def do_max(environment, value, case_sensitive=False, attribute=None): argument
378 def do_join(eval_ctx, value, d=u'', attribute=None): argument
812 def do_groupby(environment, value, attribute): argument
856 def do_sum(environment, iterable, attribute=None, start=0): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/x3/
Dattribute_type_check.cpp48 static void gen_sequence(Attribute const& attribute, Expr&& expr) in gen_sequence()
55 static void gen_sequence(Attribute const& attribute, Expr&& expr, Value const& v, Tail const&... ta… in gen_sequence()
63 static void gen_sequence_tests(Attribute const& attribute, Value const& v, Tail const&... tail) in gen_sequence_tests()
72 Expected attribute(v); in gen_single_item_tests() local
89 boost::fusion::vector<Expected...> attribute = boost::fusion::make_vector(values...); in gen_tests() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/detail/
Drapidxml.hpp439 xml_attribute<Ch> *attribute = new(memory) xml_attribute<Ch>; in allocate_attribute() local
826 …for (xml_attribute<Ch> *attribute = m_prev_attribute; attribute; attribute = attribute->m_prev_att… in previous_attribute() local
846 …for (xml_attribute<Ch> *attribute = m_next_attribute; attribute; attribute = attribute->m_next_att… in next_attribute() local
1015 …for (xml_attribute<Ch> *attribute = m_first_attribute; attribute; attribute = attribute->m_next_at… in first_attribute() local
1035 …for (xml_attribute<Ch> *attribute = m_last_attribute; attribute; attribute = attribute->m_prev_att… in last_attribute() local
1181 void prepend_attribute(xml_attribute<Ch> *attribute) in prepend_attribute()
1201 void append_attribute(xml_attribute<Ch> *attribute) in append_attribute()
1223 void insert_attribute(xml_attribute<Ch> *where, xml_attribute<Ch> *attribute) in insert_attribute()
1247 xml_attribute<Ch> *attribute = m_first_attribute; in remove_first_attribute() local
1264 xml_attribute<Ch> *attribute = m_last_attribute; in remove_last_attribute() local
[all …]
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/src/
H A Dflag_info_update.rs60 let attribute = read_u8_from_bytes(buf, &mut pos)?; in get_flag_attribute_and_offset() localVariable
107 let attribute = find_flag_attribute(&buf, FlagValueType::Boolean, i).unwrap(); in test_update_flag_has_server_override() localVariable
110 let attribute = find_flag_attribute(&buf, FlagValueType::Boolean, i).unwrap(); in test_update_flag_has_server_override() localVariable
122 let attribute = find_flag_attribute(&buf, FlagValueType::Boolean, i).unwrap(); in test_update_flag_has_local_override() localVariable
125 let attribute = find_flag_attribute(&buf, FlagValueType::Boolean, i).unwrap(); in test_update_flag_has_local_override() localVariable
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/16/libcore/ojluni/src/main/java/java/text/
DFieldPosition.java97 private Format.Field attribute; field in FieldPosition
123 public FieldPosition(Format.Field attribute) { in FieldPosition()
143 public FieldPosition(Format.Field attribute, int fieldID) { in FieldPosition()
263 private boolean matchesField(Format.Field attribute) { in matchesField()
275 private boolean matchesField(Format.Field attribute, int field) { in matchesField()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/text/
DFieldPosition.java97 private Format.Field attribute; field in FieldPosition
123 public FieldPosition(Format.Field attribute) { in FieldPosition()
143 public FieldPosition(Format.Field attribute, int fieldID) { in FieldPosition()
263 private boolean matchesField(Format.Field attribute) { in matchesField()
275 private boolean matchesField(Format.Field attribute, int field) { in matchesField()
/aosp_15_r20/libcore/ojluni/src/main/java/java/text/
H A DFieldPosition.java97 private Format.Field attribute; field in FieldPosition
123 public FieldPosition(Format.Field attribute) { in FieldPosition()
143 public FieldPosition(Format.Field attribute, int fieldID) { in FieldPosition()
263 private boolean matchesField(Format.Field attribute) { in matchesField()
275 private boolean matchesField(Format.Field attribute, int field) { in matchesField()
/aosp_15_r20/libcore/luni/src/test/java/tests/org/w3c/dom/
H A DElementSetAttributeNodeNS.java113 Attr attribute; in testSetAttributeNodeNS2() local
138 Attr attribute; in testSetAttributeNodeNS3() local
164 Attr attribute; in testSetAttributeNodeNS4() local
186 Attr attribute; in testSetAttributeNodeNS5() local
207 Attr attribute; in _testSetAttributeNodeNS6() local
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java118 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue()
135 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue()
152 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue()
162 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue()
203 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue()
220 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
/aosp_15_r20/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp97 EGLBoolean egl_surface_t::setSmpte2086Attribute(EGLint attribute, EGLint value) { in setSmpte2086Attribute()
143 EGLBoolean egl_surface_t::setCta8613Attribute(EGLint attribute, EGLint value) { in setCta8613Attribute()
219 EGLBoolean egl_surface_t::getColorSpaceAttribute(EGLint attribute, EGLint* value) const { in getColorSpaceAttribute()
227 EGLBoolean egl_surface_t::getSmpte2086Attribute(EGLint attribute, EGLint* value) const { in getSmpte2086Attribute()
273 EGLBoolean egl_surface_t::getCta8613Attribute(EGLint attribute, EGLint* value) const { in getCta8613Attribute()
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DSupport_Format.java89 AttributedCharacterIterator.Attribute attribute = it.next(); in findFields() local
105 final Attribute attribute; field in Support_Format.FieldContainer
109 public FieldContainer(int start, int end, Attribute attribute) { in FieldContainer()
114 public FieldContainer(int start, int end, Attribute attribute, int value) { in FieldContainer()
119 public FieldContainer(int start, int end, Attribute attribute, Object value) { in FieldContainer()
/aosp_15_r20/cts/tests/vr/src/android/vr/cts/
H A DOpenGLESActivity.java112 public static boolean contextHasAttributeWithValue(int attribute, int value) { in contextHasAttributeWithValue()
115 EGL14.eglGetCurrentContext(), attribute, values, 0); in contextHasAttributeWithValue() local
120 public static boolean surfaceHasAttributeWithValue(int attribute, int value) { in surfaceHasAttributeWithValue()
123 EGL14.eglGetCurrentSurface(EGL14.EGL_DRAW), attribute, values, 0); in surfaceHasAttributeWithValue() local
128 public static void setSurfaceAttribute(int attribute, int value) { in setSurfaceAttribute()
131 EGL14.eglGetCurrentSurface(EGL14.EGL_DRAW), attribute, value); in setSurfaceAttribute() local
372 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib()

12345678910>>...105