Searched refs:transition (Results 1 – 25 of 494) sorted by relevance
12345678910>>...20
/system/memory/libmemunreachable/tests/ |
D | AtomicState_test.cpp | 45 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/ |
D | vendor_toolbox.te | 3 # 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
|
D | logpersist.te | 23 # Following is a list of debug domains we know that transition to logpersist 29 # } logpersist:process transition;
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | vendor_toolbox.te | 3 # 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
|
D | logpersist.te | 23 # Following is a list of debug domains we know that transition to logpersist 29 # } logpersist:process transition;
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | vendor_toolbox.te | 3 # 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
|
D | logpersist.te | 23 # Following is a list of debug domains we know that transition to logpersist 29 # } logpersist:process transition;
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | vendor_toolbox.te | 3 # 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
|
D | logpersist.te | 19 # Following is a list of debug domains we know that transition to logpersist 25 # } logpersist:process transition;
|
D | hal_neverallows.te | 47 # 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/ |
D | vendor_toolbox.te | 3 # 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
|
D | logpersist.te | 23 # Following is a list of debug domains we know that transition to logpersist 29 # } logpersist:process transition;
|
/system/sepolicy/prebuilts/api/32.0/public/ |
D | vendor_toolbox.te | 3 # 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
|
D | logpersist.te | 23 # Following is a list of debug domains we know that transition to logpersist 29 # } logpersist:process transition;
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | vendor_toolbox.te | 3 # 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
|
D | logpersist.te | 23 # Following is a list of debug domains we know that transition to logpersist 29 # } logpersist:process transition;
|
D | hal_neverallows.te | 49 # 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/ |
D | mls | 11 # Process transition: Require equivalence. 12 mlsconstrain process { transition dyntransition } (h1 eq h2 and l1 eq l2);
|
D | adbd.te | 7 # 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 };
|
D | authfs_service.te | 9 # Allow domain transition from init. 12 # Allow domain transition into authfs.
|
/system/memory/libmemunreachable/ |
D | AtomicState.h | 53 bool transition(T from, T to) { in transition() function 92 FRIEND_TEST(AtomicStateTest, transition);
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | app.te | 10 # Exception for the shell and su domains, can transition to runas, etc. 15 { domain -appdomain -crash_dump -rs }:process { transition };
|
D | rs.te | 35 neverallow { domain -appdomain } rs:process { dyntransition transition }; 36 neverallow rs { domain -crash_dump }:process { dyntransition transition };
|
/system/timezone/debug_tools/host/main/java/ |
D | TzFileDumper.java | 210 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/ |
D | rs.te | 35 neverallow { domain -appdomain } rs:process { dyntransition transition }; 36 neverallow rs { domain -crash_dump }:process { dyntransition transition };
|
12345678910>>...20