Home
last modified time | relevance | path

Searched refs:namedItem (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaMemoryTracer.cpp136 for (const auto& namedItem : mResults) { in logOutput() local
138 log.appendFormat(" %s:\n", namedItem.first.c_str()); in logOutput()
139 for (const auto& typedValue : namedItem.second) { in logOutput()
146 auto result = namedItem.second.find("size"); in logOutput()
147 if (result != namedItem.second.end()) { in logOutput()
150 log.appendFormat(" %s: %.2f %s (%d %s)\n", namedItem.first.c_str(), in logOutput()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContact.java319 final NamedDataItem namedItem = new NamedDataItem(uri, values); in addNamedDataItemValues() local
320 mDataItems.add(namedItem); in addNamedDataItemValues()
321 return namedItem; in addNamedDataItemValues()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DRawContact.java229 final NamedDataItem namedItem = new NamedDataItem(uri, values); in addNamedDataItemValues() local
230 mDataItems.add(namedItem); in addNamedDataItemValues()
231 return namedItem; in addNamedDataItemValues()