Home
last modified time | relevance | path

Searched defs:excludes (Results 1 – 25 of 237) sorted by relevance

12345678910

/aosp_15_r20/external/executorch/build/
H A Dcmake_deps.toml12 excludes = [ qkey
51 excludes = [ qkey
68 excludes = [ qkey
87 excludes = [ qkey
113 excludes = [ qkey
127 excludes = [ qkey
233 excludes = [ qkey
251 excludes = [ qkey
268 excludes = [ qkey
284 excludes = [ qkey
[all …]
/aosp_15_r20/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
H A DDalvikTestRunner.java126 private static void iterateTests(Test test, Set<String> includes, Set<String> excludes, in iterateTests()
134 iterateTests(enumerator.nextElement(), includes, excludes, sink); in iterateTests() local
146 Set<String> includes, Set<String> excludes) { in collectTests()
172 private static boolean shouldRun(Test test, Set<String> includes, Set<String> excludes) { in shouldRun()
359 Set<String> excludes = new HashSet<>(); field in DalvikTestRunner.Config
376 Set<String> excludes) { in FilterableTestSuite()
/aosp_15_r20/external/autotest/server/hosts/
H A Dabstract_ssh.py301 safe_symlinks=False, excludes=None): argument
325 preserve_symlinks, safe_symlinks, excludes=None): argument
564 preserve_symlinks=False, excludes=None): argument
637 excludes, preserve_symlinks): argument
654 def _send_file(self, dest, source, local_sources, delete_dest, excludes, argument
674 preserve_symlinks, excludes): argument
711 def _send_using_scp(self, dest, source, delete_dest, excludes): argument
/aosp_15_r20/external/googleapis/google/cloud/osconfig/agentendpoint/v1/
H A Dpatch_jobs.proto97 repeated string excludes = 2; field
120 repeated string excludes = 3; field
152 repeated string excludes = 5; field
219 repeated string excludes = 2; field
/aosp_15_r20/external/googleapis/google/cloud/osconfig/agentendpoint/v1beta/
H A Dpatch_jobs.proto99 repeated string excludes = 2; field
122 repeated string excludes = 3; field
154 repeated string excludes = 5; field
221 repeated string excludes = 2; field
/aosp_15_r20/external/autotest/client/bin/
H A Dsite_sysinfo.py31 def __init__(self, directory, excludes=DEFAULT_EXCLUDES): argument
151 def __init__(self, directory, excludes=logdir.DEFAULT_EXCLUDES, argument
292 def __init__(self, directory, excludes=logdir.DEFAULT_EXCLUDES): argument
309 def __init__(self, directory, excludes=logdir.DEFAULT_EXCLUDES): argument
/aosp_15_r20/build/make/tools/atree/
H A Dfiles.cpp181 vector<string>* excludes) in read_list_file()
412 matches_excludes(const char* file, const vector<string>& excludes) in matches_excludes()
425 const vector<string>& excludes, in list_dir()
464 list_dir(const FileRecord& rec, const vector<string>& excludes, in list_dir()
/aosp_15_r20/frameworks/base/core/java/android/app/backup/
H A DFullBackup.java640 Set<PathWithRequiredFlags> excludes, in parseNewBackupSchemeFromXmlLocked()
677 Set<PathWithRequiredFlags> excludes, in parseBackupSchemeFromXmlLocked()
709 Set<PathWithRequiredFlags> excludes, in parseRules()
788 private void logParsingResults(Set<PathWithRequiredFlags> excludes, in logParsingResults()
868 Set<PathWithRequiredFlags> excludes, in parseCurrentTagForDomain()
/aosp_15_r20/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
H A DReportSupport.java121 final List<String> excludes) throws IOException { in processProject()
147 final List<String> includes, final List<String> excludes, in processProject()
155 final List<String> includes, final List<String> excludes, in processProject()
H A DFileFilter.java32 private final List<String> excludes; field in FileFilter
43 final List<String> excludes) { in FileFilter()
/aosp_15_r20/external/googleapis/google/cloud/osconfig/v1beta/
H A Dpatch_jobs.proto428 repeated string excludes = 2; field
451 repeated string excludes = 3; field
483 repeated string excludes = 5; field
550 repeated string excludes = 2; field
/aosp_15_r20/external/googleapis/google/cloud/osconfig/v1/
H A Dpatch_jobs.proto464 repeated string excludes = 2; field
487 repeated string excludes = 3; field
517 repeated string excludes = 5; field
584 repeated string excludes = 2; field
/aosp_15_r20/external/google-cloud-java/java-os-config/proto-google-cloud-os-config-v1beta/src/main/proto/google/cloud/osconfig/v1beta/
H A Dpatch_jobs.proto428 repeated string excludes = 2; field
451 repeated string excludes = 3; field
483 repeated string excludes = 5; field
550 repeated string excludes = 2; field
/aosp_15_r20/external/google-cloud-java/java-os-config/proto-google-cloud-os-config-v1/src/main/proto/google/cloud/osconfig/v1/
H A Dpatch_jobs.proto464 repeated string excludes = 2; field
487 repeated string excludes = 3; field
517 repeated string excludes = 5; field
584 repeated string excludes = 2; field
/aosp_15_r20/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DExcludeProcessor.java25 private final Set<String> excludes; field in ExcludeProcessor
28 public ExcludeProcessor(Set<String> excludes, boolean verbose) { in ExcludeProcessor()
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
H A DRule.java29 private String excludes; field in Rule
88 public void setExcludes(final String excludes) { in setExcludes()
/aosp_15_r20/build/soong/cmd/zip2zip/
H A Dzip2zip.go43 excludes multiFlag var
114 args []string, excludes, includes multiFlag, uncompresses []string) error { argument
/aosp_15_r20/external/angle/src/libANGLE/
H A DCLBitField.h37 bool excludes(cl_bitfield bits) const { return !intersects(bits); } in excludes() function
38 bool excludes(const BitField &other) const { return !intersects(mBits); } in excludes() function
/aosp_15_r20/development/tools/idegen/src/
H A DConfiguration.java69 Excludes excludes = readExcludes(); in Configuration() local
134 Excludes excludes) throws IOException { in traverse()
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
H A DSubPlanHelperTest.java139 Set<String> excludes = subPlan.getExcludeFilters(); in testAddExclude() local
159 Set<String> excludes = subPlan.getExcludeFilters(); in testAddParameterizedExclude() local
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstalledInstrumentationsTest.java238 Set<TestDescription> excludes = in shouldRetry() local
253 mRunTestsFailureMap.put(run.getName(), excludes); in shouldRetry() local
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/xsl/
H A DStylesheetTestletDriver.java852 String excludes = testProps.getProperty(OPT_EXCLUDES); in getFileFilter() local
888 String excludes = testProps.getProperty(OPT_EXCLUDES); in getGoldFileFilter() local
/aosp_15_r20/external/python/python-api-core/
Dowlbot.py25 excludes = [ variable
/aosp_15_r20/platform_testing/libraries/screenshot/scripts/
H A Dmodules_config.py9 excludes: list[str] = field(default_factory=list) variable in ModuleConfig
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/tests/srcs/
H A DStorageFileProviderTest.java42 String[] excludes = {}; in testlistContainers() local

12345678910