Home
last modified time | relevance | path

Searched refs:Nested (Results 1 – 22 of 22) sorted by relevance

/aosp12/build/blueprint/proptools/
H A Dunpack_test.go144 Nested struct {
145 Nested struct {
150 Nested: struct{ Nested struct{ S string } }{
170 Nested struct {
214 Nested struct {
242 Nested struct {
248 Nested: struct {
415 Nested struct {
447 Nested struct {
480 Nested struct {
[all …]
H A Dclone_test.go157 Nested struct{ S interface{} }
159 Nested: struct{ S interface{} }{
166 Nested struct{ S interface{} }
168 Nested: struct{ S interface{} }{
210 Nested struct{ EmbeddedStruct }
216 Nested: struct{ EmbeddedStruct }{
225 Nested struct{ EmbeddedStruct }
402 Nested struct{ S interface{} }
411 Nested struct{ S interface{} }
450 Nested struct{ EmbeddedStruct }
[all …]
H A Dextend_test.go603 Nested struct{ EmbeddedStruct }
716 Nested *struct {
721 Nested *struct {
725 Nested: &struct {
732 Nested *struct {
736 Nested: &struct {
746 Nested interface{}
751 Nested interface{}
753 Nested: &struct {
760 Nested interface{}
[all …]
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/families/
H A DNl80211.cpp334 {NL80211_ATTR_WIPHY_BANDS, {"WIPHY_BANDS", DataType::Nested, AttributeMap{
335 {std::nullopt, {"BAND", DataType::Nested, AttributeMap{
337 {std::nullopt, {"FQ", DataType::Nested, AttributeMap{
366 {std::nullopt, {"RATE", DataType::Nested, AttributeMap{
423 {NL80211_ATTR_SCAN_SSIDS, {"SCAN_SSIDS", DataType::Nested, AttributeMap{
427 {NL80211_ATTR_BSS, {"BSS", DataType::Nested, AttributeMap{
541 {std::nullopt, {"TFT", DataType::Nested, AttributeMap{
546 {std::nullopt, {"RFT", DataType::Nested, AttributeMap{
582 {"WOWLAN_TRIGGERS_SUPPORTED", DataType::Nested, AttributeMap{
623 {std::nullopt, {"IC", DataType::Nested, AttributeMap{
[all …]
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/
H A DCtrl.cpp47 {CTRL_ATTR_OPS, {"OPS", DataType::Nested, AttributeMap{
48 {std::nullopt, {"OP", DataType::Nested, AttributeMap{
53 {CTRL_ATTR_MCAST_GROUPS, {"MCAST_GROUPS", DataType::Nested, AttributeMap{
54 {std::nullopt, {"GRP", DataType::Nested, AttributeMap{
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/route/
H A DLink.cpp51 {IFLA_LINKINFO, {"LINKINFO", DataType::Nested, AttributeMap{
53 {IFLA_INFO_DATA, {"INFO_DATA", DataType::Nested}},
65 {IFLA_AF_SPEC, {"AF_SPEC", DataType::Nested, AttributeMap{
66 {AF_INET, {"AF_INET", DataType::Nested, AttributeMap{
69 {AF_INET6, {"AF_INET6", DataType::Nested, AttributeMap{
/aosp12/art/test/650-checker-inline-access-thunks/src/
H A DMain.java20 Nested n = new Nested(); in main()
27 private static class Nested { class in Main
/aosp12/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
H A Dtest.proto32 message Nested { message
34 optional Nested nested = 10002;
113 optional Nested nested_field = 170;
114 repeated Nested nested_field_repeated = 171;
/aosp12/frameworks/base/tools/streaming_proto/test/
H A Dtest.proto52 message Nested { message
54 optional Nested nested = 10002;
119 optional Nested nested_field = 170;
120 repeated Nested nested_field_repeated = 171;
/aosp12/art/test/Nested/
H A DNested.java17 class Nested { class
/aosp12/art/test/596-app-images/src-art/
H A DMain.java32 static class Nested { class in Main
58 assertInitialized(Nested.class); in testInitializedClasses()
/aosp12/art/test/596-app-images/
H A Dprofile2 LMain$Nested;
/aosp12/frameworks/base/tools/aapt2/java/
H A DProguardRules_test.cpp214 EXPECT_THAT(actual, HasSubstr("-keep class com.base.Nested { <init>(...); }"));
219 EXPECT_THAT(actual, HasSubstr("-keep class com.base.Nested { <init>(...); }"));
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/
H A DMessageDefinition.h65 Nested, enumerator
/aosp12/build/blueprint/bootstrap/bpdoc/
H A Dreader_test.go70 Nested struct { member
/aosp12/art/dexoptanalyzer/
H A DAndroid.bp96 ":art-gtest-jars-Nested",
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/
H A Dprinter.cpp123 case DataType::Nested: { in toStream()
/aosp12/art/libdexfile/
H A DAndroid.bp286 ":art-gtest-jars-Nested",
/aosp12/art/tools/checker/
H A DREADME149 It is possible to combine IF, (multiple) ELIF and ELSE statements together. Nested branching is
/aosp12/art/dex2oat/
H A DAndroid.bp474 ":art-gtest-jars-Nested",
/aosp12/art/test/
H A DAndroid.bp1335 ":art-gtest-jars-Nested",
1551 name: "art-gtest-jars-Nested",
1552 srcs: ["Nested/**/*.java"],
/aosp12/art/runtime/
H A DAndroid.bp699 ":art-gtest-jars-Nested",