Searched refs:skip (Results 26 - 50 of 550) sorted by relevance

1234567891011>>

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DISO8601Converter.java103 input.skip();
123 input.skip();
137 input.skip();
161 input.skip();
179 input.skip();
193 input.skip();
204 input.skip();
230 input.skip();
248 input.skip();
256 input.skip();
448 public void skip() method in class:ParseState
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Decp_oct.c206 size_t field_len, i, skip; local
267 skip = field_len - BN_num_bytes(x);
268 if (skip > field_len)
273 while (skip > 0)
276 skip--;
278 skip = BN_bn2bin(x, buf + i);
279 i += skip;
288 skip = field_len - BN_num_bytes(y);
289 if (skip > field_len)
294 while (skip >
[all...]
/external/openssl/crypto/ec/
H A Decp_oct.c206 size_t field_len, i, skip; local
267 skip = field_len - BN_num_bytes(x);
268 if (skip > field_len)
273 while (skip > 0)
276 skip--;
278 skip = BN_bn2bin(x, buf + i);
279 i += skip;
288 skip = field_len - BN_num_bytes(y);
289 if (skip > field_len)
294 while (skip >
[all...]
/external/zlib/src/examples/
H A Dgzjoin.c156 /* skip bytes in file */
157 local void bskip(bin *in, unsigned skip) argument
163 /* easy case -- skip bytes in buffer */
164 if (skip <= in->left) {
165 in->left -= skip;
166 in->next += skip;
170 /* skip what's in buffer, discard buffer contents */
171 skip -= in->left;
175 if (skip > CHUNK) {
178 left = skip
[all...]
/external/libyuv/files/source/
H A Dmjpeg_decoder.cc287 // Compute amount of lines to skip to implement vertical crop.
288 // TODO(fbarchard): Ensure skip is a multiple of maximum component
290 int skip = (GetHeight() - dst_height) / 2; local
291 if (skip > 0) {
292 // There is no API to skip lines in the output data, so we read them
294 while (skip >= GetImageScanlinesPerImcuRow()) {
299 skip -= GetImageScanlinesPerImcuRow();
301 if (skip > 0) {
302 // Have a partial iMCU row left over to skip. Must read it and then
309 // TODO(fbarchard): Compute skip t
377 int skip = (GetHeight() - dst_height) / 2; local
[all...]
/external/openssh/regress/
H A Dsftp-glob.sh13 skip=$5
14 if test "x$skip" != "x" ; then
15 verbose "$tid: $errtag (skipped: $skip)"
/external/qemu/
H A Dcutils.c178 void qemu_iovec_copy(QEMUIOVector *dst, QEMUIOVector *src, uint64_t skip, argument
190 if (skip >= src->iov[i].iov_len) {
192 skip -= src->iov[i].iov_len;
196 iov_base = (uint8_t*) src->iov[i].iov_base + skip;
197 iov_len = src->iov[i].iov_len - skip;
198 skip = 0;
271 size_t skip)
280 if (skip >= qiov->iov[i].iov_len) {
282 skip -= qiov->iov[i].iov_len;
286 iov_base = (uint8_t*) qiov->iov[i].iov_base + skip;
270 qemu_iovec_memset_skip(QEMUIOVector *qiov, int c, size_t count, size_t skip) argument
[all...]
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DZipInputStreamTest.java182 * @tests java.util.zip.ZipInputStream#skip(long)
187 zis.skip(2);
189 assertEquals("Failed to skip data", 10, r);
193 long s = zis.skip(1025);
194 assertEquals("invalid skip: " + s, 1025, s);
199 assertEquals("Assert 0: failed valid skip", skipLen, zis.skip(skipLen));
200 zis.skip(dataBytes.length);
201 assertEquals("Assert 1: performed invalid skip", 0, zis.skip(
[all...]
H A DDeflaterInputStreamTest.java246 * @tests DeflaterInputStream#skip()
252 dis.skip(1);
256 dis.skip(1);
261 dis.skip(56);
265 dis.skip(-1);
271 // can still skip
272 dis.skip(1);
275 dis.skip(1);
281 dis.skip(-1);
289 assertEquals(23, dis.skip(Lon
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DCharArrayReaderTest.java71 cr.skip(5L);
113 cr.skip(1000);
138 cr.skip(5L);
160 * @tests java.io.CharArrayReader#skip(long)
164 long skipped = cr.skip(5L);
166 assertEquals("Failed to skip correct number of chars", 5L, skipped);
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLStreamedInputTest.java41 sslsi.skip(3);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
H A D__init__.py31 'defaultTestLoader', 'SkipTest', 'skip', 'skipIf', 'skipUnless',
43 TestCase, FunctionTestCase, SkipTest, skip, skipIf,
/external/guava/guava-tests/test/com/google/common/io/
H A DMultiInputStreamTest.java104 @Override public long skip(long n) {
110 multi.skip(-1);
111 multi.skip(-1);
112 multi.skip(0);
/external/llvm/include/llvm/Support/
H A DYAMLParser.h88 void skip();
91 skip();
136 virtual void skip() {} function in class:llvm::yaml::Node
244 virtual void skip() LLVM_OVERRIDE {
245 getKey()->skip();
246 getValue()->skip();
317 void skip(CollectionType &C) { function in namespace:llvm::yaml
319 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!");
323 i->skip();
352 template <class T> friend void yaml::skip(
361 yaml::skip(*this); member in class:llvm::yaml::MappingNode::yaml
423 yaml::skip(*this); member in class:llvm::yaml::SequenceNode::yaml
[all...]
/external/chromium_org/third_party/JSON/JSON-2.59/t/
H A Dxe08_decode.t21 skip "can't use JSON::XS.", 6, unless( JSON->backend->is_xs );
/external/chromium_org/third_party/skia/src/core/
H A DSkOrderedReadBuffer.cpp111 memcpy(data, fReader.skip(SkAlign4(*length)), *length);
125 memcpy(rect, fReader.skip(sizeof(SkIRect)), sizeof(SkIRect));
129 memcpy(rect, fReader.skip(sizeof(SkRect)), sizeof(SkRect));
143 (void)fReader.skip(sizeof(uint32_t)); // Skip array count
145 memcpy(value, fReader.skip(SkAlign4(byteLength)), byteLength);
149 fReader.skip(fReader.available());
208 const void* data = this->skip(length);
313 // we must skip the remaining data
314 fReader.skip(sizeRecorded);
/external/dhcpcd/
H A Ddhcpcd-run-hooks.in227 for skip in $skip_hooks; do
229 */"$skip") continue 2;;
230 */[0-9][0-9]"-$skip") continue 2;;
231 */[0-9][0-9]"-$skip.sh") continue 2;;
/external/guava/guava/src/com/google/common/io/
H A DCountingInputStream.java67 @Override public long skip(long n) throws IOException { method in class:CountingInputStream
68 long result = in.skip(n);
H A DLimitInputStream.java98 @Override public long skip(long n) throws IOException { method in class:LimitInputStream
100 long skipped = in.skip(n);
H A DMultiReader.java63 @Override public long skip(long n) throws IOException { method in class:MultiReader
67 long result = current.skip(n);
/external/skia/src/core/
H A DSkOrderedReadBuffer.cpp111 memcpy(data, fReader.skip(SkAlign4(*length)), *length);
125 memcpy(rect, fReader.skip(sizeof(SkIRect)), sizeof(SkIRect));
129 memcpy(rect, fReader.skip(sizeof(SkRect)), sizeof(SkRect));
143 (void)fReader.skip(sizeof(uint32_t)); // Skip array count
145 memcpy(value, fReader.skip(SkAlign4(byteLength)), byteLength);
149 fReader.skip(fReader.available());
208 const void* data = this->skip(length);
313 // we must skip the remaining data
314 fReader.skip(sizeRecorded);
/external/smack/src/org/jivesoftware/smack/util/
H A DObservableReader.java70 public long skip(long n) throws IOException { method in class:ObservableReader
71 return wrappedReader.skip(n);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Drc4.c16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, argument
38 for (k = 0; k < skip; k++) {
/external/wpa_supplicant_8/src/crypto/
H A Drc4.c16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, argument
38 for (k = 0; k < skip; k++) {
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Drc4.c16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, argument
38 for (k = 0; k < skip; k++) {

Completed in 5849 milliseconds

1234567891011>>