/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
H A D | smp.c | 227 struct cpumask targets; in smp_send_stop() local 228 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop() 229 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop() local 230 send_ipi(&targets, IPI_CPU_STOP); in smp_send_stop()
|
/kernel/linux/linux-5.10/tools/testing/selftests/ |
H A D | kselftest_deps.sh | 27 echo "- Prints pass/fail targets and libraries." 93 targets=$(egrep "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2) 273 targets=$(echo "$targets" | grep -v "$fail_target") 293 echo -e "$targets";
|
/kernel/linux/linux-6.6/tools/testing/selftests/ |
H A D | kselftest_deps.sh | 27 echo "- Prints pass/fail targets and libraries." 93 targets=$(grep -E "^TARGETS +|^TARGETS =" Makefile | cut -d "=" -f2) 271 targets=$(echo "$targets" | grep -v "$fail_target") 291 echo -e "$targets";
|
/third_party/gn/src/gn/ |
H A D | eclipse_writer.cc | 79 std::vector<const Target*> targets = builder_.GetAllResolvedTargets(); in GetAllIncludeDirs() local 80 for (const Target* target : targets) { in GetAllIncludeDirs() 94 std::vector<const Target*> targets = builder_.GetAllResolvedTargets(); in GetAllDefines() local 95 for (const Target* target : targets) { in GetAllDefines()
|
H A D | header_checker.cc | 72 ret += "There is no dependency chain between these targets."; in GetDependencyChainPublicError() 102 // Returns true if the two targets have the same label not counting the 120 const std::vector<const Target*>& targets, in HeaderChecker() 128 for (auto* target : targets) in HeaderChecker() 140 // applies to binary targets. in Run() 248 // targets can't use them, then there wouldn't be any point in outputting). in AddTargetToFileMap() 365 // - If there are multiple targets with the header in it, only one need be 383 const TargetVector& targets = found->second; in CheckInclude() local 404 for (const auto& target : targets) { in CheckInclude() 413 // For all targets containin in CheckInclude() 119 HeaderChecker(const BuildSettings* build_settings, const std::vector<const Target*>& targets, bool check_generated, bool check_system) HeaderChecker() argument 605 MakeUnreachableError(const InputFile& source_file, const LocationRange& range, const Target* from_target, const TargetVector& targets) MakeUnreachableError() argument [all...] |
H A D | commands_unittest.cc | 19 std::vector<const Target*> targets{&target_afoo, &target_cbar}; in TEST() 31 commands::FilterOutTargetsByPatterns(targets, label_patterns, &output); in TEST()
|
/kernel/linux/linux-6.6/arch/parisc/boot/ |
H A D | Makefile | 6 targets := image macro 7 targets += bzImage
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_options.c | 271 .desc = "fail on any/all arp targets timeout", 304 .desc = "arp targets in n.n.n.n form", 311 .desc = "NS targets in ffff:ffff::ffff:ffff form", 1074 netdev_dbg(bond->dev, "ARP monitoring has been set up, but no ARP targets have been specified\n"); in bond_option_arp_interval_set() 1101 __be32 *targets = bond->params.arp_targets; in _bond_options_arp_ip_target_set() local 1108 targets[slot] = target; in _bond_options_arp_ip_target_set() 1114 __be32 *targets = bond->params.arp_targets; in _bond_option_arp_ip_target_add() local 1123 if (bond_get_targets_ip(targets, target) != -1) { /* dup */ in _bond_option_arp_ip_target_add() 1129 ind = bond_get_targets_ip(targets, 0); /* first free slot */ in _bond_option_arp_ip_target_add() 1149 __be32 *targets in bond_option_arp_ip_target_rem() local 1225 struct in6_addr *targets = bond->params.ns_targets; _bond_options_ns_ip6_target_set() local 1249 struct in6_addr *targets = bond->params.ns_targets; bond_option_ns_ip6_targets_set() local [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
H A D | DataReadWriteTest.java | 87 String[] targets = { in testBoolArray() 97 String target = targets[j]; in testBoolArray() 143 String[] targets = { in testCharacterArray() 153 String target = targets[j]; in testCharacterArray() 202 String[] targets = { in testNamedIndexArray() 212 String target = targets[j]; in testNamedIndexArray() 270 String[] targets = { in testStringArray() 284 String target = targets[j]; in testStringArray()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
H A D | DataReadWriteTest.java | 90 String[] targets = { in testBoolArray() 100 String target = targets[j]; in testBoolArray() 146 String[] targets = { in testCharacterArray() 156 String target = targets[j]; in testCharacterArray() 205 String[] targets = { in testNamedIndexArray() 215 String target = targets[j]; in testNamedIndexArray() 273 String[] targets = { in testStringArray() 287 String target = targets[j]; in testStringArray()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_streamout.c | 115 struct pipe_stream_output_target **targets, in r600_set_streamout_targets() 127 /* Set the new targets. */ in r600_set_streamout_targets() 129 pipe_so_target_reference((struct pipe_stream_output_target**)&rctx->streamout.targets[i], targets[i]); in r600_set_streamout_targets() 130 if (!targets[i]) in r600_set_streamout_targets() 133 r600_context_add_resource_size(ctx, targets[i]->buffer); in r600_set_streamout_targets() 139 pipe_so_target_reference((struct pipe_stream_output_target**)&rctx->streamout.targets[i], NULL); in r600_set_streamout_targets() 184 struct r600_so_target **t = rctx->streamout.targets; in r600_emit_streamout_begin() 257 struct r600_so_target **t = rctx->streamout.targets; in r600_emit_streamout_end() 113 r600_set_streamout_targets(struct pipe_context *ctx, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) r600_set_streamout_targets() argument
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSampleShadingTests.cpp | 485 } targets[] = 498 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(targets); ++ndx) 500 minSamplesGroup->addChild(new SampleShadingRenderingCase(m_context, (std::string(targets[ndx].name) + "_color").c_str(), "Test multiple samples per pixel with color", targets[ndx].target, targets[ndx].numSamples, SampleShadingRenderingCase::TEST_COLOR)); 501 minSamplesGroup->addChild(new SampleShadingRenderingCase(m_context, (std::string(targets[ndx].name) + "_discard").c_str(), "Test multiple samples per pixel with", targets[ndx].target, targets[ndx].numSamples, SampleShadingRenderingCase::TEST_DISCARD));
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_api.c | 979 struct ep11_target_dev *targets) in is_desired_ep11_card() 982 if (targets->ap_id == dev_id || targets->ap_id == AUTOSEL_AP) in is_desired_ep11_card() 984 targets++; in is_desired_ep11_card() 991 struct ep11_target_dev *targets) in is_desired_ep11_queue() 996 if ((targets->ap_id == card || targets->ap_id == AUTOSEL_AP) && in is_desired_ep11_queue() 997 (targets->dom_id == dom || targets->dom_id == AUTOSEL_DOM)) in is_desired_ep11_queue() 999 targets in is_desired_ep11_queue() 977 is_desired_ep11_card(unsigned int dev_id, unsigned short target_num, struct ep11_target_dev *targets) is_desired_ep11_card() argument 989 is_desired_ep11_queue(unsigned int dev_qid, unsigned short target_num, struct ep11_target_dev *targets) is_desired_ep11_queue() argument 1010 struct ep11_target_dev *targets; _zcrypt_send_ep11_cprb() local [all...] |
/kernel/linux/linux-5.10/arch/csky/boot/ |
H A D | Makefile | 2 targets := Image zImage uImage macro 3 targets += $(dtb-y)
|
/kernel/linux/linux-5.10/arch/parisc/boot/ |
H A D | Makefile | 6 targets := image macro 7 targets += bzImage
|
/third_party/jerryscript/targets/riot-stm32f4/ |
H A D | Makefile | 30 APPDIR ?= $(JERRYDIR)/targets/riot-stm32f4/source 33 BINDIR ?= $(JERRYDIR)/targets/riot-stm32f4/bin/
|
/kernel/linux/linux-5.10/arch/x86/purgatory/ |
H A D | Makefile | 6 targets += $(purgatory-y) 27 targets += purgatory.ro purgatory.chk 80 targets += kexec-purgatory.c
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | IncrementalProgressTest.java | 72 Enumeration targets = Transliterator.getAvailableTargets(this.lang); in TestIncrementalProgress() 73 while(targets.hasMoreElements()) { in TestIncrementalProgress() 74 String target = (String) targets.nextElement(); in TestIncrementalProgress()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | IncrementalProgressTest.java | 69 Enumeration targets = Transliterator.getAvailableTargets(this.lang); in TestIncrementalProgress() 70 while(targets.hasMoreElements()) { in TestIncrementalProgress() 71 String target = (String) targets.nextElement(); in TestIncrementalProgress()
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_dep_util.py | 34 targets = os.path.join(tmpdir, 'targets') 36 os.mkdir(targets) 40 four = os.path.join(targets, 'four')
|
/kernel/linux/linux-6.6/arch/loongarch/boot/ |
H A D | Makefile | 14 targets := vmlinux.elf macro 18 targets += vmlinux.efi
|
/third_party/skia/third_party/externals/dawn/generator/ |
H A D | dawn_json_generator.py | 735 '--targets', 739 'Comma-separated subset of targets to output. Available targets: ' 745 targets = args.targets.split(',') 761 if 'dawn_headers' in targets: 770 if 'dawncpp_headers' in targets: 780 if 'dawn_proc' in targets: 789 if 'webgpu_dawn_native_proc' in targets: 795 if 'dawncpp' in targets [all...] |
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | smp.c | 312 struct cpumask targets; in smp_send_stop() local 313 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop() 314 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop() local 315 ipi_send_msg(&targets, IPI_CPU_STOP); in smp_send_stop()
|
/kernel/linux/linux-5.10/arch/mips/boot/compressed/ |
H A D | Makefile | 66 targets := $(notdir $(vmlinuzobjs-y)) macro 68 targets += vmlinux.bin 81 targets += vmlinux.bin.z 85 targets += piggy.o dummy.o
|
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/ |
H A D | Makefile | 12 targets := vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 macro 13 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4 14 targets += misc.o piggy.o sizes.h head.o real2.o firmware.o 15 targets += real2.S firmware.c
|