Home
last modified time | relevance | path

Searched refs:duplicated (Results 1 – 9 of 9) sorted by relevance

/system/extras/simpleperf/
Dcallchain.h45 bool duplicated; member
49 CallChainRoot() : duplicated(false), children_period(0) {} in CallChainRoot()
DSampleComparator.h63 BUILD_COMPARE_VALUE_FUNCTION(CompareCallGraphDuplicated, callchain.duplicated);
Dsample_tree.h257 sample->callchain.duplicated = true; in AddCallChainDuplicateInfo()
DSampleDisplayer.h121 if (brief_callgraph_ && sample->callchain.duplicated) { in operator()
/system/logging/logd/
DREADME.compression.md28 * Developer confusion about missing and de-duplicated logs
40 * No gaps in logs, no de-duplicated logs => no developer confusion
/system/tools/aidl/
Daidl_language.cpp1267 bool duplicated = !nested_type_names.emplace(t->GetName()).second; in CheckValidWithMembers() local
1268 if (duplicated) { in CheckValidWithMembers()
1301 bool duplicated = !fieldnames.emplace(v->GetName()).second; in CheckValidWithMembers() local
1302 if (duplicated) { in CheckValidWithMembers()
1356 bool duplicated = !getters.emplace(v->GetCapitalizedName()).second; in CheckValidForGetterNames() local
1357 if (duplicated) { in CheckValidForGetterNames()
/system/update_engine/
Dupdate_metadata.proto381 // Definition has been duplicated from
390 // Definition has been duplicated from
/system/update_engine/update_engine/
Dupdate_metadata.proto381 // Definition has been duplicated from
390 // Definition has been duplicated from
/system/tools/hidl/
Dhidl-gen_y.yy878 std::cerr << "ERROR: duplicated argument or result name "
887 std::cerr << "ERROR: duplicated argument or result name "