Home
last modified time | relevance | path

Searched refs:ctx (Results 4901 - 4925 of 7316) sorted by relevance

1...<<191192193194195196197198199200>>...293

/third_party/node/deps/v8/third_party/jinja2/
H A Dnodes.py82 def get_eval_context(node, ctx):
83 if ctx is None:
91 return ctx
185 def set_ctx(self, ctx):
194 if "ctx" in node.fields:
195 node.ctx = ctx
471 The `ctx` of the node can be one of the following values:
478 fields = ("name", "ctx")
554 for subscripts. Like for :class:`Name` `ctx` specifie
[all...]
H A Ddebug.py172 ctx = real_locals.get("context")
174 if ctx:
175 data = ctx.get_all().copy()
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnodes.py97 def get_eval_context(node, ctx):
98 if ctx is None:
104 return ctx
194 def set_ctx(self, ctx):
203 if 'ctx' in node.fields:
204 node.ctx = ctx
455 The `ctx` of the node can be one of the following values:
461 fields = ('name', 'ctx')
530 for subscripts. Like for :class:`Name` `ctx` specifie
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsfallocate.c652 static int ntfs_full_allocation(ntfs_attr *na, ntfs_attr_search_ctx *ctx, in ntfs_full_allocation() argument
706 CASE_SENSITIVE, 0, NULL, 0, ctx)) { in ntfs_full_allocation()
711 attr = ctx->attr; in ntfs_full_allocation()
746 ntfs_attr_search_ctx *ctx; in ntfs_fallocate() local
767 ctx = ntfs_attr_get_search_ctx(ni, NULL); in ntfs_fallocate()
768 if (!ctx) { in ntfs_fallocate()
786 err = ntfs_full_allocation(na, ctx, in ntfs_fallocate()
804 ntfs_attr_put_search_ctx(ctx); in ntfs_fallocate()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_context.h441 struct pipe_context ctx; member
769 void crocus_init_blit_functions(struct pipe_context *ctx);
770 void crocus_init_clear_functions(struct pipe_context *ctx);
771 void crocus_init_program_functions(struct pipe_context *ctx);
772 void crocus_init_resource_functions(struct pipe_context *ctx);
806 void crocus_draw_vbo(struct pipe_context *ctx,
833 void crocus_init_flush_functions(struct pipe_context *ctx);
968 struct pipe_rasterizer_state *crocus_get_rast_state(struct crocus_context *ctx);
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_job_render.c85 #define to_pvr_srv_winsys_render_ctx(ctx) \
86 container_of(ctx, struct pvr_srv_winsys_render_ctx, base)
393 void pvr_srv_winsys_render_ctx_destroy(struct pvr_winsys_render_ctx *ctx) in pvr_srv_winsys_render_ctx_destroy() argument
395 struct pvr_srv_winsys *srv_ws = to_pvr_srv_winsys(ctx->ws); in pvr_srv_winsys_render_ctx_destroy()
397 to_pvr_srv_winsys_render_ctx(ctx); in pvr_srv_winsys_render_ctx_destroy()
527 const struct pvr_winsys_render_ctx *ctx, in pvr_srv_winsys_render_submit()
539 to_pvr_srv_winsys_render_ctx(ctx); in pvr_srv_winsys_render_submit()
540 const struct pvr_srv_winsys *srv_ws = to_pvr_srv_winsys(ctx->ws); in pvr_srv_winsys_render_submit()
526 pvr_srv_winsys_render_submit( const struct pvr_winsys_render_ctx *ctx, const struct pvr_winsys_render_submit_info *submit_info, struct vk_sync *signal_sync_geom, struct vk_sync *signal_sync_frag) pvr_srv_winsys_render_submit() argument
/third_party/skia/third_party/externals/jinja2/
H A Dnodes.py82 def get_eval_context(node, ctx):
83 if ctx is None:
91 return ctx
185 def set_ctx(self, ctx):
194 if "ctx" in node.fields:
195 node.ctx = ctx
471 The `ctx` of the node can be one of the following values:
478 fields = ("name", "ctx")
554 for subscripts. Like for :class:`Name` `ctx` specifie
[all...]
/third_party/openssl/test/
H A Dcmp_vfy_test.c204 static int add_trusted(OSSL_CMP_CTX *ctx, X509 *cert) in add_trusted() argument
206 return X509_STORE_add_cert(OSSL_CMP_CTX_get0_trustedStore(ctx), cert); in add_trusted()
209 static int add_untrusted(OSSL_CMP_CTX *ctx, X509 *cert) in add_untrusted() argument
211 return X509_add_cert(OSSL_CMP_CTX_get0_untrusted(ctx), cert, in add_untrusted()
448 static int allow_unprotected(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *msg, in allow_unprotected() argument
459 OSSL_CMP_CTX *ctx = (*fixture)->cmp_ctx; in setup_check_update() local
468 && !ossl_cmp_asn1_octet_string_set1_bytes(&ctx->senderNonce, in setup_check_update()
477 || !OSSL_CMP_CTX_set1_transactionID(ctx, trid)) { in setup_check_update()
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Degl.h112 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx);
122 typedef EGLBoolean (EGLAPIENTRYP PFNEGLMAKECURRENTPROC) (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
123 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
137 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
147 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
148 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
318 typedef EGLImage (EGLAPIENTRYP PFNEGLCREATEIMAGEPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
329 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
/third_party/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp261 void EMSCRIPTEN_KEEPALIVE ToCanvas(const SkPath& path, emscripten::val /* Path2D or Canvas*/ ctx) { in ToCanvas() argument
268 ctx.call<void>("moveTo", pts[0].x(), pts[0].y()); in ToCanvas()
271 ctx.call<void>("lineTo", pts[1].x(), pts[1].y()); in ToCanvas()
274 ctx.call<void>("quadraticCurveTo", pts[1].x(), pts[1].y(), pts[2].x(), pts[2].y()); in ToCanvas()
280 ctx.call<void>("quadraticCurveTo", quads[1].x(), quads[1].y(), quads[2].x(), quads[2].y()); in ToCanvas()
281 ctx.call<void>("quadraticCurveTo", quads[3].x(), quads[3].y(), quads[4].x(), quads[4].y()); in ToCanvas()
284 ctx.call<void>("bezierCurveTo", pts[1].x(), pts[1].y(), pts[2].x(), pts[2].y(), in ToCanvas()
288 ctx.call<void>("closePath"); in ToCanvas()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dpkcs5.c592 struct crypto_cipher *ctx; in pkcs5_decrypt() local
602 ctx = pkcs5_crypto_init(&params, passwd); in pkcs5_decrypt()
603 if (ctx == NULL) { in pkcs5_decrypt()
612 crypto_cipher_deinit(ctx); in pkcs5_decrypt()
618 crypto_cipher_deinit(ctx); in pkcs5_decrypt()
622 if (crypto_cipher_decrypt(ctx, enc_data, eb, enc_data_len) < 0) { in pkcs5_decrypt()
624 crypto_cipher_deinit(ctx); in pkcs5_decrypt()
628 crypto_cipher_deinit(ctx); in pkcs5_decrypt()
/third_party/ffmpeg/libavcodec/
H A Ddv.c165 int ff_dv_init_dynamic_tables(DVVideoContext *ctx, const AVDVProfile *d) in ff_dv_init_dynamic_tables() argument
177 dv_calc_mb_coordinates(d, c, s, j, &ctx->work_chunks[i].mb_coordinates[0]); in ff_dv_init_dynamic_tables()
178 ctx->work_chunks[i++].buf_offset = p; in ff_dv_init_dynamic_tables()
/third_party/ffmpeg/doc/examples/
H A Dencode_audio.c94 static void encode(AVCodecContext *ctx, AVFrame *frame, AVPacket *pkt, in encode() argument
100 ret = avcodec_send_frame(ctx, frame); in encode()
109 ret = avcodec_receive_packet(ctx, pkt); in encode()
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_native_layer_avgpool.c59 int32_t output_operand_index, const void *parameters, NativeContext *ctx) in ff_dnn_execute_layer_avg_pool()
111 av_log(ctx, AV_LOG_ERROR, "The output data length overflow\n"); in ff_dnn_execute_layer_avg_pool()
116 av_log(ctx, AV_LOG_ERROR, "Failed to reallocate memory for output\n"); in ff_dnn_execute_layer_avg_pool()
58 ff_dnn_execute_layer_avg_pool(DnnOperand *operands, const int32_t *input_operand_indexes, int32_t output_operand_index, const void *parameters, NativeContext *ctx) ff_dnn_execute_layer_avg_pool() argument
H A Ddnn_backend_native_layer_dense.c86 int32_t output_operand_index, const void *parameters, NativeContext *ctx) in ff_dnn_execute_layer_dense()
106 av_log(ctx, AV_LOG_ERROR, "The output data length overflow\n"); in ff_dnn_execute_layer_dense()
111 av_log(ctx, AV_LOG_ERROR, "Failed to reallocate memory for output\n"); in ff_dnn_execute_layer_dense()
85 ff_dnn_execute_layer_dense(DnnOperand *operands, const int32_t *input_operand_indexes, int32_t output_operand_index, const void *parameters, NativeContext *ctx) ff_dnn_execute_layer_dense() argument
/third_party/ffmpeg/libavformat/
H A Drtpdec_latm.c41 static int latm_parse_packet(AVFormatContext *ctx, PayloadContext *data, in latm_parse_packet() argument
68 av_log(ctx, AV_LOG_ERROR, "No data available yet\n"); in latm_parse_packet()
80 av_log(ctx, AV_LOG_ERROR, "Malformed LATM packet\n"); in latm_parse_packet()
/third_party/backends/include/sane/
H A Dusb_manager.h415 int usb_manager_init(usb_manager_context **ctx);
416 int usb_manager_exit(usb_manager_context *ctx);
417 ssize_t usb_manager_get_device_list(usb_manager_context *ctx, usb_manager_device ***list);
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-netdev.h51 struct lws_netdev_instance * (*create)(struct lws_context *ctx,
230 lws_netdevs_from_ctx(struct lws_context *ctx);
239 lws_netdev_wifi_create_plat(struct lws_context *ctx,
H A Dlws-jws.h410 * \param ctx: the lws_context
431 lws_jwt_signed_validate(struct lws_context *ctx, struct lws_jwk *jwk,
438 * \param ctx: the lws_context
456 lws_jwt_sign_compact(struct lws_context *ctx, struct lws_jwk *jwk,
482 * \param ctx: the lws_context
497 lws_jwt_sign_via_info(struct lws_context *ctx, struct lws_jwk *jwk,
/third_party/mbedtls/programs/ssl/
H A Dssl_client1.c45 static void my_debug(void *ctx, int level, in my_debug() argument
51 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
52 fflush((FILE *) ctx); in my_debug()
H A Ddtls_client.c59 static void my_debug(void *ctx, int level, in my_debug() argument
65 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
66 fflush((FILE *) ctx); in my_debug()
/third_party/jinja2/
H A Ddebug.py155 ctx: "t.Optional[Context]" = real_locals.get("context")
157 if ctx is not None:
158 data: t.Dict[str, t.Any] = ctx.get_all().copy()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_types.h217 SSL_CTX *ctx; member
314 int X509_STORE_CTX_get_error(X509_STORE_CTX *ctx);
315 int X509_STORE_CTX_get_error_depth(X509_STORE_CTX *ctx);
/third_party/mesa3d/src/intel/common/
H A Dintel_decoder.h260 void intel_batch_decode_ctx_init(struct intel_batch_decode_ctx *ctx,
271 void intel_batch_decode_ctx_finish(struct intel_batch_decode_ctx *ctx);
274 void intel_print_batch(struct intel_batch_decode_ctx *ctx,
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.h133 st_get_texture_object(struct gl_context *ctx, in st_get_texture_object() argument
138 return ctx->Texture.Unit[texUnit]._Current; in st_get_texture_object()
212 st_create_color_map_texture(struct gl_context *ctx);

Completed in 21 milliseconds

1...<<191192193194195196197198199200>>...293