Home
last modified time | relevance | path

Searched +defs:context +defs:stack (Results 1 – 25 of 61) sorted by relevance

123

/third_party/flutter/skia/tests/
DClipStackTest.cpp148 static void assert_count(skiatest::Reporter* reporter, const SkClipStack& stack, in assert_count()
161 SkClipStack stack; in test_iterators() local
278 SkClipStack stack; in test_bounds() local
340 SkClipStack stack; in test_isWideOpen() local
352 SkClipStack stack; in test_isWideOpen() local
360 SkClipStack stack; in test_isWideOpen() local
379 SkClipStack stack; in test_isWideOpen() local
389 SkClipStack stack; in test_isWideOpen() local
402 SkClipStack stack; in test_isWideOpen() local
418 static int count(const SkClipStack& stack) { in count()
[all …]
/third_party/node/deps/npm/node_modules/util-promisify/test/
Dcommon.js6 const failed = mustCallChecks.filter(function(context) { argument
10 failed.forEach(function(context) { argument
34 const context = { variable
37 stack: (new Error()).stack, property
/third_party/node/test/parallel/
Dtest-vm-basic.js44 const context = vm.createContext(sandbox); constant
79 const context = vm.createContext(sandbox); constant
87 const context = vm.createContext(); constant
261 stack: 'Error: Sample Error\n at <anonymous>:1:7' property
272 stack: 'Error: Sample Error\n at <anonymous>:4:7' property
283 stack: 'Error: Sample Error\n at <anonymous>:1:10' property
304 stack: 'ReferenceError: varInContext is not defined\n at <anonymous>:1:1' property
Dtest-vm-context.js31 let context = vm.createContext(); variable
108 let stack = null; variable
/third_party/flutter/engine/flutter/flow/layers/
Dlayer_tree.cc34 MutatorsStack stack; in Preroll() local
35 PrerollContext context = { in Preroll() local
51 void LayerTree::UpdateScene(SceneUpdateContext& context, in UpdateScene()
88 Layer::PaintContext context = { in Paint() local
/third_party/iowow/src/re/
Dparse.c9 cregex_node_t *stack, *output; member
17 regex_parse_context *context, in push()
25 static inline cregex_node_t* drop(regex_parse_context *context) { in drop()
29 static inline cregex_node_t* consume(regex_parse_context *context) { in consume()
35 regex_parse_context *context, in concatenate()
53 static cregex_node_t* parse_char_class(regex_parse_context *context) { in parse_char_class()
91 static cregex_node_t* parse_interval(regex_parse_context *context) { in parse_interval()
130 static cregex_node_t* parse_context(regex_parse_context *context, int depth) { in parse_context()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dosfiber_asm.h90 marl_fiber_context context; variable
92 Allocation stack; variable
Dosfiber_ucontext.h60 ucontext_t context; variable
62 Allocation stack; variable
/third_party/libffi/src/aarch64/
Dffi.c274 allocate_to_stack (struct arg_state *state, void *stack, in allocate_to_stack()
460 allocate_int_to_reg_or_stack (struct call_context *context, in allocate_int_to_reg_or_stack()
462 void *stack, size_t size) in allocate_int_to_reg_or_stack()
576 struct call_context *context; in ffi_call_int() local
577 void *stack, *frame, *rvalue; in ffi_call_int() local
874 struct call_context *context, in ffi_closure_SYSV_inner()
875 void *stack, void *rvalue, void *struct_rvalue) in ffi_closure_SYSV_inner()
/third_party/node/lib/internal/assert/
Dcalltracker.js39 const context = { variable in CallTracker
78 stack: context.stackTrace property
/third_party/node/src/
Dnode_errors.cc52 Local<Context> context, in GetErrorSource()
148 void PrintStackTrace(Isolate* isolate, Local<StackTrace> stack) { in PrintStackTrace()
184 Local<Context> context, in PrintException()
196 Local<v8::StackTrace> stack = message->GetStackTrace(); in PrintException() local
201 Local<Context> context, in PrintCaughtException()
839 Local<Context> context = args.GetIsolate()->GetCurrentContext(); in NoSideEffectsToString() local
861 Local<Context> context, in Initialize()
887 MaybeLocal<Value> stack = err_obj->Get(env->context(), env->stack_string()); in DecorateErrorStack() local
921 Local<Context> context = isolate->GetCurrentContext(); in TriggerUncaughtException() local
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Dexamine_stack.cc46 ucontext_t* context = reinterpret_cast<ucontext_t*>(vuc); in GetProgramCounter() local
167 void* pc, void* const stack[], int frame_sizes[], int depth, in DumpPCAndFrameSizesAndStackTrace()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1State.cpp90 void GLES1State::initialize(const Context *context, const State *state) in initialize()
132 for (auto &stack : mTextureMatrices) in initialize() local
270 auto &stack = currentMatrixStack(); in pushMatrix() local
277 auto &stack = currentMatrixStack(); in popMatrix() local
DvalidationES1.cpp19 #define ANGLE_VALIDATE_IS_GLES1(context, entryPoint) \ argument
33 bool ValidateAlphaFuncCommon(const Context *context, in ValidateAlphaFuncCommon()
54 bool ValidateClientStateCommon(const Context *context, in ValidateClientStateCommon()
80 bool ValidateBuiltinVertexAttributeCommon(const Context *context, in ValidateBuiltinVertexAttributeCommon()
171 bool ValidateLightCaps(const Context *context, angle::EntryPoint entryPoint, GLenum light) in ValidateLightCaps()
182 bool ValidateLightCommon(const Context *context, in ValidateLightCommon()
237 bool ValidateLightSingleComponent(const Context *context, in ValidateLightSingleComponent()
257 bool ValidateMaterialCommon(const Context *context, in ValidateMaterialCommon()
285 bool ValidateMaterialSetting(const Context *context, in ValidateMaterialSetting()
302 bool ValidateMaterialQuery(const Context *context, in ValidateMaterialQuery()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DGLES1State.cpp88 void GLES1State::initialize(const Context *context, const State *state) in initialize()
130 for (auto &stack : mTextureMatrices) in initialize() local
261 auto &stack = currentMatrixStack(); in pushMatrix() local
268 auto &stack = currentMatrixStack(); in popMatrix() local
DvalidationES1.cpp19 #define ANGLE_VALIDATE_IS_GLES1(context) \ argument
33 bool ValidateAlphaFuncCommon(Context *context, AlphaTestFunc func) in ValidateAlphaFuncCommon()
52 bool ValidateClientStateCommon(Context *context, ClientVertexArrayType arrayType) in ValidateClientStateCommon()
75 bool ValidateBuiltinVertexAttributeCommon(Context *context, in ValidateBuiltinVertexAttributeCommon()
157 bool ValidateLightCaps(Context *context, GLenum light) in ValidateLightCaps()
168 bool ValidateLightCommon(Context *context, in ValidateLightCommon()
222 bool ValidateLightSingleComponent(Context *context, in ValidateLightSingleComponent()
241 bool ValidateMaterialCommon(Context *context, in ValidateMaterialCommon()
266 bool ValidateMaterialSetting(Context *context, in ValidateMaterialSetting()
282 bool ValidateMaterialQuery(Context *context, GLenum face, MaterialParameter pname) in ValidateMaterialQuery()
[all …]
/third_party/flutter/skia/tools/
DCrashHandler.cpp27 unw_context_t context; in handler() local
61 void* stack[64]; in handler() local
/third_party/node/test/common/
Dindex.js160 stack: util.inspect(new Error()).substr(6) property
317 const failed = mustCallChecks.filter(function(context) { argument
326 failed.forEach(function(context) { argument
366 const context = { variable
369 stack: util.inspect(new Error()), property
443 Error.prepareStackTrace = (err, stack) => argument
/third_party/flutter/skia/src/gpu/
DGrClipStackClip.cpp91 bool GrClipStackClip::PathNeedsSWRenderer(GrRecordingContext* context, in PathNeedsSWRenderer()
152 bool GrClipStackClip::UseSWOnlyPath(GrRecordingContext* context, in UseSWOnlyPath()
195 bool GrClipStackClip::apply(GrRecordingContext* context, GrRenderTargetContext* renderTargetContext, in apply()
258 bool GrClipStackClip::applyClipMask(GrRecordingContext* context, in applyClipMask()
330 static void add_invalidate_on_pop_message(GrRecordingContext* context, in add_invalidate_on_pop_message()
331 const SkClipStack& stack, uint32_t clipGenID, in add_invalidate_on_pop_message()
345 sk_sp<GrTextureProxy> GrClipStackClip::createAlphaClipMask(GrRecordingContext* context, in createAlphaClipMask()
466 GrRecordingContext* context, const GrReducedClip& reducedClip, in createSoftwareClipMask()
DGrReducedClip.cpp36 GrReducedClip::GrReducedClip(const SkClipStack& stack, const SkRect& queryBounds, in GrReducedClip()
133 void GrReducedClip::walkStack(const SkClipStack& stack, const SkRect& queryBounds) { in walkStack()
823 bool GrReducedClip::drawStencilClipMask(GrRecordingContext* context, in drawStencilClipMask()
/third_party/rust/crates/tracing/tracing-mock/src/
Dsubscriber.rs235 let context = format!("span {}: ", span.name); in record() localVariable
250 let stack = self.current.lock().unwrap(); in event() localVariable
314 let stack = self.current.lock().unwrap(); in new_span() localVariable
461 let stack = self.current.lock().unwrap(); in current_span() localVariable
/third_party/python/Objects/
Dtypeobject.c499 type_name(PyTypeObject *type, void *context) in type_name()
513 type_qualname(PyTypeObject *type, void *context) in type_qualname()
526 type_set_name(PyTypeObject *type, PyObject *value, void *context) in type_set_name()
557 type_set_qualname(PyTypeObject *type, PyObject *value, void *context) in type_set_qualname()
577 type_module(PyTypeObject *type, void *context) in type_module()
608 type_set_module(PyTypeObject *type, PyObject *value, void *context) in type_set_module()
619 type_abstractmethods(PyTypeObject *type, void *context) in type_abstractmethods()
639 type_set_abstractmethods(PyTypeObject *type, PyObject *value, void *context) in type_set_abstractmethods()
673 type_get_bases(PyTypeObject *type, void *context) in type_get_bases()
755 type_set_bases(PyTypeObject *type, PyObject *new_bases, void *context) in type_set_bases()
[all …]
/third_party/selinux/libsepol/src/
Dmodule_to_cil.c171 struct stack { struct
172 void **stack; member
173 int pos;
174 int size;
414 static int stack_destroy(struct stack **stack) in stack_destroy()
427 static int stack_init(struct stack **stack) in stack_init()
452 static int stack_push(struct stack *stack, void *ptr) in stack_push()
474 static void *stack_pop(struct stack *stack) in stack_pop()
484 static void *stack_peek(struct stack *stack) in stack_peek()
1256 struct stack *stack = NULL; in cond_expr_to_cil() local
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcfg.cpp164 std::vector<BasicBlock*> stack; in ComputePostOrderTraversal() local
189 IRContext* context = module_->context(); in SplitLoopHeader() local
/third_party/spirv-tools/source/opt/
Dcfg.cpp171 std::vector<BasicBlock*> stack; in ComputePostOrderTraversal() local
196 IRContext* context = module_->context(); in SplitLoopHeader() local

123