HomeSort by relevance Sort by last modified time
    Searched refs:matchingConfigs (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/split-select/
Main.cpp 353 Vector<SplitDescription> matchingConfigs = select(targetSplit, splitConfigs);
354 const size_t matchingConfigCount = matchingConfigs.size();
357 matchingSplitPaths.add(splitApkPathMap.valueFor(matchingConfigs[i]));
  /external/deqp/framework/egl/
egluUtil.cpp 132 vector<EGLConfig> matchingConfigs;
137 matchingConfigs.push_back(*cfg);
140 return matchingConfigs;

Completed in 54 milliseconds