Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/libs/
Dopencv-android_LICENSE11 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/
Dopencv_library_license19 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/
DLICENSE.TXT23 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
DRationale320 these conditions should be explicitly marked as such; "normal"
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCustomViewActivityTest.java496 final Set<ContentCaptureCondition> conditions = new ArraySet<>(1); in testContentCaptureConditions() local
498 conditions.add(new ContentCaptureCondition(locusId, FLAG_IS_REGEX)); in testContentCaptureConditions()
499 service.setContentCaptureConditions(MY_PACKAGE, conditions); in testContentCaptureConditions()
520 final Set<ContentCaptureCondition> conditions = new ArraySet<>(1); in testContentCaptureConditions_otherPackage() local
522 conditions.add(new ContentCaptureCondition(locusId, FLAG_IS_REGEX)); in testContentCaptureConditions_otherPackage()
523 service.setContentCaptureConditions(OTHER_PACKAGE, conditions); in testContentCaptureConditions_otherPackage()
/cts/apps/CtsVerifier/
DNOTICE.txt10 modification, are permitted provided that the following conditions are met:
13 this list of conditions and the following disclaimer.
15 this list of conditions and the following disclaimer in the documentation
45 furnished to do so, subject to the following conditions:
69 "License" shall mean the terms and conditions for use, reproduction,
126 2. Grant of Copyright License. Subject to the terms and conditions of
133 3. Grant of Patent License. Subject to the terms and conditions of
152 meet the following conditions:
184 may provide additional or different license terms and conditions
188 the conditions stated in this License.
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplayTestBase.java865 Predicate<ImeEvent>... conditions) throws Exception { in waitOrderedImeEventsThenAssertImeShown() argument
866 for (Predicate<ImeEvent> condition : conditions) { in waitOrderedImeEventsThenAssertImeShown()