HomeSort by relevance Sort by last modified time
    Searched defs:excluded (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/chromium_org/third_party/angle/
enumerate_files.py 50 excluded = False variable
53 excluded = True variable
56 if not excluded:
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
NameConstraints.java 16 private GeneralSubtree[] permitted, excluded; field in class:NameConstraints
44 excluded = createArray(ASN1Sequence.getInstance(o, false));
54 * permitted and excluded are arrays of GeneralSubtree objects.
58 * @param excluded
63 GeneralSubtree[] excluded)
70 if (excluded != null)
72 this.excluded = excluded;
95 return excluded;
111 if (excluded != null
    [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/chromium_org/base/test/launcher/
test_launcher.cc 943 bool excluded = false; local
946 excluded = true;
950 if (excluded)
    [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/ui/
ComponentsView.java 471 File exclusionDir = new File(writeDir, "excluded");
493 StringBuffer excluded = this.results.writeStatus(resultsFile, WRITE_STATUS); local
494 if (excluded == null) {
502 stream.write(excluded.toString().getBytes());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 1708 def excluded(self, filename, parent=None): member in class:StyleGuide
    [all...]
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 1625 ZoneList<CharacterRange>* excluded = NULL; local
    [all...]
  /external/lldb/test/
dotest.py 183 # By default, don't exclude any directories. Use '-X' to add one excluded directory.
184 excluded = set(['.svn', '.git']) variable
668 excluded.add(args.X)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 1689 GeneralSubtree[] excluded = nc.getExcludedSubtrees(); local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 51 int *excluded);
54 int *excluded);
1281 int *excluded)
1317 if (excluded == NULL)
1332 if (excluded)
1333 *excluded = is_excluded;
1517 int excluded = 0, *excl = allow_excluded ? &excluded : NULL; local
2296 int excluded = 0; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-util-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/aether/aether-util/1.7/
aether-util-1.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.0/
lint-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.2/
lint-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.0/
lint-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.1/
lint-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.3/
lint-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.7.0/
lint-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.7.1/
lint-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.7.3/
lint-22.7.3.jar 

Completed in 1296 milliseconds

1 2 3