Home
last modified time | relevance | path

Searched refs:aName (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DCommand.cpp1116 String8 aName(getComponentName(pkg, activityName)); in doDump() local
1119 if (aName.length() > 0) { in doDump()
1121 ResTable::normalizeForOutput(aName.string()).string()); in doDump()
1131 if (aName.length() > 0) { in doDump()
1133 ResTable::normalizeForOutput(aName.string()).string()); in doDump()
/frameworks/ml/nn/runtime/test/
DTestIntrospectionControl.cpp1024 auto expectTimingLe = [](uint64_t a, const char* aName, uint64_t b, const char* bName) { in TEST_P() argument
1026 EXPECT_LE(a, b) << aName << " exceeds " << bName; in TEST_P()