Home
last modified time | relevance | path

Searched refs:ctx (Results 5676 - 5700 of 7223) sorted by relevance

1...<<221222223224225226227228229230>>...289

/third_party/skia/third_party/externals/tint/src/ast/
H A Dstride_decoration.h39 /// `ctx`.
40 /// @param ctx the clone context
42 const StrideDecoration* Clone(CloneContext* ctx) const override;
H A Dstruct.h51 /// `ctx`.
52 /// @param ctx the clone context
54 const Struct* Clone(CloneContext* ctx) const override;
H A Dstruct_block_decoration.h40 /// `ctx`.
41 /// @param ctx the clone context
43 const StructBlockDecoration* Clone(CloneContext* ctx) const override;
H A Dstruct_member_align_decoration.h41 /// `ctx`.
42 /// @param ctx the clone context
44 const StructMemberAlignDecoration* Clone(CloneContext* ctx) const override;
H A Dstruct_member_offset_decoration.h51 /// `ctx`.
52 /// @param ctx the clone context
54 const StructMemberOffsetDecoration* Clone(CloneContext* ctx) const override;
H A Dstruct_member_size_decoration.h41 /// `ctx`.
42 /// @param ctx the clone context
44 const StructMemberSizeDecoration* Clone(CloneContext* ctx) const override;
H A Dtype_name.h43 /// 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 Du32.h41 /// 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 Duint_literal_expression.h40 /// `ctx`.
41 /// @param ctx the clone context
43 const UintLiteralExpression* Clone(CloneContext* ctx) const override;
H A Dunary_op_expression.h41 /// `ctx`.
42 /// @param ctx the clone context
44 const UnaryOpExpression* Clone(CloneContext* ctx) const override;
H A Dvariable_decl_statement.h40 /// `ctx`.
41 /// @param ctx the clone context
43 const VariableDeclStatement* Clone(CloneContext* ctx) const override;
H A Dvoid.h41 /// 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;
/third_party/ffmpeg/libavfilter/
H A Dvf_vectorscope.c212 static int query_formats(AVFilterContext *ctx) in query_formats() argument
214 VectorscopeContext *s = ctx->priv; in query_formats()
220 if (!ctx->inputs[0]->incfg.formats || in query_formats()
221 !ctx->inputs[0]->incfg.formats->nb_formats) { in query_formats()
225 if (!ctx->inputs[0]->outcfg.formats) { in query_formats()
232 if ((ret = ff_formats_ref(ff_make_format_list(in_pix_fmts), &ctx->inputs[0]->outcfg.formats)) < 0) in query_formats()
236 avff = ctx->inputs[0]->incfg.formats; in query_formats()
265 if ((ret = ff_formats_ref(ff_make_format_list(out_pix_fmts), &ctx->outputs[0]->incfg.formats)) < 0) in query_formats()
1439 AVFilterContext *ctx = inlink->dst; in filter_frame() local
1440 VectorscopeContext *s = ctx in filter_frame()
1490 AVFilterContext *ctx = inlink->dst; config_input() local
1565 uninit(AVFilterContext *ctx) uninit() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_tls.cc325 SSL_CTX_set_tlsext_status_cb(sc->ctx().get(), TLSExtStatusCallback); in ConfigureSecureContext()
326 SSL_CTX_set_tlsext_status_arg(sc->ctx().get(), nullptr); in ConfigureSecureContext()
1343 Local<Value> ctx = p->object()->Get(env->context(), env->sni_context_string()) in SelectSNIContextCallback()
1346 if (UNLIKELY(ctx.IsEmpty()) || !ctx->IsObject()) in SelectSNIContextCallback()
1349 if (!env->secure_context_constructor_template()->HasInstance(ctx)) { in SelectSNIContextCallback()
1356 SecureContext* sc = Unwrap<SecureContext>(ctx.As<Object>()); in SelectSNIContextCallback()
1361 CHECK_EQ(SSL_set_SSL_CTX(p->ssl_.get(), sc->ctx().get()), sc->ctx().get()); in SelectSNIContextCallback()
1369 SSL_CTX_get_cert_store(sc->ctx() in SetCACerts()
1541 Local<Value> ctx = object->Get(env->context(), env->sni_context_string()) CertCbDone() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dseek.c177 FFIOContext *ctx; in ff_configure_buffers_for_index() local
219 ctx = ffiocontext(s->pb); in ff_configure_buffers_for_index()
230 ctx->short_seek_threshold = FFMAX(ctx->short_seek_threshold, pos_delta/2); in ff_configure_buffers_for_index()
234 ctx->short_seek_threshold = FFMAX(ctx->short_seek_threshold, skip); in ff_configure_buffers_for_index()
/third_party/icu/icu4c/source/test/intltest/
H A Dunits_test.cpp442 UnitsTestContext *ctx = (UnitsTestContext *)context; in unitsTestDataLineFn() local
443 UnitsTest *unitsTest = ctx->unitsTest; in unitsTestDataLineFn()
483 auto convertibility = extractConvertibility(sourceUnit, targetUnit, *ctx->conversionRates, status); in unitsTestDataLineFn()
499 UnitsConverter converter(sourceUnit, targetUnit, *ctx->conversionRates, status); in unitsTestDataLineFn()
535 UnitsTestContext ctx = {this, &rates}; in testConverterWithCLDRTests() local
536 u_parseDelimitedFile(path.data(), ';', fields, kNumFields, unitsTestDataLineFn, &ctx, errorCode); in testConverterWithCLDRTests()
/third_party/mesa3d/src/glx/
H A Dg_glxglvnddispatchfuncs.c309 static GLXContextID dispatch_GetContextIDEXT(const GLXContext ctx) in dispatch_GetContextIDEXT() argument
314 dd = GetDispatchFromContext(ctx); in dispatch_GetContextIDEXT()
322 return pGetContextIDEXT(ctx); in dispatch_GetContextIDEXT()
466 static int dispatch_QueryContextInfoEXT(Display *dpy, GLXContext ctx, in dispatch_QueryContextInfoEXT() argument
472 dd = GetDispatchFromContext(ctx); in dispatch_QueryContextInfoEXT()
480 return pQueryContextInfoEXT(dpy, ctx, attribute, value); in dispatch_QueryContextInfoEXT()
/third_party/node/lib/internal/fs/
H A Dutils.js350 * @param {InternalFSBinding.FSSyncContext} ctx
352 function handleErrorFromBinding(ctx) {
353 if (ctx.errno !== undefined) { // libuv error numbers
354 const err = uvException(ctx);
358 if (ctx.error !== undefined) { // Errors created in C++ land.
359 // TODO(joyeecheung): currently, ctx.error are encoding errors
362 ErrorCaptureStackTrace(ctx.error, handleErrorFromBinding);
363 throw ctx.error;
/third_party/lzma/C/
H A DPpmd7.c32 #define STATS(ctx) Ppmd7_GetStats(p, ctx)
33 #define ONE_STATE(ctx) Ppmd7Context_OneState(ctx)
34 #define SUFFIX(ctx) CTX((ctx)->Suffix)
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_batch.c183 struct iris_screen *screen = (void *) ice->ctx.screen; in iris_init_batch()
200 u_upload_create(&ice->ctx, 4096, PIPE_BIND_CUSTOM, in iris_init_batch()
255 struct iris_screen *screen = (void *) ice->ctx.screen; in iris_init_non_engine_contexts()
271 struct iris_screen *screen = (void *) ice->ctx.screen; in iris_create_engines_context()
323 struct iris_screen *screen = (void *) ice->ctx.screen; in iris_init_engines_context()
341 ice->batches[i].screen = (void *) ice->ctx.screen; in iris_init_batches()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_pubkey.c131 char opt, ASN1_TLC *ctx, OSSL_LIB_CTX *libctx,
151 tag, aclass, opt, ctx)) <= 0)
567 OSSL_ENCODER_CTX *ctx = in i2d_PUBKEY() local
574 if (OSSL_ENCODER_CTX_get_num_encoders(ctx) != 0 in i2d_PUBKEY()
576 && OSSL_ENCODER_to_bio(ctx, out) in i2d_PUBKEY()
592 OSSL_ENCODER_CTX_free(ctx); in i2d_PUBKEY()
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpvkfmt.c378 BN_CTX *ctx = NULL; in ossl_b2i_DSA_after_header() local
409 if ((ctx = BN_CTX_new()) == NULL) in ossl_b2i_DSA_after_header()
412 if (!BN_mod_exp(pub_key, gbn, priv_key, pbn, ctx)) in ossl_b2i_DSA_after_header()
415 BN_CTX_free(ctx); in ossl_b2i_DSA_after_header()
416 ctx = NULL; in ossl_b2i_DSA_after_header()
436 BN_CTX_free(ctx); in ossl_b2i_DSA_after_header()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_sslproto.py611 self.loop.set_exception_handler(lambda loop, ctx: messages.append(ctx))
657 self.loop.set_exception_handler(lambda loop, ctx: messages.append(ctx))
687 self.loop.set_exception_handler(lambda loop, ctx: None)
720 self.loop.set_exception_handler(lambda loop, ctx: None)
H A Dtest_taskgroups.py721 ctx = contextvars.copy_context()
722 self.assertIsNone(ctx.get(cvar))
723 t1 = g.create_task(coro(1), context=ctx)
725 self.assertEqual(1, ctx.get(cvar))
726 t2 = g.create_task(coro(2), context=ctx)
728 self.assertEqual(2, ctx.get(cvar))
/third_party/openssl/crypto/pem/
H A Dpvkfmt.c378 BN_CTX *ctx = NULL; in ossl_b2i_DSA_after_header() local
409 if ((ctx = BN_CTX_new()) == NULL) in ossl_b2i_DSA_after_header()
412 if (!BN_mod_exp(pub_key, gbn, priv_key, pbn, ctx)) in ossl_b2i_DSA_after_header()
415 BN_CTX_free(ctx); in ossl_b2i_DSA_after_header()
416 ctx = NULL; in ossl_b2i_DSA_after_header()
436 BN_CTX_free(ctx); in ossl_b2i_DSA_after_header()

Completed in 25 milliseconds

1...<<221222223224225226227228229230>>...289