Home
last modified time | relevance | path

Searched refs:new_context (Results 1 - 25 of 25) sorted by relevance

/third_party/selinux/libselinux/src/
H A Dquery_user_context.c117 context_t new_context; /* The new context chosen by the user */ in manual_user_enter_context() local
124 new_context = context_new("user:role:type:level"); in manual_user_enter_context()
126 new_context = context_new("user:role:type"); in manual_user_enter_context()
128 if (!new_context) in manual_user_enter_context()
135 context_free(new_context); in manual_user_enter_context()
140 if (context_user_set(new_context, user)) { in manual_user_enter_context()
141 context_free(new_context); in manual_user_enter_context()
145 if (context_role_set(new_context, role)) { in manual_user_enter_context()
146 context_free(new_context); in manual_user_enter_context()
150 if (context_type_set(new_context, typ in manual_user_enter_context()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-context-specialization.cc51 Node* new_context, in SimplifyJSLoadContext()
58 new_context == NodeProperties::GetContextInput(node)) { in SimplifyJSLoadContext()
64 NodeProperties::ReplaceContextInput(node, new_context); in SimplifyJSLoadContext()
70 Node* new_context, in SimplifyJSStoreContext()
77 new_context == NodeProperties::GetContextInput(node)) { in SimplifyJSStoreContext()
83 NodeProperties::ReplaceContextInput(node, new_context); in SimplifyJSStoreContext()
50 SimplifyJSLoadContext(Node* node, Node* new_context, size_t new_depth) SimplifyJSLoadContext() argument
69 SimplifyJSStoreContext(Node* node, Node* new_context, size_t new_depth) SimplifyJSStoreContext() argument
H A Djs-context-specialization.h62 Reduction SimplifyJSStoreContext(Node* node, Node* new_context,
64 Reduction SimplifyJSLoadContext(Node* node, Node* new_context,
H A Dbytecode-graph-builder.cc578 void SetContext(Node* new_context) { context_ = new_context; } in SetContext() argument
2163 Node* new_context = environment()->LookupAccumulator(); in VisitPushContext() local
2166 environment()->SetContext(new_context); in VisitPushContext()
/third_party/node/deps/v8/src/deoptimizer/arm64/
H A Ddeoptimizer-arm64.cc25 Address new_context = in SetCallerPc() local
27 value = PointerAuthentication::SignAndCheckPC(value, new_context); in SetCallerPc()
/third_party/jinja2/
H A Dnativetypes.py105 ctx = self.new_context(dict(*args, **kwargs))
120 ctx = self.new_context(dict(*args, **kwargs))
H A Denvironment.py46 from .runtime import new_context namespace
1296 ctx = self.new_context(dict(*args, **kwargs))
1317 ctx = self.new_context(dict(*args, **kwargs))
1349 ctx = self.new_context(dict(*args, **kwargs))
1367 ctx = self.new_context(dict(*args, **kwargs))
1375 def new_context( member in Template
1388 return new_context(
1402 as for the :meth:`new_context` method.
1404 ctx = self.new_context(vars, shared, locals)
1418 ctx = self.new_context(var
[all...]
H A Dasyncsupport.py32 async for event in self.root_render_func(self.new_context(vars)):
60 ctx = self.new_context(vars)
131 context = self.new_context(vars, shared, locals)
H A Druntime.py91 def new_context( function
310 context = new_context(
/third_party/node/deps/v8/third_party/jinja2/
H A Denvironment.py51 from .runtime import new_context namespace
1088 return concat(self.root_render_func(self.new_context(vars)))
1122 for event in self.root_render_func(self.new_context(vars)):
1136 def new_context(self, vars=None, shared=False, locals=None): member in Template
1144 return new_context(
1153 as for the :meth:`new_context` method.
1155 return TemplateModule(self, self.new_context(vars, shared, locals))
1268 context = self._template.new_context(dict(*args, **kwargs))
H A Dasyncsupport.py32 async for event in self.root_render_func(self.new_context(vars)):
60 ctx = self.new_context(vars)
131 context = self.new_context(vars, shared, locals)
H A Dnativetypes.py89 return native_concat(self.root_render_func(self.new_context(vars)))
H A Druntime.py78 def new_context( function
303 context = new_context(
/third_party/node/tools/inspector_protocol/jinja2/
H A Denvironment.py26 from jinja2.runtime import Undefined, new_context, Context namespace
1005 return concat(self.root_render_func(self.new_context(vars)))
1039 for event in self.root_render_func(self.new_context(vars)):
1055 def new_context(self, vars=None, shared=False, locals=None): member in Template
1063 return new_context(self.environment, self.name, self.blocks,
1071 as for the :meth:`new_context` method.
1073 return TemplateModule(self, self.new_context(vars, shared, locals))
1182 context = self._template.new_context(dict(*args, **kwargs))
H A Dasyncsupport.py34 async for event in self.root_render_func(self.new_context(vars)):
64 ctx = self.new_context(vars)
134 context = self.new_context(vars, shared, locals)
H A Dnativetypes.py209 return native_concat(self.root_render_func(self.new_context(vars)))
H A Druntime.py59 def new_context(environment, template_name, blocks, vars=None, function
273 context = new_context(self.environment, self.name, {},
/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py51 from .runtime import new_context namespace
1088 return concat(self.root_render_func(self.new_context(vars)))
1122 for event in self.root_render_func(self.new_context(vars)):
1136 def new_context(self, vars=None, shared=False, locals=None): member in Template
1144 return new_context(
1153 as for the :meth:`new_context` method.
1155 return TemplateModule(self, self.new_context(vars, shared, locals))
1268 context = self._template.new_context(dict(*args, **kwargs))
H A Dasyncsupport.py32 async for event in self.root_render_func(self.new_context(vars)):
60 ctx = self.new_context(vars)
131 context = self.new_context(vars, shared, locals)
H A Dnativetypes.py89 return native_concat(self.root_render_func(self.new_context(vars)))
H A Druntime.py78 def new_context( function
303 context = new_context(
/third_party/python/Lib/
H A D_pydecimal.py513 setattr(ctx_manager.new_context, key, value)
3874 def __init__(self, new_context):
3875 self.new_context = new_context.copy()
3878 setcontext(self.new_context)
3879 return self.new_context
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc851 TNode<Context> new_context = CAST(GetAccumulator()); in IGNITION_HANDLER() local
854 SetContext(new_context); in IGNITION_HANDLER()
/third_party/node/deps/v8/src/execution/
H A Disolate.h2445 SaveAndSwitchContext(Isolate* isolate, Context new_context);
H A Disolate.cc5439 Context new_context) in ThrowInternal()
5441 isolate->set_context(new_context); in ThrowInternal()
5438 SaveAndSwitchContext(Isolate* isolate, Context new_context) ThrowInternal() argument

Completed in 51 milliseconds