Searched refs:nested (Results 1 – 7 of 7) sorted by relevance
/system/connectivity/shill/ |
D | NETLINK_MESSAGES.txt | 92 So, this is all fun and games until someone needs a nested attribute. 93 A nested attribute contains a number of other attributes (like a structure) 94 or a list of identically-typed attributes (like an array). To set a nested 98 AttributeListRefPtr nested; 100 NL80211_ATTR_SCAN_FREQUENCIES, &nested) || !nested) { 104 Set the 'has a value' trait of the nested attribute: 109 Now, create and set the nested attributes within AttributeList. You can 114 nested->CreateU32Attribute(i, StringPrintf("Frequency-%d", i).c_str()); 115 nested->SetU32AttributeValue(i, freq); 121 nested->CreateStringAttribute(type, kSsidString); [all …]
|
/system/connectivity/shill/net/ |
D | netlink_message_unittest.cc | 581 AttributeListConstRefPtr nested; in TEST_F() local 583 NL80211_ATTR_STA_INFO, &nested)); in TEST_F() 884 AttributeListConstRefPtr nested; in TEST_F() local 886 NL80211_ATTR_CQM, &nested)); in TEST_F() 888 EXPECT_FALSE(nested->GetU32AttributeValue( in TEST_F() 891 EXPECT_TRUE(nested->GetU32AttributeValue( in TEST_F()
|
/system/tools/aidl/ |
D | ast_cpp_unittest.cpp | 161 ArgList nested(std::move(args)); in TEST_F() local 162 CompareGeneratedCode(nested, "(foo())"); in TEST_F()
|
/system/media/camera/docs/ |
D | metadata_template.mako | 55 % for nested in node.namespaces: 56 ${insert_namespace(nested)}
|
D | html.mako | 161 % for nested in node.namespaces: 162 ${ insert_toc_body(nested)} 236 % for nested in node.namespaces: 237 ${insert_namespace(nested)}
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 61 Generated C++ ends up in nested namespaces corresponding to the interface’s
|
/system/core/init/ |
D | readme.txt | 386 a config file. It is not recursive, nested directories will
|