OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:excluded
(Results
76 - 100
of
1267
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
.