Home
last modified time | relevance | path

Searched refs:transition (Results 1 – 25 of 494) sorted by relevance

12345678910>>...20

/system/memory/libmemunreachable/tests/
DAtomicState_test.cpp45 TEST_F(AtomicStateTest, transition) { in TEST_F() argument
49 ASSERT_FALSE(state_.transition(B, C)); in TEST_F()
53 ASSERT_TRUE(state_.transition(A, B)); in TEST_F()
57 ASSERT_FALSE(state_.transition(A, B)); in TEST_F()
112 state_.transition(B, C); in TEST_F()
125 state_.transition(C, D); in TEST_F()
/system/sepolicy/prebuilts/api/34.0/public/
Dvendor_toolbox.te3 # and is always executed without transition.
6 # Do not allow domains to transition to vendor toolbox
9 # Do not allow non-vendor domains to transition
Dlogpersist.te23 # Following is a list of debug domains we know that transition to logpersist
29 # } logpersist:process transition;
/system/sepolicy/prebuilts/api/31.0/public/
Dvendor_toolbox.te3 # and is always executed without transition.
6 # Do not allow domains to transition to vendor toolbox
9 # Do not allow non-vendor domains to transition
Dlogpersist.te23 # Following is a list of debug domains we know that transition to logpersist
29 # } logpersist:process transition;
/system/sepolicy/prebuilts/api/33.0/public/
Dvendor_toolbox.te3 # and is always executed without transition.
6 # Do not allow domains to transition to vendor toolbox
9 # Do not allow non-vendor domains to transition
Dlogpersist.te23 # Following is a list of debug domains we know that transition to logpersist
29 # } logpersist:process transition;
/system/sepolicy/prebuilts/api/29.0/public/
Dvendor_toolbox.te3 # and is always executed without transition.
6 # Do not allow domains to transition to vendor toolbox
9 # Do not allow non-vendor domains to transition
Dlogpersist.te19 # Following is a list of debug domains we know that transition to logpersist
25 # } logpersist:process transition;
Dhal_neverallows.te47 # Do not allow a hal to exec another process without a domain transition.
54 # Do not allow a process other than init to transition into a HAL domain.
55 neverallow { domain -init } halserverdomain:process transition;
/system/sepolicy/public/
Dvendor_toolbox.te3 # and is always executed without transition.
6 # Do not allow domains to transition to vendor toolbox
9 # Do not allow non-vendor domains to transition
Dlogpersist.te23 # Following is a list of debug domains we know that transition to logpersist
29 # } logpersist:process transition;
/system/sepolicy/prebuilts/api/32.0/public/
Dvendor_toolbox.te3 # and is always executed without transition.
6 # Do not allow domains to transition to vendor toolbox
9 # Do not allow non-vendor domains to transition
Dlogpersist.te23 # Following is a list of debug domains we know that transition to logpersist
29 # } logpersist:process transition;
/system/sepolicy/prebuilts/api/30.0/public/
Dvendor_toolbox.te3 # and is always executed without transition.
6 # Do not allow domains to transition to vendor toolbox
9 # Do not allow non-vendor domains to transition
Dlogpersist.te23 # Following is a list of debug domains we know that transition to logpersist
29 # } logpersist:process transition;
Dhal_neverallows.te49 # Do not allow a hal to exec another process without a domain transition.
56 # Do not allow a process other than init to transition into a HAL domain.
57 neverallow { domain -init } halserverdomain:process transition;
/system/sepolicy/microdroid/system/private/
Dmls11 # Process transition: Require equivalence.
12 mlsconstrain process { transition dyntransition } (h1 eq h2 and l1 eq l2);
Dadbd.te7 # Allow adbd to transition to su. In Android, this is disallowed in user builds.
61 # only adbd can transition to su.
62 neverallow {domain -adbd} su:process { transition dyntransition };
Dauthfs_service.te9 # Allow domain transition from init.
12 # Allow domain transition into authfs.
/system/memory/libmemunreachable/
DAtomicState.h53 bool transition(T from, T to) { in transition() function
92 FRIEND_TEST(AtomicStateTest, transition);
/system/sepolicy/prebuilts/api/29.0/private/
Dapp.te10 # Exception for the shell and su domains, can transition to runas, etc.
15 { domain -appdomain -crash_dump -rs }:process { transition };
Drs.te35 neverallow { domain -appdomain } rs:process { dyntransition transition };
36 neverallow rs { domain -crash_dump }:process { dyntransition transition };
/system/timezone/debug_tools/host/main/java/
DTzFileDumper.java210 Transition transition = new Transition(transitionTimes[i], typeIndex); in createTransitions() local
211 transitions.add(transition); in createTransitions()
231 for (Transition transition : transitions) { in writeTransitions()
232 Type type = types.get(transition.typeIndex); in writeTransitions()
234 transition.transitionTimeSeconds, in writeTransitions()
235 transition.typeIndex, in writeTransitions()
236 formatTimeSeconds(transition.transitionTimeSeconds), in writeTransitions()
/system/sepolicy/prebuilts/api/30.0/private/
Drs.te35 neverallow { domain -appdomain } rs:process { dyntransition transition };
36 neverallow rs { domain -crash_dump }:process { dyntransition transition };

12345678910>>...20