HomeSort by relevance Sort by last modified time
    Searched full:excluded (Results 26 - 50 of 1267) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XMLNSDecl.java 36 * @param isExcluded true if this namespace declaration should normally be excluded.
73 /** true if this namespace declaration should normally be excluded.
78 * Tell if this declaration should be excluded from the
81 * @return true if this namespace declaration should normally be excluded.
  /external/clang/test/Coverage/
codegen-next.m 9 // Then, This test should be excluded on x86_64-win32.
  /external/v8/test/mjsunit/tools/
tickprocessor-test.gc-state 1 Statistical profiling result from v8.log, (13 ticks, 0 unaccounted, 13 excluded).
  /external/v8/tools/gyp/test/exclusion/
gyptest-exclusion.py 8 Verifies that exclusions (e.g. sources!) are respected. Excluded sources
  /prebuilts/go/darwin-x86/src/regexp/
exec2_test.go 13 // This test is excluded when running under the race detector because
  /prebuilts/go/linux-x86/src/regexp/
exec2_test.go 13 // This test is excluded when running under the race detector because
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
zeroehelf.d 6 # The word at address 201c, for the linkonce-excluded section, must be zero.
zeroehmmo.d 6 # The word at address 201c, for the linkonce-excluded section, must be zero.
  /external/jacoco/jacoco-maven-plugin.test/it/it-includes-excludes/
verify.bsh 25 throw new FileNotFoundException( "DatabaseUtil should NOT be excluded: " + databaseUtilReportFile );
31 throw new RuntimeException( "TestUtil SHOULD be excluded: " + testUtilReportFile );
  /external/selinux/policycoreutils/semodule_deps/
semodule_deps.8 21 By default options to the base module are excluded as almost every
39 include dependencies to the base module - by default these are excluded
  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertSelectorTest.java 66 byte[] excluded = { (byte) 192, (byte) 168, 0, 1 };
71 assertTrue(certSelector.match(newCertWithNameConstraint(directMatch, excluded)));
74 assertFalse(certSelector.match(newCertWithNameConstraint(noMatch, excluded)));
80 byte[] excluded = {
91 assertTrue(certSelector.match(newCertWithNameConstraint(directMatch, excluded)));
97 assertFalse(certSelector.match(newCertWithNameConstraint(noMatch, excluded)));
123 private X509Certificate newCertWithNameConstraint(byte[] permitted, byte[] excluded)
127 .addNameConstraint(false, excluded)
  /development/tools/idegen/src/
Configuration.java 39 /** Found .jar files (that weren't excluded). */
42 /** Excluded directories which may or may not be under a source root. */
48 /** File name used for excluded path files. */
49 private static final String EXCLUDED_PATHS = "excluded-paths";
78 Log.debug(excludedDirs.size() + " excluded dirs");
86 * Reads excluded path files.
101 // Look for user-specific excluded-paths file in current directory.
111 * Recursively finds .java source roots, .jar files, and excluded
143 // Don't recurse into excluded dirs.
223 * Picks out excluded directories that are under source roots
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
PerformanceResultsElement.java 219 StringBuffer excluded = new StringBuffer(); local
240 buffer.append("all failures with at least a noticeable error (> 3%) are excluded!");
243 buffer.append("all failures with at least a suspicious error (> 25%) are excluded!");
246 buffer.append("all failures with at least a weird error (> 50%) are excluded!");
249 buffer.append("all failures with an invalid error (> 100%) are excluded!");
259 buffer.append("all failures with a small build value (<100ms) are excluded!");
262 buffer.append("all failures with a small delta value (<100ms) are excluded!");
265 buffer.append("all failures with a small build or delta value (<100ms) are excluded!");
275 buffer.append("all failures with erratic baseline results (variation > 20%) are excluded!");
278 buffer.append("all failures with unstable baseline results (10% < variation < 20%) are excluded!");
    [all...]