OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:skipped
(Results
101 - 125
of
1855
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.tcc
56
// false, the corresponding element of a is
skipped
. m must contain
81
// of b are
skipped
if the corresponding element of m is false. m
106
//
skipped
if the corresponding element of m is false. Elements of
107
// b are
skipped
if the corresponding element of k is false. m and
186
// a are
skipped
if the corresponding element of m is false. m must
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_array.tcc
56
// false, the corresponding element of a is
skipped
. m must contain
81
// of b are
skipped
if the corresponding element of m is false. m
106
//
skipped
if the corresponding element of m is false. Elements of
107
// b are
skipped
if the corresponding element of k is false. m and
186
// a are
skipped
if the corresponding element of m is false. m must
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.tcc
59
// false, the corresponding element of a is
skipped
. m must contain
84
// of b are
skipped
if the corresponding element of m is false. m
109
//
skipped
if the corresponding element of m is false. Elements of
110
// b are
skipped
if the corresponding element of k is false. m and
189
// a are
skipped
if the corresponding element of m is false. m must
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.tcc
59
// false, the corresponding element of a is
skipped
. m must contain
84
// of b are
skipped
if the corresponding element of m is false. m
109
//
skipped
if the corresponding element of m is false. Elements of
110
// b are
skipped
if the corresponding element of k is false. m and
189
// a are
skipped
if the corresponding element of m is false. m must
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.tcc
59
// false, the corresponding element of a is
skipped
. m must contain
84
// of b are
skipped
if the corresponding element of m is false. m
109
//
skipped
if the corresponding element of m is false. Elements of
110
// b are
skipped
if the corresponding element of k is false. m and
189
// a are
skipped
if the corresponding element of m is false. m must
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.tcc
59
// false, the corresponding element of a is
skipped
. m must contain
84
// of b are
skipped
if the corresponding element of m is false. m
109
//
skipped
if the corresponding element of m is false. Elements of
110
// b are
skipped
if the corresponding element of k is false. m and
189
// a are
skipped
if the corresponding element of m is false. m must
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
valarray_array.tcc
58
// false, the corresponding element of a is
skipped
. m must contain
83
// of b are
skipped
if the corresponding element of m is false. m
108
//
skipped
if the corresponding element of m is false. Elements of
109
// b are
skipped
if the corresponding element of k is false. m and
188
// a are
skipped
if the corresponding element of m is false. m must
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
valarray_array.tcc
58
// false, the corresponding element of a is
skipped
. m must contain
83
// of b are
skipped
if the corresponding element of m is false. m
108
//
skipped
if the corresponding element of m is false. Elements of
109
// b are
skipped
if the corresponding element of k is false. m and
188
// a are
skipped
if the corresponding element of m is false. m must
/external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc
203
int
skipped
= 0;
local
204
while (
skipped
< count) {
205
int bytes = Read(junk, min(count -
skipped
,
209
return
skipped
;
211
skipped
+= bytes;
213
return
skipped
;
297
int
skipped
= copying_stream_->Skip(count);
local
298
position_ +=
skipped
;
299
return
skipped
== count;
/art/build/
Android.common_test.mk
111
( [ -f $(ART_HOST_TEST_DIR)/
skipped
/$(1) ] || \
137
([ -d $(ART_HOST_TEST_DIR)/
skipped
/ ] \
138
&& (echo -e "\e[93mSKIPPED TESTS\e[0m" && ls -1 $(ART_HOST_TEST_DIR)/
skipped
/) \
139
|| (echo -e "\e[92mNO TESTS
SKIPPED
\e[0m")) && \
153
|| ((mkdir -p $(ART_HOST_TEST_DIR)/
skipped
/ && touch $(ART_HOST_TEST_DIR)/
skipped
/$(1) \
/external/clang/test/Preprocessor/
traditional-cpp.c
80
a b c in
skipped
block
86
/* CHECK-NOT: {{^}}a b c in
skipped
block{{$}}
/external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper_unittest.cc
69
"is
skipped
due to non-default core pattern\n");
87
"
skipped
due to no core file being generated");
/external/icu/icu4c/source/test/intltest/
rbbitst.h
136
* Some need to be
skipped
because ICU is unable to fully implement the
140
* @return FALSE if the test case should be run, TRUE if it should be
skipped
.
/external/libavc/encoder/
ih264e_modify_frm_rate.h
140
* is
skipped
or not. If it is
skipped
for pull down then the current frame
/external/lldb/test/unittest2/test/
test_setups.py
413
self.assertEqual(len(result.
skipped
), 1)
414
skipped
= result.
skipped
[0][0]
415
self.assertEqual(str(
skipped
), 'setUpClass (%s.Test)' % __name__)
435
self.assertEqual(len(result.
skipped
), 1)
436
skipped
= result.
skipped
[0][0]
437
self.assertEqual(str(
skipped
), 'setUpModule (Module)')
/external/skia/include/codec/
SkScanlineDecoder.h
45
* NOTE: If
skipped
lines are the only lines with alpha, this default
101
* Called after any set of scanlines read/
skipped
. Updates fCurrScanline,
/external/vogar/src/vogar/monitor/
InterleavedReader.java
72
// new lines, where the line feed character is being
skipped
. The lookahead
73
// check in the BufferedReader class does not take these
skipped
characters
/frameworks/native/cmds/flatland/
README.txt
60
result, the scenario was
skipped
.
65
scenario was
skipped
.
/libcore/luni/src/main/java/java/io/
ObjectInput.java
92
*
skipped
if the end of this stream is reached before the operation
95
* @return the number of bytes actually
skipped
.
StringBufferInputStream.java
109
*
skipped
if the end of the source string is reached before the operation
112
* @return the number of characters actually
skipped
.
/libcore/luni/src/main/java/java/util/zip/
CheckedInputStream.java
98
* stream. Any
skipped
bytes are added to the running checksum value.
102
* @return the number of bytes
skipped
.
/packages/apps/Camera2/src/com/android/camera/data/
PhotoDataFactory.java
107
Log.w(TAG, "PhotoData
skipped
."
114
Log.w(TAG, "PhotoData
skipped
. Bitmap size 0 for " + filePath);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_setups.py
416
self.assertEqual(len(result.
skipped
), 1)
417
skipped
= result.
skipped
[0][0]
418
self.assertEqual(str(
skipped
), 'setUpClass (%s.Test)' % __name__)
438
self.assertEqual(len(result.
skipped
), 1)
439
skipped
= result.
skipped
[0][0]
440
self.assertEqual(str(
skipped
), 'setUpModule (Module)')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_setups.py
416
self.assertEqual(len(result.
skipped
), 1)
417
skipped
= result.
skipped
[0][0]
418
self.assertEqual(str(
skipped
), 'setUpClass (%s.Test)' % __name__)
438
self.assertEqual(len(result.
skipped
), 1)
439
skipped
= result.
skipped
[0][0]
440
self.assertEqual(str(
skipped
), 'setUpModule (Module)')
/cts/suite/audio_quality/test_description/processing/
playback_sample.py
62
#This would calculate the frequency of recording, but is
skipped
in this sample test for brevity
Completed in 397 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>