/external/v8/src/x64/ |
builtins-x64.cc | 1479 Label skip; local [all...] |
/external/v8/src/x87/ |
builtins-x87.cc | 1409 Label skip; local [all...] |
/external/webp/src/dec/ |
vp8.c | 554 int skip = dec->use_skip_proba_ ? block->skip_ : 0; local 556 if (!skip) { 557 skip = ParseResiduals(dec, mb, token_br); 571 finfo->f_inner_ |= !skip;
|
/frameworks/base/services/core/java/com/android/server/pm/ |
SELinuxMMAC.java | 143 skip(parser); 228 skip(parser); 267 skip(parser); 304 skip(parser); 321 private static void skip(XmlPullParser p) throws IOException, XmlPullParserException { method in class:SELinuxMMAC [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
FieldPacker.java | 99 public void skip(int i) { method in class:FieldPacker
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
block.h | 117 int skip; member in struct:macroblock
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_blockd.h | 127 uint8_t skip; member in struct:__anon24186
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decodemv.c | 154 const int skip = vp9_read(r, cm->fc.skip_probs[ctx]); local 156 ++cm->counts.skip[ctx][skip]; 157 return skip; 172 mbmi->skip = read_skip(cm, xd, mbmi->segment_id, r); 525 mbmi->skip = read_skip(cm, xd, mbmi->segment_id, r); 528 !mbmi->skip || !inter_block, r);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_encodemb.c | 35 unsigned char *skip; member in struct:encode_b_args 402 *(args->skip) = 0; 456 struct encode_b_args arg = {x, &ctx, &mbmi->skip}; 598 *(args->skip) = 0; 603 unsigned char *skip) { 604 struct encode_b_args arg = {x, NULL, skip}; 611 struct encode_b_args arg = {x, NULL, &xd->mi[0]->mbmi.skip};
|
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
V4LCameraAdapter.cpp | 990 int skip = i & 0x1; // skip uv elements for the odd rows local 999 " cmp %[skip], #0 \n\t" 1002 "1: @ skip odd rows for UV \n\t" 1011 : [src_stride] "r" (width), [skip] "r" (skip) 1015 if (skip == 0) { 1068 int skip = i & 0x1; // skip uv elements for the odd rows local 1077 " cmp %[skip], #0 \n\t [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
savage_drm.h | 146 /* Skip flags (vertex format) 187 unsigned short skip; /* vertex format (skip flags) */ member in struct:drm_savage_cmd_header::__anon30651 194 unsigned short skip; member in struct:drm_savage_cmd_header::__anon30652
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/ |
savage_drm.h | 146 /* Skip flags (vertex format) 187 unsigned short skip; /* vertex format (skip flags) */ member in struct:drm_savage_cmd_header::__anon32444 194 unsigned short skip; member in struct:drm_savage_cmd_header::__anon32445
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
case.py | 27 Raise this exception in a test to skip it. 54 def skip(reason): function 56 Unconditionally skip a test. 72 Skip a test if the condition is true. 75 return skip(reason) 80 Skip a test unless the condition is true. 83 return skip(reason) 407 """Skip this test.""" [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
case.py | 27 Raise this exception in a test to skip it. 54 def skip(reason): function 56 Unconditionally skip a test. 72 Skip a test if the condition is true. 75 return skip(reason) 80 Skip a test unless the condition is true. 83 return skip(reason) 407 """Skip this test.""" [all...] |
/system/core/libsparse/ |
output_file.c | 64 int (*skip)(struct output_file *, int64_t); member in struct:output_file_ops 178 .skip = file_skip, 262 .skip = gz_file_skip, 312 .skip = callback_file_skip, 487 ret = out->ops->skip(out, rnd_up_len - len); 520 return out->ops->skip(out, len);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
VisualRefactoring.java | 386 // Skip occurrences in the given skip range 394 int start = subRegionStart + 1; // skip quote 537 List<IndexedRegion> skip = new ArrayList<IndexedRegion>(); local 550 skip.add((IndexedRegion) attr); 554 if (skip.size() > 0) { 555 Collections.sort(skip, new Comparator<IndexedRegion>() { 569 // Copy out all the sections except the skip sections 570 for (IndexedRegion r : skip) { [all...] |
/external/boringssl/src/ssl/ |
s3_clnt.c | 175 int new_state, state, skip = 0; local 279 skip = 1; 560 if (!s->s3->tmp.reuse_message && !skip) { 568 skip = 0; [all...] |
s3_srvr.c | 184 int new_state, state, skip = 0; local 307 skip = 1; 331 skip = 1; 346 skip = 1; 572 if (!s->s3->tmp.reuse_message && !skip && cb != NULL && s->state != state) { 578 skip = 0; 776 /* Skip SSLv2 ciphers. */ [all...] |
/external/guava/guava-tests/test/com/google/common/io/ |
ByteStreamsTest.java | 440 /** Stream that will skip a maximum number of bytes at a time. */ 449 @Override public long skip(long n) throws IOException { method in class:ByteStreamsTest.SlowSkipper 450 return super.skip(Math.min(max, n)); 568 lin.skip(1); 573 lin.skip(3);
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationIterator.java | 137 void skip(int c) { method in class:CollationIterator.SkippedState 168 // so that we can skip it and try the next one. [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_blockd.h | 127 int8_t skip; member in struct:__anon13824
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_bitstream.c | 101 const int skip = mi->mbmi.skip; local 102 vp9_write(w, skip, vp9_get_skip_prob(cm, xd)); 103 return skip; 111 vp9_cond_prob_diff_update(w, &cm->fc.skip_probs[k], cm->counts.skip[k]); 134 /* skip one or two nodes */ 239 int skip, ref; local 253 skip = write_skip(cm, xd, segment_id, mi, w); 260 (skip || vp9_segfeature_active(seg, segment_id, SEG_LVL_SKIP)))) { 284 // If segment skip is not enabled code the mode [all...] |
/external/linux-tools-perf/src/tools/perf/util/ |
session.c | 1181 int skip = 0; local [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_span.c | 506 * skip the normal lambda function as the result is ignored. 1426 GLint skip, length; local 1527 GLint skip = 0; local [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
RopeByteString.java | 91 // we skip the first Fibonacci number (1). So instead of: 1 1 2 3 5 8 ... 848 public long skip(long length) { method in class:RopeByteString.RopeInputStream 858 * Internal implementation of read and skip. If b != null, then read the 860 * offset {@code offset}. If b == null, then skip the next {@code length) 922 // Just reinitialize and skip the specified number of bytes. [all...] |