/external/v8/build/linux/unbundle/ |
remove_bundled_libraries.py | 48 excluded = False 62 excluded = True 63 if excluded:
|
/prebuilts/go/darwin-x86/src/go/types/ |
stdlib_test.go | 84 excluded := make(map[string]bool) 86 excluded[filename] = true 92 if f.IsDir() || !strings.HasSuffix(f.Name(), ".go") || excluded[f.Name()] { 162 // Package paths of excluded packages. 163 var excluded = map[string]bool{ 234 if excluded[pkg.ImportPath] {
|
/prebuilts/go/linux-x86/src/go/types/ |
stdlib_test.go | 84 excluded := make(map[string]bool) 86 excluded[filename] = true 92 if f.IsDir() || !strings.HasSuffix(f.Name(), ".go") || excluded[f.Name()] { 162 // Package paths of excluded packages. 163 var excluded = map[string]bool{ 234 if excluded[pkg.ImportPath] {
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
ITestPlan.java | 62 * Add a excluded test to this test plan 70 * Adds the list of excluded tests for given package
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
Filter.java | 53 * Returns the set of all full patterns to be excluded. 60 * Returns the set of all prefix patterns to be excluded.
|
/external/deqp/external/vulkancts/mustpass/1.0.0/src/ |
excluded-tests.txt | 1 # Issue 218: Excluded built-in function precision tests 12 # Issue 242: Excluded blend tests where propagated errors may be large
|
/external/libgdx/backends/gdx-backends-gwt/ |
issues.txt | 46 - Excluded explicitely in .classpath of gdx-backends-gwt!
47 - Excluded from ant build (build-template.xml)!
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
parser.py | 21 """Parse code to find executable lines, excluded lines, etc.""" 27 which the text will be read. Excluded lines are those that match 50 # The line numbers of excluded lines of code. 51 self.excluded = set() 99 self.excluded = self.lines_matching(self.exclude) 101 # Tokenize, to find excluded suites, to find docstrings, and to find 127 if not excluding and elineno in self.excluded: 155 # Check whether to end an excluded suite. 159 self.excluded.add(elineno) 197 """Parse source text to find executable lines, excluded lines, etc [all...] |
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
TestPlanTest.java | 111 * Test parsing a plan containing a single excluded test 127 * Test parsing a plan containing multiple excluded tests 153 * Test parsing a plan containing an excluded class 196 * Test serializing and deserializing plan with multiple excluded tests
|
/development/tools/idegen/src/ |
Excludes.java | 35 * Returns true if the given path should be excluded.
|
/development/tools/mkstubs/ |
README.txt | 71 Suggestion: if type x.y.z is excluded, then any field, annotation, generic type, 75 output (and stubbed), unless they are explicitly excluded. 77 excluded. 79 - Private fields and methods are automatically excluded. There is no command line
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
ExtendedPKIXBuilderParameters.java | 30 * Excluded certificates are not used for building a certification path. 34 * @return Returns the excluded certificates. 42 * Sets the excluded certificates which are not used for building a 48 * @param excludedCerts The excluded certificates to set.
|
/external/icu/icu4c/source/common/unicode/ |
ucnvsel.h | 62 * @param excludedCodePoints a set of code points to be excluded from consideration. 63 * That is, excluded code points in a string do not change 151 * ignoring the excluded code points. 169 * ignoring the excluded code points.
|
/external/jacoco/jacoco-maven-plugin.test/it/it-offline-instrumentation/ |
verify.bsh | 21 throw new RuntimeException( "Excluded file should not be instrumented: " + file );
|
/external/jetty/src/java/org/eclipse/jetty/util/ajax/ |
JSONObjectConvertor.java | 56 * @param excluded An array of field names to exclude from the conversion 58 public JSONObjectConvertor(boolean fromJSON,String[] excluded) 61 if (excluded!=null) 62 _excluded=new HashSet(Arrays.asList(excluded));
|
JSONPojoConvertor.java | 71 * @param excluded The fields to exclude 73 public JSONPojoConvertor(Class<?> pojoClass, String[] excluded) 75 this(pojoClass, new HashSet<String>(Arrays.asList(excluded)), true); 80 * @param excluded The fields to exclude 82 public JSONPojoConvertor(Class<?> pojoClass, Set<String> excluded) 84 this(pojoClass, excluded, true); 89 * @param excluded The fields to exclude 92 public JSONPojoConvertor(Class<?> pojoClass, Set<String> excluded, boolean fromJSON) 95 _excluded = excluded; 237 LOG.warn("{} property '{}' excluded. (errors)", _pojoClass.getName(), [all...] |
/external/v8/build/ |
json_to_struct.gypi | 11 # Functions and namespaces can be excluded by setting "nocompile" to true.
|
/external/v8/test/mjsunit/tools/ |
tickprocessor-test.func-info | 1 Statistical profiling result from v8.log, (3 ticks, 0 unaccounted, 0 excluded).
|
/external/v8/tools/gyp/test/xcode-ninja/list_excluded/ |
gyptest-all.py | 8 Verifies that excluded files are listed in sources_for_indexing.xcodeproj by
|
/frameworks/support/customtabs/ |
Android.mk | 18 # The R class is automatically excluded from the generated library.
|
/system/connectivity/shill/ |
file_reader.h | 43 // a given string, with LF excluded. Returns false if no more line
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
y.s | 5 ;# .gcc_except_table to the linkonce-excluded fn2 must be zero,
|
/external/testng/src/main/java/org/testng/internal/ |
XmlMethodSelector.java | 23 * which methods need to be included and excluded based on the specification 32 // Groups included and excluded for this run 105 // to an excluded group 136 // excluded methods 139 // Only consider included/excluded methods that belong to the same class 154 // it's included by method and not excluded by method 157 // otherwise it's already excluded and nothing will bring it back,
|
/external/icu/icu4c/source/data/mappings/ |
README.emoji | 103 The original table's mappings to codes 0x75xx to 0x7Bxx are excluded 108 0xF90xx (EUDC block), are excluded to avoid collisions with emoji. 112 are excluded to avoid collisions with emoji. 116 and 0xFBxx, are excluded to avoid collisions with emoji. 120 are excluded to avoid collisions with emoji.
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetSelector.java | 71 // handle excluded encodings 147 * a set of code points to be excluded from consideration. 148 * Excluded code points appearing in the input CharSequence do 150 * code point should be excluded. 186 * the excluded code points.
|