Searched refs:nestedProperty (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/development/tools/winscope/src/trace/tree_node/ |
H A D | property_tree_node_factory_test.ts | 104 const nestedProperty = {size: 3, isPresent: false}; constant 108 nestedProperty, 125 const nestedProperty = [1, 2, 3]; constant 129 nestedProperty, 147 const nestedProperty = [{width: 4, height: 8}]; constant 151 nestedProperty, 174 const nestedProperty = [[44, 88]]; constant 178 nestedProperty,
|
H A D | property_tree_builder_from_proto_test.ts | 98 nestedProperty: {size: 3, isPresent: false}, 127 nestedProperty: [1, 2, 3], 157 nestedProperty: [{w: 4, h: 8}], 192 nestedProperty: [[44, 88]],
|
/aosp_15_r20/build/blueprint/bootstrap/bpdoc/ |
H A D | bpdoc.go | 129 for _, nestedProperty := range nestedPropertyStructs(v) { 130 nestedName := nestedProperty.nestPoint 131 nestedValue := nestedProperty.value 153 if nestedProperty.anonymous { 172 type nestedProperty struct { struct 178 func nestedPropertyStructs(s reflect.Value) []nestedProperty { 179 ret := make([]nestedProperty, 0) 190 ret = append(ret, nestedProperty{nestPoint: nestPoint, value: value, anonymous: field.Anonymous})
|
/aosp_15_r20/build/soong/android/soongconfig/ |
H A D | modules.go | 317 nestedProperty := strings.TrimPrefix(p, prefix) 318 if i := strings.IndexRune(nestedProperty, '.'); i >= 0 { 320 nestedPrefix := nestedProperty[:i+1] 340 Name: proptools.FieldNameForProperty(nestedProperty),
|
/aosp_15_r20/external/moshi/kotlin/tests/codegen-only/src/test/kotlin/com/squareup/moshi/kotlin/codegen/ |
H A D | CompileOnlyTests.kt | 67 val nestedProperty: String constant in com.squareup.moshi.kotlin.codegen.MismatchParentAndNestedClassVisibility.NestedClass
|
/aosp_15_r20/external/guice/lib/build/ |
HD | spring-beans.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/springframework/
org/ ... |