HomeSort by relevance Sort by last modified time
    Searched defs:maxIdx (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp 714 int maxIdx = max.fFoundCount;
715 if (maxIdx < kMaxFiles) {
716 max.fError[maxIdx] = state.fError[index];
717 strcpy(max.fFilesFound[maxIdx], state.fFilesFound[index]);
718 max.fDirsFound[maxIdx] = state.fDirsFound[index];
722 for (maxIdx = 0; maxIdx < max.fFoundCount; ++maxIdx) {
723 if (max.fError[maxIdx] < state.fError[index]) {
724 max.fError[maxIdx] = state.fError[index]
    [all...]
  /external/skia/tests/
SkpSkGrTest.cpp 714 int maxIdx = max.fFoundCount;
715 if (maxIdx < kMaxFiles) {
716 max.fError[maxIdx] = state.fError[index];
717 strcpy(max.fFilesFound[maxIdx], state.fFilesFound[index]);
718 max.fDirsFound[maxIdx] = state.fDirsFound[index];
722 for (maxIdx = 0; maxIdx < max.fFoundCount; ++maxIdx) {
723 if (max.fError[maxIdx] < state.fError[index]) {
724 max.fError[maxIdx] = state.fError[index]
    [all...]
  /hardware/libhardware/tests/camera2/
CameraMultiStreamTests.cpp 144 int32_t maxIdx = 0;
150 maxIdx = i;
153 max->width = data[maxIdx];
154 max->height = data[maxIdx + 1];
155 *idx = maxIdx;
513 int32_t minIdx, maxIdx;
515 GetMaxSize(data, count, &processedMaxSize, &maxIdx);
523 availableProcessedMinFrameDurations.data.i64[maxIdx / 2];
536 GetMaxSize(data, count, &jpegMaxSize, &maxIdx);
537 ALOGV("Found Jpeg size max idx = %d", maxIdx);
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 379 ssize_t maxIdx = block.indexOfAttribute(NULL, "max");
380 if (maxIdx >= 0) {
381 String16 val = String16(block.getAttributeStringValue(maxIdx, &len));
395 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) {
    [all...]

Completed in 240 milliseconds