Home
last modified time | relevance | path

Searched refs:combos (Results 1 – 25 of 31) sorted by relevance

12

/external/angle/src/libANGLE/
Dgen_format_map.py158 combos = {}
163 if format not in combos:
164 combos[format] = {}
165 if type not in combos[format]:
166 combos[format][type] = [internal_format]
168 combos[format][type] += [internal_format]
182 for format, type_combos in sorted(combos.items()):
184 for type, combos in sorted(type_combos.items()):
186 for internal_format in combos:
/external/libxkbcommon/test/
Dxkeyboard-config-test.py.in146 combos = []
149 combos.append({'l': layout})
155 combos.append({'l': layout, 'v': variant})
157 combos.append({'l': layout, 'v': variant, 'o': option})
159 return combos
162 def run(combos, tool, njobs): argument
165 results = p.imap_unordered(tool, combos)
166 for success, output in progress_bar(results, total=len(combos)):
197 combos = parse(args.path)
198 failed = run(combos, tool, args.jobs)
/external/cldr/tools/java/org/unicode/cldr/util/
DVariantFolder.java155 Set<String>[][] combos = new Set[stringLength][]; in getClosure() local
157 combos[i] = new Set[stringLength - i]; in getClosure()
160 combos[0][i] = alternateFetcher.getAlternates(source.substring(i, i + 1), in getClosure()
169 Collection<String> current = combos[level][start] = new HashSet<>(); in getClosure()
174 addCrossProduct(combos[breakPoint - start - 1][start], combos[limit in getClosure()
179 return combos[combos.length - 1][0]; in getClosure()
/external/libcap/cap/
Dtext.go48 var combos = []string{"", "e", "p", "ep", "i", "ei", "ip", "eip"} var
101 vs := []string{"=" + combos[m]}
124 y = op + combos[cf]
127 z = "-" + combos[cf]
148 vs = append(vs, strings.Join(list, ",")+"+"+combos[i])
/external/python/cpython3/Lib/test/test_tools/test_c_analyzer/
Dutil.py44 combos = itertools.chain.from_iterable(itertools.combinations(indices, r)
47 for combo in combos:
/external/skia/src/gpu/mock/
DGrMockCaps.cpp33 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local
80 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) { in getTestingCombinations()
85 return combos; in getTestingCombinations()
/external/skia/tests/
DPathOpsThreeWayTest.cpp46 SkTDArray<SkIntersections> combos; in testSetTest() local
51 SkIntersections* i = combos.append(); in testSetTest()
DGrSurfaceTest.cpp110 const std::vector<GrCaps::TestFormatColorTypeCombination>& combos = in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
113 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) { in DEF_GPUTEST_FOR_ALL_CONTEXTS()
214 const std::vector<GrCaps::TestFormatColorTypeCombination>& combos = in DEF_GPUTEST() local
217 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) { in DEF_GPUTEST()
/external/skqp/tests/
DPathOpsThreeWayTest.cpp46 SkTDArray<SkIntersections> combos; in testSetTest() local
51 SkIntersections* i = combos.append(); in testSetTest()
/external/skia/src/gpu/dawn/
DGrDawnCaps.cpp199 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local
210 for (const GrCaps::TestFormatColorTypeCombination& combo : combos) { in getTestingCombinations()
214 return combos; in getTestingCombinations()
/external/libpng/tests/
Dpngimage-quick2 exec ./pngimage --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
Dpngimage-full2 exec ./pngimage --exhaustive --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
/external/minigbm/
Ddrv.c142 drv->combos = drv_array_init(sizeof(struct combination)); in drv_create()
143 if (!drv->combos) in drv_create()
149 drv_array_destroy(drv->combos); in drv_create()
176 drv_array_destroy(drv->combos); in drv_destroy()
203 for (i = 0; i < drv_array_size(drv->combos); i++) { in drv_get_combination()
204 curr = drv_array_at_idx(drv->combos, i); in drv_get_combination()
Dhelpers.c567 drv_array_append(drv->combos, &combo); in drv_add_combination()
580 drv_array_append(drv->combos, &combo); in drv_add_combinations()
590 for (i = 0; i < drv_array_size(drv->combos); i++) { in drv_modify_combination()
591 combo = (struct combination *)drv_array_at_idx(drv->combos, i); in drv_modify_combination()
Ddrv_priv.h69 struct drv_array *combos; member
Dmsm.c177 drv_array_append(drv->combos, &combo); in msm_add_ubwc_combinations()
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DCompressionTest.java150 List<Object[]> combos = new ArrayList<Object[]>(64); in params() local
157 combos.add(new Object[] { in params()
166 return combos; in params()
/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c78 static struct combinations combos[] = { variable
338 for (i = 0; i < ARRAY_SIZE(combos); i++) { in test_alloc_combinations()
339 info.format = combos[i].format; in test_alloc_combinations()
340 info.usage = combos[i].usage; in test_alloc_combinations()
/external/mesa3d/docs/relnotes/
D19.0.5.rst73 - Revert "nir: add late opt to turn inot/b2f combos back to bcsel"
/external/skia/src/gpu/gl/
DGrGLCaps.cpp4521 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local
4575 combos.push_back({ GrColorType::kBGRA_8888, in getTestingCombinations()
4577 combos.push_back({ GrColorType::kBGRA_1010102, in getTestingCombinations()
4582 combos.push_back({ GrColorType::kBGRA_8888, in getTestingCombinations()
4586 size_t count2D = combos.size(); in getTestingCombinations()
4588 auto combo2D = combos[i]; in getTestingCombinations()
4590 combos.push_back({combo2D.fColorType, in getTestingCombinations()
4594 return combos; in getTestingCombinations()
/external/skia/src/gpu/d3d/
DGrD3DCaps.cpp1071 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local
1092 return combos; in getTestingCombinations()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp1893 std::vector<GrCaps::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local
1920 return combos; in getTestingCombinations()
/external/libpng/
DCMakeLists.txt746 …png_add_test(NAME pngimage-quick COMMAND pngimage OPTIONS --list-combos --log FILES ${PNGSUITE_PNG…
747 …png_add_test(NAME pngimage-full COMMAND pngimage OPTIONS --exhaustive --list-combos --log FILES ${…
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dmad_uint24.ll242 ; combos in this loop should form v_mad_u32_u24.
/external/skia/src/gpu/mtl/
DGrMtlCaps.mm1143 std::vector<GrCaps::TestFormatColorTypeCombination> combos = {
1174 return combos;

12