Home
last modified time | relevance | path

Searched refs:target (Results 2751 - 2775 of 7861) sorted by relevance

1...<<111112113114115116117118119120>>...315

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c541 bool is_array = util_texture_is_array(res->target); in si_set_tex_bo_metadata()
544 sscreen->make_texture_descriptor(sscreen, tex, true, res->target, res->format, swizzle, 0, in si_set_tex_bo_metadata()
588 if (resource->target == PIPE_BUFFER) in si_resource_get_param()
597 if (resource->target == PIPE_BUFFER) in si_resource_get_param()
605 if (resource->target == PIPE_BUFFER) { in si_resource_get_param()
673 if (resource->target != PIPE_BUFFER) { in si_texture_get_handle()
927 base->target == PIPE_TEXTURE_3D || in si_texture_create_object()
928 base->target == PIPE_TEXTURE_CUBE)) { in si_texture_create_object()
1219 if (templ->target == PIPE_TEXTURE_1D || templ->target in si_choose_tiling()
2289 si_get_sparse_texture_virtual_page_size(struct pipe_screen *screen, enum pipe_texture_target target, bool multi_sample, enum pipe_format format, unsigned offset, unsigned size, int *x, int *y, int *z) si_get_sparse_texture_virtual_page_size() argument
[all...]
/base/inputmethod/imf/frameworks/cj/src/
H A Dinput_method_ffi.cpp73 int32_t FfiInputMethodSwitchCurrentInputMethodSubtype(bool &result, CInputMethodSubtype target) in FfiInputMethodSwitchCurrentInputMethodSubtype() argument
81 ctrl->SwitchInputMethod(SwitchTrigger::CURRENT_IME, std::string(target.name), std::string(target.id)); in FfiInputMethodSwitchCurrentInputMethodSubtype()
104 CInputMethodProperty target, CInputMethodSubtype subtype) in FfiInputMethodSwitchCurrentInputMethodAndSubtype()
103 FfiInputMethodSwitchCurrentInputMethodAndSubtype(bool &result, CInputMethodProperty target, CInputMethodSubtype subtype) FfiInputMethodSwitchCurrentInputMethodAndSubtype() argument
/base/global/i18n/frameworks/intl/src/
H A Dutils.cpp162 const std::string& target, const std::string& replace) in StrReplaceAll()
166 if (replace.empty() || target.compare(replace) == 0) { in StrReplaceAll()
169 while ((pos = result.find(target)) != std::string::npos) { in StrReplaceAll()
170 result.replace(pos, target.length(), replace); in StrReplaceAll()
161 StrReplaceAll(const std::string& str, const std::string& target, const std::string& replace) StrReplaceAll() argument
/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.h124 char *target; // 沙盒化后的目录 member
136 char *target; member
259 PathMountNode *GetPathMountNode(const SandboxSection *section, int type, const char *source, const char *target);
260 SymbolLinkNode *GetSymbolLinkNode(const SandboxSection *section, const char *target, const char *linkName);
/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/
H A Drs_window_animation_proxy.cpp47 WALOGE("Failed to write window animation target!"); in WriteTargetAndCallback()
77 WALOGE("Failed to write window animation target or callback!"); in OnStartApp()
107 WALOGE("OnAppTransition failed to write from animation target!"); in OnAppTransition()
112 WALOGE("OnAppTransition failed to write to animation target!"); in OnAppTransition()
147 WALOGE("OnAppBackTransition failed to write from animation target!"); in OnAppBackTransition()
152 WALOGE("OnAppBackTransition failed to write to animation target!"); in OnAppBackTransition()
187 WALOGE("OnMinimizeWindow failed to write window animation target or callback!"); in OnMinimizeWindow()
224 WALOGE("OnMinimizeAllWindow failed to write minimizing animation target size!"); in OnMinimizeAllWindow()
228 for (auto& target : minimizingWindowsTarget) { in OnMinimizeAllWindow()
229 if (!data.WriteParcelable(target in OnMinimizeAllWindow()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_dirty_region_manager.cpp291 void RSDirtyRegionManager::GetDirtyRegionInfo(std::map<NodeId, RectI>& target, in GetDirtyRegionInfo() argument
294 target.clear(); in GetDirtyRegionInfo()
300 target = dirtyCanvasNodeInfo_[dirtyType]; in GetDirtyRegionInfo()
302 target = dirtySurfaceNodeInfo_[dirtyType]; in GetDirtyRegionInfo()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dserializable_test.cpp108 static inline bool EqualPtr(const T *src, const T *target) in EqualPtr() argument
110 return (((src) == (target)) || ((src) != nullptr && (target) != nullptr && *(src) == *(target))); in EqualPtr()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Dadapter_stub.cpp55 uint32_t AdapterStub::GetMtuSize(const std::string &target) in GetMtuSize() argument
57 (void)target; in GetMtuSize()
66 uint32_t AdapterStub::GetTimeout(const std::string &target) in GetTimeout() argument
68 (void)target; in GetTimeout()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dparavirt.c62 static unsigned paravirt_patch_call(void *insn_buff, const void *target, in paravirt_patch_call() argument
67 unsigned long delta = (unsigned long)target - (addr+call_len); in paravirt_patch_call()
89 static unsigned paravirt_patch_jmp(void *insn_buff, const void *target, in paravirt_patch_jmp() argument
93 unsigned long delta = (unsigned long)target - (addr+5); in paravirt_patch_jmp()
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_CT.c313 .target = xt_ct_target_v0,
325 .target = xt_ct_target_v1,
337 .target = xt_ct_target_v1,
358 pr_info("netfilter: NOTRACK target is deprecated, " in notrack_chk()
370 .target = notrack_tg,
401 MODULE_DESCRIPTION("Xtables: connection tracking target");
/kernel/linux/linux-5.10/net/sched/
H A Dsch_codel.c152 u32 target = nla_get_u32(tb[TCA_CODEL_TARGET]); in codel_change() local
154 q->params.target = ((u64)target * NSEC_PER_USEC) >> CODEL_SHIFT; in codel_change()
226 codel_time_to_us(q->params.target)) || in codel_dump()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dbpf.c116 .target = { in do_test()
146 opts.target.tid = opts.target.pid = pid; in do_test()
155 err = perf_evlist__create_maps(evlist, &opts.target); in do_test()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.h44 } target; member
191 return dl->ops.target.offset_avail && !dl->ops.target.outside; in disasm_line__has_local_offset()
195 * Can we draw an arrow from the jump to its target, for instance? I.e.
196 * is the jump and its target in the same function?
291 u8 target; member
/kernel/linux/linux-5.10/kernel/
H A Dcapability.c122 struct task_struct *target; in cap_get_target_pid() local
126 target = find_task_by_vpid(pid); in cap_get_target_pid()
127 if (!target) in cap_get_target_pid()
130 ret = security_capget(target, pEp, pIp, pPp); in cap_get_target_pid()
142 * target pid data
207 * target pid data
286 * @ns: target user namespace
326 * @ns: target user namespace
/kernel/linux/linux-5.10/include/linux/
H A Djump_label.h42 * At runtime we can change the branch target by setting the key
45 * these calls then we run-time modify the branch target via a
124 s32 target; member
135 return (unsigned long)&entry->target + entry->target; in jump_entry_target()
154 return entry->target; in jump_entry_target()
/kernel/linux/linux-6.6/fs/ntfs3/lib/
H A Dlzx_decompress.c146 static void undo_e8_translation(void *target, s32 input_pos) in undo_e8_translation() argument
150 abs_offset = get_unaligned_le32(target); in undo_e8_translation()
155 put_unaligned_le32(rel_offset, target); in undo_e8_translation()
161 put_unaligned_le32(rel_offset, target); in undo_e8_translation()
/kernel/linux/linux-6.6/include/linux/
H A Djump_label.h42 * At runtime we can change the branch target by setting the key
45 * these calls then we run-time modify the branch target via a
119 s32 target; member
130 return (unsigned long)&entry->target + entry->target; in jump_entry_target()
149 return entry->target; in jump_entry_target()
/kernel/linux/linux-6.6/kernel/
H A Dcapability.c115 const struct task_struct *target; in cap_get_target_pid() local
119 target = find_task_by_vpid(pid); in cap_get_target_pid()
120 if (!target) in cap_get_target_pid()
123 ret = security_capget(target, pEp, pIp, pPp); in cap_get_target_pid()
135 * target pid data
205 * target pid data
272 * @ns: target user namespace
312 * @ns: target user namespace
/kernel/linux/linux-6.6/drivers/hid/surface-hid/
H A Dsurface_hid.c60 rqst.target_id = shid->uid.target; in ssam_hid_get_descriptor()
125 rqst.target_id = shid->uid.target; in ssam_hid_set_raw_report()
143 rqst.target_id = shid->uid.target; in ssam_hid_get_raw_report()
212 shid->notif.event.reg = SSAM_EVENT_REGISTRY_REG(sdev->uid.target); in surface_hid_probe()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.h44 } target; member
192 return dl->ops.target.offset_avail && !dl->ops.target.outside; in disasm_line__has_local_offset()
196 * Can we draw an arrow from the jump to its target, for instance? I.e.
197 * is the jump and its target in the same function?
291 u8 target; member
/kernel/linux/linux-6.6/net/sched/
H A Dsch_codel.c149 u32 target = nla_get_u32(tb[TCA_CODEL_TARGET]); in codel_change() local
151 q->params.target = ((u64)target * NSEC_PER_USEC) >> CODEL_SHIFT; in codel_change()
223 codel_time_to_us(q->params.target)) || in codel_dump()
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_CT.c324 .target = xt_ct_target_v0,
336 .target = xt_ct_target_v1,
348 .target = xt_ct_target_v1,
370 .target = notrack_tg,
401 MODULE_DESCRIPTION("Xtables: connection tracking target");
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h147 #define xbpf_prog_attach(prog, target, type, flags) \
150 bpf_prog_attach((prog), (target), (type), (flags)); \
156 #define xbpf_prog_detach2(prog, target, type) \
158 int __ret = bpf_prog_detach2((prog), (target), (type)); \
/third_party/ffmpeg/libavcodec/
H A Dmvcdec.c90 #define PIX16(target, true, false) \ in decode_mvc1()
91 i = (mask & target) ? true : false; \ in decode_mvc1()
119 #define PIX32(target, true, false) \
120 AV_WN32A(dst, (mask & target) ? v[true] : v[false]); \
/third_party/ffmpeg/libavformat/
H A Dimg2enc.c43 char target[4][1024]; member
181 av_strlcpy(img->target[i], filename, sizeof(img->target[i])); in write_packet()
224 int ret = ff_rename(img->tmp[i], img->target[i], s); in write_packet()

Completed in 22 milliseconds

1...<<111112113114115116117118119120>>...315