OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:skipped
(Results
251 - 275
of
1855
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libxml2/doc/
index.py
584
print "
skipped
%s" % (word)
635
print "
skipped
%s" % (word)
1140
skipped
= 0
1144
skipped
=
skipped
+ 1
1160
skipped
= 0
1164
skipped
=
skipped
+ 1
1189
skipped
= 0
1193
skipped
= skipped +
[
all
...]
/external/libcap-ng/libcap-ng-0.7/bindings/python/test/
Makefile.in
319
skipped
=""; \
322
skipped
="($$skip test was not run)"; \
324
skipped
="($$skip tests were not run)"; \
326
test `echo "$$
skipped
" | wc -c` -le `echo "$$banner" | wc -c` || \
327
dashes="$$
skipped
"; \
343
test -z "$$
skipped
" || echo "$${col}$$
skipped
$${std}"; \
/external/libcap-ng/libcap-ng-0.7/src/test/
Makefile.in
433
skipped
=""; \
436
skipped
="($$skip test was not run)"; \
438
skipped
="($$skip tests were not run)"; \
440
test `echo "$$
skipped
" | wc -c` -le `echo "$$banner" | wc -c` || \
441
dashes="$$
skipped
"; \
457
test -z "$$
skipped
" || echo "$${col}$$
skipped
$${std}"; \
/external/marisa-trie/tests/
Makefile.in
413
skipped
=""; \
416
skipped
="($$skip test was not run)"; \
418
skipped
="($$skip tests were not run)"; \
420
test `echo "$$
skipped
" | wc -c` -le `echo "$$banner" | wc -c` || \
421
dashes="$$
skipped
"; \
436
test -z "$$
skipped
" || echo "$$
skipped
"; \
/external/openfst/src/test/
Makefile.in
425
skipped
=""; \
428
skipped
="($$skip test was not run)"; \
430
skipped
="($$skip tests were not run)"; \
432
test `echo "$$
skipped
" | wc -c` -le `echo "$$banner" | wc -c` || \
433
dashes="$$
skipped
"; \
449
test -z "$$
skipped
" || echo "$${col}$$
skipped
$${std}"; \
/external/apache-http/src/org/apache/http/impl/io/
ContentLengthInputStream.java
199
* @return The actual number of bytes
skipped
. <= 0 if no bytes
200
* are
skipped
.
212
// skip and keep track of the bytes actually
skipped
/external/libavc/encoder/
ih264e_time_stamp.h
68
/* Number of frames not to be
skipped
while maintaining
160
* Function to check if frame can be
skipped
176
* Flag to indicate if frame is already
skipped
by application
/libcore/luni/src/main/java/java/io/
InputStream.java
65
* Returns an estimated number of bytes that can be read or
skipped
without blocking for more
213
* bytes
skipped
may be anywhere between 0 and {@code byteCount}. If
224
* @return the number of bytes actually
skipped
.
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java
188
int
skipped
= (int) cis.skip(2);
local
189
int ind =
skipped
;
190
int got =
skipped
+ cis.read(result, 0, 1); // the number of got bytes
/bionic/libc/kernel/tools/
update_all.py
52
warning_ion.append("
Skipped
file %s/%s" % (root, file))
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsVerifierTestActivity.java
109
case
SKIPPED
:
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
PowerTestHostLink.java
192
"
skipped
" + mTestResult.failedCount + "failed.");
289
} else if (resultToken.equals("
SKIPPED
")) {
290
resultCode = SensorTestDetails.ResultCode.
SKIPPED
;
292
message = "
SKIPPED
: ";
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
EventGapVerification.java
70
stats.addValue(PASSED_KEY, "
skipped
(under load)");
/development/tools/mkstubs/src/com/android/mkstubs/stubber/
MethodStubber.java
92
// -- stuff that gets
skipped
/docs/source.android.com/src/devices/graphics/
cts-integration.jd
32
<p>Android CTS requires a certain subset of tests, called the <code>mustpass</code> list, to pass. The <code>mustpass</code> list includes OpenGL ES 3.0, OpenGL ES 3.1, and the Android Extension Pack tests. If a device doesn't support a target API or extension, tests are
skipped
and reported as passing.
/external/clang/lib/CodeGen/
CoverageMappingGen.h
35
/// \brief Stores additional source code information like
skipped
ranges which
/external/compiler-rt/test/builtins/Unit/
absvti2_test.c
81
printf("
skipped
\n");
addtf3_test.c
77
printf("
skipped
\n");
addvti3_test.c
91
printf("
skipped
\n");
clzti2_test.c
87
printf("
skipped
\n");
cmpti2_test.c
109
printf("
skipped
\n");
ctzti2_test.c
80
printf("
skipped
\n");
divtf3_test.c
90
printf("
skipped
\n");
divti3_test.c
75
printf("
skipped
\n");
eqtf2_test.c
85
printf("
skipped
\n");
Completed in 259 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>