Home
last modified time | relevance | path

Searched defs:new_context (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc84 tsan_block_context_t *new_context = in AllocContext() local
206 tsan_block_context_t *new_context = in DISPATCH_INTERCEPT_B() local
344 tsan_block_context_t *new_context = in TSAN_INTERCEPTOR() local
362 __block tsan_block_context_t new_context = { in TSAN_INTERCEPTOR() local
391 __block tsan_block_context_t new_context = { in TSAN_INTERCEPTOR() local
422 __block tsan_block_context_t new_context = { in TSAN_INTERCEPTOR() local
497 tsan_block_context_t *new_context = in DECLARE_REAL_AND_INTERCEPTOR() local
512 __block tsan_block_context_t new_context = { in TSAN_INTERCEPTOR() local
529 __block tsan_block_context_t new_context = { in TSAN_INTERCEPTOR() local
546 __block tsan_block_context_t new_context = { in TSAN_INTERCEPTOR() local
[all …]
/external/v8/src/compiler/
Djs-context-specialization.cc32 Node* new_context, in SimplifyJSLoadContext()
51 Node* new_context, in SimplifyJSStoreContext()
Dbytecode-graph-builder.cc71 void SetContext(Node* new_context) { context_ = new_context; } in SetContext()
1149 Node* new_context = environment()->LookupAccumulator(); in VisitPushContext() local
/external/selinux/policycoreutils/newrole/
Dnewrole.c647 security_context_t new_context, const char *ttyn) in send_audit_message()
682 security_context_t new_context in send_audit_message()
698 static int relabel_tty(const char *ttyn, security_context_t new_context, in relabel_tty()
820 security_context_t * new_context, in parse_command_line_arguments()
1024 security_context_t new_context = NULL; /* target security context */ in main() local
/external/autotest/client/deps/glbench/src/
Dcontexttest.cc37 GLContext new_context = interface->CreateContext(); in TestFunc() local
/external/selinux/libselinux/src/
Dquery_user_context.c117 context_t new_context; /* The new context chosen by the user */ in manual_user_enter_context() local
/external/selinux/policycoreutils/run_init/
Drun_init.c349 security_context_t new_context; /* context for the init script context */ local
/external/libmojo/third_party/jinja2/
Druntime.py53 def new_context(environment, template_name, blocks, vars=None, function
Denvironment.py995 def new_context(self, vars=None, shared=False, locals=None): member in Template
/external/python/cpython2/Lib/
Ddecimal.py3754 def __init__(self, new_context): argument
/external/v8/src/interpreter/
Dinterpreter.cc1074 Node* new_context = __ GetAccumulator(); in DoPushContext() local