/third_party/skia/third_party/externals/tint/src/ast/ |
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;
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_vectorscope.c | 212 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 D | crypto_tls.cc | 325 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 D | seek.c | 177 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 D | units_test.cpp | 442 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 D | g_glxglvnddispatchfuncs.c | 309 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 D | utils.js | 350 * @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 D | Ppmd7.c | 32 #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 D | iris_batch.c | 183 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 D | x_pubkey.c | 131 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 D | pvkfmt.c | 378 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 D | test_sslproto.py | 611 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 D | test_taskgroups.py | 721 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 D | pvkfmt.c | 378 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()
|