Home
last modified time | relevance | path

Searched refs:targets (Results 501 - 525 of 734) sorted by relevance

1...<<21222324252627282930

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp1040 vector<BufferSpec> targets; in createRandomCase() local
1070 while ((int)targets.size() < numTargets) in createRandomCase()
1072 glu::DataType outType = outTypes[targets.size()]; in createRandomCase()
1087 targets.push_back(BufferSpec(format, width, height, samples)); in createRandomCase()
1090 return new FragmentOutputCase(context, de::toString(seed).c_str(), "", targets, outputs); in createRandomCase()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dkv_store_nb_delegate_mock.cpp209 const std::vector<std::string> &targets) in SetEqualIdentifier()
208 SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) SetEqualIdentifier() argument
H A Ddb_store_mock.h92 DBStatus SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_nb_delegate.h222 const std::vector<std::string> &targets) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.h144 DBStatus SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) override;
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A DMakefile112 targets := vmlinux vmlinux.lds piggy_data piggy.o \ macro
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dasm-offsets.c34 #error Sorry, your compiler targets APCS-26 but this kernel requires APCS-32
/kernel/linux/linux-5.10/arch/x86/crypto/
H A DMakefile88 targets += poly1305-x86_64-cryptogams.S
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dasm-offsets.c34 #error Sorry, your compiler targets APCS-26 but this kernel requires APCS-32
/kernel/linux/linux-6.6/arch/x86/
H A DMakefile129 # Align jump targets to 1 byte, not the default 16 bytes:
265 # boot loader support. Several targets are kept for legacy purposes
311 targets += $(orc_hash_h)
/kernel/linux/linux-6.6/arch/x86/crypto/
H A DMakefile85 targets += poly1305-x86_64-cryptogams.S
/kernel/linux/linux-5.10/kernel/
H A DMakefile141 targets += config_data config_data.gz
/kernel/linux/linux-6.6/include/kvm/
H A Darm_vgic.h129 * targets reg (v2) or the
145 u8 targets; /* GICv2 target VCPUs mask */ member
/kernel/linux/linux-6.6/kernel/
H A DMakefile144 targets += config_data config_data.gz
/third_party/icu/icu4c/source/extra/uconv/
H A Dmakedata.mak129 @echo All targets are up to date (mode $(PKGMODE))
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.h105 struct pipe_stream_output_target **targets,
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.c123 * output targets.
147 v3d_stream_output_target(v3d->streamout.targets[i]); in v3d_update_primitive_counters()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_private.h383 struct draw_so_target *targets[PIPE_MAX_SO_BUFFERS]; member
H A Ddraw_context.h321 struct draw_so_target *targets[PIPE_MAX_SO_BUFFERS]);
/third_party/skia/third_party/externals/icu/source/extra/uconv/
H A Dmakedata.mak112 @echo All targets are up to date (mode $(PKGMODE))
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCopyTextureForBrowserHelper.cpp226 fragment.targets = &target; in GetOrCreateCopyTextureForBrowserPipeline()
/third_party/python/Include/internal/
H A Dpycore_ast_state.h240 PyObject *targets; member
/third_party/skia/tools/
H A DToolUtils.h152 void targets(uint32_t target) { *fTargets.append() = target; } in targets() function in ToolUtils::TopoTestNode
/third_party/unity/test/
H A Drakefile_helper.rb18 $cfg_file = "targets/#{config_file}" unless config_file =~ /[\\|\/]/
187 summary.targets = results
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dgeneric_syncer.cpp819 int GenericSyncer::SetEqualIdentifier(const std::string &identifier, const std::vector<std::string> &targets) in SetEqualIdentifier() argument
825 int errCode = syncEngine_->SetEqualIdentifier(identifier, targets); in SetEqualIdentifier()
827 syncEngine_->SetEqualIdentifierMap(identifier, targets); in SetEqualIdentifier()

Completed in 16 milliseconds

1...<<21222324252627282930