Home
last modified time | relevance | path

Searched refs:target (Results 126 - 150 of 7864) sorted by relevance

12345678910>>...315

/third_party/icu/icu4c/source/common/
H A Ducnvbocu.cpp396 uint8_t *target; in _Bocu1FromUnicodeWithOffsets() local
408 target=(uint8_t *)pArgs->target; in _Bocu1FromUnicodeWithOffsets()
409 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target); in _Bocu1FromUnicodeWithOffsets()
440 *target++=(uint8_t)c; in _Bocu1FromUnicodeWithOffsets()
448 *target++=(uint8_t)PACK_SINGLE_DIFF(diff); in _Bocu1FromUnicodeWithOffsets()
458 targetCapacity=(int32_t)((const uint8_t *)pArgs->targetLimit-target); in _Bocu1FromUnicodeWithOffsets()
476 *target++=(uint8_t)c; in _Bocu1FromUnicodeWithOffsets()
513 *target++=(uint8_t)PACK_SINGLE_DIFF(diff); in _Bocu1FromUnicodeWithOffsets()
534 *target in _Bocu1FromUnicodeWithOffsets()
657 uint8_t *target; _Bocu1FromUnicode() local
960 UChar *target; _Bocu1ToUnicodeWithOffsets() local
1183 UChar *target; _Bocu1ToUnicode() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnvbocu.cpp396 uint8_t *target; in _Bocu1FromUnicodeWithOffsets() local
408 target=(uint8_t *)pArgs->target; in _Bocu1FromUnicodeWithOffsets()
409 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target); in _Bocu1FromUnicodeWithOffsets()
440 *target++=(uint8_t)c; in _Bocu1FromUnicodeWithOffsets()
448 *target++=(uint8_t)PACK_SINGLE_DIFF(diff); in _Bocu1FromUnicodeWithOffsets()
458 targetCapacity=(int32_t)((const uint8_t *)pArgs->targetLimit-target); in _Bocu1FromUnicodeWithOffsets()
476 *target++=(uint8_t)c; in _Bocu1FromUnicodeWithOffsets()
513 *target++=(uint8_t)PACK_SINGLE_DIFF(diff); in _Bocu1FromUnicodeWithOffsets()
534 *target in _Bocu1FromUnicodeWithOffsets()
657 uint8_t *target; _Bocu1FromUnicode() local
960 char16_t *target; _Bocu1ToUnicodeWithOffsets() local
1183 char16_t *target; _Bocu1ToUnicode() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvbocu.cpp396 uint8_t *target; in _Bocu1FromUnicodeWithOffsets() local
408 target=(uint8_t *)pArgs->target; in _Bocu1FromUnicodeWithOffsets()
409 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target); in _Bocu1FromUnicodeWithOffsets()
440 *target++=(uint8_t)c; in _Bocu1FromUnicodeWithOffsets()
448 *target++=(uint8_t)PACK_SINGLE_DIFF(diff); in _Bocu1FromUnicodeWithOffsets()
458 targetCapacity=(int32_t)((const uint8_t *)pArgs->targetLimit-target); in _Bocu1FromUnicodeWithOffsets()
476 *target++=(uint8_t)c; in _Bocu1FromUnicodeWithOffsets()
513 *target++=(uint8_t)PACK_SINGLE_DIFF(diff); in _Bocu1FromUnicodeWithOffsets()
534 *target in _Bocu1FromUnicodeWithOffsets()
657 uint8_t *target; _Bocu1FromUnicode() local
960 UChar *target; _Bocu1ToUnicodeWithOffsets() local
1183 UChar *target; _Bocu1ToUnicode() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtc_links.c113 static void test_tc_links_before_target(int target) in test_tc_links_before_target() argument
128 ASSERT_EQ(bpf_program__set_expected_attach_type(skel->progs.tc1, target), in test_tc_links_before_target()
130 ASSERT_EQ(bpf_program__set_expected_attach_type(skel->progs.tc2, target), in test_tc_links_before_target()
132 ASSERT_EQ(bpf_program__set_expected_attach_type(skel->progs.tc3, target), in test_tc_links_before_target()
134 ASSERT_EQ(bpf_program__set_expected_attach_type(skel->progs.tc4, target), in test_tc_links_before_target()
150 assert_mprog_count(target, 0); in test_tc_links_before_target()
160 assert_mprog_count(target, 1); in test_tc_links_before_target()
170 assert_mprog_count(target, 2); in test_tc_links_before_target()
179 err = bpf_prog_query_opts(loopback, target, &optq); in test_tc_links_before_target()
226 assert_mprog_count(target, in test_tc_links_before_target()
267 test_tc_links_after_target(int target) test_tc_links_after_target() argument
421 test_tc_links_revision_target(int target) test_tc_links_revision_target() argument
521 test_tc_chain_classic(int target, bool chain_tc_old) test_tc_chain_classic() argument
627 test_tc_links_replace_target(int target) test_tc_links_replace_target() argument
853 test_tc_links_invalid_target(int target) test_tc_links_invalid_target() argument
1165 test_tc_links_prepend_target(int target) test_tc_links_prepend_target() argument
1321 test_tc_links_append_target(int target) test_tc_links_append_target() argument
1477 test_tc_links_dev_cleanup_target(int target) test_tc_links_dev_cleanup_target() argument
1575 test_tc_chain_mixed(int target) test_tc_chain_mixed() argument
1679 test_tc_links_ingress(int target, bool chain_tc_old, bool tcx_teardown_first) test_tc_links_ingress() argument
1790 test_tc_links_dev_mixed(int target) test_tc_links_dev_mixed() argument
[all...]
/kernel/liteos_m/components/fs/vfs/
H A Dvfs_mount.c133 const char *target = NULL; in VfsMpFind() local
144 target = iPath; in VfsMpFind()
151 (*target != '\0') && (*target != '/')) { in VfsMpFind()
152 if (*mPath != *target) { in VfsMpFind()
156 ++target; in VfsMpFind()
159 ((*target == '\0') || (*target == '/'))) { in VfsMpFind()
171 STATIC struct MountPoint *VfsMountPointInit(const char *source, const char *target, in VfsMountPointInit() argument
180 /* find mp by target, t in VfsMountPointInit()
229 VfsRemount(const char *source, const char *target, const char *fsType, unsigned long mountflags, const void *data) VfsRemount() argument
250 VfsMountPathCheck(const char *target) VfsMountPathCheck() argument
266 mount(const char *source, const char *target, const char *fsType, unsigned long mountflags, const void *data) mount() argument
309 umount(const char *target) umount() argument
364 umount2(const char *target, int flag) umount2() argument
[all...]
/third_party/node/test/fixtures/wpt/dom/events/scrolling/
H A Dscroll_support.js1 async function waitForScrollendEvent(test, target, timeoutMs = 500) {
4 reject(`No Scrollend event received for target ${target}`);
6 target.addEventListener('scrollend', (evt) => {
72 // Scrolls in target according to move_path with pauses in between
73 function touchScrollInTargetSequentiallyWithPause(target, move_path, pause_time_in_ms = 100) {
76 .pointerMove(0, 0, {origin: target})
89 test_driver_actions.pointerMove(x, y, {origin: target});
97 function touchScrollInTarget(pixels_to_scroll, target, direction, pause_time_in_ms = 100) {
114 .pointerMove(0, 0, {origin: target})
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A DMakefile69 LIB_OBJS += target.o
70 LIB_OBJS += target-alpha.o
71 LIB_OBJS += target-arm.o
72 LIB_OBJS += target-arm64.o
73 LIB_OBJS += target-bfin.o
74 LIB_OBJS += target-default.o
75 LIB_OBJS += target-h8300.o
76 LIB_OBJS += target-m68k.o
77 LIB_OBJS += target-microblaze.o
78 LIB_OBJS += target
[all...]
H A Dsparse-llvm.c462 LLVMValueRef target = pseudo_to_value(fn, ctype, pseudo); in get_operand() local
463 return adjust_type(fn, ctype, target); in get_operand()
473 LLVMValueRef target = pseudo_to_value(fn, ctype, pseudo); in get_ioperand() local
474 return value_to_ivalue(fn, ctype, target); in get_ioperand()
536 LLVMValueRef lhs, rhs, target; in output_op_binary() local
542 pseudo_name(insn->target, target_name); in output_op_binary()
547 target = LLVMBuildAdd(fn->builder, lhs, rhs, target_name); in output_op_binary()
550 target = LLVMBuildSub(fn->builder, lhs, rhs, target_name); in output_op_binary()
553 target = LLVMBuildMul(fn->builder, lhs, rhs, target_name); in output_op_binary()
556 target in output_op_binary()
621 LLVMValueRef lhs, rhs, target; output_op_compare() local
707 LLVMValueRef addr, target; output_op_load() local
756 LLVMValueRef target, src1, src2, src3; output_op_sel() local
771 LLVMValueRef sw_val, target; output_op_switch() local
799 LLVMValueRef target, func; output_op_call() local
841 LLVMValueRef src, target; output_op_ptrcast() local
879 LLVMValueRef src, target; output_op_cast() local
914 LLVMValueRef src, target; output_op_fpcast() local
946 LLVMValueRef target; output_op_setval() local
962 LLVMValueRef target; output_op_setfval() local
1052 LLVMValueRef src, target; output_insn() local
1066 LLVMValueRef src, target; output_insn() local
1299 char target[] = LLVM_DEFAULT_TARGET_TRIPLE; set_target() local
[all...]
H A Dtarget-x86.c2 #include "target.h"
7 static void predefine_i386(const struct target *self) in predefine_i386()
14 static void predefine_x86_64(const struct target *self) in predefine_x86_64()
23 static void init_x86_common(const struct target *target) in init_x86_common() argument
49 static void init_i386(const struct target *target) in init_i386() argument
56 init_x86_common(target); in init_i386()
59 const struct target target_i386 = {
77 static void init_x86_x32(const struct target *targe argument
108 init_x86_64(const struct target *target) init_x86_64() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_animation_test.cpp62 auto target = std::shared_ptr<RSNode>(); in HWTEST_F() local
63 rsAnimation.Start(target); in HWTEST_F()
64 ASSERT_EQ(target, nullptr); in HWTEST_F()
89 auto target = std::shared_ptr<RSNode>(); in HWTEST_F() local
90 rsAnimation.StartInner(target); in HWTEST_F()
91 ASSERT_EQ(target, nullptr); in HWTEST_F()
102 auto target = std::shared_ptr<RSNode>(); in HWTEST_F() local
104 ASSERT_EQ(target, nullptr); in HWTEST_F()
115 auto target = std::shared_ptr<RSNode>(); in HWTEST_F() local
117 ASSERT_EQ(target, nullpt in HWTEST_F()
142 auto target = std::shared_ptr<RSNode>(); HWTEST_F() local
155 auto target = std::shared_ptr<RSNode>(); HWTEST_F() local
182 auto target = std::shared_ptr<RSNode>(); HWTEST_F() local
195 auto target = std::shared_ptr<RSNode>(); HWTEST_F() local
222 auto target = std::shared_ptr<RSNode>(); HWTEST_F() local
235 auto target = std::shared_ptr<RSNode>(); HWTEST_F() local
290 auto target = std::shared_ptr<RSNode>(); HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/lib/
H A Dsyscall.c8 static int collect_syscall(struct task_struct *target, struct syscall_info *info) in collect_syscall() argument
13 if (!try_get_task_stack(target)) { in collect_syscall()
20 regs = task_pt_regs(target); in collect_syscall()
22 put_task_stack(target); in collect_syscall()
29 info->data.nr = syscall_get_nr(target, regs); in collect_syscall()
31 syscall_get_arguments(target, regs, args); in collect_syscall()
40 put_task_stack(target); in collect_syscall()
46 * @target: thread to examine
53 * If @target is blocked in a system call, returns zero with @info.data.nr
57 * call is still in progress. Note we may get this result if @target
69 task_current_syscall(struct task_struct *target, struct syscall_info *info) task_current_syscall() argument
[all...]
/kernel/linux/linux-6.6/lib/
H A Dsyscall.c8 static int collect_syscall(struct task_struct *target, struct syscall_info *info) in collect_syscall() argument
13 if (!try_get_task_stack(target)) { in collect_syscall()
20 regs = task_pt_regs(target); in collect_syscall()
22 put_task_stack(target); in collect_syscall()
29 info->data.nr = syscall_get_nr(target, regs); in collect_syscall()
31 syscall_get_arguments(target, regs, args); in collect_syscall()
40 put_task_stack(target); in collect_syscall()
46 * @target: thread to examine
53 * If @target is blocked in a system call, returns zero with @info.data.nr
57 * call is still in progress. Note we may get this result if @target
69 task_current_syscall(struct task_struct *target, struct syscall_info *info) task_current_syscall() argument
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dproxy_set.js43 var target = { foo: "foo"};
49 var proxy = new Proxy(target, handler);
52 assert(target.foo === "");
56 var target = {};
58 var proxy = new Proxy(target, handler);
60 // test when property does not exist on target
64 assert(target.p === 42);
67 // test when property exists as writable data on target
69 Object.defineProperty(target, p, {
75 assert(target
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdecoratedDefaultExportsGetExportedAmd.js17 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
18 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
19 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
20 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
21 return c > 3 && r && Object.defineProperty(target, key, r), r;
35 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
36 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, ke
[all...]
H A DdecoratedDefaultExportsGetExportedCommonjs.js18 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
19 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
20 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
21 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
22 return c > 3 && r && Object.defineProperty(target, key, r), r;
34 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
35 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, ke
[all...]
H A DdecoratedDefaultExportsGetExportedSystem.js18 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
19 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
20 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
21 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
22 return c > 3 && r && Object.defineProperty(target, key, r), r;
41 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
42 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, ke
[all...]
/third_party/python/Lib/test/test_importlib/
H A Dtest_open.py10 target = resources.files(package).joinpath(path)
11 with target.open('rb'):
17 target = resources.files(package).joinpath(path)
18 with target.open():
24 target = resources.files(self.data) / 'binary.file'
25 with target.open('rb') as fp:
30 target = resources.files(self.data) / 'utf-8.file'
31 with target.open() as fp:
36 target = resources.files(self.data) / 'utf-16.file'
37 with target
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c217 static int gpr_get(struct task_struct *target, const struct user_regset *regset, in gpr_get() argument
222 if (target->thread.regs == NULL) in gpr_get()
225 if (!FULL_REGS(target->thread.regs)) { in gpr_get()
228 target->thread.regs->gpr[i] = NV_REG_POISON; in gpr_get()
231 membuf_write(&to, target->thread.regs, offsetof(struct pt_regs, msr)); in gpr_get()
232 membuf_store(&to, get_user_msr(target)); in gpr_get()
237 membuf_write(&to, &target->thread.regs->orig_gpr3, in gpr_get()
244 static int gpr_set(struct task_struct *target, const struct user_regset *regset, in gpr_set() argument
251 if (target->thread.regs == NULL) in gpr_set()
254 CHECK_FULL_REGS(target in gpr_set()
298 ppr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) ppr_get() argument
307 ppr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) ppr_set() argument
318 dscr_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) dscr_get() argument
323 dscr_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) dscr_set() argument
332 tar_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) tar_get() argument
337 tar_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) tar_set() argument
345 ebb_active(struct task_struct *target, const struct user_regset *regset) ebb_active() argument
356 ebb_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) ebb_get() argument
372 ebb_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) ebb_set() argument
403 pmu_active(struct task_struct *target, const struct user_regset *regset) pmu_active() argument
411 pmu_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) pmu_get() argument
426 pmu_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) pmu_set() argument
468 pkey_active(struct task_struct *target, const struct user_regset *regset) pkey_active() argument
476 pkey_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) pkey_get() argument
488 pkey_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) pkey_set() argument
642 gpr32_get_common(struct task_struct *target, const struct user_regset *regset, struct membuf to, unsigned long *regs) gpr32_get_common() argument
656 gpr32_set_common(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf, unsigned long *regs) gpr32_set_common() argument
724 gpr32_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) gpr32_get() argument
745 gpr32_set(struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) gpr32_set() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.hpp67 static bool verifyQueryError(std::stringstream& log, const char* funcName, GLint target, GLint pname, GLint error,
72 static GLint getTargetDepth(GLint target);
74 static void getTexturePageSizes(const Functions& gl, GLint target, GLint format, GLint& pageSizeX, GLint& pageSizeY,
77 static void getTextureLevelSize(GLint target, TextureState& state, GLint level, GLint& width, GLint& height,
88 static void Bind(const Functions& gl, GLuint id, GLenum target);
94 static void Storage(const Functions& gl, GLenum target, GLsizei levels, GLenum internal_format, GLuint width,
97 static void GetData(const Functions& gl, GLint level, GLenum target, GLenum format, GLenum type, GLvoid* out_data);
99 static void SubImage(const Functions& gl, GLenum target, GLint level, GLint x, GLint y, GLint z, GLsizei width,
133 bool testTextureSparseARB(const Functions& gl, GLint target, GLint expectedError = GL_NO_ERROR);
134 bool testVirtualPageSizeIndexARB(const Functions& gl, GLint target, GLin
[all...]
H A Dgl4cSparseTexture2Tests.cpp410 const GLint& target = *iter; in iterate() local
418 if (target == GL_TEXTURE_BUFFER) { in iterate()
441 SparseTextureUtils::getTexturePageSizes(gl, target, format.first, pageSizeX, pageSizeY, pageSizeZ); in iterate()
445 m_testCtx.getLog() << tcu::TestLog::Message << "Standard Virtual Page Size mismatch, target: " << target in iterate()
592 * @param target Target for which texture is binded
596 * @return target Structure of token strings
599 GLint target, GLint verifyTarget, GLint format, GLint sample, const std::string outputBase, const std::string inputBase) in createShaderTokens()
868 if (target == GL_TEXTURE_1D) in createShaderTokens()
874 else if (target in createShaderTokens()
598 createShaderTokens( GLint target, GLint verifyTarget, GLint format, GLint sample, const std::string outputBase, const std::string inputBase) createShaderTokens() argument
940 caseAllowed(GLint target, GLint format) caseAllowed() argument
963 sparseAllocateTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint levels) sparseAllocateTexture() argument
1006 allocateTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint levels) allocateTexture() argument
1046 writeDataToTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level) writeDataToTexture() argument
1145 verifyTextureData(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level) verifyTextureData() argument
1417 const GLint& target = *iter; iterate() local
1466 readsAllowed(GLint target, GLint format, bool shaderOnly) readsAllowed() argument
1485 atomicAllowed(GLint target, GLint format) atomicAllowed() argument
1504 depthStencilAllowed(GLint target, GLint format) depthStencilAllowed() argument
1524 UncommittedReads(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level) UncommittedReads() argument
1594 UncommittedAtomicOperations(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level) UncommittedAtomicOperations() argument
1618 UncommittedDepthStencil(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level) UncommittedDepthStencil() argument
1739 verifyTextureDataExtended(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level, bool shaderOnly) verifyTextureDataExtended() argument
1999 verifyAtomicOperations(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level) verifyAtomicOperations() argument
2423 const GLint& target = *iter; iterate() local
2487 createLookupShaderTokens( GLint target, GLint verifyTarget, GLint format, GLint level, GLint sample, FunctionToken& funcToken) createLookupShaderTokens() argument
2677 caseAllowed(GLint target, GLint format) caseAllowed() argument
2704 funcAllowed(GLint target, GLint format, FunctionToken& funcToken) funcAllowed() argument
2751 writeDataToTexture(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level) writeDataToTexture() argument
2837 setupDepthMode(const Functions& gl, GLint target, GLuint& texture) setupDepthMode() argument
2857 verifyLookupTextureData(const Functions& gl, GLint target, GLint format, GLuint& texture, GLint level, FunctionToken& funcToken) verifyLookupTextureData() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_lwt_redirect.c43 int target = get_redirect_target(skb); in test_lwt_redirect_in() local
45 if (target < 0) in test_lwt_redirect_in()
51 return bpf_redirect(target, BPF_F_INGRESS); in test_lwt_redirect_in()
57 int target = get_redirect_target(skb); in test_lwt_redirect_out() local
59 if (target < 0) in test_lwt_redirect_out()
65 return bpf_redirect(target, 0); in test_lwt_redirect_out()
71 int target = get_redirect_target(skb); in test_lwt_redirect_out_nomac() local
73 if (target < 0) in test_lwt_redirect_out_nomac()
76 return bpf_redirect(target, 0); in test_lwt_redirect_out_nomac()
82 int target in test_lwt_redirect_in_nomac() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp87 static const char* getTextureTargetExtension (glw::GLenum target) in getTextureTargetExtension() argument
89 switch (target) in getTextureTargetExtension()
100 static bool isCoreTextureTarget (glw::GLenum target, const glu::ContextType& contextType) in isCoreTextureTarget() argument
102 switch (target) in isCoreTextureTarget()
180 static bool verifyTextureLevelParameterEqualWithPrinter (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqualWithPrinter() argument
186 queryTextureLevelState(result, gl, type, target, level, pname, state); in verifyTextureLevelParameterEqualWithPrinter()
196 static bool verifyTextureLevelParameterEqual (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterEqual() argument
198 return verifyTextureLevelParameterEqualWithPrinter<IntegerPrinter>(gl, target, level, pname, refValue, type); in verifyTextureLevelParameterEqual()
201 static bool verifyTextureLevelParameterInternalFormatEqual (glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) in verifyTextureLevelParameterInternalFormatEqual() argument
203 return verifyTextureLevelParameterEqualWithPrinter<PixelFormatPrinter>(gl, target, leve in verifyTextureLevelParameterInternalFormatEqual()
206 verifyTextureLevelParameterGreaterOrEqual(glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, int refValue, QueryType type) verifyTextureLevelParameterGreaterOrEqual() argument
222 verifyTextureLevelParameterInternalFormatAnyOf(glu::CallLogWrapper& gl, glw::GLenum target, int level, glw::GLenum pname, const int* refValues, int numRefValues, QueryType type) verifyTextureLevelParameterInternalFormatAnyOf() argument
354 isLegalFormatForTarget(glw::GLenum target, glw::GLenum format) isLegalFormatForTarget() argument
367 isCompressionSupportedForTarget(glw::GLenum target) isCompressionSupportedForTarget() argument
372 isMultisampleTarget(glw::GLenum target) isMultisampleTarget() argument
377 targetSupportsMipLevels(glw::GLenum target) targetSupportsMipLevels() argument
390 generateColorTextureGenerationGroup(std::vector<TextureGenerationSpec>& group, glw::GLenum target, int maxSamples, glw::GLenum internalFormat) generateColorTextureGenerationGroup() argument
589 generateInternalFormatTextureGenerationGroup(std::vector<TextureGenerationSpec>& group, glw::GLenum target) generateInternalFormatTextureGenerationGroup() argument
677 generateCompressedTextureGenerationGroup(std::vector<TextureGenerationSpec>& group, glw::GLenum target) generateCompressedTextureGenerationGroup() argument
715 generateTextureBufferGenerationGroup(std::vector<TextureGenerationSpec>& group, glw::GLenum target) generateTextureBufferGenerationGroup() argument
849 TextureLevelCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelCase() argument
992 TextureLevelCommonCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelCommonCase() argument
1015 TextureLevelSampleCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelSampleCase() argument
1033 TextureLevelFixedSamplesCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelFixedSamplesCase() argument
1051 TextureLevelWidthCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelWidthCase() argument
1087 TextureLevelHeightCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelHeightCase() argument
1123 TextureLevelDepthCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelDepthCase() argument
1160 TextureLevelInternalFormatCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelInternalFormatCase() argument
1210 TextureLevelSizeCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type, glw::GLenum pname) TextureLevelSizeCase() argument
1332 TextureLevelTypeCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type, glw::GLenum pname) TextureLevelTypeCase() argument
1463 TextureLevelCompressedCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelCompressedCase() argument
1508 TextureLevelBufferDataStoreCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelBufferDataStoreCase() argument
1546 TextureLevelBufferDataOffsetCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelBufferDataOffsetCase() argument
1586 TextureLevelBufferDataSizeCase(Context& ctx, const char* name, const char* desc, glw::GLenum target, QueryType type) TextureLevelBufferDataSizeCase() argument
1667 glw::GLenum target; init() member
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp67 void expect_fbo_status(GLenum target, GLenum expected_status, const char* fail_message);
90 void begin_fbo_no_attachments(GLenum target);
91 void begin_fbo_with_multisample_renderbuffer(GLenum target);
92 void begin_fbo(GLenum target, unsigned test_case);
93 void end_fbo(GLenum target);
111 void FramebufferNoAttachmentsBaseCase::expect_fbo_status(GLenum target, GLenum expected_status, in expect_fbo_status() argument
126 TCU_CHECK_MSG(gl.checkFramebufferStatus(target) == expected_status, fail_message); in expect_fbo_status()
138 void FramebufferNoAttachmentsApiCase::begin_fbo_no_attachments(GLenum target) in begin_fbo_no_attachments() argument
143 gl.bindFramebuffer(target, m_fbo); in begin_fbo_no_attachments()
147 expect_fbo_status(target, GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMEN in begin_fbo_no_attachments()
151 begin_fbo_with_multisample_renderbuffer(GLenum target) begin_fbo_with_multisample_renderbuffer() argument
164 begin_fbo(GLenum target, unsigned test_case) begin_fbo() argument
177 end_fbo(GLenum target) end_fbo() argument
279 GLenum target = enums_invalid[i]; iterate() local
304 GLenum target = targets[i]; iterate() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c402 struct iwl_tof_range_req_ap_entry_v2 *target) in iwl_mvm_ftm_put_target_v2()
406 ret = iwl_mvm_ftm_target_chandef_v1(mvm, peer, &target->channel_num, in iwl_mvm_ftm_put_target_v2()
407 &target->bandwidth, in iwl_mvm_ftm_put_target_v2()
408 &target->ctrl_ch_position); in iwl_mvm_ftm_put_target_v2()
412 memcpy(target->bssid, peer->addr, ETH_ALEN); in iwl_mvm_ftm_put_target_v2()
413 target->burst_period = in iwl_mvm_ftm_put_target_v2()
415 target->samples_per_burst = peer->ftm.ftms_per_burst; in iwl_mvm_ftm_put_target_v2()
416 target->num_of_bursts = peer->ftm.num_bursts_exp; in iwl_mvm_ftm_put_target_v2()
417 target->measure_type = 0; /* regular two-sided FTM */ in iwl_mvm_ftm_put_target_v2()
418 target in iwl_mvm_ftm_put_target_v2()
400 iwl_mvm_ftm_put_target_v2(struct iwl_mvm *mvm, struct cfg80211_pmsr_request_peer *peer, struct iwl_tof_range_req_ap_entry_v2 *target) iwl_mvm_ftm_put_target_v2() argument
436 iwl_mvm_ftm_put_target_common(struct iwl_mvm *mvm, struct cfg80211_pmsr_request_peer *peer, struct iwl_tof_range_req_ap_entry_v6 *target) iwl_mvm_ftm_put_target_common() argument
476 iwl_mvm_ftm_put_target_v3(struct iwl_mvm *mvm, struct cfg80211_pmsr_request_peer *peer, struct iwl_tof_range_req_ap_entry_v3 *target) iwl_mvm_ftm_put_target_v3() argument
498 iwl_mvm_ftm_put_target_v4(struct iwl_mvm *mvm, struct cfg80211_pmsr_request_peer *peer, struct iwl_tof_range_req_ap_entry_v4 *target) iwl_mvm_ftm_put_target_v4() argument
516 iwl_mvm_ftm_put_target(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct cfg80211_pmsr_request_peer *peer, struct iwl_tof_range_req_ap_entry_v6 *target) iwl_mvm_ftm_put_target() argument
679 struct iwl_tof_range_req_ap_entry_v6 *target = &cmd.ap[i]; iwl_mvm_ftm_start_v9() local
695 struct iwl_tof_range_req_ap_entry_v6 *target = data; iter() local
711 iwl_mvm_ftm_set_secured_ranging(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct iwl_tof_range_req_ap_entry_v7 *target) iwl_mvm_ftm_set_secured_ranging() argument
751 iwl_mvm_ftm_put_target_v7(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct cfg80211_pmsr_request_peer *peer, struct iwl_tof_range_req_ap_entry_v7 *target) iwl_mvm_ftm_put_target_v7() argument
781 struct iwl_tof_range_req_ap_entry_v7 *target = &cmd.ap[i]; iwl_mvm_ftm_start_v11() local
792 iwl_mvm_ftm_set_ndp_params(struct iwl_mvm *mvm, struct iwl_tof_range_req_ap_entry_v8 *target) iwl_mvm_ftm_set_ndp_params() argument
808 iwl_mvm_ftm_put_target_v8(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct cfg80211_pmsr_request_peer *peer, struct iwl_tof_range_req_ap_entry_v8 *target) iwl_mvm_ftm_put_target_v8() argument
852 struct iwl_tof_range_req_ap_entry_v8 *target = &cmd.ap[i]; iwl_mvm_ftm_start_v12() local
880 struct iwl_tof_range_req_ap_entry_v9 *target = &cmd.ap[i]; iwl_mvm_ftm_start_v13() local
[all...]
/third_party/node/test/parallel/
H A Dtest-child-process-send-type-error.js13 let target = process;
16 target = cp.fork(__filename, ['child']);
17 target.on('exit', common.mustCall((code, signal) => {
23 fail(target, ['msg', null, null]);
24 fail(target, ['msg', null, '']);
25 fail(target, ['msg', null, 'foo']);
26 fail(target, ['msg', null, 0]);
27 fail(target, ['msg', null, NaN]);
28 fail(target, ['msg', null, 1]);
29 fail(target, ['ms
[all...]

Completed in 19 milliseconds

12345678910>>...315