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

1 2 34 5 6 7 8 91011>>

  /external/autotest/contrib/
coverage.py 104 def __init__(self, statements, excluded, suite_spots):
107 self.excluded = excluded
178 # Returns a bool, whether the line is included or excluded.
184 # If we're inside an excluded suite, record that this line was
185 # excluded.
187 self.excluded[lineno] = 1
189 # If this line is excluded, or suite_spots maps this line to
190 # another line that is exlcuded, then we're excluded.
191 elif self.excluded.has_key(lineno) or
    [all...]
  /frameworks/support/transition/src/android/support/transition/
Transition.java 270 * whether the target should be added to or removed from the excluded list.
275 * of a specific ListView or Spinner. Views can be excluded either by their
281 * current list of excluded targets.
296 * the children of the target should be added to or removed from the excluded list.
304 * of a specific ListView or Spinner. Views can be excluded either by their
311 * current list of excluded-child targets.
325 * be excluded from this transition. The <code>exclude</code> parameter
327 * the excluded list.
332 * of a specific ListView or Spinner. Views can be excluded either by their
338 * current list of excluded target types
    [all...]
  /external/deqp/android/cts/master/src/
vulkan-test-issues.txt 23 # Khronos Issue 218: Excluded built-in function precision tests
34 # Khronos Issue 242: Excluded blend tests where propagated errors may be large
  /external/libgdx/extensions/gdx-bullet/jni/swig/collision/
btBroadphasePairArray.i 9 * @param other The collision object the pair must contain (which itself is excluded from the result)
22 * @param other The collision object the pair must contain (which itself is excluded from the result)
  /external/skia/gm/
clippedbitmapshaders.cpp 16 // This GM draws a 3x3 grid (with the center element excluded) of rectangles
18 // pattern cell is at the center (excluded) region.
  /external/v8/build/
filename_rules.gypi 6 # file is excluded from the build on a given platform. It is
29 # In case a file is not needed, it is going to be excluded later on.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm/
reg.go 104 if r >= arm.REGTMP-2 && r != arm.REG_R12 { // excluded R9 and R10 for m and g, but not R12
123 b &= 0x11fc // excluded R9 and R10 for m and g, but not R12
  /prebuilts/go/darwin-x86/src/cmd/vet/
vet_test.go 102 t.Error("file1 was excluded, should be included")
105 t.Error("file2 was included, should be excluded")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm/
reg.go 104 if r >= arm.REGTMP-2 && r != arm.REG_R12 { // excluded R9 and R10 for m and g, but not R12
123 b &= 0x11fc // excluded R9 and R10 for m and g, but not R12
  /prebuilts/go/linux-x86/src/cmd/vet/
vet_test.go 102 t.Error("file1 was excluded, should be included")
105 t.Error("file2 was included, should be excluded")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
infoflow.py 41 exclude The types excluded from the information flow analysis.
122 # excluded or disconnected due to min weight
163 # excluded or disconnected due to min weight
198 # excluded or disconnected due to min weight
241 # excluded or disconnected due to min weight
286 # 2. _build_subgraph derives a subgraph which removes all excluded
289 # is rebuilt or the minimum weight or excluded types change.
331 # delete excluded types from subgraph
  /external/compiler-rt/test/asan/TestCases/
blacklist.cc 23 // A function which is broken, but excluded in the blacklist.
  /external/curl/docs/libcurl/opts/
CURLINFO_SIZE_DOWNLOAD.3 34 commonly called body. All meta and header data are excluded and will not be
  /external/llvm/test/CodeGen/Generic/
2006-07-03-schedulers.ll 6 ; The top-down schedulers are excluded here because they don't yet support
  /external/testng/src/test/java/test/mixed/
MixedTest.java 28 Assert.assertEquals(tla.getPassedTests().size(), 5); //2 from junit3test1, 2 from junit4test1, 0 from testngtest1 (no groups), 1 from testnggroups (1 is included, 1 is excluded)
  /frameworks/base/core/java/android/test/suitebuilder/annotation/
Suppress.java 27 * the annotation appears only on a test method then only that method will be excluded.
  /prebuilts/tools/common/m2/repository/junit/junit/3.8.1/
junit-3.8.1-sources.jar 
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-linkonce/
y.s 5 ;# .gcc_except_table to the linkonce-excluded fn2 must be zero, or g++
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestFilter.java 65 * Adds a test class to the filter. All tests in this class should be excluded.
99 * Adds a test class to the filter. All tests in this class should be excluded.
121 * other tests will be excluded.
  /development/tools/idegen/
README 56 IDEGen keeps an exclusion list in the "excluded-paths" file. This file
58 project root) that should be excluded from the IDE configuration. We
62 "excluded-paths" file in the project's root directory. For example, you
  /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/
ScenarioResultsElement.java 129 StringBuffer writableStatus(StringBuffer buffer, int kind, StringBuffer excluded) {
134 StringBuffer childrenBuffer = super.writableStatus(new StringBuffer(), kind, excluded);
136 // Write status on file if not excluded
  /external/jetty/src/java/org/eclipse/jetty/servlets/
GzipFilter.java 75 * is set to a comma separated list of user agents, then these agents will be excluded from gzip content.
98 * {@link String#contains(CharSequence)} to check if the excluded agent occurs
111 * set to 'Vary: Accept-Encoding, User-Agent' since IE6 is excluded by default from the excludedAgents.
112 * If user-agents are not to be excluded, then this can be set to 'Vary: Accept-Encoding'. Note also
252 // If not a supported method or it is an Excluded URI - no Vary because no matter what client, this URI is always excluded
260 // Exclude non compressible mime-types known from URI extension. - no Vary because no matter what client, this URI is always excluded
273 // Excluded User-Agents
525 * Checks to see if the userAgent is excluded
529 * @return boolean true if excluded
    [all...]
  /external/llvm/include/llvm/
module.modulemap 6 // FIXME: Why is this excluded?
24 // FIXME: Why is this excluded?
164 // FIXME: Excluded because it does bad things with the legacy pass manager.
  /libcore/json/src/main/java/org/json/
JSONTokener.java 332 * a newline character. This does not consume the excluded character.
334 private String nextToInternal(String excluded) {
338 if (c == '\r' || c == '\n' || excluded.indexOf(c) != -1) {
531 * <li>any character in {@code excluded}
543 public String nextTo(String excluded) {
544 if (excluded == null) {
545 throw new NullPointerException("excluded == null");
547 return nextToInternal(excluded).trim();
551 * Equivalent to {@code nextTo(String.valueOf(excluded))}.
553 public String nextTo(char excluded) {
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
AgentOptions.java 61 * Wildcard expression for class names that should be excluded from code
70 * excluded from code coverage. This means all classes loaded by a class
330 * Returns the wildcard expression for excluded class loaders.
332 * @return expression for excluded class loaders
340 * Sets the wildcard expression for excluded class loaders.
343 * expression for excluded class loaders

Completed in 1810 milliseconds

1 2 34 5 6 7 8 91011>>