/aosp12/frameworks/base/keystore/ |
H A D | TEST_MAPPING | 10 "exclude-filter": "android.keystore.cts.SignatureTest" 13 "exclude-filter": "android.keystore.cts.RsaSignaturePerformanceTest" 16 "exclude-filter": "android.keystore.cts.RsaKeyGenPerformanceTest" 19 "exclude-filter": "android.keystore.cts.RsaCipherPerformanceTest" 22 "exclude-filter": "android.keystore.cts.MacTest#testLargeMsgKat" 25 "exclude-filter": "android.keystore.cts.KeyPairGeneratorTest" 31 "exclude-filter": "android.keystore.cts.HmacMacPerformanceTest" 37 "exclude-filter": "android.keystore.cts.EcKeyGenPerformanceTest" 40 "exclude-filter": "android.keystore.cts.DesCipherPerformanceTest" 43 "exclude-filter": "android.keystore.cts.CipherTest" [all …]
|
/aosp12/system/security/keystore/ |
H A D | TEST_MAPPING | 10 "exclude-filter": "android.keystore.cts.SignatureTest" 13 "exclude-filter": "android.keystore.cts.RsaSignaturePerformanceTest" 16 "exclude-filter": "android.keystore.cts.RsaKeyGenPerformanceTest" 19 "exclude-filter": "android.keystore.cts.RsaCipherPerformanceTest" 22 "exclude-filter": "android.keystore.cts.MacTest#testLargeMsgKat" 25 "exclude-filter": "android.keystore.cts.KeyPairGeneratorTest" 31 "exclude-filter": "android.keystore.cts.HmacMacPerformanceTest" 37 "exclude-filter": "android.keystore.cts.EcKeyGenPerformanceTest" 40 "exclude-filter": "android.keystore.cts.DesCipherPerformanceTest" 43 "exclude-filter": "android.keystore.cts.CipherTest" [all …]
|
/aosp12/frameworks/base/ |
H A D | TEST_MAPPING | 10 "exclude-annotation": "androidx.test.filters.FlakyTest" 13 "exclude-annotation": "org.junit.Ignore" 23 "exclude-annotation": "androidx.test.filters.FlakyTest" 31 "exclude-annotation": "androidx.test.filters.FlakyTest" 39 "exclude-annotation": "androidx.test.filters.FlakyTest" 50 "exclude-annotation": "androidx.test.filters.FlakyTest" 53 "exclude-annotation": "org.junit.Ignore" 67 "exclude-annotation": "org.junit.Ignore" 78 "exclude-annotation": "org.junit.Ignore" 129 "exclude-annotation": "org.junit.Ignore" [all …]
|
/aosp12/frameworks/base/packages/SystemUI/ |
H A D | TEST_MAPPING | 15 "exclude-annotation": "org.junit.Ignore" 18 "exclude-annotation": "androidx.test.filters.FlakyTest" 21 "exclude-annotation": "android.platform.helpers.Staging" 36 "exclude-annotation": "org.junit.Ignore" 39 "exclude-annotation": "androidx.test.filters.FlakyTest" 48 "exclude-annotation": "org.junit.Ignore" 51 "exclude-annotation": "androidx.test.filters.FlakyTest" 81 "exclude-annotation": "org.junit.Ignore" 84 "exclude-annotation": "androidx.test.filters.FlakyTest" 106 "exclude-annotation": "org.junit.Ignore" [all …]
|
/aosp12/system/extras/simpleperf/ |
H A D | RecordFilter.cpp | 25 for (bool exclude : {true, false}) { in ParseOptions() 29 AddPids(pids.value(), exclude); in ParseOptions() 36 AddTids(tids.value(), exclude); in ParseOptions() 42 AddProcessNameRegex(*value.str_value, exclude); in ParseOptions() 45 AddThreadNameRegex(*value.str_value, exclude); in ParseOptions() 49 AddUids(uids.value(), exclude); in ParseOptions() 59 RecordFilterCondition& cond = GetCondition(exclude); in AddPids() 65 RecordFilterCondition& cond = GetCondition(exclude); in AddTids() 71 RecordFilterCondition& cond = GetCondition(exclude); in AddProcessNameRegex() 77 RecordFilterCondition& cond = GetCondition(exclude); in AddThreadNameRegex() [all …]
|
H A D | RecordFilter.h | 66 void AddPids(const std::set<pid_t>& pids, bool exclude); 67 void AddTids(const std::set<pid_t>& tids, bool exclude); 68 void AddProcessNameRegex(const std::string& process_name, bool exclude); 69 void AddThreadNameRegex(const std::string& thread_name, bool exclude); 70 void AddUids(const std::set<uid_t>& uids, bool exclude); 75 RecordFilterCondition& GetCondition(bool exclude) { in GetCondition() argument 76 return exclude ? exclude_condition_ : include_condition_; in GetCondition()
|
/aosp12/bionic/libdl/ |
H A D | Android.bp | 69 // DO NOT REMOVE --exclude-libs! 72 "-Wl,--exclude-libs=libgcc.a", 73 "-Wl,--exclude-libs=libgcc_stripped.a", 74 "-Wl,--exclude-libs=libclang_rt.builtins-arm-android.a", 93 "-Wl,--exclude-libs=libgcc_eh.a", 99 ldflags: ["-Wl,--exclude-libs=libgcc_eh.a"], 169 // DO NOT REMOVE --exclude-libs! 172 "-Wl,--exclude-libs=libgcc.a", 173 "-Wl,--exclude-libs=libgcc_stripped.a", 184 "-Wl,--exclude-libs=libgcc_eh.a", [all …]
|
/aosp12/build/soong/java/ |
H A D | java_resources.go | 41 for _, exclude := range excludeResourceDirs { 42 dirs := ctx.Glob(android.PathForSource(ctx, ctx.ModuleDir()).Join(ctx, exclude).String(), nil) 81 res, exclude []string) (args []string, deps android.Paths) { 83 exclude = append([]string(nil), exclude...) 84 exclude = append(exclude, resourceExcludes...) 85 return resourceFilesToJarArgs(ctx, res, exclude) 89 res, exclude []string) (args []string, deps android.Paths) { 91 files := android.PathsForModuleSrcExcludes(ctx, res, exclude)
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | TEST_MAPPING | 76 "exclude-annotation": "androidx.test.filters.FlakyTest" 88 "exclude-annotation": "androidx.test.filters.FlakyTest" 100 "exclude-annotation": "androidx.test.filters.FlakyTest" 103 "exclude-annotation": "android.platform.test.annotations.AppModeFull" 112 "exclude-annotation": "androidx.test.filters.FlakyTest" 121 "exclude-annotation": "androidx.test.filters.FlakyTest" 124 "exclude-annotation": "org.junit.Ignore" 139 "exclude-annotation": "androidx.test.filters.FlakyTest" 142 "exclude-annotation": "org.junit.Ignore" 154 "exclude-annotation": "androidx.test.filters.FlakyTest" [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/ |
H A D | TEST_MAPPING | 6 {"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"}
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | TEST_MAPPING | 6 {"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"}
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | TEST_MAPPING | 7 "exclude-annotation": "androidx.test.filters.FlakyTest" 10 "exclude-annotation": "org.junit.Ignore" 25 "exclude-annotation": "androidx.test.filters.FlakyTest" 28 "exclude-annotation": "org.junit.Ignore" 40 "exclude-annotation": "androidx.test.filters.FlakyTest" 43 "exclude-annotation": "org.junit.Ignore"
|
/aosp12/system/sepolicy/tools/ |
H A D | sepolicy_cleanup_check.sh | 37 grep -r "^type " --exclude=\*.go $sedir --exclude=\*_macros | sed 's/^.*:.*type \([^,]*\)*.*$/\1/' … 41 grep -r $type --exclude-dir=prebuilts --exclude=\*.cil $sedir 48 grep -r "^type .*exec_type" --exclude=\*.go $sedir | sed 's/^.*:.*type \([^,]*\)*.*$/\1/' | sort | … 117 grep -r ":file.*_dir_perms" --exclude=\*_macros $sedir 118 grep -r ":dir.*_file_perms" --exclude=\*_macros $sedir
|
/aosp12/frameworks/base/api/ |
H A D | dump_api_shas.sh | 17 exclude=${1/..*} 21 exclude= 48 exclude_arg=$(test -n "$exclude" && { 49 git rev-parse -q --verify $exclude > /dev/null && echo "--not $exclude" \ 50 || eecho "$d has no revision $exclude, including all commits"; } || true)
|
/aosp12/frameworks/base/services/core/java/com/android/server/lights/ |
H A D | TEST_MAPPING | 7 {"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"}
|
/aosp12/frameworks/native/libs/ui/ |
H A D | Rect.cpp | 122 Rect Rect::reduce(const Rect& exclude) const { in reduce() 126 mask |= (exclude.left > left) ? 1 : 0; in reduce() 127 mask |= (exclude.top > top) ? 2 : 0; in reduce() 128 mask |= (exclude.right < right) ? 4 : 0; in reduce() 129 mask |= (exclude.bottom < bottom) ? 8 : 0; in reduce() 139 result.right = min(result.right, exclude.left); in reduce() 141 result.bottom = min(result.bottom, exclude.top); in reduce() 143 result.left = max(result.left, exclude.right); in reduce() 145 result.top = max(result.top, exclude.bottom); in reduce()
|
/aosp12/frameworks/base/services/accessibility/ |
H A D | TEST_MAPPING | 10 "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"
|
/aosp12/frameworks/base/core/java/android/webkit/ |
H A D | TEST_MAPPING | 7 "exclude-annotation": "androidx.test.filters.FlakyTest" 15 "exclude-annotation": "androidx.test.filters.FlakyTest" 23 "exclude-annotation": "android.test.FlakyTest" 31 "exclude-annotation": "android.test.FlakyTest"
|
/aosp12/frameworks/base/native/webview/ |
H A D | TEST_MAPPING | 7 "exclude-annotation": "androidx.test.filters.FlakyTest" 15 "exclude-annotation": "androidx.test.filters.FlakyTest" 23 "exclude-annotation": "android.test.FlakyTest" 31 "exclude-annotation": "android.test.FlakyTest"
|
/aosp12/frameworks/base/telecomm/ |
H A D | TEST_MAPPING | 7 "exclude-annotation": "androidx.test.filters.FlakyTest" 15 "exclude-annotation": "androidx.test.filters.FlakyTest" 23 "exclude-annotation": "androidx.test.filters.FlakyTest" 33 "exclude-annotation": "androidx.test.filters.FlakyTest"
|
/aosp12/build/soong/bp2build/ |
H A D | symlink_forest.go | 97 …ve(topdir string, forestDir string, buildFilesDir string, srcDir string, exclude *node, acc *[]str… 98 if exclude != nil && exclude.excluded { 134 if exclude == nil { 137 excludeChild = exclude.children[f] 189 func PlantSymlinkForest(topdir string, forest string, buildFiles string, srcDir string, exclude []s… 192 excludeTree := treeFromExcludePathList(exclude)
|
/aosp12/frameworks/base/packages/Shell/ |
H A D | TEST_MAPPING | 7 "exclude-annotation": "androidx.test.filters.LargeTest" 15 "exclude-annotation": "androidx.test.filters.LargeTest" 18 "exclude-annotation": "androidx.test.filters.FlakyTest" 32 "exclude-annotation": "androidx.test.filters.FlakyTest"
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | TEST_MAPPING | 13 "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" 53 { "exclude-annotation": "com.android.internal.os.SkipPresubmit" }
|
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/ |
H A D | TEST_MAPPING | 7 {"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"}
|
/aosp12/frameworks/base/services/core/java/com/android/server/os/ |
H A D | TEST_MAPPING | 8 "exclude-annotation": "androidx.test.filters.LargeTest" 17 "exclude-annotation": "androidx.test.filters.LargeTest" 29 "exclude-annotation": "androidx.test.filters.LargeTest" 32 "exclude-annotation": "androidx.test.filters.FlakyTest"
|