Searched refs:conditions (Results 1 – 10 of 10) sorted by relevance
/cts/hostsidetests/security/src/android/security/cts/ |
D | SELinuxNeverallowRule.java | 51 private SELinuxNeverallowRule(String text, Map<String, Integer> conditions) { in SELinuxNeverallowRule() argument 53 if (conditions.getOrDefault("TREBLE_ONLY", 0) > 0) { in SELinuxNeverallowRule() 56 if (conditions.getOrDefault("COMPATIBLE_PROPERTY_ONLY", 0) > 0) { in SELinuxNeverallowRule() 59 if (conditions.getOrDefault("LAUNCHING_WITH_R_ONLY", 0) > 0) { in SELinuxNeverallowRule() 62 if (conditions.getOrDefault("LAUNCHING_WITH_S_ONLY", 0) > 0) { in SELinuxNeverallowRule() 135 Map<String, Integer> conditions = new HashMap(); in parsePolicy() local 142 conditions.put(section, conditions.getOrDefault(section, 0) + 1); in parsePolicy() 145 Integer v = conditions.getOrDefault(section, 0); in parsePolicy() 147 conditions.put(section, v - 1); in parsePolicy() 149 rules.add(new SELinuxNeverallowRule(rule, conditions)); in parsePolicy() [all …]
|
/cts/libs/testserver/ |
D | LICENSE_BSD | 2 modification, are permitted provided that the following conditions are 6 notice, this list of conditions and the following disclaimer. 8 copyright notice, this list of conditions and the following disclaimer
|
/cts/apps/CtsVerifier/libs/ |
D | opencv-android_LICENSE | 11 are permitted provided that the following conditions are met: 14 this list of conditions and the following disclaimer. 17 this list of conditions and the following disclaimer in the documentation
|
/cts/apps/CtsVerifier/res/raw/ |
D | opencv_library_license | 19 are permitted provided that the following conditions are met: 22 this list of conditions and the following disclaimer. 25 this list of conditions and the following disclaimer in the documentation
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | LICENSE.TXT | 23 so, subject to the following conditions: 26 this list of conditions and the following disclaimers. 29 this list of conditions and the following disclaimers in the
|
D | Rationale | 320 these conditions should be explicitly marked as such; "normal"
|
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
D | CustomViewActivityTest.java | 519 final Set<ContentCaptureCondition> conditions = new ArraySet<>(1); in testContentCaptureConditions() local 521 conditions.add(new ContentCaptureCondition(locusId, FLAG_IS_REGEX)); in testContentCaptureConditions() 522 service.setContentCaptureConditions(MY_PACKAGE, conditions); in testContentCaptureConditions() 543 final Set<ContentCaptureCondition> conditions = new ArraySet<>(1); in testContentCaptureConditions_otherPackage() local 545 conditions.add(new ContentCaptureCondition(locusId, FLAG_IS_REGEX)); in testContentCaptureConditions_otherPackage() 546 service.setContentCaptureConditions(OTHER_PACKAGE, conditions); in testContentCaptureConditions_otherPackage()
|
/cts/hostsidetests/gputools/layers/ |
D | LICENSE_MIT | 6 furnished to do so, subject to the following conditions:
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | MultiDisplayTestBase.java | 684 Predicate<ImeEvent>... conditions) throws Exception { in waitOrderedImeEventsThenAssertImeShown() argument 685 for (var condition : conditions) { in waitOrderedImeEventsThenAssertImeShown()
|
/cts/tests/mediapc/requirements/ |
D | requirements.txtpb | 1458 …ution as measured by the CTS camera PerformanceTest under ITS lighting conditions (3000K) for both… 1497 …00 ms as measured by the CTS camera PerformanceTest under ITS lighting conditions (3000K) for both… 1511 …00 ms as measured by the CTS camera PerformanceTest under ITS lighting conditions (3000K) for both…
|