/third_party/skia/modules/canvaskit/ |
H A D | interface.js | 452 CanvasKit.setCurrentContext(this._context); 458 CanvasKit.setCurrentContext(this._context); 464 CanvasKit.setCurrentContext(this._context); 472 CanvasKit.setCurrentContext(this._context); 478 CanvasKit.setCurrentContext(this._context); 503 CanvasKit.setCurrentContext(this._context); 544 CanvasKit.setCurrentContext(this._context); 549 CanvasKit.setCurrentContext(this._context); 559 CanvasKit.setCurrentContext(this._context); 564 CanvasKit.setCurrentContext(this._context); [all...] |
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_context.c | 1712 trace_context_transfer_map(struct pipe_context *_context, in trace_context_transfer_map() argument 1719 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_map() 1754 trace_context_transfer_flush_region( struct pipe_context *_context, in trace_context_transfer_flush_region() argument 1758 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_flush_region() 1775 trace_context_transfer_unmap(struct pipe_context *_context, in trace_context_transfer_unmap() argument 1778 struct trace_context *tr_ctx = trace_context(_context); in trace_context_transfer_unmap() 1863 trace_context_buffer_subdata(struct pipe_context *_context, in trace_context_buffer_subdata() argument 1868 struct trace_context *tr_context = trace_context(_context); in trace_context_buffer_subdata() 1892 trace_context_texture_subdata(struct pipe_context *_context, in trace_context_texture_subdata() argument 1901 struct trace_context *tr_context = trace_context(_context); in trace_context_texture_subdata() 1930 trace_context_invalidate_resource(struct pipe_context *_context, struct pipe_resource *resource) trace_context_invalidate_resource() argument 1947 trace_context_set_context_param(struct pipe_context *_context, enum pipe_context_param param, unsigned value) trace_context_set_context_param() argument 1966 trace_context_set_debug_callback(struct pipe_context *_context, const struct util_debug_callback *cb) trace_context_set_debug_callback() argument 1981 trace_context_render_condition(struct pipe_context *_context, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) trace_context_render_condition() argument 2004 trace_context_render_condition_mem(struct pipe_context *_context, struct pipe_resource *buffer, uint32_t offset, bool condition) trace_context_render_condition_mem() argument 2026 trace_context_texture_barrier(struct pipe_context *_context, unsigned flags) trace_context_texture_barrier() argument 2043 trace_context_memory_barrier(struct pipe_context *_context, unsigned flags) trace_context_memory_barrier() argument 2059 trace_context_resource_commit(struct pipe_context *_context, struct pipe_resource *resource, unsigned level, struct pipe_box *box, bool commit) trace_context_resource_commit() argument 2078 trace_context_set_tess_state(struct pipe_context *_context, const float default_outer_level[4], const float default_inner_level[2]) trace_context_set_tess_state() argument 2095 trace_context_set_patch_vertices(struct pipe_context *_context, uint8_t patch_vertices) trace_context_set_patch_vertices() argument 2109 trace_context_set_shader_buffers(struct pipe_context *_context, enum pipe_shader_type shader, unsigned start, unsigned nr, const struct pipe_shader_buffer *buffers, unsigned writable_bitmask) trace_context_set_shader_buffers() argument 2132 trace_context_set_shader_images(struct pipe_context *_context, enum pipe_shader_type shader, unsigned start, unsigned nr, unsigned unbind_num_trailing_slots, const struct pipe_image_view *images) trace_context_set_shader_images() argument [all...] |
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | htmlcanvas.js | 11 this._context = new CanvasRenderingContext2D(skSurface.getCanvas()); 43 return this._context; 74 this._context._dispose();
|
/third_party/python/Lib/asyncio/ |
H A D | tasks.py | 116 self._context = contextvars.copy_context() 118 self._context = context 120 self._loop.call_soon(self.__step, context=self._context) 295 self.__step, new_exc, context=self._context) 301 self.__step, new_exc, context=self._context) 305 self.__wakeup, context=self._context) 316 self.__step, new_exc, context=self._context) 320 self._loop.call_soon(self.__step, context=self._context) 327 self.__step, new_exc, context=self._context) 332 self.__step, new_exc, context=self._context) [all...] |
H A D | runners.py | 54 self._context = None 99 context = self._context 147 self._context = contextvars.copy_context()
|
H A D | events.py | 29 '_context') 34 self._context = context 80 self._context.run(self._callback, *self._args)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | identityRelationNeverTypes.js | 7 _context: TContext; 34 _context: TContext;
|
/third_party/jinja2/ |
H A D | runtime.py | 350 self._context = context 358 return self._context.environment.undefined( 361 return BlockReference(self.name, self._context, self._stack, self._depth + 1) 366 [x async for x in self._stack[self._depth](self._context)] # type: ignore 369 if self._context.eval_ctx.autoescape: 376 if self._context.environment.is_async: 379 rv = concat(self._stack[self._depth](self._context)) 381 if self._context.eval_ctx.autoescape:
|
H A D | asyncsupport.py | 81 rv = await concat_async(self._stack[self._depth](self._context)) 82 if self._context.eval_ctx.autoescape: 88 if not self._context.environment.is_async:
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_context.c | 1110 rbug_context_buffer_map(struct pipe_context *_context, in rbug_context_buffer_map() argument 1117 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_buffer_map() 1137 rbug_context_texture_map(struct pipe_context *_context, in rbug_context_texture_map() argument 1144 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_texture_map() 1164 rbug_context_transfer_flush_region(struct pipe_context *_context, in rbug_context_transfer_flush_region() argument 1168 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_transfer_flush_region() 1182 rbug_context_buffer_unmap(struct pipe_context *_context, in rbug_context_buffer_unmap() argument 1185 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_buffer_unmap() 1199 rbug_context_texture_unmap(struct pipe_context *_context, in rbug_context_texture_unmap() argument 1202 struct rbug_context *rb_pipe = rbug_context(_context); in rbug_context_texture_unmap() 1217 rbug_context_buffer_subdata(struct pipe_context *_context, struct pipe_resource *_resource, unsigned usage, unsigned offset, unsigned size, const void *data) rbug_context_buffer_subdata() argument 1234 rbug_context_texture_subdata(struct pipe_context *_context, struct pipe_resource *_resource, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) rbug_context_texture_subdata() argument 1261 rbug_context_texture_barrier(struct pipe_context *_context, unsigned flags) rbug_context_texture_barrier() argument [all...] |
/third_party/skia/experimental/skottiekit/ |
H A D | interface.js | 22 if (this._context !== undefined) { 23 SkottieKit.setCurrentContext(this._context);
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | asyncsupport.py | 81 rv = await concat_async(self._stack[self._depth](self._context)) 82 if self._context.eval_ctx.autoescape: 88 if not self._context.environment.is_async:
|
H A D | runtime.py | 357 self._context = context 365 return self._context.environment.undefined( 368 return BlockReference(self.name, self._context, self._stack, self._depth + 1) 372 rv = concat(self._stack[self._depth](self._context)) 373 if self._context.eval_ctx.autoescape:
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | asyncsupport.py | 85 rv = await concat_async(self._stack[self._depth](self._context)) 86 if self._context.eval_ctx.autoescape: 92 if not self._context.environment.is_async:
|
H A D | runtime.py | 329 self._context = context 337 return self._context.environment. \ 340 return BlockReference(self.name, self._context, self._stack, 345 rv = concat(self._stack[self._depth](self._context)) 346 if self._context.eval_ctx.autoescape:
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | asyncsupport.py | 81 rv = await concat_async(self._stack[self._depth](self._context)) 82 if self._context.eval_ctx.autoescape: 88 if not self._context.environment.is_async:
|
H A D | runtime.py | 357 self._context = context 365 return self._context.environment.undefined( 368 return BlockReference(self.name, self._context, self._stack, self._depth + 1) 372 rv = concat(self._stack[self._depth](self._context)) 373 if self._context.eval_ctx.autoescape:
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_getcontext.tex | 15 \Type{int} \Func{unw\_getcontext}(\Type{unw\_context\_t~*}\Var{ucp});\\ 31 On IA-64, \Type{unw\_context\_t} has a layout that is compatible with
|
H A D | unw_init_local.tex | 15 \Type{int} \Func{unw\_init\_local}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctxt});\\ 16 \Type{int} \Func{unw\_init\_local2}(\Type{unw\_cursor\_t~*}\Var{c}, \Type{unw\_context\_t~*}\Var{ctxt}, \Type{int} \Var{flag});\\
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | uformattedvaluetst.c | 169 int64_t _context = ucfpos_getInt64IterationContext(ucfpos, &status); in AssertAllPartsEqual() local 171 assertIntEquals(AAPE_MSG("context"), context, _context); in AssertAllPartsEqual()
|
/third_party/glslang/glslang/CInterface/ |
H A D | glslang_c_interface.cpp | 84 CallbackIncluder(glsl_include_callbacks_t _callbacks, void* _context) : callbacks(_callbacks), context(_context) {} in CallbackIncluder() argument
|
/third_party/python/Lib/ |
H A D | ssl.py | 1043 self._context = context 1095 self._sslobj = self._context._wrap_socket( 1113 return self._context 1117 self._context = ctx
|
/third_party/mesa3d/src/egl/main/ |
H A D | egldriver.h | 65 _EGL_DRIVER_TYPECAST(drvname ## _context, _EGLContext, obj) \
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_base_events.py | 664 _context = None 672 nonlocal _context 673 _context = context 696 _context = None 707 self.assertIn('context', _context) 708 self.assertIs(type(_context['context']['exception']),
|
/third_party/python/Lib/http/ |
H A D | client.py | 1444 self._context = context 1446 self._context.check_hostname = check_hostname 1458 self.sock = self._context.wrap_socket(self.sock,
|