Home
last modified time | relevance | path

Searched refs:target (Results 1251 - 1275 of 6932) sorted by relevance

1...<<51525354555657585960>>...278

/third_party/node/benchmark/events/
H A Deventtarget-creation.js13 let target;
17 target = new EventTarget();
22 assert.ok(target);
/third_party/ltp/tools/sparse/sparse-src/
H A Dtarget-arm64.c2 #include "target.h"
6 static void init_arm64(const struct target *self) in init_arm64()
12 static void predefine_arm64(const struct target *self) in predefine_arm64()
32 const struct target target_arm64 = {
H A Dtarget-h8300.c2 #include "target.h"
6 static void init_h8300(const struct target *self) in init_h8300()
20 static void predefine_h8300(const struct target *self) in predefine_h8300()
25 const struct target target_h8300 = {
H A Dtarget-microblaze.c2 #include "target.h"
6 static void init_microblaze(const struct target *self) in init_microblaze()
14 static void predefine_microblaze(const struct target *self) in predefine_microblaze()
25 const struct target target_microblaze = {
H A Dtarget-nds32.c2 #include "target.h"
6 static void init_nds32(const struct target *self) in init_nds32()
16 static void predefine_nds32(const struct target *self) in predefine_nds32()
24 const struct target target_nds32 = {
H A Dtarget-openrisc.c2 #include "target.h"
6 static void init_openrisc(const struct target *self) in init_openrisc()
16 static void predefine_openrisc(const struct target *self) in predefine_openrisc()
22 const struct target target_openrisc = {
H A Dtarget-m68k.c2 #include "target.h"
6 static void init_m68k(const struct target *self) in init_m68k()
14 static void predefine_m68k(const struct target *self) in predefine_m68k()
19 const struct target target_m68k = {
H A Dtarget-sh.c2 #include "target.h"
6 static void init_sh(const struct target *self) in init_sh()
21 static void predefine_sh(const struct target *self) in predefine_sh()
27 const struct target target_sh = {
H A Dtarget-xtensa.c2 #include "target.h"
6 static void init_xtensa(const struct target *self) in init_xtensa()
16 static void predefine_xtensa(const struct target *self) in predefine_xtensa()
22 const struct target target_xtensa = {
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H A DDisplayVkLinux.cpp22 EGLenum target, in createExternalImageSibling()
26 switch (target) in createExternalImageSibling()
34 return DisplayVk::createExternalImageSibling(context, target, buffer, attribs); in createExternalImageSibling()
20 createExternalImageSibling( const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
/third_party/skia/third_party/externals/tint/src/sem/
H A Dcall.cc26 const CallTarget* target, in Call()
30 : Base(declaration, target->ReturnType(), statement, std::move(constant)), in Call()
31 target_(target), in Call()
25 Call(const ast::CallExpression* declaration, const CallTarget* target, std::vector<const sem::Expression*> arguments, const Statement* statement, Constant constant) Call() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_2_0_autogen.cpp102 void GL_APIENTRY GL_BindBuffer(GLenum target, GLuint buffer) in GL_BindBuffer() argument
105 EVENT(context, GLBindBuffer, "context = %d, target = %s, buffer = %u", CID(context), in GL_BindBuffer()
106 GLenumToString(GLenumGroup::BufferTargetARB, target), buffer); in GL_BindBuffer()
110 BufferBinding targetPacked = PackParam<BufferBinding>(target); in GL_BindBuffer()
128 void GL_APIENTRY GL_BindFramebuffer(GLenum target, GLuint framebuffer) in GL_BindFramebuffer() argument
131 EVENT(context, GLBindFramebuffer, "context = %d, target = %s, framebuffer = %u", CID(context), in GL_BindFramebuffer()
132 GLenumToString(GLenumGroup::FramebufferTarget, target), framebuffer); in GL_BindFramebuffer()
140 target, framebufferPacked)); in GL_BindFramebuffer()
143 context->bindFramebuffer(target, framebufferPacked); in GL_BindFramebuffer()
145 ANGLE_CAPTURE(BindFramebuffer, isCallValid, context, target, framebufferPacke in GL_BindFramebuffer()
153 GL_BindRenderbuffer(GLenum target, GLuint renderbuffer) GL_BindRenderbuffer() argument
178 GL_BindTexture(GLenum target, GLuint texture) GL_BindTexture() argument
336 GL_BufferData(GLenum target, GLsizeiptr size, const void *data, GLenum usage) GL_BufferData() argument
365 GL_BufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) GL_BufferSubData() argument
393 GL_CheckFramebufferStatus(GLenum target) GL_CheckFramebufferStatus() argument
565 GL_CompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data) GL_CompressedTexImage2D() argument
604 GL_CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) GL_CompressedTexSubImage2D() argument
644 GL_CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) GL_CopyTexImage2D() argument
682 GL_CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) GL_CopyTexSubImage2D() argument
1237 GL_FramebufferRenderbuffer(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) GL_FramebufferRenderbuffer() argument
1271 GL_FramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) GL_FramebufferTexture2D() argument
1430 GL_GenerateMipmap(GLenum target) GL_GenerateMipmap() argument
1617 GL_GetBufferParameteriv(GLenum target, GLenum pname, GLint *params) GL_GetBufferParameteriv() argument
1698 GL_GetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint *params) GL_GetFramebufferAttachmentParameteriv() argument
1811 GL_GetRenderbufferParameteriv(GLenum target, GLenum pname, GLint *params) GL_GetRenderbufferParameteriv() argument
1983 GL_GetTexParameterfv(GLenum target, GLenum pname, GLfloat *params) GL_GetTexParameterfv() argument
2011 GL_GetTexParameteriv(GLenum target, GLenum pname, GLint *params) GL_GetTexParameteriv() argument
2204 GL_Hint(GLenum target, GLenum mode) GL_Hint() argument
2592 GL_RenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) GL_RenderbufferStorage() argument
2885 GL_TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) GL_TexImage2D() argument
2925 GL_TexParameterf(GLenum target, GLenum pname, GLfloat param) GL_TexParameterf() argument
2951 GL_TexParameterfv(GLenum target, GLenum pname, const GLfloat *params) GL_TexParameterfv() argument
2978 GL_TexParameteri(GLenum target, GLenum pname, GLint param) GL_TexParameteri() argument
3004 GL_TexParameteriv(GLenum target, GLenum pname, const GLint *params) GL_TexParameteriv() argument
3031 GL_TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) GL_TexSubImage2D() argument
[all...]
/kernel/linux/linux-5.10/arch/csky/kernel/
H A Dptrace.c77 static int gpr_get(struct task_struct *target, in gpr_get() argument
81 struct pt_regs *regs = task_pt_regs(target); in gpr_get()
84 regs->tls = task_thread_info(target)->tp_value; in gpr_get()
89 static int gpr_set(struct task_struct *target, in gpr_set() argument
102 regs.sr = (regs.sr & BIT(0)) | (task_pt_regs(target)->sr & ~BIT(0)); in gpr_set()
104 regs.dcsr = task_pt_regs(target)->dcsr; in gpr_set()
106 task_thread_info(target)->tp_value = regs.tls; in gpr_set()
108 *task_pt_regs(target) = regs; in gpr_set()
113 static int fpr_get(struct task_struct *target, in fpr_get() argument
117 struct user_fp *regs = (struct user_fp *)&target in fpr_get()
137 fpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpr_set() argument
[all...]
/kernel/linux/linux-6.6/arch/csky/kernel/
H A Dptrace.c77 static int gpr_get(struct task_struct *target, in gpr_get() argument
81 struct pt_regs *regs = task_pt_regs(target); in gpr_get()
84 regs->tls = task_thread_info(target)->tp_value; in gpr_get()
89 static int gpr_set(struct task_struct *target, in gpr_set() argument
102 regs.sr = (regs.sr & BIT(0)) | (task_pt_regs(target)->sr & ~BIT(0)); in gpr_set()
104 regs.dcsr = task_pt_regs(target)->dcsr; in gpr_set()
106 task_thread_info(target)->tp_value = regs.tls; in gpr_set()
108 *task_pt_regs(target) = regs; in gpr_set()
113 static int fpr_get(struct task_struct *target, in fpr_get() argument
117 struct user_fp *regs = (struct user_fp *)&target in fpr_get()
137 fpr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpr_set() argument
[all...]
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dptrace.c102 static int genregs_get(struct task_struct *target, in genregs_get() argument
106 const struct pt_regs *ptregs = task_pt_regs(target); in genregs_get()
107 const struct callee_regs *cregs = task_callee_regs(target); in genregs_get()
148 membuf_store(&to, target->thread.fault_address); // efa in genregs_get()
151 stop_pc_val = target->thread.fault_address; in genregs_get()
161 static int genregs_set(struct task_struct *target, in genregs_set() argument
166 const struct pt_regs *ptregs = task_pt_regs(target); in genregs_set()
167 const struct callee_regs *cregs = task_callee_regs(target); in genregs_set()
241 static int arcv2regs_get(struct task_struct *target, in arcv2regs_get() argument
245 const struct pt_regs *regs = task_pt_regs(target); in arcv2regs_get()
259 arcv2regs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) arcv2regs_set() argument
[all...]
/kernel/linux/linux-5.10/kernel/gcov/
H A Dfs.c305 char *target; in link_target() local
316 target = kasprintf(GFP_KERNEL, "%s/%s.%s", dir, copy, ext); in link_target()
318 target = kasprintf(GFP_KERNEL, "%s.%s", copy, ext); in link_target()
321 return target; in link_target()
325 * Construct a string representing the symbolic link target for the given
327 * location of the data file, the link target can either point to a
369 char *target; in add_links() local
379 target = get_link_target( in add_links()
382 if (!target) in add_links()
384 basename = kbasename(target); in add_links()
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Declipse.py89 A list including all the include_dir's specified for every target followed
131 target = target_dicts[target_name]
132 if config_name in target["configurations"]:
133 config = target["configurations"][config_name]
140 msvs_settings = gyp.msvs_emulation.MsvsSettings(target, generator_flags)
215 target = target_dicts[target_name]
218 msvs_settings = gyp.msvs_emulation.MsvsSettings(target, generator_flags)
222 if config_name in target["configurations"]:
223 config = target["configurations"][config_name]
412 target
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Declipse.py89 A list including all the include_dir's specified for every target followed
131 target = target_dicts[target_name]
132 if config_name in target["configurations"]:
133 config = target["configurations"][config_name]
140 msvs_settings = gyp.msvs_emulation.MsvsSettings(target, generator_flags)
215 target = target_dicts[target_name]
218 msvs_settings = gyp.msvs_emulation.MsvsSettings(target, generator_flags)
222 if config_name in target["configurations"]:
223 config = target["configurations"][config_name]
409 target
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBuffer.cpp76 BufferBinding target, in bufferStorageExternal()
81 return bufferExternalDataImpl(context, target, clientBuffer, size, flags); in bufferStorageExternal()
85 BufferBinding target, in bufferStorage()
90 return bufferDataImpl(context, target, data, size, BufferUsage::InvalidEnum, flags); in bufferStorage()
94 BufferBinding target, in bufferData()
100 return bufferDataImpl(context, target, data, size, usage, flags); in bufferData()
104 BufferBinding target, in bufferDataImpl()
136 if (mImpl->setDataWithUsageFlags(context, target, nullptr, dataForImpl, size, usage, flags) == in bufferDataImpl()
171 BufferBinding target, in bufferExternalDataImpl()
189 if (mImpl->setDataWithUsageFlags(context, target, clientBuffe in bufferExternalDataImpl()
75 bufferStorageExternal(Context *context, BufferBinding target, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags) bufferStorageExternal() argument
84 bufferStorage(Context *context, BufferBinding target, GLsizeiptr size, const void *data, GLbitfield flags) bufferStorage() argument
93 bufferData(Context *context, BufferBinding target, const void *data, GLsizeiptr size, BufferUsage usage) bufferData() argument
103 bufferDataImpl(Context *context, BufferBinding target, const void *data, GLsizeiptr size, BufferUsage usage, GLbitfield flags) bufferDataImpl() argument
170 bufferExternalDataImpl(Context *context, BufferBinding target, GLeglClientBufferEXT clientBuffer, GLsizeiptr size, GLbitfield flags) bufferExternalDataImpl() argument
215 bufferSubData(const Context *context, BufferBinding target, const void *data, GLsizeiptr size, GLintptr offset) bufferSubData() argument
[all...]
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dptrace.c757 * Note: at the time of this call, the target task is blocked in convert_to_non_syscall()
1262 struct task_struct *target; member
1285 access_elf_gpreg(struct task_struct *target, struct unw_frame_info *info, in access_elf_gpreg() argument
1288 struct pt_regs *pt = task_pt_regs(target); in access_elf_gpreg()
1313 access_elf_breg(struct task_struct *target, struct unw_frame_info *info, in access_elf_breg() argument
1319 pt = task_pt_regs(target); in access_elf_breg()
1341 access_elf_areg(struct task_struct *target, struct unw_frame_info *info, in access_elf_areg() argument
1348 pt = task_pt_regs(target); in access_elf_areg()
1383 urbs_end = ia64_get_user_rbs_end(target, pt, &cfm); in access_elf_areg()
1387 convert_to_non_syscall(target, in access_elf_areg()
1478 access_elf_reg(struct task_struct *target, struct unw_frame_info *info, unsigned long addr, unsigned long *data, int write_access) access_elf_reg() argument
1680 unwind_and_call(void (*call)(struct unw_frame_info *, void *), struct task_struct *target, void *data) unwind_and_call() argument
1694 do_regset_call(void (*call)(struct unw_frame_info *, void *), struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) do_regset_call() argument
1709 gpregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) gpregs_get() argument
1718 gpregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) gpregs_set() argument
1738 gpregs_writeback(struct task_struct *target, const struct user_regset *regset, int now) gpregs_writeback() argument
1750 fpregs_active(struct task_struct *target, const struct user_regset *regset) fpregs_active() argument
1755 fpregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) fpregs_get() argument
1764 fpregs_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) fpregs_set() argument
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_legalize.c418 * 0082:022: br !p0.x, target=block5
419 * 0083:023: br p0.x, target=block4
423 * 0084:024: jump, target=block6
427 * 0085:025: jump, target=block7
433 * that the first instruction in the target block is itself
434 * a jump, and setup the br directly to the jump's target
453 * in the target block yet, so conditions to resolve in resolve_dest_block()
543 struct ir3_block *old_target = instr->cat0.target; in retarget_jump()
562 /* update new target's predecessors: */ in retarget_jump()
570 instr->cat0.target in retarget_jump()
649 struct ir3_instruction *target = list_first_entry( resolve_jumps() local
665 struct ir3_instruction *target = mark_jp() local
[all...]
/third_party/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp1544 glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid *table) in glGetColorTableEXT() argument
1546 (void) target; in glGetColorTableEXT()
1553 glGetColorTableParameterfvEXT(GLenum target, GLenum pname, GLfloat *params) in glGetColorTableParameterfvEXT() argument
1555 (void) target; in glGetColorTableParameterfvEXT()
1561 glGetColorTableParameterivEXT(GLenum target, GLenum pname, GLint *params) in glGetColorTableParameterivEXT() argument
1563 (void) target; in glGetColorTableParameterivEXT()
1569 gl_dispatch_stub_356(GLenum target, GLenum format, GLenum type, GLvoid * image) in gl_dispatch_stub_356() argument
1571 (void) target; in gl_dispatch_stub_356()
1578 gl_dispatch_stub_357(GLenum target, GLenum pname, GLfloat * params) in gl_dispatch_stub_357() argument
1580 (void) target; in gl_dispatch_stub_357()
1586 gl_dispatch_stub_358(GLenum target, GLenum pname, GLint * params) gl_dispatch_stub_358() argument
1594 gl_dispatch_stub_359(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span) gl_dispatch_stub_359() argument
1605 gl_dispatch_stub_361(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values) gl_dispatch_stub_361() argument
1615 gl_dispatch_stub_362(GLenum target, GLenum pname, GLfloat * params) gl_dispatch_stub_362() argument
1623 gl_dispatch_stub_363(GLenum target, GLenum pname, GLint * params) gl_dispatch_stub_363() argument
1631 gl_dispatch_stub_364(GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid * values) gl_dispatch_stub_364() argument
1641 gl_dispatch_stub_365(GLenum target, GLenum pname, GLfloat * params) gl_dispatch_stub_365() argument
1649 gl_dispatch_stub_366(GLenum target, GLenum pname, GLint * params) gl_dispatch_stub_366() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dssearch.cpp219 UnicodeString target; in searchTest() local
240 target.append(text); in searchTest()
246 expectedMatchStart = target.length(); in searchTest()
249 target.append(text); in searchTest()
250 expectedMatchLimit = target.length(); in searchTest()
258 target.append(text); in searchTest()
274 target.getBuffer(), target.length(), in searchTest()
312 target.getBuffer(), target in searchTest()
763 UnicodeString target = targets[t].unescape(); sharpSTest() local
793 UnicodeString target = /*"gcatcgcagagagtatacagtacg"*/ "cloveldfxeld"; goodSuffixTest() local
926 UnicodeString target = longishText; searchTime() local
1187 simpleSearch(UCollator *coll, const UnicodeString &target, int32_t offset, const UnicodeString &pattern, int32_t &matchStart, int32_t &matchEnd) simpleSearch() argument
[all...]
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Drandomalloc.c98 efi_physical_addr_t target; in efi_random_alloc() local
106 target = round_up(md->phys_addr, align) + target_slot * align; in efi_random_alloc()
110 EFI_LOADER_DATA, pages, &target); in efi_random_alloc()
112 *addr = target; in efi_random_alloc()
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A Dmqueue-lat.c63 struct timespec start, end, now, target; in mqueue_lat_test() local
81 target = now; in mqueue_lat_test()
82 target = timespec_add(now, TARGET_TIMEOUT); /* 100ms */ in mqueue_lat_test()
84 ret = mq_timedreceive(q, buf, sizeof(buf), NULL, &target); in mqueue_lat_test()

Completed in 17 milliseconds

1...<<51525354555657585960>>...278