Home
last modified time | relevance | path

Searched refs:target (Results 851 - 875 of 4996) sorted by relevance

1...<<31323334353637383940>>...200

/third_party/node/deps/v8/src/runtime/
H A Druntime-proxy.cc36 return proxy.target(); in RUNTIME_FUNCTION()
93 Handle<JSReceiver> target = args.at<JSReceiver>(1); in RUNTIME_FUNCTION() local
98 isolate, name, target, trap_result, in RUNTIME_FUNCTION()
107 Handle<JSReceiver> target = args.at<JSReceiver>(1); in RUNTIME_FUNCTION() local
109 Maybe<bool> result = JSProxy::CheckHasTrap(isolate, name, target); in RUNTIME_FUNCTION()
119 Handle<JSReceiver> target = args.at<JSReceiver>(1); in RUNTIME_FUNCTION() local
121 Maybe<bool> result = JSProxy::CheckDeleteTrap(isolate, name, target); in RUNTIME_FUNCTION()
/third_party/typescript/tests/baselines/reference/
H A DtypeOfThisInStaticMembers10(target=es5).js67 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
68 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
69 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
70 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;
71 return c > 3 && r && Object.defineProperty(target, key, r), r;
H A DtypeOfThisInStaticMembers11(target=es6).js52 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
53 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
54 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
55 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;
56 return c > 3 && r && Object.defineProperty(target, key, r), r;
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.cpp2194 void GL_APIENTRY GL_GetMapdv(GLenum target, GLenum query, GLdouble *v) in GL_GetMapdv() argument
2197 EVENT(context, GLGetMapdv, "context = %d, target = %s, query = %s, v = 0x%016" PRIxPTR "", in GL_GetMapdv()
2198 CID(context), GLenumToString(GLenumGroup::MapTarget, target), in GL_GetMapdv()
2206 ValidateGetMapdv(context, angle::EntryPoint::GLGetMapdv, target, query, v)); in GL_GetMapdv()
2209 context->getMapdv(target, query, v); in GL_GetMapdv()
2211 ANGLE_CAPTURE(GetMapdv, isCallValid, context, target, query, v); in GL_GetMapdv()
2219 void GL_APIENTRY GL_GetMapfv(GLenum target, GLenum query, GLfloat *v) in GL_GetMapfv() argument
2222 EVENT(context, GLGetMapfv, "context = %d, target = %s, query = %s, v = 0x%016" PRIxPTR "", in GL_GetMapfv()
2223 CID(context), GLenumToString(GLenumGroup::MapTarget, target), in GL_GetMapfv()
2231 ValidateGetMapfv(context, angle::EntryPoint::GLGetMapfv, target, quer in GL_GetMapfv()
2244 GL_GetMapiv(GLenum target, GLenum query, GLint *v) GL_GetMapiv() argument
2448 GL_GetTexEnvfv(GLenum target, GLenum pname, GLfloat *params) GL_GetTexEnvfv() argument
2476 GL_GetTexEnviv(GLenum target, GLenum pname, GLint *params) GL_GetTexEnviv() argument
2583 GL_GetTexImage(GLenum target, GLint level, GLenum format, GLenum type, void *pixels) GL_GetTexImage() argument
2612 GL_GetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat *params) GL_GetTexLevelParameterfv() argument
2644 GL_GetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint *params) GL_GetTexLevelParameteriv() argument
2673 GL_GetTexParameterfv(GLenum target, GLenum pname, GLfloat *params) GL_GetTexParameterfv() argument
2701 GL_GetTexParameteriv(GLenum target, GLenum pname, GLint *params) GL_GetTexParameteriv() argument
2729 GL_Hint(GLenum target, GLenum mode) GL_Hint() argument
3413 GL_Map1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) GL_Map1d() argument
3441 GL_Map1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) GL_Map1f() argument
3468 GL_Map2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) GL_Map2d() argument
3505 GL_Map2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) GL_Map2f() argument
6290 GL_TexEnvf(GLenum target, GLenum pname, GLfloat param) GL_TexEnvf() argument
6317 GL_TexEnvfv(GLenum target, GLenum pname, const GLfloat *params) GL_TexEnvfv() argument
6344 GL_TexEnvi(GLenum target, GLenum pname, GLint param) GL_TexEnvi() argument
6371 GL_TexEnviv(GLenum target, GLenum pname, const GLint *params) GL_TexEnviv() argument
6548 GL_TexImage1D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels) GL_TexImage1D() argument
6585 GL_TexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) GL_TexImage2D() argument
6625 GL_TexParameterf(GLenum target, GLenum pname, GLfloat param) GL_TexParameterf() argument
6651 GL_TexParameterfv(GLenum target, GLenum pname, const GLfloat *params) GL_TexParameterfv() argument
6678 GL_TexParameteri(GLenum target, GLenum pname, GLint param) GL_TexParameteri() argument
6704 GL_TexParameteriv(GLenum target, GLenum pname, const GLint *params) GL_TexParameteriv() argument
7391 GL_BindTexture(GLenum target, GLuint texture) GL_BindTexture() argument
7444 GL_CopyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) GL_CopyTexImage1D() argument
7479 GL_CopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) GL_CopyTexImage2D() argument
7518 GL_CopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) GL_CopyTexSubImage1D() argument
7545 GL_CopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) GL_CopyTexSubImage2D() argument
8058 GL_TexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) GL_TexSubImage1D() argument
8094 GL_TexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) GL_TexSubImage2D() argument
8162 GL_CopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) GL_CopyTexSubImage3D() argument
8237 GL_TexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) GL_TexImage3D() argument
8278 GL_TexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) GL_TexSubImage3D() argument
8369 GL_CompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void *data) GL_CompressedTexImage1D() argument
8406 GL_CompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data) GL_CompressedTexImage2D() argument
8445 GL_CompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) GL_CompressedTexImage3D() argument
8486 GL_CompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) GL_CompressedTexSubImage1D() argument
8522 GL_CompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) GL_CompressedTexSubImage2D() argument
8562 GL_CompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) GL_CompressedTexSubImage3D() argument
8605 GL_GetCompressedTexImage(GLenum target, GLint level, void *img) GL_GetCompressedTexImage() argument
8728 GL_MultiTexCoord1d(GLenum target, GLdouble s) GL_MultiTexCoord1d() argument
8752 GL_MultiTexCoord1dv(GLenum target, const GLdouble *v) GL_MultiTexCoord1dv() argument
8776 GL_MultiTexCoord1f(GLenum target, GLfloat s) GL_MultiTexCoord1f() argument
8800 GL_MultiTexCoord1fv(GLenum target, const GLfloat *v) GL_MultiTexCoord1fv() argument
8824 GL_MultiTexCoord1i(GLenum target, GLint s) GL_MultiTexCoord1i() argument
8848 GL_MultiTexCoord1iv(GLenum target, const GLint *v) GL_MultiTexCoord1iv() argument
8872 GL_MultiTexCoord1s(GLenum target, GLshort s) GL_MultiTexCoord1s() argument
8896 GL_MultiTexCoord1sv(GLenum target, const GLshort *v) GL_MultiTexCoord1sv() argument
8920 GL_MultiTexCoord2d(GLenum target, GLdouble s, GLdouble t) GL_MultiTexCoord2d() argument
8944 GL_MultiTexCoord2dv(GLenum target, const GLdouble *v) GL_MultiTexCoord2dv() argument
8968 GL_MultiTexCoord2f(GLenum target, GLfloat s, GLfloat t) GL_MultiTexCoord2f() argument
8992 GL_MultiTexCoord2fv(GLenum target, const GLfloat *v) GL_MultiTexCoord2fv() argument
9016 GL_MultiTexCoord2i(GLenum target, GLint s, GLint t) GL_MultiTexCoord2i() argument
9040 GL_MultiTexCoord2iv(GLenum target, const GLint *v) GL_MultiTexCoord2iv() argument
9064 GL_MultiTexCoord2s(GLenum target, GLshort s, GLshort t) GL_MultiTexCoord2s() argument
9088 GL_MultiTexCoord2sv(GLenum target, const GLshort *v) GL_MultiTexCoord2sv() argument
9112 GL_MultiTexCoord3d(GLenum target, GLdouble s, GLdouble t, GLdouble r) GL_MultiTexCoord3d() argument
9136 GL_MultiTexCoord3dv(GLenum target, const GLdouble *v) GL_MultiTexCoord3dv() argument
9160 GL_MultiTexCoord3f(GLenum target, GLfloat s, GLfloat t, GLfloat r) GL_MultiTexCoord3f() argument
9184 GL_MultiTexCoord3fv(GLenum target, const GLfloat *v) GL_MultiTexCoord3fv() argument
9208 GL_MultiTexCoord3i(GLenum target, GLint s, GLint t, GLint r) GL_MultiTexCoord3i() argument
9232 GL_MultiTexCoord3iv(GLenum target, const GLint *v) GL_MultiTexCoord3iv() argument
9256 GL_MultiTexCoord3s(GLenum target, GLshort s, GLshort t, GLshort r) GL_MultiTexCoord3s() argument
9280 GL_MultiTexCoord3sv(GLenum target, const GLshort *v) GL_MultiTexCoord3sv() argument
9304 GL_MultiTexCoord4d(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) GL_MultiTexCoord4d() argument
9328 GL_MultiTexCoord4dv(GLenum target, const GLdouble *v) GL_MultiTexCoord4dv() argument
9352 GL_MultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) GL_MultiTexCoord4f() argument
9376 GL_MultiTexCoord4fv(GLenum target, const GLfloat *v) GL_MultiTexCoord4fv() argument
9400 GL_MultiTexCoord4i(GLenum target, GLint s, GLint t, GLint r, GLint q) GL_MultiTexCoord4i() argument
9424 GL_MultiTexCoord4iv(GLenum target, const GLint *v) GL_MultiTexCoord4iv() argument
9448 GL_MultiTexCoord4s(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) GL_MultiTexCoord4s() argument
9472 GL_MultiTexCoord4sv(GLenum target, const GLshort *v) GL_MultiTexCoord4sv() argument
10660 GL_BeginQuery(GLenum target, GLuint id) GL_BeginQuery() argument
10686 GL_BindBuffer(GLenum target, GLuint buffer) GL_BindBuffer() argument
10712 GL_BufferData(GLenum target, GLsizeiptr size, const void *data, GLenum usage) GL_BufferData() argument
10741 GL_BufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) GL_BufferSubData() argument
10819 GL_EndQuery(GLenum target) GL_EndQuery() argument
10893 GL_GetBufferParameteriv(GLenum target, GLenum pname, GLint *params) GL_GetBufferParameteriv() argument
10921 GL_GetBufferPointerv(GLenum target, GLenum pname, void **params) GL_GetBufferPointerv() argument
10949 GL_GetBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, void *data) GL_GetBufferSubData() argument
11027 GL_GetQueryiv(GLenum target, GLenum pname, GLint *params) GL_GetQueryiv() argument
11114 GL_MapBuffer(GLenum target, GLenum access) GL_MapBuffer() argument
11147 GL_UnmapBuffer(GLenum target) GL_UnmapBuffer() argument
[all...]
/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/common_test/src/
H A Dhks_template_test.cpp152 const uint32_t target = 3; in TestLogBreak() local
155 if (i == target) { in TestLogBreak()
159 if (i == target) { in TestLogBreak()
199 const uint32_t target = 3; in TestBreak() local
202 if (i == target) { in TestBreak()
206 if (i == target) { in TestBreak()
/base/startup/init/services/modules/init_eng/
H A Dinit_eng.c98 ENG_STATIC void BindMountFile(const char *source, const char *target) in BindMountFile() argument
120 // OK, now get sub dir and combine it with target in BindMountFile()
121 int ret = snprintf_s(targetFullPath, PATH_MAX, PATH_MAX - 1, "%s%s", strcmp(target, "/") == 0 ? "" : target, q); in BindMountFile()
123 PLUGIN_LOGE("Failed to build target path"); in BindMountFile()
126 PLUGIN_LOGI("target full path is %s", targetFullPath); in BindMountFile()
144 ENG_STATIC void DebugFilesOverlay(const char *source, const char *target) in DebugFilesOverlay() argument
170 DebugFilesOverlay(srcPath, target); in DebugFilesOverlay()
172 BindMountFile(srcPath, target); in DebugFilesOverlay()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation_group.cpp83 auto target = target_.lock(); in OnStart() local
84 if (target == nullptr) { in OnStart()
85 ROSEN_LOGE("Failed to start group animation, target is null!"); in OnStart()
91 auto target = weakTarget.lock(); in OnStart()
92 if (target == nullptr) { in OnStart()
93 ROSEN_LOGE("Failed to finish group animation, target is null!"); in OnStart()
103 target->RemoveAnimation(animation); in OnStart()
113 animation->Start(target); in OnStart()
/foundation/multimedia/player_framework/services/services/factory/
H A Dengine_factory_repo.cpp132 std::shared_ptr<IEngineFactory> target = nullptr; in GetEngineFactory() local
137 target = factory; in GetEngineFactory()
140 if (target == nullptr && !factorys_.empty()) { in GetEngineFactory()
141 target = factorys_.front(); in GetEngineFactory()
145 "appUid: %{public}d", FAKE_POINTER(target.get()), maxScore, appUid); in GetEngineFactory()
146 return target; in GetEngineFactory()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmountndk.cpp78 const char target[] = "/data/storage/el2/base/files/mount2"; in Mounttest() local
79 rev = mount(special, target, "", PARAM_0, ""); in Mounttest()
102 const char target[] = "/data/storage/el2/base/files/mount2"; in umounttest() local
103 rev = mount(special, target, "", PARAM_0, ""); in umounttest()
124 const char target[] = "/data/storage/el2/base/files/mount2"; in umount2test() local
125 rev = mount(special, target, "", PARAM_0, ""); in umount2test()
/third_party/alsa-utils/axfer/
H A Dmapper.c42 mapper->target = MAPPER_TARGET_SINGLE; in mapper_context_init()
45 mapper->target = MAPPER_TARGET_MULTIPLE; in mapper_context_init()
50 mapper->target = MAPPER_TARGET_SINGLE; in mapper_context_init()
53 mapper->target = MAPPER_TARGET_MULTIPLE; in mapper_context_init()
87 // The purpose of multiple target is to mux/demux each channels to/from in mapper_context_pre_process()
89 if (mapper->target == MAPPER_TARGET_MULTIPLE && in mapper_context_pre_process()
105 fprintf(stderr, " target: %s\n", in mapper_context_pre_process()
106 mapper_target_labels[mapper->target]); in mapper_context_pre_process()
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_ringbuffer_sp_reloc.h78 struct fd_ringbuffer *ring, struct fd_ringbuffer *target, uint32_t cmd_idx) in fd_ringbuffer_sp_emit_reloc_ring()
80 struct fd_ringbuffer_sp *fd_target = to_fd_ringbuffer_sp(target); in fd_ringbuffer_sp_emit_reloc_ring()
84 if ((target->flags & FD_RINGBUFFER_GROWABLE) && in fd_ringbuffer_sp_emit_reloc_ring()
90 size = offset_bytes(target->cur, target->start); in fd_ringbuffer_sp_emit_reloc_ring()
107 if (!(target->flags & _FD_RINGBUFFER_OBJECT)) in fd_ringbuffer_sp_emit_reloc_ring()
120 // seen this target before. But hopefully we hit the in fd_ringbuffer_sp_emit_reloc_ring()
77 fd_ringbuffer_sp_emit_reloc_ring( struct fd_ringbuffer *ring, struct fd_ringbuffer *target, uint32_t cmd_idx) fd_ringbuffer_sp_emit_reloc_ring() argument
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_ringbuffer.h82 struct fd_ringbuffer *ring, struct fd_ringbuffer *target, uint32_t cmd_idx) in virtio_ringbuffer_emit_reloc_ring()
84 struct virtio_ringbuffer *virtio_target = to_virtio_ringbuffer(target); in virtio_ringbuffer_emit_reloc_ring()
88 if ((target->flags & FD_RINGBUFFER_GROWABLE) && in virtio_ringbuffer_emit_reloc_ring()
94 size = offset_bytes(target->cur, target->start); in virtio_ringbuffer_emit_reloc_ring()
111 if (!(target->flags & _FD_RINGBUFFER_OBJECT)) in virtio_ringbuffer_emit_reloc_ring()
124 // seen this target before. But hopefully we hit the in virtio_ringbuffer_emit_reloc_ring()
81 virtio_ringbuffer_emit_reloc_ring( struct fd_ringbuffer *ring, struct fd_ringbuffer *target, uint32_t cmd_idx) virtio_ringbuffer_emit_reloc_ring() argument
/third_party/node/test/fixtures/wpt/streams/transferable/resources/
H A Dhelpers.js40 function testMessageEvent(target) {
42 target.addEventListener('message', ev => {
52 function testMessageEventOrErrorMessage(target) {
54 target.addEventListener('message', ev => {
70 function checkTestResults(target) {
72 target.onmessage = msg => {
/third_party/node/test/parallel/
H A Dtest-whatwg-url-properties.js95 function testMethod(target, name, methodName = stringifyName(name)) {
96 const desc = Object.getOwnPropertyDescriptor(target, name);
109 function testAccessor(target, name, readonly = false) {
110 const desc = Object.getOwnPropertyDescriptor(target, name);
135 function testStaticAccessor(target, name) {
136 const desc = Object.getOwnPropertyDescriptor(target, name);
/third_party/node/deps/icu-small/source/i18n/
H A Dunits_converter.h112 * Represents the conversion rate between `source` and `target`.
116 const MeasureUnitImpl target; member
123 ConversionRate(MeasureUnitImpl &&source, MeasureUnitImpl &&target) in ConversionRate()
124 : source(std::move(source)), target(std::move(target)) {} in ConversionRate()
138 * Check if the convertibility between `source` and `target`.
149 const MeasureUnitImpl &target,
154 * Converts from a source `MeasureUnit` to a target `MeasureUnit`.
165 * - source and target must be under the same category
171 * @param targetIdentifier represents the target uni
[all...]
/third_party/node/deps/npm/node_modules/fastest-levenshtein/
H A Dbench.js84 console.log(String(event.target));
85 if (results.has(event.target.name[0])) {
86 results.get(event.target.name[0]).push(event.target.hz);
89 results.set(event.target.name[0], [event.target.hz]);
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-global.cc87 Handle<JSFunction> target = args.target(); in BUILTIN() local
88 Handle<JSObject> target_global_proxy(target->global_proxy(), isolate); in BUILTIN()
89 if (!Builtins::AllowDynamicFunction(isolate, target, target_global_proxy)) { in BUILTIN()
101 isolate, handle(target->native_context(), isolate), x); in BUILTIN()
108 handle(target->native_context(), isolate), source, in BUILTIN()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DDisplayVkAndroid.cpp88 EGLenum target, in validateImageClientBuffer()
92 switch (target) in validateImageClientBuffer()
99 return DisplayVk::validateImageClientBuffer(context, target, clientBuffer, attribs); in validateImageClientBuffer()
105 EGLenum target, in createExternalImageSibling()
109 switch (target) in createExternalImageSibling()
115 return DisplayVk::createExternalImageSibling(context, target, buffer, attribs); in createExternalImageSibling()
87 validateImageClientBuffer(const gl::Context *context, EGLenum target, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) const validateImageClientBuffer() argument
103 createExternalImageSibling( const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dflatten_decoration_pass.cpp35 // The target Id of OpDecorationGroup instructions. in Process()
91 for (auto target : normal_uses[group]) { in Process()
93 new_inst->SetInOperand(0, Words{target}); in Process()
105 // Make an OpMemberDecorate instruction for each (target, member) in Process()
107 const uint32_t target = member_id_pairs[i]; in Process() local
110 operands.push_back(Operand(SPV_OPERAND_TYPE_ID, {target})); in Process()
114 decoration_operands_iter++; // Skip the group target. in Process()
125 // remove it even if that decoration group itself is not the target of in Process()
150 const uint32_t target = debug_inst_iter->GetSingleWordOperand(0); in Process() local
151 if (group_ids.count(target)) { in Process()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dflatten_decoration_pass.cpp35 // The target Id of OpDecorationGroup instructions. in Process()
91 for (auto target : normal_uses[group]) { in Process()
93 new_inst->SetInOperand(0, Words{target}); in Process()
105 // Make an OpMemberDecorate instruction for each (target, member) in Process()
107 const uint32_t target = member_id_pairs[i]; in Process() local
110 operands.push_back(Operand(SPV_OPERAND_TYPE_ID, {target})); in Process()
114 decoration_operands_iter++; // Skip the group target. in Process()
125 // remove it even if that decoration group itself is not the target of in Process()
150 const uint32_t target = debug_inst_iter->GetSingleWordOperand(0); in Process() local
151 if (group_ids.count(target)) { in Process()
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc114 char* target = string_as_array(output) + original_size; in SubstituteAndAppend() local
121 memcpy(target, src->data(), src->size()); in SubstituteAndAppend()
122 target += src->size(); in SubstituteAndAppend()
125 *target++ = '$'; in SubstituteAndAppend()
129 *target++ = format[i]; in SubstituteAndAppend()
133 GOOGLE_DCHECK_EQ(target - output->data(), output->size()); in SubstituteAndAppend()
/third_party/rust/crates/nix/src/mount/
H A Dlinux.rs67 target: &P2, in mount()
84 target.with_nix_path(|t| { in mount()
102 pub fn umount<P: ?Sized + NixPath>(target: &P) -> Result<()> { in umount()
104 target.with_nix_path(|cstr| unsafe { libc::umount(cstr.as_ptr()) })?; in umount()
109 pub fn umount2<P: ?Sized + NixPath>(target: &P, flags: MntFlags) -> Result<()> { in umount2()
110 let res = target.with_nix_path(|cstr| unsafe { in umount2()
/third_party/spirv-tools/source/opt/
H A Dflatten_decoration_pass.cpp35 // The target Id of OpDecorationGroup instructions. in Process()
91 for (auto target : normal_uses[group]) { in Process()
93 new_inst->SetInOperand(0, Words{target}); in Process()
105 // Make an OpMemberDecorate instruction for each (target, member) in Process()
107 const uint32_t target = member_id_pairs[i]; in Process() local
110 operands.push_back(Operand(SPV_OPERAND_TYPE_ID, {target})); in Process()
114 decoration_operands_iter++; // Skip the group target. in Process()
125 // remove it even if that decoration group itself is not the target of in Process()
150 const uint32_t target = debug_inst_iter->GetSingleWordOperand(0); in Process() local
151 if (group_ids.count(target)) { in Process()
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsSamplerObjectTest.cpp76 , m_target (spec.target) in TextureSamplerTest()
83 void TextureSamplerTest::setTextureState (const glw::Functions& gl, GLenum target, SamplingState state) in setTextureState() argument
85 gl.texParameteri(target, GL_TEXTURE_MIN_FILTER, state.minFilter); in setTextureState()
86 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_MIN_FILTER, state.minFilter)"); in setTextureState()
87 gl.texParameteri(target, GL_TEXTURE_MAG_FILTER, state.magFilter); in setTextureState()
88 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_MAG_FILTER, state.magFilter)"); in setTextureState()
89 gl.texParameteri(target, GL_TEXTURE_WRAP_S, state.wrapS); in setTextureState()
90 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_WRAP_S, state.wrapS)"); in setTextureState()
91 gl.texParameteri(target, GL_TEXTURE_WRAP_T, state.wrapT); in setTextureState()
92 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_WRAP_ in setTextureState()
119 selectVertexShader(GLenum target) selectVertexShader() argument
165 selectFragmentShader(GLenum target) selectFragmentShader() argument
455 const deUint32 target = glu::getGLCubeFace((tcu::CubeFace)face); createTextureCube() local
468 createTexture(const glw::Functions& gl, GLenum target) createTexture() argument
595 setTextureState(const glw::Functions& gl, GLenum target, SamplingState state) setTextureState() argument
631 selectVertexShader(GLenum target) selectVertexShader() argument
678 selectFragmentShader(GLenum target) selectFragmentShader() argument
996 const deUint32 target = glu::getGLCubeFace((tcu::CubeFace)face); createTextureCube() local
1009 createTexture(const glw::Functions& gl, GLenum target, int id) createTexture() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES2.cpp174 bool IsValidCopyTextureDestinationTargetEnum(const Context *context, TextureTarget target) in IsValidCopyTextureDestinationTargetEnum() argument
176 switch (target) in IsValidCopyTextureDestinationTargetEnum()
197 TextureTarget target) in IsValidCopyTextureDestinationTarget()
199 return TextureTargetToType(target) == textureType; in IsValidCopyTextureDestinationTarget()
357 TextureTarget target, in ValidateES2CopyTexImageParameters()
369 if (!ValidTexture2DDestinationTarget(context, target)) in ValidateES2CopyTexImageParameters()
375 TextureType texType = TextureTargetToType(target); in ValidateES2CopyTexImageParameters()
384 if (!ValidateCopyTexImageParametersBase(context, entryPoint, target, level, internalformat, in ValidateES2CopyTexImageParameters()
819 TextureTarget target, in ValidateES2TexImageParameters()
834 if (!ValidTexture2DDestinationTarget(context, target)) in ValidateES2TexImageParameters()
195 IsValidCopyTextureDestinationTarget(const Context *context, TextureType textureType, TextureTarget target) IsValidCopyTextureDestinationTarget() argument
355 ValidateES2CopyTexImageParameters(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isSubImage, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) ValidateES2CopyTexImageParameters() argument
817 ValidateES2TexImageParameters(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLsizei imageSize, const void *pixels) ValidateES2TexImageParameters() argument
847 ValidateES2TexImageParametersBase(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLsizei imageSize, const void *pixels) ValidateES2TexImageParametersBase() argument
1561 ValidateES2TexStorageParametersBase(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) ValidateES2TexStorageParametersBase() argument
1750 ValidateDiscardFramebufferEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei numAttachments, const GLenum *attachments) ValidateDiscardFramebufferEXT() argument
2621 ValidateTexImage2D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) ValidateTexImage2D() argument
2646 ValidateTexImage2DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateTexImage2DRobustANGLE() argument
2677 ValidateTexSubImage2D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) ValidateTexSubImage2D() argument
2703 ValidateTexSubImage2DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, const void *pixels) ValidateTexSubImage2DRobustANGLE() argument
2734 ValidateTexSubImage3DOES(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) ValidateTexSubImage3DOES() argument
2752 ValidateCompressedTexImage2D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data) ValidateCompressedTexImage2D() argument
2808 ValidateCompressedTexImage2DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, GLsizei dataSize, const void *data) ValidateCompressedTexImage2DRobustANGLE() argument
2829 ValidateCompressedTexImage3DOES(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) ValidateCompressedTexImage3DOES() argument
2845 ValidateCompressedTexSubImage2DRobustANGLE(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, GLsizei dataSize, const void *data) ValidateCompressedTexSubImage2DRobustANGLE() argument
2867 ValidateCompressedTexSubImage2D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTexSubImage2D() argument
2916 ValidateCompressedTexSubImage3DOES(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) ValidateCompressedTexSubImage3DOES() argument
2934 ValidateGetBufferPointervOES(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLenum pname, void *const *params) ValidateGetBufferPointervOES() argument
2949 ValidateMapBufferOES(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLenum access) ValidateMapBufferOES() argument
2998 ValidateUnmapBufferOES(const Context *context, angle::EntryPoint entryPoint, BufferBinding target) ValidateUnmapBufferOES() argument
3011 ValidateMapBufferRangeEXT(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLintptr offset, GLsizeiptr length, GLbitfield access) ValidateMapBufferRangeEXT() argument
3027 ValidateMapBufferBase(const Context *context, angle::EntryPoint entryPoint, BufferBinding target) ValidateMapBufferBase() argument
3060 ValidateFlushMappedBufferRangeEXT(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLintptr offset, GLsizeiptr length) ValidateFlushMappedBufferRangeEXT() argument
3497 ValidateBufferData(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLsizeiptr size, const void *data, BufferUsage usage) ValidateBufferData() argument
3565 ValidateBufferSubData(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLintptr offset, GLsizeiptr size, const void *data) ValidateBufferSubData() argument
3762 ValidateBindFramebuffer(const Context *context, angle::EntryPoint entryPoint, GLenum target, FramebufferID framebuffer) ValidateBindFramebuffer() argument
3770 ValidateBindRenderbuffer(const Context *context, angle::EntryPoint entryPoint, GLenum target, RenderbufferID renderbuffer) ValidateBindRenderbuffer() argument
3965 ValidateRenderbufferStorage(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum internalformat, GLsizei width, GLsizei height) ValidateRenderbufferStorage() argument
3976 ValidateRenderbufferStorageMultisampleANGLE(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) ValidateRenderbufferStorageMultisampleANGLE() argument
4017 ValidateCheckFramebufferStatus(const Context *context, angle::EntryPoint entryPoint, GLenum target) ValidateCheckFramebufferStatus() argument
4553 ValidateHint(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum mode) ValidateHint() argument
5166 ValidateGetFramebufferAttachmentParameteriv(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, GLenum pname, const GLint *params) ValidateGetFramebufferAttachmentParameteriv() argument
5186 ValidateCopyTexImage2D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) ValidateCopyTexImage2D() argument
5208 ValidateCopyTexSubImage2D(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) ValidateCopyTexSubImage2D() argument
5229 ValidateCopyTexSubImage3DOES(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) ValidateCopyTexSubImage3DOES() argument
5311 ValidateFramebufferRenderbuffer(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, GLenum renderbuffertarget, RenderbufferID renderbuffer) ValidateFramebufferRenderbuffer() argument
5322 ValidateFramebufferTexture2D(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, TextureTarget textarget, TextureID texture, GLint level) ValidateFramebufferTexture2D() argument
5463 ValidateFramebufferTexture3DOES(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, TextureTarget textargetPacked, TextureID texture, GLint level, GLint zoffset) ValidateFramebufferTexture3DOES() argument
5565 ValidateGenerateMipmap(const Context *context, angle::EntryPoint entryPoint, TextureType target) ValidateGenerateMipmap() argument
5572 ValidateGetBufferParameteriv(const Context *context, angle::EntryPoint entryPoint, BufferBinding target, GLenum pname, const GLint *params) ValidateGetBufferParameteriv() argument
5581 ValidateGetRenderbufferParameteriv(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum pname, const GLint *params) ValidateGetRenderbufferParameteriv() argument
5599 ValidateGetTexParameterfv(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, const GLfloat *params) ValidateGetTexParameterfv() argument
5608 ValidateGetTexParameteriv(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, const GLint *params) ValidateGetTexParameteriv() argument
5617 ValidateGetTexParameterIivOES(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, const GLint *params) ValidateGetTexParameterIivOES() argument
5631 ValidateGetTexParameterIuivOES(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, const GLuint *params) ValidateGetTexParameterIuivOES() argument
5736 ValidateTexParameterf(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, GLfloat param) ValidateTexParameterf() argument
5745 ValidateTexParameterfv(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, const GLfloat *params) ValidateTexParameterfv() argument
5754 ValidateTexParameteri(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, GLint param) ValidateTexParameteri() argument
5763 ValidateTexParameteriv(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, const GLint *params) ValidateTexParameteriv() argument
5772 ValidateTexParameterIivOES(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, const GLint *params) ValidateTexParameterIivOES() argument
5786 ValidateTexParameterIuivOES(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLenum pname, const GLuint *params) ValidateTexParameterIuivOES() argument
6126 ValidateTexImage3DOES(const Context *context, angle::EntryPoint entryPoint, TextureTarget target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) ValidateTexImage3DOES() argument
6156 ValidateTexStorage1DEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) ValidateTexStorage1DEXT() argument
6168 ValidateTexStorage3DEXT(const Context *context, angle::EntryPoint entryPoint, TextureType target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) ValidateTexStorage3DEXT() argument
6273 ValidateFramebufferTexture2DMultisampleEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum attachment, TextureTarget textarget, TextureID texture, GLint level, GLsizei samples) ValidateFramebufferTexture2DMultisampleEXT() argument
6339 ValidateRenderbufferStorageMultisampleEXT(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) ValidateRenderbufferStorageMultisampleEXT() argument
6384 RecordBindTextureTypeError(const Context *context, angle::EntryPoint entryPoint, TextureType target) RecordBindTextureTypeError() argument
[all...]

Completed in 27 milliseconds

1...<<31323334353637383940>>...200