| /third_party/ltp/testcases/open_posix_testsuite/scripts/ |
| H A D | generate-makefiles.sh | 41 local targets= 71 if [ "$targets" != "" ]; then 72 targets="$targets " 75 targets="$targets${test_prefix}_$prereq" 159 MAKE_TARGETS+= ${targets}
|
| /third_party/skia/tests/ |
| H A D | TextureBindingsResetTest.cpp | 29 SkTDArray<Target> targets; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local 30 targets.push_back({GR_GL_TEXTURE_2D, GR_GL_TEXTURE_BINDING_2D}); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 33 targets.push_back({GR_GL_TEXTURE_EXTERNAL, GR_GL_TEXTURE_BINDING_EXTERNAL}); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 37 targets.push_back({GR_GL_TEXTURE_RECTANGLE, GR_GL_TEXTURE_BINDING_RECTANGLE}); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 42 claimedIDs.setCount(numUnits * targets.count()); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 49 for (auto target : targets) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 58 for (auto target : targets) { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
| /kernel/linux/linux-6.6/certs/ |
| H A D | Makefile | 23 targets += blacklist_hash_list 34 targets += x509_certificate_list 55 targets += signing_key.pem 76 targets += signing_key.x509 83 targets += x509_revocation_list
|
| /third_party/cJSON/tests/unity/auto/ |
| H A D | unity_test_summary.rb | 18 attr_writer :targets, :root 29 results = @targets.map { |target| target.tr('\\', '/') } 122 targets = "#{ARGV[0].tr('\\', '/')}**/*.test*" 123 results = Dir[targets] 124 raise "No *.testpass, *.testfail, or *.testresults files found in '#{targets}'" if results.empty? 125 uts.targets = results
|
| H A D | unity_test_summary.py | 23 for target in self.targets: 69 self.targets = target_array 124 targets = list(map(lambda x: x.replace('\\', '/'), glob(targets_dir + '*.test*'))) variable in UnityTestSummary 125 if len(targets) == 0: 127 uts.set_targets(targets)
|
| /third_party/mesa3d/src/gallium/drivers/virgl/ |
| H A D | virgl_streamout.c | 74 struct pipe_stream_output_target **targets, in virgl_set_so_targets() 80 if (targets[i]) { in virgl_set_so_targets() 82 struct virgl_resource *res = virgl_resource(targets[i]->buffer); in virgl_set_so_targets() 84 pipe_resource_reference(&vctx->so_targets[i].base.buffer, targets[i]->buffer); in virgl_set_so_targets() 94 virgl_encoder_set_so_targets(vctx, num_targets, targets, 0);//append_bitmask); in virgl_set_so_targets() 72 virgl_set_so_targets(struct pipe_context *ctx, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offset) virgl_set_so_targets() argument
|
| /third_party/unity/auto/ |
| H A D | unity_test_summary.rb | 18 attr_writer :targets, :root 29 results = @targets.map { |target| target.tr('\\', '/') } 123 targets = "#{ARGV[0].tr('\\', '/')}**/*.test*" 124 results = Dir[targets] 126 raise "No *.testpass, *.testfail, or *.testresults files found in '#{targets}'" if results.empty? 128 uts.targets = results
|
| H A D | unity_test_summary.py | 23 for target in self.targets: 69 self.targets = target_array 124 targets = list(map(lambda x: x.replace('\\', '/'), glob(targets_dir + '**/*.test*', recursive=True))) variable in UnityTestSummary 125 if len(targets) == 0: 127 uts.set_targets(targets)
|
| /third_party/gn/src/gn/ |
| H A D | ninja_build_writer_unittest.cc | 136 std::vector<const Target*> targets = {&target_foo, &target_bar, &target_baz}; in TEST_F() local 141 NinjaBuildWriter writer(setup.build_settings(), used_toolchains, targets, in TEST_F() 142 setup.toolchain(), targets, ninja_out, depfile_out); in TEST_F() 212 std::vector<const Target*> targets = {&target_foo}; in TEST_F() local 217 NinjaBuildWriter writer(setup.build_settings(), used_toolchains, targets, in TEST_F() 218 setup.toolchain(), targets, ninja_out, depfile_out); in TEST_F() 289 std::vector<const Target*> targets; in TEST_F() local 292 NinjaBuildWriter writer(setup.build_settings(), used_toolchains, targets, in TEST_F() 293 setup.toolchain(), targets, ninja_out, depfile_out); in TEST_F() 322 std::vector<const Target*> targets in TEST_F() local [all...] |
| H A D | command_outputs.cc | 39 match all targets with that name in any toolchain. 47 step for all targets in all toolchains that contain that file as a source 71 "Expected a build dir and one or more input files or targets.\n" in RunOutputs() 95 // We only care about targets and files. in RunOutputs() 97 Err(Location(), "The input matched no targets or files.").PrintToStdout(); in RunOutputs() 104 // Files. This must go first because it may add to the "targets" list. in RunOutputs() 108 std::vector<TargetContainingFile> targets; in RunOutputs() local 109 GetTargetsContainingFile(setup, all_targets, file, false, &targets); in RunOutputs() 110 if (targets.empty()) { in RunOutputs() 111 Err(Location(), base::StringPrintf("No targets referenc in RunOutputs() [all...] |
| H A D | variables.cc | 146 This is most often used in template definitions to name targets defined in 148 ensure generated targets have unique names and to generate a target with the 149 exact name of the invocation that other targets can depend on. 433 All targets depending on this one, and recursively, all targets depending on 454 targets will be permitted to include headers from the current target despite 457 When you use this, both targets must be included in a final binary for it to 459 external dependencies depend only on one of the two targets, and to set the 460 visibility on the other to enforce this. Thus the targets will always be 469 Sometimes, two targets migh [all...] |
| /kernel/linux/linux-5.10/arch/arc/boot/ |
| H A D | Makefile | 2 targets := vmlinux.bin vmlinux.bin.gz macro 16 targets += uImage.bin 17 targets += uImage.gz 18 targets += uImage.lzma
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_state_so.c | 65 struct pipe_stream_output_target **targets, in softpipe_set_so_targets() 72 pipe_so_target_reference((struct pipe_stream_output_target **)&softpipe->so_targets[i], targets[i]); in softpipe_set_so_targets() 74 if (targets[i]) { in softpipe_set_so_targets() 75 void *buf = softpipe_resource(targets[i]->buffer)->data; in softpipe_set_so_targets() 63 softpipe_set_so_targets(struct pipe_context *pipe, unsigned num_targets, struct pipe_stream_output_target **targets, const unsigned *offsets) softpipe_set_so_targets() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | transreg.cpp | 67 // initial estimate for number of targets for source "Any", "Lat" 210 * Spec class for sources and targets. 774 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableTargets() local 775 return (targets == 0) ? 0 : targets->count(); in countAvailableTargets() 781 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableTarget() local 782 if (targets == 0) { in getAvailableTarget() 789 e = targets->nextElement(pos); in getAvailableTarget() 804 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableVariants() local 805 if (targets in countAvailableVariants() 823 Hashtable *targets = (Hashtable*) specDAG.get(source); getAvailableVariant() local 973 Hashtable *targets = (Hashtable*) specDAG.get(source); registerSTV() local 1018 Hashtable *targets = (Hashtable*) specDAG.get(source); removeSTV() local [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | transreg.cpp | 68 // initial estimate for number of targets for source "Any", "Lat" 211 * Spec class for sources and targets. 790 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableTargets() local 791 return (targets == 0) ? 0 : targets->count(); in countAvailableTargets() 797 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableTarget() local 798 if (targets == 0) { in getAvailableTarget() 805 e = targets->nextElement(pos); in getAvailableTarget() 820 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableVariants() local 821 if (targets in countAvailableVariants() 839 Hashtable *targets = (Hashtable*) specDAG.get(source); getAvailableVariant() local 988 Hashtable *targets = (Hashtable*) specDAG.get(source); registerSTV() local 1033 Hashtable *targets = (Hashtable*) specDAG.get(source); removeSTV() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | transreg.cpp | 67 // initial estimate for number of targets for source "Any", "Lat" 215 * Spec class for sources and targets. 774 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableTargets() local 775 return (targets == 0) ? 0 : targets->count(); in countAvailableTargets() 781 Hashtable *targets = (Hashtable*) specDAG.get(source); in getAvailableTarget() local 782 if (targets == 0) { in getAvailableTarget() 789 e = targets->nextElement(pos); in getAvailableTarget() 804 Hashtable *targets = (Hashtable*) specDAG.get(source); in countAvailableVariants() local 805 if (targets in countAvailableVariants() 823 Hashtable *targets = (Hashtable*) specDAG.get(source); getAvailableVariant() local 973 Hashtable *targets = (Hashtable*) specDAG.get(source); registerSTV() local 1018 Hashtable *targets = (Hashtable*) specDAG.get(source); removeSTV() local [all...] |
| /third_party/node/deps/v8/tools/vim/ |
| H A D | ninja-build.vim | 55 def compute_ninja_command_for_targets(targets='', configuration=None): 57 build_cmd = ' '.join(['autoninja', '-C', build_dir, targets]) 93 fun! s:NinjaCommandForTargets(targets) 94 pythonx compute_ninja_command_for_targets(vim.eval('a:targets')) 102 let l:targets = a:0 > 0 ? join(a:000, ' ') : '' 103 if (l:targets !~ '\i') 104 let l:targets = 'd8' 106 call s:MakeWithCustomCommand(s:NinjaCommandForTargets(l:targets))
|
| /third_party/vk-gl-cts/scripts/build/ |
| H A D | build.py | 49 def build (config, generator, targets = None): 66 if targets == None: 69 for target in targets:
|
| /third_party/vk-gl-cts/scripts/ctsbuild/ |
| H A D | build.py | 49 def build (config, generator, targets = None): 66 if targets == None: 69 for target in targets:
|
| /kernel/linux/linux-5.10/arch/sparc/vdso/ |
| H A D | Makefile | 23 targets += vdso.lds $(vobjs-y) 30 targets += $(vdso_img_cfiles) 31 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so) 80 targets += vdso32/vdso32.lds 81 targets += vdso32/vdso-note.o 82 targets += vdso32/vclock_gettime.o
|
| /kernel/linux/linux-6.6/arch/sparc/vdso/ |
| H A D | Makefile | 23 targets += vdso.lds $(vobjs-y) 30 targets += $(vdso_img_cfiles) 31 targets += $(vdso_img_sodbg) $(vdso_img-y:%=vdso%.so) 80 targets += vdso32/vdso32.lds 81 targets += vdso32/vdso-note.o 82 targets += vdso32/vclock_gettime.o
|
| /kernel/linux/linux-6.6/arch/x86/boot/ |
| H A D | Makefile | 32 targets := vmlinux.bin setup.bin setup.elf bzImage macro 33 targets += fdimage fdimage144 fdimage288 image.iso hdimage 50 targets += $(setup-y) 64 targets += cpustr.h 97 targets += zoffset.h 127 targets += mtools.conf
|
| /kernel/linux/linux-5.10/lib/raid6/ |
| H A D | Makefile | 54 targets += int1.c int2.c int4.c int8.c int16.c int32.c 62 targets += altivec1.c altivec2.c altivec4.c altivec8.c 70 targets += vpermxor1.c vpermxor2.c vpermxor4.c vpermxor8.c 78 targets += neon1.c neon2.c neon4.c neon8.c 82 targets += s390vx8.c 89 targets += tables.c
|
| /kernel/linux/linux-6.6/lib/raid6/ |
| H A D | Makefile | 58 targets += int1.c int2.c int4.c int8.c int16.c int32.c 66 targets += altivec1.c altivec2.c altivec4.c altivec8.c 74 targets += vpermxor1.c vpermxor2.c vpermxor4.c vpermxor8.c 82 targets += neon1.c neon2.c neon4.c neon8.c 86 targets += s390vx8.c 93 targets += tables.c
|
| /kernel/linux/linux-5.10/arch/loongarch/boot/compressed/ |
| H A D | Makefile | 47 targets := $(notdir $(vmlinuzobjs-y)) macro 49 targets += vmlinux.bin 62 targets += vmlinux.bin.z 66 targets += piggy.o dummy.o 101 targets += $(notdir $(efiobjs-y))
|