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

  /external/libpng/tests/
pngimage-full 2 exec ./pngimage --exhaustive --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
pngimage-quick 2 exec ./pngimage --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
  /external/cldr/tools/java/org/unicode/cldr/util/
VariantFolder.java 150 Set<String>[][] combos = new Set[stringLength][]; local
152 combos[i] = new Set[stringLength - i];
155 combos[0][i] = alternateFetcher.getAlternates(source.substring(i, i + 1),
164 Collection<String> current = combos[level][start] = new HashSet<String>();
169 addCrossProduct(combos[breakPoint - start - 1][start], combos[limit
174 return combos[combos.length - 1][0];
  /external/skia/tests/
PathOpsThreeWayTest.cpp 46 SkTDArray<SkIntersections> combos; local
51 SkIntersections* i = combos.append();
  /external/skqp/tests/
PathOpsThreeWayTest.cpp 46 SkTDArray<SkIntersections> combos; local
51 SkIntersections* i = combos.append();
  /external/minigbm/
drv.c 154 drv->combos = drv_array_init(sizeof(struct combination));
155 if (!drv->combos)
161 drv_array_destroy(drv->combos);
188 drv_array_destroy(drv->combos);
215 for (i = 0; i < drv_array_size(drv->combos); i++) {
216 curr = drv_array_at_idx(drv->combos, i);
drv_priv.h 58 struct drv_array *combos; member in struct:driver
helpers.c 502 drv_array_append(drv->combos, &combo);
512 for (i = 0; i < drv_array_size(drv->combos); i++) {
513 combo = (struct combination *)drv_array_at_idx(drv->combos, i);
641 for (j = 0; j < drv_array_size(drv->combos); j++) {
642 combo = drv_array_at_idx(drv->combos, j);
rockchip.c 84 for (i = 0; i < drv_array_size(drv->combos); i++) {
85 combo = (struct combination *)drv_array_at_idx(drv->combos, i);
i915.c 88 for (i = 0; i < drv_array_size(drv->combos); i++) {
89 combo = (struct combination *)drv_array_at_idx(drv->combos, i);
  /external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
CompressionTest.java 150 List<Object[]> combos = new ArrayList<Object[]>(64); local
157 combos.add(new Object[] {
166 return combos;
  /external/minigbm/cros_gralloc/gralloc0/tests/
gralloctest.c 69 static struct combinations combos[] = { variable in typeref:struct:combinations
320 * combos which we consider important.
329 for (i = 0; i < ARRAY_SIZE(combos); i++) {
330 info.format = combos[i].format;
331 info.usage = combos[i].usage;

Completed in 515 milliseconds