Searched refs:aName (Results 1 – 2 of 2) sorted by relevance
1116 String8 aName(getComponentName(pkg, activityName)); in doDump() local1119 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()
1024 auto expectTimingLe = [](uint64_t a, const char* aName, uint64_t b, const char* bName) { in TEST_P() argument1026 EXPECT_LE(a, b) << aName << " exceeds " << bName; in TEST_P()