/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...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/ |
PKIXExtendedBuilderParameters.java | 41 * Adds excluded certificates which are not used for building a 46 * @param excludedCerts The excluded certificates to set. 110 * Excluded certificates are not used for building a certification path. 114 * @return Returns the excluded certificates.
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
annotate.py | 34 Executed lines use '>', lines not executed use '!', lines excluded from 62 excluded = sorted(analysis.excluded) 96 elif lineno in excluded:
|
/external/clang/test/Modules/ |
darwin_specific_modulemap_hacks.m | 5 @import Darwin.C.excluded; // no error, header is implicitly 'textual'
|
/external/webrtc/build_overrides/ |
webrtc.gni | 17 # Excluded in Chromium since its prerequisites don't require Pulse Audio.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-linkonce/ |
zeroehl32.d | 7 # The word at address 201c, for the linkonce-excluded section, must be zero.
|
/external/chromium-trace/catapult/third_party/polymer/components/iron-selector/test/ |
index.html | 29 'excluded-local-names.html', 37 'excluded-local-names.html?dom=shadow'
|
/packages/apps/CellBroadcastReceiver/res/xml/ |
backup.xml | 20 <!-- Shared preferences files can be excluded using the "sharedpref" domain. --> 29 (see android.content.Context#getNoBackupFilesDir()) are excluded by default. If you need
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
GzipHandler.java | 126 * Get the excluded user agents. 128 * @return excluded user agents 137 * Set the excluded user agents. 139 * @param excluded 140 * excluded user agents to set 142 public void setExcluded(Set<String> excluded) 144 _excluded = excluded; 149 * Set the excluded user agents. 151 * @param excluded 152 * excluded user agents to se [all...] |
/libcore/ojluni/src/main/java/sun/security/x509/ |
GeneralSubtrees.java | 301 * the list of names that are specifically excluded. The reason 315 * @returns GeneralSubtrees to be merged with excluded; these are 330 // return no new excluded entries 394 // type to excluded. 490 * is used in merging excluded NameConstraints with permitted NameConstraints 494 * @param excluded GeneralSubtrees 496 public void reduce(GeneralSubtrees excluded) { 497 if (excluded == null) { 500 for (int i = 0, n = excluded.size(); i < n; i++) { 501 GeneralNameInterface excludedName = excluded.getGeneralNameInterface(i) [all...] |
/external/v8/test/mozilla/ |
testcfg.py | 36 EXCLUDED = ["CVS", ".svn"] 72 for excluded in EXCLUDED: 73 if excluded in dirs: 74 dirs.remove(excluded)
|
/cts/common/util/src/com/android/compatibility/common/util/ |
TestSuiteFilter.java | 110 // Skip package because it was excluded 114 // Skip class because it was excluded 118 // Skip method because it was excluded
|
/external/v8/build/ |
host_jar.gypi | 29 # excluded_src_paths - A list of all paths that should be excluded from 37 # jar_excluded_classes - A list of .class files that should be excluded 83 'extra_args': ['--jar-excluded-classes=<(jar_excluded_classes)']
|