/external/clang/test/Modules/Inputs/require-modular-includes/IncludeExcluded.framework/Headers/ |
Excluded.h | 0 // Excluded.h
|
IncludeExcluded.h | 1 #include "Excluded.h"
|
/frameworks/base/test-runner/src/junit/runner/ |
excluded.properties | 2 # The list of excluded package paths for the TestCaseClassLoader 4 excluded.0=sun.* 5 excluded.1=com.sun.* 6 excluded.2=org.omg.* 7 excluded.3=javax.* 8 excluded.4=sunw.* 9 excluded.5=java.* 10 excluded.6=org.w3c.dom.* 11 excluded.7=org.xml.sax.* 12 excluded.8=net.jini. [all...] |
TestCaseClassLoader.java | 12 * should be excluded from loading. The loading 16 * The list of excluded package paths is specified in 17 * a properties file "excluded.properties" that is located in 27 /** default excluded paths */ 33 /** name of excluded properties file */ 34 static final String EXCLUDED_FILE= "excluded.properties"; 35 /** excluded paths */ 40 * and the excluded package paths 48 * and the excluded package paths 88 // Delegate the loading of excluded classes to th [all...] |
/external/clang/test/Modules/Inputs/require-modular-includes/IncludeExcluded.framework/Modules/ |
module.modulemap | 3 exclude header "Excluded.h"
|
/external/v8/tools/gyp/test/win/ |
gyptest-midl-excluded.py | 8 Test that .idl files in actions and non-native rules are excluded. 18 CHDIR = 'idl-excluded' 19 test.run_gyp('idl-excluded.gyp', chdir=CHDIR) 20 test.build('idl-excluded.gyp', test.ALL, chdir=CHDIR)
|
/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...] |
PKIXNameConstraintValidator.java | 80 * Check if the given GeneralName is contained in the excluded set. 84 * excluded. 191 * Adds a subtree to the excluded set of these name constraints. 193 * @param subtree A subtree with an excluded GeneralName. 286 temp += "excluded:\n"; 380 private void checkExcludedDN(Set excluded, ASN1Sequence dns) 383 if (excluded.isEmpty()) 388 Iterator it = excluded.iterator(); 397 "Subject distinguished name is from an excluded subtree"); 437 private Set unionDN(Set excluded, ASN1Sequence dn [all...] |
/external/clang/test/Modules/Inputs/System/usr/include/ |
module.map | 36 module excluded { 37 requires excluded 45 requires excluded
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
NameConstraintsExtension.java | 42 * The name constraints extension provides permitted and excluded 46 * matching a restriction in the excluded subtrees field is invalid 82 private GeneralSubtrees excluded = null; field in class:NameConstraintsExtension 92 if (excluded != null) { 93 for (int i = 0; i < excluded.size(); i++) { 94 GeneralSubtree subtree = excluded.get(i); 117 if (permitted == null && excluded == null) { 130 if (excluded != null) { 132 excluded.encode(tmp); 146 * @param excluded the excluded GeneralSubtrees (null for optional) [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/ |
ConfigResultsElement.java | 280 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) { 293 if (excluded != null) { 294 excluded.append(configResults+" excluded from status because there's only "+numbersLength+" builds available although "+buildsNumber+" is required to decide a regression is confirmed or not!"); 295 excluded.append(Util.LINE_SEPARATOR); 308 if (excluded != null) { 309 excluded.append(configResults+" excluded from status because only "+confirmed+" builds failed on last "+buildsNumber+" ones!"); 310 excluded.append(Util.LINE_SEPARATOR); 377 if (excluded != null) [all...] |
/external/llvm/tools/llvm-jitlistener/ |
CMakeLists.txt | 1 # This tool is excluded from the CMake build if Intel JIT events are disabled.
|
/external/v8/test/mjsunit/tools/ |
tickprocessor-test.only-summary | 1 Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
|
/external/v8/tools/gyp/test/win/idl-excluded/ |
bad.idl | 5 This is a dummy .idl file that will trigger an error if it is not excluded from
|
/external/testng/src/test/java/test/simple/ |
IncludedExcludedTest.java | 58 public MyReporter(String[] included, String[] excluded) { 60 m_excluded = excluded; 77 Collection<ITestNGMethod> excluded = suite.getExcludedMethods(); local 78 Assert.assertEquals(excluded.size(), m_excluded.length); 80 Assert.assertTrue(containsMethod(excluded, s));
|
/external/compiler-rt/lib/builtins/Darwin-excludes/ |
README.TXT | 1 This folder contains list of symbols that should be excluded from the builtin 2 libraries for Darwin. There are two reasons symbols are excluded:
|
/external/libchrome/base/trace_event/ |
trace_config_unittest.cc | 136 config = TraceConfig("included,-excluded,inc_pattern*,-exc_pattern*", ""); 137 EXPECT_STREQ("included,inc_pattern*,-excluded,-exc_pattern*", 146 config = TraceConfig("disabled-by-default-cc,-excluded", ""); 147 EXPECT_STREQ("disabled-by-default-cc,-excluded", 167 config = TraceConfig("included,-excluded,inc_pattern*,-exc_pattern*", 173 EXPECT_STREQ("included,inc_pattern*,-excluded,-exc_pattern*", 179 config = TraceConfig(" included , -excluded, inc_pattern*, ,-exc_pattern* ", 185 EXPECT_STREQ("included,inc_pattern*,-excluded,-exc_pattern*", 191 config = TraceConfig("included,-excluded,inc_pattern*,-exc_pattern*", 197 EXPECT_STREQ("included,inc_pattern*,-excluded,-exc_pattern*" [all...] |
/external/v8/tools/gyp/test/win/linker-flags/ |
nodefaultlib.cc | 5 // Include entry point function that's excluded by removing C runtime libraries.
|
/external/mockito/src/org/mockito/exceptions/stacktrace/ |
StackTraceCleaner.java | 6 * Decides if particular StackTraceElement is excluded from the human-readable stack trace output. 23 * Decides if element is excluded. 26 * @return whether the element should be excluded from cleaned stack trace.
|
/external/testng/src/main/java/org/testng/internal/ |
PackageUtils.java | 47 List<String> included, List<String> excluded) 94 findClassesInDirPackage(packageOnly, included, excluded, 119 Utils.log("PackageUtils", 4, "Found class " + className + ", seeing it if it's included or excluded"); 120 includeOrExcludeClass(packageName, className, included, excluded, vResult); 135 findClassesInDirPackage(packageOnly, included, excluded, 212 List<String> excluded, 236 excluded, local 244 + ", seeing it if it's included or excluded"); 245 includeOrExcludeClass(packageName, className, included, excluded, classes); 255 List<String> included, List<String> excluded, List<String> classes [all...] |
/developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/res/xml/ |
backup.xml | 20 <!-- Shared preferences files can be excluded using the "sharedpref" domain. --> 27 <!-- Databases can be excluded using the "database" domain. --> 34 (see android.content.Context#getNoBackupFilesDir()) are excluded by default. If you need
|
/developers/samples/android/content/AutoBackupForApps/Application/src/main/res/xml/ |
backup.xml | 20 <!-- Shared preferences files can be excluded using the "sharedpref" domain. --> 27 <!-- Databases can be excluded using the "database" domain. --> 34 (see android.content.Context#getNoBackupFilesDir()) are excluded by default. If you need
|
/development/samples/browseable/AutoBackupForApps/res/xml/ |
backup.xml | 20 <!-- Shared preferences files can be excluded using the "sharedpref" domain. --> 27 <!-- Databases can be excluded using the "database" domain. --> 34 (see android.content.Context#getNoBackupFilesDir()) are excluded by default. If you need
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXNameConstraintValidator.java | 111 private void checkExcludedDN(Set excluded, ASN1Sequence dns) 114 if (excluded.isEmpty()) 119 Iterator it = excluded.iterator(); 128 "Subject distinguished name is from an excluded subtree"); 168 private Set unionDN(Set excluded, ASN1Sequence dn) 170 if (excluded.isEmpty()) 174 return excluded; 176 excluded.add(dn); 178 return excluded; 184 Iterator it = excluded.iterator() [all...] |
/development/tools/idegen/ |
excluded-paths | 1 # Default Idegen excluded paths file. Contains regular expressions, one per 2 # line, which match paths of directories and .jar files that should be excluded 8 # Developers can also create an 'excluded-paths' file in the project's root 17 # Note: Google-specific excludes go in vendor/google/excluded-paths.
|