Home
last modified time | relevance | path

Searched refs:target (Results 1926 - 1950 of 7759) sorted by relevance

1...<<71727374757677787980>>...311

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_communicator_aggregator.h44 void RunOnConnectCallback(const std::string &target, bool isConnect);
70 void RegOnDispatch(const std::function<void(const std::string &target, Message *inMsg)> &onDispatch);
114 std::function<void(const std::string &target, Message *inMsg)> onDispatch_;
115 std::function<void(const std::string &target, const Message *inMsg)> beforeDispatch_;
/kernel/linux/linux-5.10/arch/hexagon/kernel/
H A Dptrace.c36 static int genregs_get(struct task_struct *target, in genregs_get() argument
40 struct pt_regs *regs = task_pt_regs(target); in genregs_get()
72 static int genregs_set(struct task_struct *target, in genregs_set() argument
79 struct pt_regs *regs = task_pt_regs(target); in genregs_set()
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A D8xx-pmu.c100 unsigned long target = patch_site_addr(&patch__itlbmiss_perf); in mpc8xx_pmu_add() local
102 patch_branch_site(&patch__itlbmiss_exit_1, target, 0); in mpc8xx_pmu_add()
108 unsigned long target = patch_site_addr(&patch__dtlbmiss_perf); in mpc8xx_pmu_add() local
110 patch_branch_site(&patch__dtlbmiss_exit_1, target, 0); in mpc8xx_pmu_add()
/kernel/linux/linux-5.10/arch/nios2/kernel/
H A Dptrace.c22 static int genregs_get(struct task_struct *target, in genregs_get() argument
26 const struct pt_regs *regs = task_pt_regs(target); in genregs_get()
47 static int genregs_set(struct task_struct *target, in genregs_set() argument
52 struct pt_regs *regs = task_pt_regs(target); in genregs_set()
/kernel/linux/linux-6.6/arch/hexagon/kernel/
H A Dptrace.c36 static int genregs_get(struct task_struct *target, in genregs_get() argument
40 struct pt_regs *regs = task_pt_regs(target); in genregs_get()
72 static int genregs_set(struct task_struct *target, in genregs_set() argument
79 struct pt_regs *regs = task_pt_regs(target); in genregs_set()
/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A DMakefile17 # initial LDLIBS (but not the target-specific LDLIBS, because those are only
18 # set for the full path target!). This causes it to get pretty far into building
89 define gen-target-rule-32
94 define gen-target-rule-64
104 $(foreach t,$(VMTARGETS),$(eval $(call gen-target-rule-32,$(t))))
112 $(foreach t,$(VMTARGETS),$(eval $(call gen-target-rule-64,$(t))))
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A D8xx-pmu.c100 unsigned long target = patch_site_addr(&patch__itlbmiss_perf); in mpc8xx_pmu_add() local
102 patch_branch_site(&patch__itlbmiss_exit_1, target, 0); in mpc8xx_pmu_add()
108 unsigned long target = patch_site_addr(&patch__dtlbmiss_perf); in mpc8xx_pmu_add() local
110 patch_branch_site(&patch__dtlbmiss_exit_1, target, 0); in mpc8xx_pmu_add()
/kernel/linux/linux-6.6/arch/nios2/kernel/
H A Dptrace.c21 static int genregs_get(struct task_struct *target, in genregs_get() argument
25 const struct pt_regs *regs = task_pt_regs(target); in genregs_get()
46 static int genregs_set(struct task_struct *target, in genregs_set() argument
51 struct pt_regs *regs = task_pt_regs(target); in genregs_set()
/kernel/linux/linux-5.10/net/phonet/
H A Ddatagram.c75 DECLARE_SOCKADDR(struct sockaddr_pn *, target, msg->msg_name); in pn_sendmsg()
83 if (target == NULL) in pn_sendmsg()
89 if (target->spn_family != AF_PHONET) in pn_sendmsg()
108 err = pn_skb_send(sk, skb, target); in pn_sendmsg()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Devent-times.c15 #include "target.h"
20 struct target target = { in attach__enable_on_exec() local
29 err = perf_evlist__create_maps(evlist, &target); in attach__enable_on_exec()
35 err = perf_evlist__prepare_workload(evlist, &target, argv, false, NULL); in attach__enable_on_exec()
/kernel/linux/linux-6.6/drivers/reset/
H A Dreset-microchip-sparx5.c66 struct regmap **target) in mchp_sparx5_map_syscon()
82 *target = regmap; in mchp_sparx5_map_syscon()
87 struct regmap **target) in mchp_sparx5_map_io()
102 *target = map; in mchp_sparx5_map_io()
65 mchp_sparx5_map_syscon(struct platform_device *pdev, char *name, struct regmap **target) mchp_sparx5_map_syscon() argument
86 mchp_sparx5_map_io(struct platform_device *pdev, int index, struct regmap **target) mchp_sparx5_map_io() argument
/kernel/linux/linux-6.6/tools/perf/tests/
H A Devent-times.c15 #include "target.h"
20 struct target target = { in attach__enable_on_exec() local
29 err = evlist__create_maps(evlist, &target); in attach__enable_on_exec()
35 err = evlist__prepare_workload(evlist, &target, argv, false, NULL); in attach__enable_on_exec()
/kernel/linux/linux-6.6/net/phonet/
H A Ddatagram.c72 DECLARE_SOCKADDR(struct sockaddr_pn *, target, msg->msg_name); in pn_sendmsg()
80 if (target == NULL) in pn_sendmsg()
86 if (target->spn_family != AF_PHONET) in pn_sendmsg()
105 err = pn_skb_send(sk, skb, target); in pn_sendmsg()
/third_party/gn/src/gn/
H A Dfilesystem_utils.h15 #include "gn/target.h"
119 // Given two absolute paths |base| and |target|, returns a relative path to
120 // |target| as if the current directory was |base|. The relative path returned
123 // from C:\foo to D:\bar, so the absolute path |target| is returned instead for
127 const base::FilePath& target);
217 // Asking for this for a target or source dir makes no sense.
228 // This is done to avoid duplicate target names between real files and phony
243 // Extracts toolchain information associated with the given target.
244 explicit BuildDirContext(const Target* target);
289 // target
[all...]
/third_party/ffmpeg/tests/
H A Dfate.sh59 ${target_os:+--target-os="$target_os"} \
61 ${target_exec:+--target-exec="$target_exec"} \
62 ${target_path:+--target-path="$target_path"} \
63 ${target_samples:+--target-samples="$target_samples"} \
/third_party/icu/icu4c/source/io/
H A Dufmt_cmn.cpp228 UChar *target, int32_t tSize) in ufmt_defaultCPToUnicode()
242 if(target != 0) { in ufmt_defaultCPToUnicode()
244 alias = target; in ufmt_defaultCPToUnicode()
255 return target; in ufmt_defaultCPToUnicode()
227 ufmt_defaultCPToUnicode(const char *s, int32_t sSize, UChar *target, int32_t tSize) ufmt_defaultCPToUnicode() argument
/third_party/icu/icu4j/main/tests/packaging/src/com/ibm/icu/dev/test/
H A DTestLocaleNamePackaging.java226 String target = LocaleDisplayNamesImpl.haveData(LANG) in testLanguageDisplayNameDoesNotTranslateDialects()
231 assertEquals("dialect 2", target, dn.localeDisplayName("en_GB")); in testLanguageDisplayNameDoesNotTranslateDialects()
239 String target = LocaleDisplayNamesImpl.haveData(LANG) ? in testLocaleKeywords()
241 assertEquals("collation", target, name); in testLocaleKeywords()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DTestLocaleNamePackaging.java229 String target = LocaleDisplayNamesImpl.haveData(LANG) in testLanguageDisplayNameDoesNotTranslateDialects()
234 assertEquals("dialect 2", target, dn.localeDisplayName("en_GB")); in testLanguageDisplayNameDoesNotTranslateDialects()
242 String target = LocaleDisplayNamesImpl.haveData(LANG) ? in testLocaleKeywords()
244 assertEquals("collation", target, name); in testLocaleKeywords()
/third_party/node/src/crypto/
H A Dcrypto_spkac.cc128 void Initialize(Environment* env, Local<Object> target) { in Initialize() argument
130 SetMethodNoSideEffect(context, target, "certVerifySpkac", VerifySpkac); in Initialize()
132 context, target, "certExportPublicKey", ExportPublicKey); in Initialize()
134 context, target, "certExportChallenge", ExportChallenge); in Initialize()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video.h83 // target.. size = (((mb(w)*((mb(h)+1)&~1))+3)>>2)<<8 * (max_references+1)
159 nouveau_vp3_video_addr(struct nouveau_vp3_decoder *dec, struct nouveau_vp3_video_buffer *target) in nouveau_vp3_video_addr() argument
162 if (target) in nouveau_vp3_video_addr()
163 ret = dec->ref_stride * target->valid_ref; in nouveau_vp3_video_addr()
228 struct nouveau_vp3_video_buffer *target, unsigned comm_seq,
/third_party/icu/icu4c/source/test/intltest/
H A Dallcoll.cpp161 UnicodeString target("Thisisatest."); in TestJB581()
169 Collator::EComparisonResult result = coll->compare(source, target); in TestJB581()
177 result = coll->compare(source, target); in TestJB581()
187 coll->getCollationKey(target, targetKeyOut, status); in TestJB581()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec.h51 struct pipe_video_buffer *target,
59 struct pipe_video_buffer *target,
70 struct pipe_video_buffer *target,
130 // Holds pointers to current decode output target texture and reference textures from upper layer
181 struct pipe_video_buffer *target,
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_helpers.c190 * meaning that we draw to a given target. Adding to only one mask does not
195 panfrost_draw_target(struct panfrost_batch *batch, unsigned target) in panfrost_draw_target() argument
197 batch->draws |= target; in panfrost_draw_target()
198 batch->resolve |= target; in panfrost_draw_target()
249 bool is_buffer = rsrc->base.target == PIPE_BUFFER; in panfrost_track_image_access()
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_windows/
H A Dcontinuous.bat43 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error
50 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error
57 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error
63 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error
/third_party/skia/third_party/externals/icu/source/io/
H A Dufmt_cmn.cpp228 UChar *target, int32_t tSize) in ufmt_defaultCPToUnicode()
242 if(target != 0) { in ufmt_defaultCPToUnicode()
244 alias = target; in ufmt_defaultCPToUnicode()
255 return target; in ufmt_defaultCPToUnicode()
227 ufmt_defaultCPToUnicode(const char *s, int32_t sSize, UChar *target, int32_t tSize) ufmt_defaultCPToUnicode() argument

Completed in 11 milliseconds

1...<<71727374757677787980>>...311