Searched refs:skip (Results 226 - 250 of 366) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
H A DTGALoader.java162 in.skip(idLength);
/external/libvpx/vp8/common/arm/neon/
H A Dbilinearpredict16x16_neon.asm32 cmp r2, #0 ;skip first_pass filter if xoffset=0
37 cmp r3, #0 ;skip second_pass filter if yoffset=0
H A Dsixtappredict4x4_neon.asm44 cmp r2, #0 ;skip first_pass filter if xoffset=0
49 cmp r3, #0 ;skip second_pass filter if yoffset=0
/external/libvpx/vp8/encoder/arm/neon/
H A Dvp8_subpixelvariance16x16_neon.asm35 cmp r2, #0 ;skip first_pass filter if xoffset=0
40 cmp r3, #0 ;skip second_pass filter if yoffset=0
/external/linux-tools-perf/util/
H A Dprobe-event.c323 static int __show_one_line(FILE *fp, int l, bool skip, bool show_num) argument
332 if (skip)
351 static int _show_one_line(FILE *fp, int l, bool skip, bool show_num) argument
353 int rv = __show_one_line(fp, l, skip, show_num);
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h113 extern const domainname *SkipLeadingLabels(const domainname *d, int skip);
/external/openssl/crypto/x509/
H A Dx509_vfy.h220 int skip; /* don't use us. */ member in struct:x509_lookup_st
/external/openssl/include/openssl/
H A Dx509_vfy.h220 int skip; /* don't use us. */ member in struct:x509_lookup_st
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DCodedInputStream.java848 // Skipping more bytes than are in the buffer. First skip what we have.
854 // Then skip directly from the InputStream for the rest.
856 final int n = (input == null) ? -1 : (int) input.skip(size - pos);
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DCodedInputStreamMicro.java787 // Skipping more bytes than are in the buffer. First skip what we have.
793 // Then skip directly from the InputStream for the rest.
795 final int n = (input == null) ? -1 : (int) input.skip(size - pos);
/external/quake/quake/src/WinQuake/
H A Dsys_dos.cpp356 // touch all the memory to make sure it's there. The 16-page skip is to
846 // touch the entire image, doing the 16-page skip so Win95 doesn't think we're
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc855 Label skip; local
857 j(zero, &skip, Label::kNear);
859 bind(&skip);
2341 Label skip; local
2342 j(NegateCondition(cc), &skip); local
2346 bind(&skip);
2356 Label skip; local
2357 j(NegateCondition(cc), &skip); local
2361 bind(&skip);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dant.bat79 rem and for NT handling to skip to.
/external/guava/guava-tests/test/com/google/common/io/
H A DByteStreamsTest.java837 /** Stream that will skip a maximum number of bytes at a time. */
846 @Override public long skip(long n) throws IOException { method in class:ByteStreamsTest.SlowSkipper
847 return super.skip(Math.min(max, n));
/external/libvpx/vp8/common/arm/armv6/
H A Dsixtappredict8x4_v6.asm53 cmp r2, #0 ;skip first_pass filter if xoffset=0
/external/libvpx/vp8/common/x86/
H A Dsubpixel_ssse3.asm944 cmp rax, 0 ; skip first_pass filter if xoffset=0
958 cmp rax, 0 ; skip second_pass filter if yoffset=0
1240 cmp rax, 0 ; skip first_pass filter if xoffset=0
1252 cmp rax, 0 ; skip second_pass filter if yoffset=0
/external/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_fast_quantize_b_armv6.asm108 beq end ; skip eob calculations if all zero
/external/llvm/utils/yaml2obj/
H A Dyaml2obj.cpp502 si->skip();
661 si->skip();
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.m1305 int skip, len, h;
1339 skip = SDL_VideoSurface->pitch;
1388 /* On error, skip VBL delay */
1397 src += skip;
1398 dst += skip;
/external/quake/src/com/android/quake/
H A DDownloaderActivity.java633 is.skip(offsetOfCurrentPart);
863 is.skip(bytesToSkip);
/external/valgrind/main/callgrind/
H A Dfn.c351 fn->skip = False;
566 fn->skip = CLG_(clo).skip_plt;
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S297 inc %rsi # ! if singular, skip the s
407 lodsb # skip spaces
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S297 inc %esi # if singular, skip the s
407 lodsb # skip spaces
/external/valgrind/main/none/tests/
H A Dcmdline2.stdout.exp13 --trace-children-skip=patt1,patt2,... specifies a list of executables
15 --trace-children-skip-by-arg=patt1,patt2,... same as --trace-children-skip=
/external/webp/src/dec/
H A Dframe.c104 const int skip = dec->mb_info_[dec->mb_x_].skip_; local
128 info->f_inner_ = (!skip || dec->is_i4x4_);
305 // Define the area where we can skip in-loop filtering, in case of cropping.

Completed in 1852 milliseconds

1234567891011>>