Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 25 of 73) sorted by relevance

123

/frameworks/base/
DTEST_MAPPING7 "exclude-annotation": "androidx.test.filters.FlakyTest"
15 "exclude-annotation": "androidx.test.filters.FlakyTest"
23 "exclude-annotation": "androidx.test.filters.FlakyTest"
34 "exclude-annotation": "androidx.test.filters.FlakyTest"
37 "exclude-annotation": "org.junit.Ignore"
48 "exclude-annotation": "androidx.test.filters.FlakyTest"
51 "exclude-annotation": "org.junit.Ignore"
/frameworks/base/services/core/java/com/android/server/power/
DTEST_MAPPING6 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
7 {"exclude-annotation": "androidx.test.filters.LargeTest"},
8 {"exclude-annotation": "androidx.test.filters.FlakyTest"}
15 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
16 {"exclude-annotation": "androidx.test.filters.FlakyTest"}
23 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
24 {"exclude-annotation": "androidx.test.filters.FlakyTest"}
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DTEST_MAPPING6 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
7 {"exclude-annotation": "androidx.test.filters.FlakyTest"},
8 {"exclude-annotation": "androidx.test.filters.LargeTest"}
15 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
16 {"exclude-annotation": "androidx.test.filters.FlakyTest"}
23 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
24 {"exclude-annotation": "androidx.test.filters.FlakyTest"}
/frameworks/base/services/core/java/com/android/server/lights/
DTEST_MAPPING7 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
8 {"exclude-annotation": "androidx.test.filters.LargeTest"},
9 {"exclude-annotation": "androidx.test.filters.FlakyTest"}
16 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
17 {"exclude-annotation": "androidx.test.filters.FlakyTest"}
/frameworks/native/libs/ui/
DRect.cpp121 Rect Rect::reduce(const Rect& exclude) const { in reduce()
125 mask |= (exclude.left > left) ? 1 : 0; in reduce()
126 mask |= (exclude.top > top) ? 2 : 0; in reduce()
127 mask |= (exclude.right < right) ? 4 : 0; in reduce()
128 mask |= (exclude.bottom < bottom) ? 8 : 0; in reduce()
138 result.right = min(result.right, exclude.left); in reduce()
140 result.bottom = min(result.bottom, exclude.top); in reduce()
142 result.left = max(result.left, exclude.right); in reduce()
144 result.top = max(result.top, exclude.bottom); in reduce()
/frameworks/base/services/accessibility/
DTEST_MAPPING10 "exclude-annotation": "androidx.test.filters.FlakyTest"
21 "exclude-annotation": "androidx.test.filters.FlakyTest"
32 "exclude-annotation": "androidx.test.filters.FlakyTest"
43 "exclude-annotation": "androidx.test.filters.FlakyTest"
54 "exclude-annotation": "androidx.test.filters.FlakyTest"
65 "exclude-annotation": "androidx.test.filters.FlakyTest"
/frameworks/base/packages/SystemUI/
DTEST_MAPPING15 "exclude-annotation": "org.junit.Ignore"
18 "exclude-annotation": "androidx.test.filters.FlakyTest"
34 "exclude-annotation": "org.junit.Ignore"
37 "exclude-annotation": "androidx.test.filters.FlakyTest"
40 "exclude-annotation": "android.platform.helpers.Staging"
/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DTEST_MAPPING7 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
8 {"exclude-annotation": "androidx.test.filters.FlakyTest"}
15 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
16 {"exclude-annotation": "androidx.test.filters.FlakyTest"}
/frameworks/base/services/core/java/com/android/server/am/
DTEST_MAPPING13 "exclude-annotation": "androidx.test.filters.LargeTest"
16 "exclude-annotation": "androidx.test.filters.FlakyTest"
30 "exclude-annotation": "androidx.test.filters.FlakyTest"
44 "exclude-annotation": "androidx.test.filters.FlakyTest"
/frameworks/base/telephony/
DTEST_MAPPING7 "exclude-annotation": "androidx.test.filters.FlakyTest"
15 "exclude-annotation": "androidx.test.filters.FlakyTest"
23 "exclude-annotation": "androidx.test.filters.FlakyTest"
/frameworks/base/telecomm/
DTEST_MAPPING7 "exclude-annotation": "androidx.test.filters.FlakyTest"
15 "exclude-annotation": "androidx.test.filters.FlakyTest"
23 "exclude-annotation": "androidx.test.filters.FlakyTest"
/frameworks/av/media/codec2/
DTEST_MAPPING10 "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
14 "exclude-filter": "android.media.cts.AudioPlaybackCaptureTest"
17 "exclude-filter": "android.media.cts.AudioRecordTest"
/frameworks/base/core/java/android/view/textclassifier/
DTEST_MAPPING10 "exclude-annotation": "androidx.test.filters.FlakyTest"
18 "exclude-annotation": "androidx.test.filters.FlakyTest"
26 "exclude-annotation": "androidx.test.filters.FlakyTest"
/frameworks/av/media/libstagefright/
DTEST_MAPPING10 "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
14 "exclude-filter": "android.media.cts.AudioPlaybackCaptureTest"
17 "exclude-filter": "android.media.cts.AudioRecordTest"
/frameworks/base/services/core/java/com/android/server/hdmi/
DTEST_MAPPING13 "exclude-annotation": "androidx.test.filters.FlakyTest"
16 "exclude-annotation": "org.junit.Ignore"
29 "exclude-annotation": "org.junit.Ignore"
/frameworks/base/core/java/android/view/accessibility/
DTEST_MAPPING10 "exclude-annotation": "android.support.test.filters.FlakyTest"
21 "exclude-annotation": "android.support.test.filters.FlakyTest"
32 "exclude-annotation": "androidx.test.filters.FlakyTest"
/frameworks/base/core/java/android/transition/
DTransitionSet.java322 public Transition excludeTarget(View target, boolean exclude) { in excludeTarget() argument
324 mTransitions.get(i).excludeTarget(target, exclude); in excludeTarget()
326 return super.excludeTarget(target, exclude); in excludeTarget()
330 public Transition excludeTarget(String targetName, boolean exclude) { in excludeTarget() argument
332 mTransitions.get(i).excludeTarget(targetName, exclude); in excludeTarget()
334 return super.excludeTarget(targetName, exclude); in excludeTarget()
338 public Transition excludeTarget(int targetId, boolean exclude) { in excludeTarget() argument
340 mTransitions.get(i).excludeTarget(targetId, exclude); in excludeTarget()
342 return super.excludeTarget(targetId, exclude); in excludeTarget()
346 public Transition excludeTarget(Class type, boolean exclude) { in excludeTarget() argument
[all …]
/frameworks/base/services/devicepolicy/
DTEST_MAPPING7 "exclude-annotation": "android.platform.test.annotations.FlakyTest"
10 "exclude-annotation": "android.platform.test.annotations.LargeTest"
/frameworks/base/apex/jobscheduler/service/java/com/android/server/deviceidle/
DTEST_MAPPING7 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
8 {"exclude-annotation": "androidx.test.filters.FlakyTest"}
/frameworks/base/core/java/com/android/internal/app/
DTEST_MAPPING12 "exclude-filter": "com.android.internal.app.IntentForwarderActivityTest"
15 "exclude-filter": "com.android.internal.app.WindowDecorActionBarTest"
/frameworks/base/apex/jobscheduler/service/java/com/android/server/
DTEST_MAPPING10 {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
11 {"exclude-annotation": "androidx.test.filters.FlakyTest"}
/frameworks/base/services/core/java/com/android/server/net/
DTEST_MAPPING11 "exclude-annotation": "androidx.test.filters.FlakyTest"
26 "exclude-annotation": "androidx.test.filters.FlakyTest"
/frameworks/opt/setupwizard/tools/gradle/
Ddocs.gradle22 exclude '**/R.java'
23 exclude '**/R.html', '**/R.*.html'
24 exclude '**/BuildConfig.java'
/frameworks/rs/support/jni/
DAndroid.bp32 "-Wl,--exclude-libs,libc++_static.a",
70 "-Wl,--exclude-libs,libc++_static.a",
/frameworks/base/services/core/java/com/android/server/policy/
DTEST_MAPPING13 "exclude-annotation": "androidx.test.filters.FlakyTest"
27 "exclude-annotation": "androidx.test.filters.FlakyTest"

123