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

  /external/qemu/android/utils/
ini.c 38 int maxPairs;
95 if (i->numPairs >= i->maxPairs) {
96 int oldMax = i->maxPairs;
100 i->maxPairs = newMax;
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/
live-loader.js 75 * @param maxPairs maximum number of pairs to output, or <0 for no limit
82 return function(unfilteredImagePairs, maxPairs, mergeIdenticalRows) {
84 if ((maxPairs > 0) && (maxPairs < numPairs)) {
85 numPairs = maxPairs;
    [all...]
loader.js 69 * @param maxPairs maximum number of pairs to output, or <0 for no limit
76 return function(unfilteredImagePairs, maxPairs, mergeIdenticalRows) {
78 if ((maxPairs > 0) && (maxPairs < numPairs)) {
79 numPairs = maxPairs;
    [all...]
  /external/skia/gm/rebaseline_server/static/
loader.js 64 * @param maxPairs maximum number of pairs to output, or <0 for no limit
71 return function(unfilteredImagePairs, maxPairs, mergeIdenticalRows) {
73 if ((maxPairs > 0) && (maxPairs < numPairs)) {
74 numPairs = maxPairs;
    [all...]

Completed in 466 milliseconds