Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 13 of 13) sorted by relevance

/system/nvram/messages/tests/
Dio_test.cpp144 NestedInputStreamBuffer nested(&buf, SIZE_MAX); in TEST() local
145 EXPECT_FALSE(nested.Skip(SIZE_MAX)); in TEST()
150 NestedInputStreamBuffer nested(&buf, 5); in TEST() local
151 CheckRead(&nested, 5, 0); in TEST()
152 EXPECT_TRUE(nested.Done()); in TEST()
153 EXPECT_FALSE(nested.Skip(1)); in TEST()
158 NestedInputStreamBuffer nested(&buf, 10); in TEST() local
159 CheckRead(&nested, 10, 0); in TEST()
160 EXPECT_TRUE(nested.Done()); in TEST()
161 EXPECT_FALSE(nested.Skip(1)); in TEST()
[all …]
/system/connectivity/wificond/tests/
Dnl80211_packet_unittest.cpp252 NL80211NestedAttr nested(0); in TEST() local
253 EXPECT_TRUE(netlink_packet.GetAttribute(NL80211_ATTR_CQM, &nested)); in TEST()
254 EXPECT_TRUE(nested.GetAttributeValue(NL80211_ATTR_CQM_PKT_LOSS_EVENT, &value)); in TEST()
274 NL80211NestedAttr nested(0); in TEST() local
275 EXPECT_TRUE(netlink_packet.GetAttribute(NL80211_ATTR_STA_INFO, &nested)); in TEST()
/system/tools/aidl/
Dast_cpp_unittest.cpp162 ArgList nested(std::move(args)); in TEST_F() local
163 CompareGeneratedCode(nested, "(foo())"); in TEST_F()
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h704 nested(false), finished(false), minalign_(1), force_defaults_(false),
726 nested = false;
888 assert(!nested);
895 nested = true;
904 assert(nested);
954 nested = false;
1079 assert(nested); // Hit if no corresponding StartVector.
1080 nested = false;
1086 nested = true;
1381 bool nested;
/system/extras/simpleperf/
DAndroid.bp33 "-Wno-nested-anon-types",
/system/media/camera/docs/
Dmetadata_template.mako55 % for nested in node.namespaces:
56 ${insert_namespace(nested)}
Dhtml.mako162 % for nested in node.namespaces:
163 ${ insert_toc_body(nested)}
239 % for nested in node.namespaces:
240 ${insert_namespace(nested)}
/system/extras/perfprofd/
DAndroid.bp33 "-Wno-nested-anon-types",
/system/update_engine/
Dpylintrc360 # Maximum number of nested blocks for function / method body
361 max-nested-blocks=5
/system/tools/aidl/docs/
Daidl-cpp.md61 Generated C++ ends up in nested namespaces corresponding to the interface’s
/system/core/init/
DREADME.md545 a config file. It is not recursive, nested directories will
/system/chre/pal/doc/
DDoxyfile347 # any nested class or struct is added to the same group. By default this option
348 # is disabled and one has to add nested compounds explicitly via \ingroup.
/system/chre/chre_api/doc/
DDoxyfile347 # any nested class or struct is added to the same group. By default this option
348 # is disabled and one has to add nested compounds explicitly via \ingroup.