Searched refs:startIndex (Results 26 - 34 of 34) sorted by relevance

12

/frameworks/rs/
H A DrsFont.h149 uint32_t startIndex = 0, int numGlyphs = -1,
H A DrsFont.cpp750 uint32_t startIndex, int32_t numGlyphs,
778 currentFont->renderUTF(text, len, x, y, startIndex, numGlyphs,
749 renderText(const char *text, uint32_t len, int32_t x, int32_t y, uint32_t startIndex, int32_t numGlyphs, Font::RenderMode mode, Font::Rect *bounds, uint8_t *bitmap, uint32_t bitmapW, uint32_t bitmapH) argument
/frameworks/base/core/java/android/os/
H A DProcess.java1098 public static final native boolean parseProcLine(byte[] buffer, int startIndex, argument
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java1706 final int startIndex, endIndex, diff;
1708 startIndex = mSpanCount - 1;
1712 startIndex = 0;
1720 for (int i = startIndex; i != endIndex; i += diff) {
1733 for (int i = startIndex; i != endIndex; i += diff) {
/frameworks/base/tools/aapt/
H A DAaptAssets.h74 int initFromDirName(const Vector<String8>& parts, const int startIndex);
H A DAaptAssets.cpp278 int AaptLocaleValue::initFromDirName(const Vector<String8>& parts, const int startIndex) { argument
280 int currentIndex = startIndex;
/frameworks/native/services/inputflinger/
H A DEventHub.cpp1031 static bool containsNonZeroByte(const uint8_t* array, uint32_t startIndex, uint32_t endIndex) { argument
1033 array += startIndex;
H A DInputReader.cpp5814 for (uint32_t startIndex = heapSize / 2; startIndex != 0; ) {
5815 startIndex -= 1;
5816 for (uint32_t parentIndex = startIndex; ;) {
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1757 int startIndex;
1764 startIndex = endIndex = i + 1;
1771 for (endIndex=startIndex;
1786 for (int j = startIndex; j < endIndex; j++) {
1789 boolean parsed = Process.parseProcLine(wlBuffer, startIndex, endIndex,
1823 startIndex = endIndex;

Completed in 210 milliseconds

12