/dalvik/vm/mterp/x86-atom/ |
OP_APUT_OBJECT.S | 47 je .L${opcode}_skip_check # reference is null so skip type check
|
OP_IPUT_OBJECT.S | 77 je 1f # skip card mark if null stored
|
/external/dhcpcd/ |
if-options.c | 777 int skip = 0, have_profile = 0; local 824 /* Start of an interface block, skip if not ours */ 827 skip = 0; 829 skip = 1; 832 /* Start of an ssid block, skip if not ours */ 835 skip = 0; 837 skip = 1; 840 /* Start of a profile block, skip if not ours */ 843 skip = 0; 846 skip = 1 [all...] |
/external/llvm/utils/vim/ |
tablegen.vim | 24 syn region tgString start=/"/ skip=/\\"/ end=/"/ oneline
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
AbstractMessageLite.java | 263 public long skip(final long n) throws IOException { method in class:AbstractMessageLite.Builder.LimitedInputStream 264 final long result = super.skip(Math.min(n, limit));
|
/frameworks/base/test-runner/src/android/test/ |
AndroidTestRunner.java | 137 void setSkipExecution(boolean skip) { 138 mSkipExecution = skip;
|
/libcore/luni/src/main/java/java/io/ |
BufferedInputStream.java | 361 * the number of bytes to skip. {@code skip} does nothing and 368 public synchronized long skip(long byteCount) throws IOException { method in class:BufferedInputStream 399 // Couldn't get all the bytes, skip what we read 405 return read + localIn.skip(byteCount - read);
|
/external/openssl/crypto/ec/ |
ecp_smpl.c | 773 size_t field_len, i, skip; local 834 skip = field_len - BN_num_bytes(x); 835 if (skip > field_len) 840 while (skip > 0) 843 skip--; 845 skip = BN_bn2bin(x, buf + i); 846 i += skip; 855 skip = field_len - BN_num_bytes(y); 856 if (skip > field_len) 861 while (skip > 0 [all...] |
/external/chromium/net/tools/flip_server/ |
balsa_headers.cc | 422 start->skip = true; 557 i->skip = true; 568 if (line.skip) { 611 if (line.skip) { 672 if (header_lines_[i].skip) { 683 line.skip = true; 701 if (!line.skip) { [all...] |
/external/tremolo/Tremolo/ |
bitwiseARM.s | 133 @ We had overrun when we started, so we need to skip -r10 bits. 151 ADDS r14,r14,r10 @ r14= length in bits-bits to skip 154 RSB r10,r10,#0 @ r10= bits to skip 196 ADDS r10,r10,r2 @ r10= bits left in word after skip 373 @ We had overrun when we started, so we need to skip -r10 bits. 391 ADDS r14,r14,r10 @ r14= length in bits-bits to skip 394 RSB r10,r10,#0 @ r10= bits to skip
|
/external/valgrind/main/callgrind/ |
bbcc.c | 528 CLG_(current_state).nonskipped = 0; /* we didn't skip this function */ 554 Bool call_emulation = False, delayed_push = False, skip = False; local 709 skip = CLG_(get_fn_node)(bb)->skip; 761 if ((delayed_push && !skip) || (CLG_(current_state).cxt == 0)) { 811 if (delayed_push && !skip) { 840 if (!skip && CLG_(current_state).nonskipped) { 845 bbcc, sp, skip);
|
callstack.c | 183 * If <skip> is true, this is a call to a function to be skipped; 186 void CLG_(push_call_stack)(BBCC* from, UInt jmp, BBCC* to, Addr sp, Bool skip) 200 if (skip) { 254 if (!skip)
|
/external/zlib/contrib/minizip/ |
miniunz.c | 350 int skip=0; local 390 skip = 1; 396 if ((skip==0) && (err==UNZ_OK))
|
/external/zlib/ |
gzlib.c | 303 offset += state->skip; 321 /* calculate skip amount, rewinding if needed for back seek when reading */ 328 if (gzrewind(file) == -1) /* rewind, then skip to offset */ 332 /* if reading, skip what's in output buffer (one less gzgetc() check) */ 342 /* request skip (if not zero) */ 345 state->skip = offset; 376 return state->pos + (state->seek ? state->skip : 0);
|
gzread.c | 160 /* skip rest of header */ 329 /* Skip len uncompressed bytes of output. Return -1 on error, 0 on success. */ 336 /* skip over len bytes or reach end-of-file, whichever comes first */ 338 /* skip over whatever is in output buffer */ 352 /* need more data to skip -- load up output buffer */ 392 /* process a skip request */ 395 if (gz_skip(state, state->skip) == -1) 469 /* try output buffer (no need to check for skip request) */ 497 /* process a skip request */ 500 if (gz_skip(state, state->skip) == -1 [all...] |
/external/libpng/ |
pngrutil.c | 148 /* Optionally skip data and then check the CRC. Depending on whether we 154 png_opt_crc_finish(png_structp png_ptr, png_uint_32 skip, int check_crc) 159 for (i = (png_size_t)skip; i > istop; i -= istop) 192 /* Optionally skip data and then check the CRC. Depending on whether we 198 png_crc_finish(png_structp png_ptr, png_uint_32 skip) 200 return png_opt_crc_finish(png_ptr, skip, 1); 1066 png_uint_32 skip = 0; local 1095 skip = length - (png_uint_32)65535L; 1105 if (png_crc_finish(png_ptr, skip)) 1189 png_uint_32 skip = 0; local 2015 png_uint_32 skip = 0; local 2384 png_uint_32 skip = 0; local [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
SCCP.java | 400 boolean skip=false; 422 skip = true; 448 skip = true; 458 return skip ? null : CstInteger.make(vR);
|
/external/bluetooth/glib/gio/ |
ginputstream.h | 68 gssize (* skip) (GInputStream *stream, member in struct:_GInputStreamClass
|
/external/grub/stage2/ |
iso9660.h | 141 u_int8_t skip; member in struct:rock_ridge::__anon5968::SP
|
/external/iproute2/lib/ |
ll_types.c | 69 __PF(SKIP,skip)
|
/external/kernel-headers/original/linux/ |
perf_event.h | 914 perf_arch_fetch_caller_regs(struct pt_regs *regs, unsigned long ip, int skip); 917 * Take a snapshot of the regs. Skip ip and frame pointer to 924 static inline void perf_fetch_caller_regs(struct pt_regs *regs, int skip) 930 switch (skip) { 948 return perf_arch_fetch_caller_regs(regs, ip, skip);
|
/external/libvpx/vp8/common/arm/neon/ |
bilinearpredict8x4_neon.asm | 32 cmp r2, #0 ;skip first_pass filter if xoffset=0 73 cmp r3, #0 ;skip second_pass filter if yoffset=0
|
/external/skia/include/core/ |
SkStream.h | 34 /** Called to read or skip size number of bytes. 35 If buffer is NULL and size > 0, skip that many bytes, returning how many were skipped. 38 @param buffer If buffer is NULL, ignore and just skip size bytes, otherwise copy size bytes into buffer 39 @param size The number of bytes to skip or copy 48 /** Skip the specified number of bytes, returning the actual number 51 size_t skip(size_t bytes);
|
/external/wpa_supplicant_8/src/crypto/ |
crypto.h | 454 * rc4_skip - XOR RC4 stream to given data with skip-stream-start 457 * @skip: number of bytes to skip from the beginning of the RC4 stream 462 * Generate RC4 pseudo random stream for the given key, skip beginning of the 466 int rc4_skip(const u8 *key, size_t keylen, size_t skip,
|
crypto_nss.c | 118 int rc4_skip(const u8 *key, size_t keylen, size_t skip,
|