Home
last modified time | relevance | path

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

/frameworks/base/tools/aidl/
DType.cpp1366 ssize_t baseIndex = normalized.find('<'); in Search() local
1367 string base(normalized.c_str(), baseIndex); in Search()
1378 size_t start = baseIndex + 1; in Search()
/frameworks/base/tools/aapt/
DResource.cpp596 size_t baseIndex = UNKNOWN_ERROR; in applyFileOverlay() local
598 baseIndex = (*baseSet)->indexOfKey(overlaySet->keyAt(overlayIndex)); in applyFileOverlay()
600 if (baseIndex < UNKNOWN_ERROR) { in applyFileOverlay()
605 sp<AaptGroup> baseGroup = (*baseSet)->valueAt(baseIndex); in applyFileOverlay()