/aosp_15_r20/external/bazelbuild-rules_go/third_party/ |
H A D | com_github_gogo_protobuf-gazelle.patch | 1779 diff -urN a/test/casttype/combos/both/BUILD.bazel b/test/casttype/combos/both/BUILD.bazel 1780 --- a/test/casttype/combos/both/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000 1781 +++ b/test/casttype/combos/both/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000 1794 + importpath = "github.com/gogo/protobuf/test/casttype/combos/both", 1821 diff -urN a/test/casttype/combos/marshaler/BUILD.bazel b/test/casttype/combos/marshaler/BUILD.bazel 1822 --- a/test/casttype/combos/marshaler/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000 1823 +++ b/test/casttype/combos/marshaler/BUILD.bazel 2000-01-01 00:00:00.000000000 -0000 1836 + importpath = "github.com/gogo/protobuf/test/casttype/combos/marshaler", 1863 diff -urN a/test/casttype/combos/neither/BUILD.bazel b/test/casttype/combos/neither/BUILD.bazel 1864 --- a/test/casttype/combos/neither/BUILD.bazel 1970-01-01 00:00:00.000000000 +0000 [all …]
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | gen_format_map.py | 159 combos = {} 164 if format not in combos: 165 combos[format] = {} 166 if type not in combos[format]: 167 combos[format][type] = [internal_format] 169 combos[format][type] += [internal_format] 183 for format, type_combos in sorted(combos.items()): 185 for type, combos in sorted(type_combos.items()): 187 for internal_format in combos:
|
/aosp_15_r20/external/libxkbcommon/test/ |
H A D | xkeyboard-config-test.py.in | 183 combos = [] 186 combos.append({'l': layout}) 192 combos.append({'l': layout, 'v': variant}) 194 combos.append({'l': layout, 'v': variant, 'o': option}) 196 return combos 199 def run(combos, tool, njobs, keymap_output_dir): argument 213 results = p.imap_unordered(tool, combos) 214 for invocation in progress_bar(results, total=len(combos), file=sys.stdout): 291 combos = [{ 297 combos = parse(args.path) [all …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | VariantFolder.java | 156 Set<String>[][] combos = new Set[stringLength][]; in getClosure() local 158 combos[i] = new Set[stringLength - i]; in getClosure() 161 combos[0][i] = in getClosure() 171 Collection<String> current = combos[level][start] = new HashSet<>(); in getClosure() 178 combos[breakPoint - start - 1][start], in getClosure() 179 combos[limit - breakPoint - 1][breakPoint], in getClosure() 184 return combos[combos.length - 1][0]; in getClosure()
|
/aosp_15_r20/external/libcap/cap/ |
H A D | text.go | 48 var combos = []string{"", "e", "p", "ep", "i", "ei", "ip", "eip"} var 102 vs := []string{"=" + combos[m]} 125 y = op + combos[cf] 128 z = "-" + combos[cf] 149 vs = append(vs, strings.Join(list, ",")+"+"+combos[i])
|
/aosp_15_r20/hardware/interfaces/wifi/aidl/default/ |
H A D | wifi_feature_flags.cpp | 113 std::vector<IWifiChip::ChipConcurrencyCombination> combos; in legacyToChipConcurrencyComboList() local 116 combos.push_back(combo); in legacyToChipConcurrencyComboList() 118 return combos; in legacyToChipConcurrencyComboList()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/ |
H A D | GrMockCaps.cpp | 50 std::vector<GrTest::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local 101 for (const GrTest::TestFormatColorTypeCombination& combo : combos) { in getTestingCombinations() 106 return combos; in getTestingCombinations()
|
/aosp_15_r20/external/minigbm/ |
H A D | drv.c | 148 drv->combos = drv_array_init(sizeof(struct combination)); in drv_create() 149 if (!drv->combos) in drv_create() 155 drv_array_destroy(drv->combos); in drv_create() 180 drv_array_destroy(drv->combos); in drv_destroy() 210 for (i = 0; i < drv_array_size(drv->combos); i++) { in drv_get_combination() 211 curr = drv_array_at_idx(drv->combos, i); in drv_get_combination()
|
H A D | drv_helpers.c | 518 drv_array_append(drv->combos, &combo); in drv_add_combination() 531 drv_array_append(drv->combos, &combo); in drv_add_combinations() 541 for (i = 0; i < drv_array_size(drv->combos); i++) { in drv_modify_combination() 542 combo = (struct combination *)drv_array_at_idx(drv->combos, i); in drv_modify_combination()
|
H A D | drv_priv.h | 72 struct drv_array *combos; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/http-body/tests/ |
D | is_end_stream.rs | 35 let combos = [ in is_end_stream_true() localVariable 43 for &(lower, upper, is_end_stream) in &combos { in is_end_stream_true()
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsThreeWayTest.cpp | 53 SkTDArray<SkIntersections> combos; in testSetTest() local 58 SkIntersections* i = combos.append(); in testSetTest()
|
H A D | GrSurfaceTest.cpp | 184 const std::vector<GrTest::TestFormatColorTypeCombination>& combos = in DEF_GANESH_TEST_FOR_ALL_CONTEXTS() local 187 for (const GrTest::TestFormatColorTypeCombination& combo : combos) { in DEF_GANESH_TEST_FOR_ALL_CONTEXTS() 303 const std::vector<GrTest::TestFormatColorTypeCombination>& combos = in DEF_GANESH_TEST() local 306 for (const GrTest::TestFormatColorTypeCombination& combo : combos) { in DEF_GANESH_TEST()
|
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/ |
H A D | CompressionTest.java | 151 List<Object[]> combos = new ArrayList<>(64); in params() local 158 combos.add(new Object[] { in params() 167 return combos; in params()
|
/aosp_15_r20/external/minigbm/cros_gralloc/gralloc0/tests/ |
H A D | gralloctest.c | 78 static struct combinations combos[] = { variable 340 for (i = 0; i < ARRAY_SIZE(combos); i++) { in test_alloc_combinations() 341 info.format = combos[i].format; in test_alloc_combinations() 342 info.usage = combos[i].usage; in test_alloc_combinations()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/ |
H A D | ucdtest.cpp | 664 UnicodeSet combos("[:RGI_Emoji_ZWJ_Sequence:]", errorCode); in TestEmojiPropertiesOfStrings() local 672 all.addAll(keycaps).addAll(modified).addAll(flags).addAll(tags).addAll(combos); in TestEmojiPropertiesOfStrings() 685 assertTrue("lots of RGI_Emoji_ZWJ_Sequence", combos.size() > 1300); in TestEmojiPropertiesOfStrings() 694 assertEquals("lots of RGI_Emoji_ZWJ_Sequence", 0, combos.getRangeCount()); in TestEmojiPropertiesOfStrings() 713 combos.contains(u"\U0001F3FF\u200D✈\uFE0F")); in TestEmojiPropertiesOfStrings()
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | ucdtest.cpp | 669 UnicodeSet combos("[:RGI_Emoji_ZWJ_Sequence:]", errorCode); in TestEmojiPropertiesOfStrings() local 677 all.addAll(keycaps).addAll(modified).addAll(flags).addAll(tags).addAll(combos); in TestEmojiPropertiesOfStrings() 690 assertTrue("lots of RGI_Emoji_ZWJ_Sequence", combos.size() > 1300); in TestEmojiPropertiesOfStrings() 699 assertEquals("lots of RGI_Emoji_ZWJ_Sequence", 0, combos.getRangeCount()); in TestEmojiPropertiesOfStrings() 718 combos.contains(u"\U0001F3FF\u200D✈\uFE0F")); in TestEmojiPropertiesOfStrings()
|
/aosp_15_r20/external/libpng/tests/ |
H A D | pngimage-quick | 2 exec ./pngimage --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
|
H A D | pngimage-full | 2 exec ./pngimage --exhaustive --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
|
/aosp_15_r20/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 394 const std::vector<ShaderCombo> combos = { in PopulateVulkanPrecisionQualifiersOnYuvSamplersQuirk() local 418 for (const auto& combo : combos) { in PopulateVulkanPrecisionQualifiersOnYuvSamplersQuirk()
|
/aosp_15_r20/build/make/tools/ |
H A D | lunchable | 13 -c prints all failing lunch combos for all targets;
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | HalDeviceManagerTest.java | 3707 List<WifiChip.WifiRadioCombination> combos = new ArrayList<>(); in setupDbsSupportTest() local 3713 combos.add(new WifiChip.WifiRadioCombination(new ArrayList<>(configs))); in setupDbsSupportTest() 3715 testChip.chipSupportedRadioCombinations = combos; in setupDbsSupportTest() 5063 WifiChip.ChipMode createChipMode(int modeId, WifiChip.ChipConcurrencyCombination... combos) { in createChipMode() argument 5064 return new WifiChip.ChipMode(modeId, Arrays.asList(combos)); in createChipMode() 5395 List<WifiChip.ChipConcurrencyCombination> combos = new ArrayList<>(); in initialize() local 5401 combos.add(combo1); in initialize() 5414 combos.add(combo2); in initialize() 5421 combos.add(combo3); in initialize() 5422 availableModes.add(new WifiChip.ChipMode(CHIP_MODE_ID, combos)); in initialize()
|
/aosp_15_r20/external/executorch/backends/vulkan/test/op_tests/utils/ |
H A D | gen_benchmark_vk.py | 120 combos=self.gen_combos(inputs),
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 19.0.5.rst | 73 - Revert "nir: add late opt to turn inot/b2f combos back to bcsel"
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLCaps.cpp | 5271 std::vector<GrTest::TestFormatColorTypeCombination> combos = { in getTestingCombinations() local 5331 combos.push_back({ GrColorType::kBGRA_8888, in getTestingCombinations() 5333 combos.push_back({ GrColorType::kBGRA_1010102, in getTestingCombinations() 5338 combos.push_back({ GrColorType::kBGRA_8888, in getTestingCombinations() 5342 size_t count2D = combos.size(); in getTestingCombinations() 5344 auto combo2D = combos[i]; in getTestingCombinations() 5346 combos.push_back({combo2D.fColorType, in getTestingCombinations() 5350 return combos; in getTestingCombinations()
|