Home
last modified time | relevance | path

Searched defs:nested (Results 1 – 9 of 9) sorted by relevance

/system/incremental_delivery/incfs/include/
Dpath.h37 inline std::string_view relativize(const char* parent, const char* nested) { in relativize()
40 inline std::string_view relativize(std::string_view parent, const char* nested) { in relativize()
43 inline std::string_view relativize(const char* parent, std::string_view nested) { in relativize()
/system/nvram/messages/tests/
Dio_test.cpp144 NestedInputStreamBuffer nested(&buf, SIZE_MAX); in TEST() local
150 NestedInputStreamBuffer nested(&buf, 5); in TEST() local
158 NestedInputStreamBuffer nested(&buf, 10); in TEST() local
166 NestedInputStreamBuffer nested(&buf, 16); in TEST() local
/system/connectivity/wificond/tests/
Dnl80211_packet_unittest.cpp252 NL80211NestedAttr nested(0); in TEST() local
274 NL80211NestedAttr nested(0); in TEST() local
/system/bt/gd/packet/parser/
Dfield_list.h133 FieldList Merge(FieldList nested) const { in Merge()
/system/incremental_delivery/incfs/
Dpath.cpp160 std::string_view relativize(std::string_view parent, std::string_view nested) { in relativize()
/system/tools/aidl/
Dast_cpp_unittest.cpp229 ArgList nested(std::move(args)); in TEST_F() local
Daidl.cpp745 [&node, &check_untyped_container](auto& nested) { in load_and_validate_aidl()
/system/tools/aidl/tests/java/src/android/aidl/tests/
DTestServiceClient.java401 PersistableBundle nested = ret.getPersistableBundle(testPersistableBundleKey); in testRepeatNonEmptyPersistableBundle() local
/system/incremental_delivery/incfs/tests/
Dincfs_test.cpp291 auto nested = dir_path + "/couple/more/nested/levels"; in TEST_F() local