/aosp12/frameworks/base/services/incremental/ |
H A D | path.h | 71 inline std::string_view relativize(const char* parent, const char* nested) { in relativize() 74 inline std::string_view relativize(std::string_view parent, const char* nested) { in relativize() 77 inline std::string_view relativize(const char* parent, std::string_view nested) { in relativize()
|
H A D | path.cpp | 70 std::string_view relativize(std::string_view parent, std::string_view nested) { in relativize()
|
/aosp14/frameworks/base/services/incremental/ |
H A D | path.h | 71 inline std::string_view relativize(const char* parent, const char* nested) { in relativize() 74 inline std::string_view relativize(std::string_view parent, const char* nested) { in relativize() 77 inline std::string_view relativize(const char* parent, std::string_view nested) { in relativize()
|
H A D | path.cpp | 70 std::string_view relativize(std::string_view parent, std::string_view nested) { in relativize()
|
/aosp12/system/incremental_delivery/incfs/include/ |
H A D | path.h | 41 inline std::string_view relativize(const char* parent, const char* nested) { in relativize() 44 inline std::string_view relativize(std::string_view parent, const char* nested) { in relativize() 47 inline std::string_view relativize(const char* parent, std::string_view nested) { in relativize()
|
/aosp12/system/nvram/messages/tests/ |
H A D | io_test.cpp | 144 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
|
/aosp12/packages/modules/StatsD/statsd/src/state/ |
H A D | StateTracker.cpp | 61 const bool nested = newState.mAnnotations.isNested(); in onLogEvent() local 114 const FieldValue& newState, const bool nested, in updateStateForPrimaryKey()
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
H A D | MessageFactory.cpp | 47 void MessageFactoryBase::closeNested(nlmsghdr* msg, nlattr* nested) { in closeNested()
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atom_field_options.proto | 91 optional bool nested = 6 [default = true]; field
|
/aosp12/system/connectivity/wificond/tests/ |
H A D | nl80211_packet_unittest.cpp | 252 NL80211NestedAttr nested(0); in TEST() local 274 NL80211NestedAttr nested(0); in TEST() local
|
/aosp12/system/bt/gd/packet/parser/ |
H A D | field_list.h | 133 FieldList Merge(FieldList nested) const { in Merge()
|
/aosp12/system/incremental_delivery/incfs/ |
H A D | path.cpp | 173 std::string_view relativize(std::string_view parent, std::string_view nested) { in relativize()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | XmlTest.java | 158 final PersistableBundle nested = new PersistableBundle(); in buildPersistableBundle() local
|
/aosp12/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
H A D | test.proto | 34 optional Nested nested = 10002; field
|
/aosp14/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | XmlTest.java | 160 final PersistableBundle nested = new PersistableBundle(); in buildPersistableBundle() local
|
/aosp14/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
H A D | test.proto | 34 optional Nested nested = 10002; field
|
/aosp12/frameworks/base/tools/streaming_proto/test/ |
H A D | test.proto | 54 optional Nested nested = 10002; field
|
/aosp14/frameworks/base/tools/streaming_proto/test/ |
H A D | test.proto | 54 optional Nested nested = 10002; field
|
/aosp12/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/ |
H A D | StructNlAttr.java | 168 public StructNlAttr(short type, StructNlAttr... nested) { in StructNlAttr() method in StructNlAttr
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | GapWorker.java | 76 void collectPrefetchPositionsFromView(RecyclerView view, boolean nested) { in collectPrefetchPositionsFromView()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | GapWorker.java | 76 void collectPrefetchPositionsFromView(RecyclerView view, boolean nested) { in collectPrefetchPositionsFromView()
|
/aosp12/frameworks/proto_logging/stats/stats_log_api_gen/ |
H A D | Collation.h | 174 bool nested = true; member
|
H A D | Collation.cpp | 251 const bool nested = stateFieldOption.nested(); in collate_field_annotations() local
|
/aosp12/system/tools/aidl/ |
H A D | ast_cpp_unittest.cpp | 229 ArgList nested(std::move(args)); in TEST_F() local
|
/aosp12/packages/modules/StatsD/statsd/src/ |
H A D | FieldValue.h | 376 inline void setNested(bool nested) { setBitmaskAtPos(NESTED_POS, nested); } in setNested()
|