Home
last modified time | relevance | path

Searched refs:newcontext (Results 1 – 7 of 7) sorted by relevance

/third_party/selinux/libsepol/src/
Dmls.c607 uint32_t specified, context_struct_t * newcontext) in mls_compute_sid() argument
625 return mls_range_set(newcontext, r); in mls_compute_sid()
635 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
637 return mls_context_cpy_high(newcontext, scontext); in mls_compute_sid()
639 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
641 return mls_context_cpy_low(newcontext, tcontext); in mls_compute_sid()
643 return mls_context_cpy_high(newcontext, tcontext); in mls_compute_sid()
645 return mls_context_cpy(newcontext, tcontext); in mls_compute_sid()
647 return mls_context_glblub(newcontext, scontext, tcontext); in mls_compute_sid()
654 return mls_copy_context(newcontext, scontext); in mls_compute_sid()
[all …]
Dservices.c1308 newcontext) in compute_sid_handle_invalid_context() argument
1318 context_to_string(NULL, policydb, newcontext, &n, &nlen); in compute_sid_handle_invalid_context()
1335 context_struct_t *scontext = 0, *tcontext = 0, newcontext; in sepol_compute_sid() local
1358 context_init(&newcontext); in sepol_compute_sid()
1365 newcontext.user = tcontext->user; in sepol_compute_sid()
1369 newcontext.user = scontext->user; in sepol_compute_sid()
1374 newcontext.user = tcontext->user; in sepol_compute_sid()
1380 newcontext.role = scontext->role; in sepol_compute_sid()
1382 newcontext.role = tcontext->role; in sepol_compute_sid()
1385 newcontext.role = scontext->role; in sepol_compute_sid()
[all …]
Dmls.h63 uint32_t specified, context_struct_t * newcontext);
/third_party/mesa3d/src/glx/apple/
Dapple_glx_pbuffer.c206 CGLContextObj newcontext; in get_max_size() local
221 err = apple_cgl.create_context(pfobj, NULL, &newcontext); in get_max_size()
232 err = apple_cgl.set_current_context(newcontext); in get_max_size()
244 apple_cgl.destroy_context(newcontext); in get_max_size()
/third_party/python/Lib/
D_pydecimal.py2475 newcontext = context.copy()
2476 newcontext.clear_flags()
2478 newcontext.traps[exception] = 0
2481 ans = ans._fix(newcontext)
2484 newcontext._raise_error(Inexact)
2485 if newcontext.flags[Subnormal]:
2486 newcontext._raise_error(Underflow)
2493 if newcontext.flags[Overflow]:
2496 if newcontext.flags[exception]:
/third_party/python/Doc/library/
Ddecimal.rst186 .. doctest:: newcontext
275 .. doctest:: newcontext
319 .. doctest:: newcontext
1078 .. doctest:: newcontext
1691 .. doctest:: newcontext
1712 .. doctest:: newcontext
2109 .. doctest:: newcontext
2120 .. doctest:: newcontext
Dssl.rst411 .. doctest:: newcontext