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

/external/selinux/libselinux/src/
H A Dquery_user_context.c117 context_t new_context; /* The new context chosen by the user */ local
124 new_context = context_new("user:role:type:level");
126 new_context = context_new("user:role:type");
128 if (!new_context)
135 context_free(new_context);
140 if (context_user_set(new_context, user)) {
141 context_free(new_context);
145 if (context_role_set(new_context, role)) {
146 context_free(new_context);
150 if (context_type_set(new_context, typ
[all...]
/external/autotest/client/deps/glbench/src/
H A Dcontexttest.cc37 GLContext new_context = interface->CreateContext(); local
39 CHECK(new_context);
42 interface->MakeCurrent(new_context);
49 interface->MakeCurrent(IsEven(i) ? new_context : main_context);
53 interface->DeleteContext(new_context);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc84 tsan_block_context_t *new_context = local
86 new_context->queue = queue;
87 new_context->orig_context = orig_context;
88 new_context->orig_work = orig_work;
89 new_context->free_context_in_callback = true;
90 new_context->submitted_synchronously = false;
91 new_context->is_barrier_block = false;
92 return new_context;
137 tsan_block_context_t *new_context = \
139 new_context
206 tsan_block_context_t *new_context = local
344 tsan_block_context_t *new_context = local
362 __block tsan_block_context_t new_context = { local
391 __block tsan_block_context_t new_context = { local
422 __block tsan_block_context_t new_context = { local
497 tsan_block_context_t *new_context = local
512 __block tsan_block_context_t new_context = { local
529 __block tsan_block_context_t new_context = { local
546 __block tsan_block_context_t new_context = { local
565 __block tsan_block_context_t new_context = { local
583 __block tsan_block_context_t new_context = { local
603 __block tsan_block_context_t new_context = { local
628 __block tsan_block_context_t new_context = { local
653 __block tsan_block_context_t new_context = { local
[all...]
/external/v8/src/compiler/
H A Djs-context-specialization.h33 Reduction SimplifyJSStoreContext(Node* node, Node* new_context,
35 Reduction SimplifyJSLoadContext(Node* node, Node* new_context,
H A Djs-context-specialization.cc32 Node* new_context,
39 new_context == NodeProperties::GetContextInput(node)) {
45 NodeProperties::ReplaceContextInput(node, new_context);
51 Node* new_context,
58 new_context == NodeProperties::GetContextInput(node)) {
64 NodeProperties::ReplaceContextInput(node, new_context);
31 SimplifyJSLoadContext(Node* node, Node* new_context, size_t new_depth) argument
50 SimplifyJSStoreContext(Node* node, Node* new_context, size_t new_depth) argument
H A Dbytecode-graph-builder.cc71 void SetContext(Node* new_context) { context_ = new_context; } argument
1149 Node* new_context = environment()->LookupAccumulator(); local
1152 environment()->SetContext(new_context);
/external/selinux/policycoreutils/run_init/
H A Drun_init.c349 security_context_t new_context; /* context for the init script context */ local
387 if (get_init_context(&new_context) == 0) {
389 printf("context is %s\n", new_context);
404 if (setexeccon(new_context) < 0) {
406 new_context);
/external/selinux/policycoreutils/newrole/
H A Dnewrole.c647 security_context_t new_context, const char *ttyn)
659 new_context ? new_context : "?") < 0) {
682 security_context_t new_context
698 static int relabel_tty(const char *ttyn, security_context_t new_context, argument
738 (security_compute_relabel(new_context, tty_con,
813 * new_context will be set to valid values, otherwise its value
820 security_context_t * new_context,
832 context_t context = NULL; /* manipulatable form of new_context */
973 *new_context
646 send_audit_message(int success, security_context_t old_context, security_context_t new_context, const char *ttyn) argument
818 parse_command_line_arguments(int argc, char **argv, char *ttyn, security_context_t old_context, security_context_t * new_context, int *preserve_environment) argument
1024 security_context_t new_context = NULL; /* target security context */ local
[all...]
/external/libmojo/third_party/jinja2/
H A Denvironment.py25 from jinja2.runtime import Undefined, new_context namespace
966 return concat(self.root_render_func(self.new_context(vars)))
987 for event in self.root_render_func(self.new_context(vars)):
995 def new_context(self, vars=None, shared=False, locals=None): member in class:Template
1003 return new_context(self.environment, self.name, self.blocks,
1011 as for the :meth:`new_context` method.
1013 return TemplateModule(self, self.new_context(vars, shared, locals))
1099 context = self._template.new_context(dict(*args, **kwargs))
H A Druntime.py53 def new_context(environment, template_name, blocks, vars=None, function
201 context = new_context(self.environment, self.name, {},
/external/python/cpython2/Lib/
H A Ddecimal.py3754 def __init__(self, new_context):
3755 self.new_context = new_context.copy()
3758 setcontext(self.new_context)
3759 return self.new_context
/external/v8/src/interpreter/
H A Dinterpreter.cc1074 Node* new_context = __ GetAccumulator(); local
1077 __ SetContext(new_context);
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...

Completed in 809 milliseconds