Searched defs:exclude (Results 1 - 25 of 47) sorted by relevance

12

/external/testng/src/test/java/test/override/
H A DOverrideTest.java25 private void runTest(String include, String exclude) { argument
39 if (exclude != null) tng.setExcludedGroups(exclude);
/external/noto-fonts/cjk/
H A Dsubset_noto_cjk.py75 def remove_from_cmap(infile, outfile, exclude=frozenset()):
78 font_data.delete_from_cmap(font, exclude)
99 exclude=sorted(EMOJI_IN_CJK | ANDROID_EMOJI)) variable
/external/bison/
H A Dcfg.mk76 exclude = \ macro
78 $(call exclude, \
H A Dmaint.mk212 # exclude
215 # a prohibit construct. For example, this can be used to exclude
258 export exclude = macro
285 test -z "$$prohibit" && test -n "$$exclude" \
286 && { msg='Use of exclude requires a prohibit pattern' \
315 | grep -vE "$${exclude:-^$$}" \
364 exclude='# *define STRN?EQ\(' \
388 exclude='exit \(77\)|error ?\(((0|77),|[^,]*)' \
756 exclude='^Binary file .* matches$$' \
776 exclude
[all...]
/external/deqp/external/vulkancts/
H A Dbuild_mustpass.py31 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists namespace
58 exclude("test-issues.txt"),
59 exclude("excluded-tests.txt")]),
/external/testng/src/main/java/org/testng/xml/
H A DXmlPackage.java38 * @return the exclude
45 * @param exclude the exclude to set
47 public void setExclude(List<String> exclude) { argument
48 m_exclude = exclude;
122 xsb.addEmptyElement("exclude", excludeProp);
/external/deqp/scripts/
H A Dbuild_android_mustpass.py26 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists namespace
144 exclude("gles3-multisample-issues.txt")]),
153 exclude("gles3-pixelformat-issues.txt")]),
203 exclude("egl-test-issues.txt"),
204 exclude("egl-internal-api-tests.txt")]
218 exclude("gles2-test-issues.txt"),
219 exclude("gles2-failures.txt")
234 exclude("gles3-hw-issues.txt"),
235 exclude("gles3-driver-issues.txt"),
236 exclude("gles
[all...]
H A Drun_nightly.py87 def __init__(self, name, buildConfig, generator, binaryName, testset, args = [], exclude = [], ignore = []):
94 self.exclude = exclude
310 if len(config.exclude) > 0:
311 execArgs += ['--exclude=%s' % string.join(config.exclude, ",")]
370 exclude = [ variable
384 exclude = [ variable
403 exclude = [], variable
426 exclude variable
442 exclude = [ variable
455 exclude = ["dEQP-CL.performance.*", "dEQP-CL.robustness.*", "dEQP-CL.stress.memory.*"], variable
[all...]
H A Dmustpass.py272 def exclude (filename): function
/external/javassist/src/main/javassist/bytecode/analysis/
H A DType.java479 private Map findExclusiveDeclaredInterfaces(Type type, CtClass exclude) { argument
482 Map excludeMap = getAllInterfaces(exclude, null);
/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Dcontrol.py300 # the path to exclude.
314 # just as we exclude ourselves.
550 # any canned exclusions. If they didn't, then we have to exclude the
569 # We exclude the coverage.py code itself, since a little of it
714 def clear_exclude(self, which='exclude'):
715 """Clear the exclude list."""
720 def exclude(self, regex, which='exclude'): member in class:Coverage
726 `which` determines which list is modified. The "exclude" list selects
751 def get_exclude_list(self, which='exclude')
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DGridDataFactory.java537 public GridDataFactory exclude(boolean value) { method in class:GridDataFactory
538 m_data.exclude = value;
/external/selinux/policycoreutils/setfiles/
H A Drestore.c343 if (exclude(ftsent->fts_path)) {
450 int exclude(const char *file) function
471 fprintf(stderr, "Full path required for exclude: %s.\n",
640 attributes and add them to the exclude directory table. File systems
694 /* exclude mount points without the seclabel option */
/external/autotest/contrib/
H A Dcoverage.py207 def doSuite(self, intro, body, exclude=0):
209 if exclude or (intro and not self.recordNodeLine(intro)):
215 # Finding the exclude lines for else's is tricky, because they aren't
218 # first line are excluded, then we exclude the else.
223 self.doSuite(None, suite, exclude=self.excluded.has_key(l))
314 self.exclude('# *pragma[: ]*[nN][oO] *[cC][oO][vV][eE][rR]')
461 def exclude(self, re): member in class:coverage
596 source.read(), exclude=self.exclude_re
692 def find_executable_statements(self, text, exclude=None):
696 if exclude
956 def exclude(*args, **kw): function
[all...]
/external/deqp/executor/tools/
H A DxeCommandLineExecutor.cpp102 << Option<ExcludeSet> ("e", "exclude", "Comma-separated list of exclude filters.", parseCommaSeparatedList, "")
134 vector<string> exclude; member in struct:__anon3723::CommandLine
199 cmdLine.exclude = opts.getOption<opt::ExcludeSet>();
595 for (vector<string>::const_iterator filterIter = cmdLine.exclude.begin(); filterIter != cmdLine.exclude.end(); ++filterIter)
/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.cc2489 RegList exclude = reg1.Bit() | reg2.Bit() | reg3.Bit() | reg4.Bit(); local
2490 ExcludeByRegList(available_, exclude);
2507 RegList exclude = 0; local
2514 exclude |= regs[i].Bit();
2522 ExcludeByRegList(available_, exclude);
2560 RegList exclude) {
2561 available->set_list(available->list() & ~exclude);
2559 ExcludeByRegList(CPURegList* available, RegList exclude) argument
/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c184 /* exclude file handling */
185 /* list of exclude dirs/files */
192 int exclude = 0; variable
3670 ERROR_EXIT("\nIgnoring, exclude it (-e/-ef) to "
3739 * grained tuning of the in-core directory structure after the exclude,
3741 * tests to be performed which are impossible at exclude time (i.e.
3811 * all other actions because the previous exclude and move actions and the
4185 for(i = 0; i < exclude; i++)
4194 if(exclude % EXCLUDE_SIZE == 0) { \
4195 exclude_paths = realloc(exclude_paths, (exclude
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs-ant.jar ... String notAProblem private String not private String withSource private String exclude private String include private String annotation private String after private ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/guice/lib/build/
H A Djarjar-1.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/testng/lib-supplied/
H A Djarjar-issue-21.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...

Completed in 5394 milliseconds

12