| /third_party/node/tools/gyp/tools/ |
| H A D | graphviz.py | 9 targets.""" 23 def LoadEdges(filename, targets): 25 show targets in |targets| and their depedendents.""" 33 to_visit = targets[:] 46 |edges| is a map of target to a list of other targets it depends on.""" 48 # Bucket targets by file. 61 for filename, targets in files.items(): 62 if len(targets) == 1: 65 target = targets[ [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_so.c | 73 struct pipe_stream_output_target **targets, in llvmpipe_set_so_targets() 85 if (targets[i] && targets[i]->context != pipe) { in llvmpipe_set_so_targets() 89 pipe_so_target_reference((struct pipe_stream_output_target **)&llvmpipe->so_targets[i], targets[i]); in llvmpipe_set_so_targets() 96 if (targets[i]) { in llvmpipe_set_so_targets() 97 void *buf = llvmpipe_resource(targets[i]->buffer)->data; in llvmpipe_set_so_targets() 71 llvmpipe_set_so_targets(struct pipe_context *pipe, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) llvmpipe_set_so_targets() argument
|
| /kernel/linux/linux-6.6/arch/mips/boot/compressed/ |
| H A D | Makefile | 58 targets := $(notdir $(vmlinuzobjs-y)) macro 60 targets += vmlinux.bin 75 targets += vmlinux.bin.z 80 targets += piggy.o dummy.o 107 targets += ../../../../vmlinuz 138 targets += ../vmlinuz.32 146 targets += ../vmlinuz.ecoff 154 targets += ../vmlinuz.bin 161 targets += ../vmlinuz.srec 168 targets [all...] |
| /third_party/gn/src/gn/ |
| H A D | metadata_walk_unittest.cc | 42 UniqueVector<const Target*> targets; in TEST() local 43 targets.push_back(&one); in TEST() 44 targets.push_back(&two); in TEST() 54 std::vector<Value> result = WalkMetadata(targets, data_keys, walk_keys, in TEST() 93 UniqueVector<const Target*> targets; in TEST() local 94 targets.push_back(&one); in TEST() 104 std::vector<Value> result = WalkMetadata(targets, data_keys, walk_keys, in TEST() 150 UniqueVector<const Target*> targets; in TEST() local 151 targets.push_back(&one); in TEST() 161 std::vector<Value> result = WalkMetadata(targets, data_key in TEST() 190 UniqueVector<const Target*> targets; TEST() local [all...] |
| H A D | rust_variables.cc | 17 Valid for `rust_library` targets and `executable`, `static_library`, and 18 `shared_library` targets that contain Rust sources. 51 Valid for `rust_library` targets and `executable`, `static_library`, 52 `shared_library`, and `source_set` targets that contain Rust sources. 63 Valid for `rust_library` targets and `executable`, `static_library`, 64 `shared_library`, and `source_set` targets that contain Rust sources. 87 Valid for `rust_library` targets and `executable`, `static_library`, 88 `shared_library`, and `source_set` targets that contain Rust sources.
|
| H A D | json_project_writer.cc | 33 // "targets" : { 51 // Filters targets according to filter string; Will also recursively 52 // add dependent targets. 55 std::vector<const Target*>* targets, in FilterTargets() 59 *targets = all_targets; in FilterTargets() 61 targets->reserve(all_targets.size()); in FilterTargets() 67 commands::FilterTargetsByPatterns(all_targets, filters, targets); in FilterTargets() 69 TargetSet target_set(targets->begin(), targets->end()); in FilterTargets() 70 for (const auto* target : *targets) in FilterTargets() 53 FilterTargets(const BuildSettings* build_settings, std::vector<const Target*>& all_targets, std::vector<const Target*>* targets, const std::string& dir_filter_string, Err* err) FilterTargets() argument 106 std::vector<const Target*> targets; RunAndWriteFiles() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_state_streamout.c | 78 struct pipe_stream_output_target **targets, in si_set_streamout_targets() 98 if (sctx->streamout.targets[i]) in si_set_streamout_targets() 99 si_resource(sctx->streamout.targets[i]->b.buffer)->TC_L2_dirty = true; in si_set_streamout_targets() 129 /* All readers of the streamout targets need to be finished before we can in si_set_streamout_targets() 130 * start writing to the targets. in si_set_streamout_targets() 146 /* Set the new targets. */ in si_set_streamout_targets() 149 si_so_target_reference(&sctx->streamout.targets[i], targets[i]); in si_set_streamout_targets() 150 if (!targets[i]) in si_set_streamout_targets() 153 si_context_add_resource_size(sctx, targets[ in si_set_streamout_targets() 77 si_set_streamout_targets(struct pipe_context *ctx, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) si_set_streamout_targets() argument [all...] |
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | memory-tiers.h | 41 void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets); 49 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) in node_get_allowed_targets() argument 51 *targets = NODE_MASK_NONE; in node_get_allowed_targets() 91 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) in node_get_allowed_targets() argument 93 *targets = NODE_MASK_NONE; in node_get_allowed_targets()
|
| /third_party/ltp/tools/sparse/sparse-src/Documentation/ |
| H A D | Makefile | 11 targets := help macro 12 targets += html 13 targets += man 19 # route all targets to Sphinx using the new "make mode" option. 20 $(targets): conf.py Makefile
|
| /test/testfwk/arkxtest/uitest/test/ |
| H A D | select_strategy_test.cpp | 239 std::vector<int> targets; in TEST() local 252 afterStrategy->LocateNode(w1, *iterator.get(), visits, targets); in TEST() 254 ASSERT_EQ(targets.size(), 0); in TEST() 314 std::vector<int> targets; in TEST() local 325 beforeStrategy->LocateNode(w1, *iterator.get(), visits, targets); in TEST() 327 ASSERT_EQ(targets.size(), 0); in TEST() 438 std::vector<int> targets; in TEST() local 450 withInStrategy->LocateNode(w1, *iterator.get(), visits, targets); in TEST() 452 ASSERT_EQ(targets.size(), 0); in TEST() 535 std::vector<int> targets; in TEST() local 598 std::vector<int> targets; TEST() local 627 std::vector<int> targets; TEST() local 657 std::vector<int> targets; TEST() local 688 std::vector<int> targets; TEST() local 717 std::vector<int> targets; TEST() local 747 std::vector<int> targets; TEST() local [all...] |
| /kernel/linux/linux-5.10/arch/x86/realmode/rm/ |
| H A D | Makefile | 36 targets += $(realmode-y) 45 targets += pasyms.h 49 targets += realmode.lds 55 targets += realmode.elf 61 targets += realmode.bin 68 targets += realmode.relocs
|
| /kernel/linux/linux-6.6/arch/x86/realmode/rm/ |
| H A D | Makefile | 37 targets += $(realmode-y) 46 targets += pasyms.h 50 targets += realmode.lds 56 targets += realmode.elf 62 targets += realmode.bin 69 targets += realmode.relocs
|
| /kernel/linux/linux-5.10/arch/mips/vdso/ |
| H A D | Makefile | 104 targets += $(obj-vdso-y) 105 targets += vdso.lds 106 targets += vdso.so.dbg.raw vdso.so.raw 107 targets += vdso.so.dbg vdso.so 108 targets += vdso-image.c 131 targets += $(obj-vdso-y:%.o=%-o32.o) 132 targets += vdso-o32.lds 133 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw 134 targets += vdso-o32.so.dbg vdso-o32.so 135 targets [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
| H A D | LanguageTestFmwk.java | 240 String[] targets = data.getFullPluralizedFormTargets(); in testFullPluralizedForms() 261 xAssertEquals(u.toString() + c, targets, n++, string); in testFullPluralizedForms() 269 String[] targets = data.getMediumFormTargets(); in testMediumForms() 284 xAssertEquals(u.toString(), targets, n++, string); in testMediumForms() 291 String[] targets = data.getShortFormTargets(); in testShortForms() 306 xAssertEquals(u.toString(), targets, n++, string); in testShortForms() 313 String[] targets = data.getCustomMinuteTargets(); in testCustomMinutes() 327 xAssertEquals(targets, n++, pf.format(p)); in testCustomMinutes() 329 xAssertEquals(targets, n++, pf.format(p)); in testCustomMinutes() 336 String[] targets in testLimitedUnits() [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
| H A D | LanguageTestFmwk.java | 241 String[] targets = data.getFullPluralizedFormTargets(); in testFullPluralizedForms() 262 xAssertEquals(u.toString() + c, targets, n++, string); in testFullPluralizedForms() 270 String[] targets = data.getMediumFormTargets(); in testMediumForms() 285 xAssertEquals(u.toString(), targets, n++, string); in testMediumForms() 292 String[] targets = data.getShortFormTargets(); in testShortForms() 307 xAssertEquals(u.toString(), targets, n++, string); in testShortForms() 314 String[] targets = data.getCustomMinuteTargets(); in testCustomMinutes() 328 xAssertEquals(targets, n++, pf.format(p)); in testCustomMinutes() 330 xAssertEquals(targets, n++, pf.format(p)); in testCustomMinutes() 337 String[] targets in testLimitedUnits() [all...] |
| /third_party/python/Lib/distutils/ |
| H A D | dep_util.py | 32 def newer_pairwise (sources, targets): 35 targets) where source is newer than target, according to the semantics 38 if len(sources) != len(targets): 39 raise ValueError("'sources' and 'targets' must be same length") 41 # build a pair of lists (sources, targets) where source is newer 45 if newer(sources[i], targets[i]): 47 n_targets.append(targets[i])
|
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| H A D | TransliteratorRegistry.java | 81 * Spec class for sources and targets. 441 Map<CaseInsensitiveString, List<CaseInsensitiveString>> targets = specDAG.get(cisrc); in getAvailableTargets() 442 if (targets == null) { in getAvailableTargets() 445 return new IDEnumeration(Collections.enumeration(targets.keySet())); in getAvailableTargets() 457 Map<CaseInsensitiveString, List<CaseInsensitiveString>> targets = specDAG.get(cisrc); in getAvailableVariants() 458 if (targets == null) { in getAvailableVariants() 461 List<CaseInsensitiveString> variants = targets.get(citrg); in getAvailableVariants() 546 Map<CaseInsensitiveString, List<CaseInsensitiveString>> targets = specDAG.get(cisrc); in registerSTV() 547 if (targets == null) { in registerSTV() 548 targets in registerSTV() [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | TransliteratorRegistry.java | 82 * Spec class for sources and targets. 442 Map<CaseInsensitiveString, List<CaseInsensitiveString>> targets = specDAG.get(cisrc); in getAvailableTargets() 443 if (targets == null) { in getAvailableTargets() 446 return new IDEnumeration(Collections.enumeration(targets.keySet())); in getAvailableTargets() 458 Map<CaseInsensitiveString, List<CaseInsensitiveString>> targets = specDAG.get(cisrc); in getAvailableVariants() 459 if (targets == null) { in getAvailableVariants() 462 List<CaseInsensitiveString> variants = targets.get(citrg); in getAvailableVariants() 547 Map<CaseInsensitiveString, List<CaseInsensitiveString>> targets = specDAG.get(cisrc); in registerSTV() 548 if (targets == null) { in registerSTV() 549 targets in registerSTV() [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_with.py | 610 targets = {1: [0, 1, 2]} 611 with mock_contextmanager_generator() as targets[1][0]: 612 self.assertEqual(list(targets.keys()), [1]) 613 self.assertEqual(targets[1][0].__class__, MockResource) 614 with mock_contextmanager_generator() as list(targets.values())[0][1]: 615 self.assertEqual(list(targets.keys()), [1]) 616 self.assertEqual(targets[1][1].__class__, MockResource) 617 with mock_contextmanager_generator() as targets[2]: 618 keys = list(targets.keys()) 630 targets [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
| H A D | ocelot_io.c | 20 regmap_read(ocelot->targets[target], in __ocelot_read_ix() 32 regmap_write(ocelot->targets[target], in __ocelot_write_ix() 44 regmap_update_bits(ocelot->targets[target], in __ocelot_rmw_ix() 87 regmap_read(ocelot->targets[target], in __ocelot_target_read_ix() 95 regmap_write(ocelot->targets[target], in __ocelot_target_write_ix() 122 ocelot->targets[target], in ocelot_regfields_init()
|
| /third_party/cJSON/tests/unity/auto/ |
| H A D | unity_to_junit.py | 15 self.targets = 0 22 for target in self.targets: 105 self.targets = target_array 131 targets = list(map(lambda x: x.replace('\\', '/'), glob(targets_dir + '*.test*'))) 132 if len(targets) == 0: 134 uts.set_targets(targets)
|
| /third_party/unity/auto/ |
| H A D | stylize_as_junit.py | 24 self.targets = 0 32 for target in self.targets: 121 self.targets = target_array 149 targets = list(map(lambda x: x.replace('\\', '/'), glob(args.targets_dir + '*.test*'))) variable 150 if len(targets) == 0: 152 uts.set_targets(targets)
|
| /kernel/linux/linux-6.6/mm/damon/ |
| H A D | sysfs.c | 287 * targets directory 301 static void damon_sysfs_targets_rm_dirs(struct damon_sysfs_targets *targets) in damon_sysfs_targets_rm_dirs() argument 303 struct damon_sysfs_target **targets_arr = targets->targets_arr; in damon_sysfs_targets_rm_dirs() 306 for (i = 0; i < targets->nr; i++) { in damon_sysfs_targets_rm_dirs() 310 targets->nr = 0; in damon_sysfs_targets_rm_dirs() 312 targets->targets_arr = NULL; in damon_sysfs_targets_rm_dirs() 315 static int damon_sysfs_targets_add_dirs(struct damon_sysfs_targets *targets, in damon_sysfs_targets_add_dirs() argument 321 damon_sysfs_targets_rm_dirs(targets); in damon_sysfs_targets_add_dirs() 329 targets->targets_arr = targets_arr; in damon_sysfs_targets_add_dirs() 334 damon_sysfs_targets_rm_dirs(targets); in damon_sysfs_targets_add_dirs() 362 struct damon_sysfs_targets *targets = container_of(kobj, nr_targets_show() local 371 struct damon_sysfs_targets *targets; nr_targets_store() local 636 struct damon_sysfs_targets *targets; global() member 677 struct damon_sysfs_targets *targets = damon_sysfs_targets_alloc(); damon_sysfs_context_set_targets() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_pt_so_emit.c | 99 if (draw->so.targets[i]) { in draw_pt_so_emit_prepare() 136 struct draw_so_target *target = draw->so.targets[i]; in so_emit_prim() 157 if (!draw->so.targets[ob]) { in so_emit_prim() 161 draw->so.targets[ob]->target.buffer_size) { in so_emit_prim() 193 buffer = (float *)((char *)draw->so.targets[ob]->mapping + in so_emit_prim() 194 draw->so.targets[ob]->target.buffer_offset + in so_emit_prim() 195 draw->so.targets[ob]->internal_offset) + in so_emit_prim() 209 draw->so.targets[ob]->internal_offset, in so_emit_prim() 220 struct draw_so_target *target = draw->so.targets[ob]; in so_emit_prim()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
| H A D | ocelot_io.c | 22 return regmap_bulk_read(ocelot->targets[target], addr + offset, in __ocelot_bulk_read_ix() 35 regmap_read(ocelot->targets[target], addr + offset, &val); in __ocelot_read_ix() 49 regmap_write(ocelot->targets[target], addr + offset, val); in __ocelot_write_ix() 62 regmap_update_bits(ocelot->targets[target], addr + offset, mask, val); in __ocelot_rmw_ix() 104 regmap_read(ocelot->targets[target], in __ocelot_target_read_ix() 112 regmap_write(ocelot->targets[target], in __ocelot_target_write_ix() 139 ocelot->targets[target], in ocelot_regfields_init()
|