Searched refs:skip (Results 51 - 75 of 550) sorted by relevance

1234567891011>>

/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DCipherInputStreamTest.java142 int skip = 2;
143 int ind = skip; // index into the data array (to check the got data)
145 cis.read(null, 0, skip);
146 int got = skip + cis.read(result, 0, 1); // the number of got bytes
169 * skip(long n) method testing. Tests that the method correctly skips the
179 int skipped = (int) cis.skip(2);
/external/chromium_org/third_party/opus/src/celt/
H A Dopus_custom_demo.c60 opus_int32 skip; local
120 opus_custom_decoder_ctl(dec, OPUS_GET_LOOKAHEAD(&skip));
185 fwrite(out+skip*channels, sizeof(short), (ret-skip)*channels, fout);
186 skip = 0;
/external/chromium_org/third_party/skia/src/core/
H A DSkFontStream.cpp43 static bool skip(SkStream* stream, size_t amount) { function
44 return stream->skip(amount) == amount;
86 if (!skip(stream, offset)) {
123 if (!skip(stream, offsetToDir)) {
196 // skip the stream to the part of the table we want to copy from
199 if (!skip(stream, bytesToSkip)) {
/external/chromium_org/tools/valgrind/
H A Dtest_suppressions.py141 skip = False
144 skip = True
149 skip = True
151 skip = True
153 if not skip:
/external/skia/src/core/
H A DSkFontStream.cpp43 static bool skip(SkStream* stream, size_t amount) { function
44 return stream->skip(amount) == amount;
86 if (!skip(stream, offset)) {
123 if (!skip(stream, offsetToDir)) {
196 // skip the stream to the part of the table we want to copy from
199 if (!skip(stream, bytesToSkip)) {
/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipeRead.cpp190 const void* data = fReader->skip(SkAlign4(size));
233 template <typename T> const T* skip(SkReader32* reader, int count = 1) {
237 return reinterpret_cast<const T*>(reader->skip(size));
243 return reinterpret_cast<const T*>(reader->skip(size));
266 const SkRect* rect = skip<SkRect>(reader);
297 const SkScalar* param = skip<SkScalar>(reader, 2);
303 const SkScalar* param = skip<SkScalar>(reader, 2);
314 const SkScalar* param = skip<SkScalar>(reader, 2);
332 bounds = skip<SkRect>(reader);
368 const SkPoint* pts = skip<SkPoin
[all...]
/external/skia/src/pipe/
H A DSkGPipeRead.cpp190 const void* data = fReader->skip(SkAlign4(size));
233 template <typename T> const T* skip(SkReader32* reader, int count = 1) {
237 return reinterpret_cast<const T*>(reader->skip(size));
243 return reinterpret_cast<const T*>(reader->skip(size));
266 const SkRect* rect = skip<SkRect>(reader);
297 const SkScalar* param = skip<SkScalar>(reader, 2);
303 const SkScalar* param = skip<SkScalar>(reader, 2);
314 const SkScalar* param = skip<SkScalar>(reader, 2);
332 bounds = skip<SkRect>(reader);
368 const SkPoint* pts = skip<SkPoin
[all...]
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DCheckedInputStreamTest.java93 * @tests java.util.zip.CheckedInputStream#skip(long)
96 // testing that the return by skip is valid
100 assertEquals("the value returned by skip(n) is not the same as its parameter",
101 skipValue, checkIn.skip(skipValue));
102 checkIn.skip(skipValue);
107 assertEquals(0, checkIn.skip(0));
112 // testing that the return by skip is valid
129 // testing that the return by skip is valid
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DByteArrayInputStreamTest.java96 is.skip(3000);
128 is.skip(50);
151 * @tests ByteArrayInputStream#skip(long)
155 is.skip(100);
157 assertTrue("Failed to skip to correct position", new String(buf1, 0,
H A DBufferedInputStreamTest.java80 is.skip(this.fileString.length() - 2);
199 is.skip(3000);
214 in.skip(6);
221 in.skip(6);
223 in.skip(7);
336 is.skip(3000);
440 buffis.skip(5);
452 buffis.skip(6);
457 * @tests java.io.BufferedInputStream#skip(long)
462 is.skip(100
[all...]
H A DReaderTest.java134 * @tests {@link java.io.Reader#skip(long)}
143 // normal skip
144 mockReader.skip(length / 2);
147 // try to skip a bigger number of characters than the total
149 mockReader.skip(length);
151 // try to skip a negative number of characters throw IllegalArgumentException
153 mockReader.skip(-1);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGParserUtilities.h41 bool parseNumber(const LChar*& ptr, const LChar* end, float& number, bool skip = true);
42 bool parseNumber(const UChar*& ptr, const UChar* end, float& number, bool skip = true);
43 bool parseNumberFromString(const String&, float& number, bool skip = true);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBKey.h74 bool skip = false; local
77 skip = true;
81 if (!skip) {
/external/chromium_org/third_party/re2/benchlog/
H A Dmktable100 sub skip() { subroutine
146 skip();
151 skip();
/external/regex-re2/benchlog/
H A Dmktable100 sub skip() { subroutine
146 skip();
151 skip();
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSFTPInputStream.java77 public long skip(long n) { method in class:SFTPInputStream
H A DSFTPOutputStream.java58 public long skip(long n) { method in class:SFTPOutputStream
/external/ppp/pppd/include/
H A Dpcap-int.h63 int skip; member in struct:pcap_md
/external/chromium_org/extensions/common/
H A Durl_pattern_set.cc80 for (size_t skip = 1; skip < working.size(); skip *= 2) {
81 for (size_t i = 0; i < (working.size() - skip); i += skip) {
83 URLPatternSet::CreateUnion(working[i], working[i + skip], &u);
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkIStream.cpp158 size_t skipped = this->fSkStream->skip(
169 size_t skipped = this->fSkStream->skip(
184 LONGLONG skip = this->fSkStream->getLength() local
186 size_t skipped = this->fSkStream->skip(static_cast<size_t>(skip));
188 if (skipped != skip) {
/external/skia/src/utils/win/
H A DSkIStream.cpp158 size_t skipped = this->fSkStream->skip(
169 size_t skipped = this->fSkStream->skip(
184 LONGLONG skip = this->fSkStream->getLength() local
186 size_t skipped = this->fSkStream->skip(static_cast<size_t>(skip));
188 if (skipped != skip) {
/external/chromium_org/v8/src/
H A Dserialize.cc979 int skip = source_->GetInt(); \
981 current) + skip); \
991 int skip = source_->GetInt(); \
993 reinterpret_cast<Address>(current) + skip); \
1127 int skip = source_->GetInt(); local
1129 reinterpret_cast<intptr_t>(current) + skip);
1430 int skip) {
1434 if (skip == 0) {
1439 sink_->PutInt(skip, "BackRefSkipDistance");
1449 int skip) {
1425 SerializeReferenceToPreviousObject( int space, int address, HowToCode how_to_code, WhereToPoint where_to_point, int skip) argument
1445 SerializeObject( Object* o, HowToCode how_to_code, WhereToPoint where_to_point, int skip) argument
1497 PutRoot(int root_index, HeapObject* object, SerializerDeserializer::HowToCode how_to_code, SerializerDeserializer::WhereToPoint where_to_point, int skip) argument
1525 SerializeObject( Object* o, HowToCode how_to_code, WhereToPoint where_to_point, int skip) argument
1663 int skip = OutputRawData(rinfo->target_address_address(), local
1673 int skip = OutputRawData(reinterpret_cast<Address>(p), local
1684 int skip = OutputRawData(rinfo->target_address_address(), local
1696 int skip = OutputRawData(rinfo->target_address_address(), local
1708 int skip = OutputRawData(rinfo->target_address_address(), local
1717 int skip = OutputRawData(entry_address, kCanReturnSkipInsteadOfSkipping); local
1725 int skip = OutputRawData(rinfo->pc(), kCanReturnSkipInsteadOfSkipping); local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
H A Dimport.rb36 WS : (' '|'\n') { skip() } ;
68 WS : (' '|'\n') {skip} ;
103 WS : (' '|'\n') {skip()} ;
146 WS : (' '|'\n') {skip} ;
192 WS : (' '|'\n') {skip} ;
222 WS : (' '|'\n') {skip} ;
252 WS : (' '|'\n') {skip} ;
277 WS : (' '|'\n') {skip} ;
307 WS : (' '|'\n') {skip} ;
/external/skia/tests/
H A DPackBitsTest.cpp116 size_t skip = gRand.nextU() % size; local
118 if (skip + write > size) {
119 write = size - skip;
121 SkPackBits::Unpack8(src, skip, write, dst);
122 bool match = memcmp(src, src2 + skip, write) == 0;
/external/chromium_org/third_party/skia/include/core/
H A DSkReader32.h83 const void* skip(size_t size) { function in class:SkReader32
93 return *(const T*)this->skip(sizeof(T));
143 // In case of failure, we want to skip to the end
144 (void)this->skip(success ? size : this->available());

Completed in 3493 milliseconds

1234567891011>>