/third_party/skia/third_party/externals/tint/src/ast/ |
H A D | sampled_texture.h | 46 /// Clones this type and all transitive types using the `CloneContext` `ctx`. 47 /// @param ctx the clone context 49 const SampledTexture* Clone(CloneContext* ctx) const override;
|
H A D | sint_literal_expression.h | 40 /// `ctx`. 41 /// @param ctx the clone context 43 const SintLiteralExpression* Clone(CloneContext* ctx) const override;
|
H A D | stage_decoration.h | 42 /// `ctx`. 43 /// @param ctx the clone context 45 const StageDecoration* Clone(CloneContext* ctx) const override;
|
H A D | stride_decoration.h | 39 /// `ctx`. 40 /// @param ctx the clone context 42 const StrideDecoration* Clone(CloneContext* ctx) const override;
|
H A D | struct.h | 51 /// `ctx`. 52 /// @param ctx the clone context 54 const Struct* Clone(CloneContext* ctx) const override;
|
H A D | struct_block_decoration.h | 40 /// `ctx`. 41 /// @param ctx the clone context 43 const StructBlockDecoration* Clone(CloneContext* ctx) const override;
|
H A D | struct_member_align_decoration.h | 41 /// `ctx`. 42 /// @param ctx the clone context 44 const StructMemberAlignDecoration* Clone(CloneContext* ctx) const override;
|
H A D | struct_member_offset_decoration.h | 51 /// `ctx`. 52 /// @param ctx the clone context 54 const StructMemberOffsetDecoration* Clone(CloneContext* ctx) const override;
|
H A D | struct_member_size_decoration.h | 41 /// `ctx`. 42 /// @param ctx the clone context 44 const StructMemberSizeDecoration* Clone(CloneContext* ctx) const override;
|
H A D | type_name.h | 43 /// Clones this type and all transitive types using the `CloneContext` `ctx`. 44 /// @param ctx the clone context 46 const TypeName* Clone(CloneContext* ctx) const override;
|
H A D | u32.h | 41 /// Clones this type and all transitive types using the `CloneContext` `ctx`. 42 /// @param ctx the clone context 44 const U32* Clone(CloneContext* ctx) const override;
|
H A D | uint_literal_expression.h | 40 /// `ctx`. 41 /// @param ctx the clone context 43 const UintLiteralExpression* Clone(CloneContext* ctx) const override;
|
H A D | unary_op_expression.h | 41 /// `ctx`. 42 /// @param ctx the clone context 44 const UnaryOpExpression* Clone(CloneContext* ctx) const override;
|
H A D | variable_decl_statement.h | 40 /// `ctx`. 41 /// @param ctx the clone context 43 const VariableDeclStatement* Clone(CloneContext* ctx) const override;
|
H A D | void.h | 41 /// Clones this type and all transitive types using the `CloneContext` `ctx`. 42 /// @param ctx the clone context 44 const Void* Clone(CloneContext* ctx) const override;
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/ |
H A D | napi_datashare_helper.cpp | 129 auto exec = [ctxInfo](AsyncCall::Context *ctx) { in Napi_CreateDataShareHelper() 230 auto exec = [context](AsyncCall::Context *ctx) { in Napi_Insert() 275 auto exec = [context](AsyncCall::Context *ctx) { in Napi_Delete() 330 auto exec = [context](AsyncCall::Context *ctx) { in Napi_Query() 383 auto exec = [context](AsyncCall::Context *ctx) { in Napi_Update() 423 auto exec = [context](AsyncCall::Context *ctx) { in Napi_BatchUpdate() 467 auto exec = [context](AsyncCall::Context *ctx) { in Napi_BatchInsert() 502 auto exec = [context](AsyncCall::Context *ctx) { in Napi_NormalizeUri() 538 auto exec = [context](AsyncCall::Context *ctx) { in Napi_DenormalizeUri() 600 auto exec = [context](AsyncCall::Context *ctx) { in Napi_NotifyChange() [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_uvd.c | 84 struct rvid_buffer ctx; member 994 si_vid_destroy_buffer(&dec->ctx); in ruvd_destroy() 1123 dec->msg->body.decode.dpb_reserved = dec->ctx.res->buf->size; in ruvd_end_frame() 1138 if (dec->ctx.res == NULL) { in ruvd_end_frame() 1144 if (!si_vid_create_buffer(dec->screen, &dec->ctx, ctx_size, PIPE_USAGE_DEFAULT)) { in ruvd_end_frame() 1147 si_vid_clear_buffer(decoder->context, &dec->ctx); in ruvd_end_frame() 1150 if (dec->ctx.res) in ruvd_end_frame() 1151 dec->msg->body.decode.dpb_reserved = dec->ctx.res->buf->size; in ruvd_end_frame() 1188 if (dec->ctx.res) in ruvd_end_frame() 1189 send_cmd(dec, RUVD_CMD_CONTEXT_BUFFER, dec->ctx in ruvd_end_frame() [all...] |
H A D | si_clear.c | 1102 static void si_clear(struct pipe_context *ctx, unsigned buffers, in si_clear() argument 1106 struct si_context *sctx = (struct si_context *)ctx; in si_clear() 1231 struct pipe_context *ctx = &sctx->b; in si_try_normal_clear() local 1246 ctx->set_framebuffer_state(ctx, &fb); in si_try_normal_clear() 1247 ctx->clear(ctx, buffers, NULL, color, depth, stencil); in si_try_normal_clear() 1248 ctx->set_framebuffer_state(ctx, &saved_fb); in si_try_normal_clear() 1258 static void si_clear_render_target(struct pipe_context *ctx, struc argument 1284 si_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) si_clear_depth_stencil() argument [all...] |
/third_party/node/lib/internal/ |
H A D | errors.js | 355 [SymbolFor('nodejs.util.inspect.custom')](recurseTimes, ctx) { 357 ...ctx, 366 constructor(ctx) { 367 super(key, ctx); 508 * @param {object} ctx 511 const uvException = hideStackFrames(function uvException(ctx) { 512 const { 0: code, 1: uvmsg } = uvErrmapGet(ctx.errno) || uvUnmappedError; 513 let message = `${code}: ${ctx.message || uvmsg}, ${ctx.syscall}`; 517 if (ctx [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | context.rs | 88 pub fn $checked(&self, ctx: &BindgenContext) -> Option<$name> { in from() 89 if ctx.resolve_item(*self).kind().$check_method() { in from() 97 pub fn $expected(&self, ctx: &BindgenContext) -> $name { in from() 98 self.$checked(ctx) in from() 216 fn can_derive_debug(&self, ctx: &BindgenContext) -> bool { in can_derive_debug() 217 ctx.options().derive_debug && ctx.lookup_can_derive_debug(*self) in can_derive_debug() 225 fn can_derive_default(&self, ctx: &BindgenContext) -> bool { in can_derive_default() 226 ctx.options().derive_default && ctx in can_derive_default() [all...] |
/third_party/python/Lib/test/ |
H A D | test_ftplib.py | 984 ctx = ssl.SSLContext(ssl.PROTOCOL_TLS_CLIENT) 985 ctx.check_hostname = False 986 ctx.verify_mode = ssl.CERT_NONE 988 context=ctx) 990 context=ctx) 992 keyfile=CERTFILE, context=ctx) 994 self.client = ftplib.FTP_TLS(context=ctx, timeout=TIMEOUT) 998 self.assertIs(self.client.sock.context, ctx) 1003 self.assertIs(sock.context, ctx) 1016 ctx [all...] |
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | defs.c | 434 VALUE ctx = rb_class_new_instance(1, &_self, cBuilder); in DescriptorPool_build() local 436 rb_funcall_with_block(ctx, rb_intern("instance_eval"), 0, NULL, block); in DescriptorPool_build() 437 Builder_build(ctx); in DescriptorPool_build() 1790 VALUE ctx = rb_class_new_instance(2, args, cOneofBuilderContext); in MessageBuilderContext_oneof() local 1792 rb_funcall_with_block(ctx, rb_intern("instance_eval"), 0, NULL, block); in MessageBuilderContext_oneof() 2120 VALUE ctx = rb_class_new_instance(2, args, cMessageBuilderContext); in FileBuilderContext_add_message() local 2122 rb_funcall_with_block(ctx, rb_intern("instance_eval"), 0, NULL, block); in FileBuilderContext_add_message() 2123 MessageBuilderContext_add_synthetic_oneofs(ctx); in FileBuilderContext_add_message() 2139 VALUE ctx = rb_class_new_instance(2, args, cEnumBuilderContext); in FileBuilderContext_add_enum() local 2141 rb_funcall_with_block(ctx, rb_inter in FileBuilderContext_add_enum() 2225 VALUE ctx; Builder_add_file() local [all...] |
/third_party/libdrm/ |
H A D | xf86drm.c | 2028 drm_ctx_t ctx; in drmCreateContext() local 2030 memclear(ctx); in drmCreateContext() 2031 if (drmIoctl(fd, DRM_IOCTL_ADD_CTX, &ctx)) in drmCreateContext() 2033 *handle = ctx.handle; in drmCreateContext() 2039 drm_ctx_t ctx; in drmSwitchToContext() local 2041 memclear(ctx); in drmSwitchToContext() 2042 ctx.handle = context; in drmSwitchToContext() 2043 if (drmIoctl(fd, DRM_IOCTL_SWITCH_CTX, &ctx)) in drmSwitchToContext() 2051 drm_ctx_t ctx; in drmSetContextFlags() local 2059 memclear(ctx); in drmSetContextFlags() 2073 drm_ctx_t ctx; drmGetContextFlags() local 2106 drm_ctx_t ctx; drmDestroyContext() local [all...] |
/third_party/mesa3d/src/glx/ |
H A D | dri2_glx.c | 449 __DRIcontext *ctx = dri2GetCurrentContext(); in dri2Throttle() local 451 psc->throttle->throttle(ctx, draw->driDrawable, reason); in dri2Throttle() 463 __DRIcontext *ctx, in dri2Flush() 468 if (ctx && psc->f && psc->f->base.version >= 4) { in dri2Flush() 469 psc->f->flush_with_flags(ctx, draw->driDrawable, flags, throttle_reason); in dri2Flush() 490 __DRIcontext *ctx = dri2GetCurrentContext(); in __dri2CopySubBuffer() local 505 dri2Flush(psc, ctx, priv, flags, __DRI2_THROTTLE_COPYSUBBUFFER); in __dri2CopySubBuffer() 744 __DRIcontext *ctx = dri2GetCurrentContext(); in dri2SwapBuffers() 748 dri2Flush(psc, ctx, priv, flags, __DRI2_THROTTLE_SWAPBUFFER); in dri2SwapBuffers() 462 dri2Flush(struct dri2_screen *psc, __DRIcontext *ctx, struct dri2_drawable *draw, unsigned flags, enum __DRI2throttleReason throttle_reason) dri2Flush() argument
|
/third_party/node/lib/ |
H A D | _tls_wrap.js | 283 let ctx = socket._handle.sni_context; 285 if (!ctx) { 286 ctx = socket.server._sharedCreds; 290 if (!ctx) 295 if (ctx.context) 296 ctx = ctx.context; 323 ctx.getCertificate(), 324 ctx.getIssuer(),
|