Home
last modified time | relevance | path

Searched defs:Property (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/build/blueprint/bootstrap/bpdoc/
H A Dbpdoc.go53 type Property struct { struct
54 Name string
55 OtherNames []string
56 Type string
57 Tag reflect.StructTag
58 Text template.HTML
59 OtherTexts []template.HTML
60 Properties []Property
61 Default string
62 Anonymous bool
[all …]
H A Dproperties.go55 func (p *Property) Equal(other Property) bool {
67 func setDefaults(properties []Property, defaults reflect.Value) {
127 func (p *Property) SameSubProperties(other Property) bool {
149 func getByName(name string, prefix string, props *[]Property) *Property {
270 func filterPropsByTag(props *[]Property, key, value string, exclude bool) {
H A Dproperties_test.go54 func actualProperties(t *testing.T, props []Property) []string {
H A Dbpdoc_test.go154 func findAllProperties(prefix string, properties []Property) ([]propInfo, []error) {
/aosp12/build/blueprint/proptools/
H A Dunpack.go69 func UnpackProperties(properties []*parser.Property, objects ...interface{}) (map[string]*parser.Pr…
124 func (ctx *unpackContext) buildPropertyMap(prefix string, properties []*parser.Property) bool {
315 sliceName string, property *parser.Property, sliceType reflect.Type) (reflect.Value, bool) {
387 func propertyToValue(typ reflect.Type, property *parser.Property) (reflect.Value, error) {
H A Dextend.go184 Property string member
/aosp12/frameworks/base/core/java/android/util/
H A DProperty.java28 public abstract class Property<T, V> { class
61 public Property(Class<V> type, String name) { in Property() method in Property
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DProperty.java26 public enum Property { enum
65 Property(int value) { mValue = value; } in Property() method in Property
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DBmsgTokenizer.java82 public static class Property { class in BmsgTokenizer
86 public Property(String name, String value) { in Property() method in BmsgTokenizer.Property
/aosp12/frameworks/native/include/input/
H A DKeyCharacterMap.h202 struct Property { struct
226 status_t parseKeyProperty(); argument
/aosp12/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java37 private class Property { class in MtpPropertyGroup
42 Property(int code, int type, int column) { in Property() method in MtpPropertyGroup.Property
/aosp12/build/soong/bpfix/bpfix/
H A Dbpfix.go474 func getStringProperty(prop *parser.Property, fieldName string) string {
1043 func mergeMatchingProperties(properties *[]*parser.Property, buf []byte, patchlist *parser.PatchLis…
1066 func mergeProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error {
1089 func mergeListProperties(a, b *parser.Property, buf []byte, patchlist *parser.PatchList) error {
1249 func propertyIndex(props []*parser.Property, propertyName string) int {
/aosp12/build/blueprint/parser/
H A Dast.go90 type Property struct { struct
91 Name string
92 NamePos scanner.Position
93 ColonPos scanner.Position
94 Value Expression
H A Dprinter.go206 func (p *printer) printProperty(property *Property) {
H A Dparser.go390 func (p *parser) addMaps(map1, map2 []*Property, pos scanner.Position) ([]*Property, error) {
/aosp12/hardware/libhardware/modules/camera/3_4/metadata/
H A Dproperty.h29 Property(int32_t tag, T value) : tag_(tag), value_(std::move(value)){}; in Property() function
/aosp12/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
H A DInspectionCompanionGenerator.java217 @NonNull Map<Property, FieldSpec> fields) { in generateMapProperties()
427 @NonNull Map<Property, FieldSpec> fields, in generateReadProperties()
H A DInspectableClassModel.java172 public static final class Property { class in InspectableClassModel
181 public Property(@NonNull String name, @NonNull Accessor accessor, @NonNull Type type) { in Property() method in InspectableClassModel.Property
/aosp12/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java224 public static class Property { class in ICalendar
245 public Property(String name) { in Property() method in ICalendar.Property
254 public Property(String name, String value) { in Property() method in ICalendar.Property
/aosp12/system/tools/sysprop/
H A Dsysprop.proto59 message Property { message
/aosp12/packages/apps/TV/libs/m2/
H A Dj2objc-annotations-1.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java167 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt() argument
286 public static PropertyValuesHolder ofFloat(Property<?, Float> property, float... values) { in ofFloat() argument
487 public static <T, V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() argument
512 public static <V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() argument
/aosp12/frameworks/base/libs/hwui/
H A DVectorDrawable.h307 enum class Property { enum
434 enum class Property { enum
/aosp12/frameworks/base/media/java/android/media/
H A DMediaMetrics.java80 public static class Property { class in MediaMetrics
/aosp12/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java151 public static final class Property implements Parcelable { class in PackageManager
168 public Property(@NonNull String name, int type, in Property() method in PackageManager.Property
179 public Property(@NonNull String name, boolean value, in Property() method in PackageManager.Property
185 public Property(@NonNull String name, float value, in Property() method in PackageManager.Property
191 public Property(@NonNull String name, int value, boolean isResource, in Property() method in PackageManager.Property
197 public Property(@NonNull String name, String value, in Property() method in PackageManager.Property

12