/aosp12/build/blueprint/bootstrap/bpdoc/ |
H A D | bpdoc.go | 53 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 D | properties.go | 55 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 D | properties_test.go | 54 func actualProperties(t *testing.T, props []Property) []string {
|
H A D | bpdoc_test.go | 154 func findAllProperties(prefix string, properties []Property) ([]propInfo, []error) {
|
/aosp12/build/blueprint/proptools/ |
H A D | unpack.go | 69 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 D | extend.go | 184 Property string member
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | Property.java | 28 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 D | Property.java | 26 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 D | BmsgTokenizer.java | 82 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 D | KeyCharacterMap.h | 202 struct Property { struct 226 status_t parseKeyProperty(); argument
|
/aosp12/frameworks/base/media/java/android/mtp/ |
H A D | MtpPropertyGroup.java | 37 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 D | bpfix.go | 474 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 D | ast.go | 90 type Property struct { struct 91 Name string 92 NamePos scanner.Position 93 ColonPos scanner.Position 94 Value Expression
|
H A D | printer.go | 206 func (p *printer) printProperty(property *Property) {
|
H A D | parser.go | 390 func (p *parser) addMaps(map1, map2 []*Property, pos scanner.Position) ([]*Property, error) {
|
/aosp12/hardware/libhardware/modules/camera/3_4/metadata/ |
H A D | property.h | 29 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 D | InspectionCompanionGenerator.java | 217 @NonNull Map<Property, FieldSpec> fields) { in generateMapProperties() 427 @NonNull Map<Property, FieldSpec> fields, in generateReadProperties()
|
H A D | InspectableClassModel.java | 172 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 D | ICalendar.java | 224 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 D | sysprop.proto | 59 message Property { message
|
/aosp12/packages/apps/TV/libs/m2/ |
H A D | j2objc-annotations-1.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/frameworks/base/core/java/android/animation/ |
H A D | PropertyValuesHolder.java | 167 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 D | VectorDrawable.h | 307 enum class Property { enum 434 enum class Property { enum
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaMetrics.java | 80 public static class Property { class in MediaMetrics
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | PackageManager.java | 151 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
|