Home
last modified time | relevance | path

Searched refs:targets (Results 251 - 275 of 734) sorted by relevance

1...<<11121314151617181920>>...30

/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H A Dobjtool.h19 struct list_head targets; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsyncer_proxy.cpp202 int SyncerProxy::SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) in SetEqualIdentifier() argument
207 return syncer_->SetEqualIdentifier(identifier, targets); in SetEqualIdentifier()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-core.h37 * DM targets must _not_ deference a mapped_device or dm_table to directly
203 struct dm_target *targets; member
236 return t->targets + index; in dm_table_get_target()
/test/testfwk/xdevice/src/xdevice/_core/config/
H A Dresource_manager.py83 targets = root.iter("target")
84 for target in targets:
/third_party/ltp/tools/sparse/sparse-src/
H A Dtarget.c79 static const struct target *targets[] = { variable
201 const struct target *target = targets[mach]; in target_config()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dfuzzer.cc237 std::pair<FuzzingTarget, OutputFormat> targets[] = { in LLVMFuzzerTestOneInput() local
243 for (auto target : targets) { in LLVMFuzzerTestOneInput()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferObjectQueryTests.cpp160 const int targets = DE_LENGTH_OF_ARRAY(bufferTargets); in test() local
162 for (int ndx = 0; ndx < targets; ++ndx) in test()
/third_party/ninja/src/
H A Dninja.cc119 /// CollectTarget for all command-line arguments, filling in \a targets.
121 vector<Node*>* targets, string* err);
163 /// Build the targets listed on the command line.
221 "usage: ninja [options] [targets...]\n" in Usage()
223 "if targets are unspecified, builds the 'default' target (see manual).\n" in Usage()
363 vector<Node*>* targets, string* err) { in CollectTargetsFromArgs()
365 *targets = state_.DefaultNodes(err); in CollectTargetsFromArgs()
373 targets->push_back(node); in CollectTargetsFromArgs()
742 printf("usage: ninja -t commands [options] [targets]\n" in ToolCommands()
798 "Usage '-t inputs [options] [targets]\ in ToolInputs()
362 CollectTargetsFromArgs(int argc, char* argv[], vector<Node*>* targets, string* err) CollectTargetsFromArgs() argument
1360 vector<Node*> targets; RunBuild() local
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_camera_controller.cpp250 CreatedTargetHandles FillCreatedTargets(const RenderNodeDefaultCameraController::CreatedTargets& targets) in FillCreatedTargets() argument
253 targets.outputColor.GetHandle(), in FillCreatedTargets()
254 targets.depth.GetHandle(), in FillCreatedTargets()
255 targets.colorResolve.GetHandle(), in FillCreatedTargets()
256 targets.colorMsaa.GetHandle(), in FillCreatedTargets()
257 targets.depthMsaa.GetHandle(), in FillCreatedTargets()
258 targets.baseColor.GetHandle(), in FillCreatedTargets()
259 targets.velocityNormal.GetHandle(), in FillCreatedTargets()
260 targets.material.GetHandle(), in FillCreatedTargets()
272 RenderNodeDefaultCameraController::CreatedTargets& targets) in CreateBaseColorTarget()
269 CreateBaseColorTarget(IRenderNodeGpuResourceManager& gpuResourceMgr, const RenderCamera& camera, const string_view us, const string_view customCamRngId, const RenderNodeDefaultCameraController::CameraResourceSetup& cameraResourceSetup, RenderNodeDefaultCameraController::CreatedTargets& targets) CreateBaseColorTarget() argument
[all...]
/device/soc/rockchip/rk3588/kernel/arch/arm64/boot/
H A DMakefile19 targets := Image Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo macro
/kernel/linux/linux-5.10/arch/microblaze/boot/
H A DMakefile6 targets := linux.bin linux.bin.gz linux.bin.ub simpleImage.* macro
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-redboot/
H A DMakefile16 targets += $(boot-y)
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-elf/
H A DMakefile18 targets += $(boot-y) boot.lds
/kernel/linux/linux-5.10/arch/ia64/kernel/syscalls/
H A DMakefile35 targets += $(uapisyshdr-y) $(kapisyshdr-y)
/kernel/linux/linux-5.10/arch/h8300/boot/
H A DMakefile4 targets := vmlinux.srec vmlinux.bin zImage macro
/kernel/linux/linux-5.10/arch/microblaze/kernel/syscalls/
H A DMakefile33 targets += $(uapisyshdr-y) $(kapisyshdr-y)
/kernel/linux/linux-5.10/arch/sh/boot/romimage/
H A DMakefile8 targets := vmlinux head.o zeropage.bin piggy.o macro
/kernel/linux/linux-5.10/arch/sh/kernel/syscalls/
H A DMakefile33 targets += $(uapisyshdr-y) $(kapisyshdr-y)
/kernel/linux/linux-5.10/arch/alpha/kernel/syscalls/
H A DMakefile33 targets += $(uapisyshdr-y) $(kapisyshdr-y)
/kernel/linux/common_modules/memory_security/
H A DMakefile35 targets += flask.h av_permissions.h
/kernel/linux/linux-5.10/arch/arm64/boot/
H A DMakefile19 targets := Image Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo macro
/kernel/linux/linux-5.10/arch/xtensa/kernel/syscalls/
H A DMakefile33 targets += $(uapisyshdr-y) $(kapisyshdr-y)
/kernel/linux/linux-5.10/arch/m68k/kernel/syscalls/
H A DMakefile33 targets += $(uapisyshdr-y) $(kapisyshdr-y)
/kernel/linux/linux-6.6/arch/m68k/kernel/syscalls/
H A DMakefile28 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
/kernel/linux/linux-6.6/arch/microblaze/boot/
H A DMakefile6 targets := linux.bin linux.bin.gz linux.bin.ub simpleImage.* macro

Completed in 9 milliseconds

1...<<11121314151617181920>>...30