/external/openssl/ssl/ |
s3_clnt.c | 189 int new_state,state,skip=0; local 332 skip = 1; 338 skip=1; 402 * We need to skip the certificate verify 619 if (!s->s3->tmp.reuse_message && !skip) 635 skip=0; [all...] |
/prebuilt/common/commons-compress/ |
commons-compress-1.0.jar | |
/external/e2fsprogs/lib/et/ |
texinfo.tex | 202 \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi [all...] |
/external/webkit/JavaScriptCore/wtf/ |
FastMalloc.cpp | 509 # define GetStackTrace(stack, depth, skip) (0) [all...] |
/external/webkit/WebKitTools/android/webkitmerge/ |
webkitmerge.cpp | [all...] |
/dalvik/hit/src/com/android/hit/ |
HprofParser.java | 449 // Skip over the constant pool 599 * BufferedInputStream will not skip(int) the entire requested number 601 * routine is needed to actually skip over the requested number of bytes 606 long skipped = mInput.skip(numBytes);
|
/external/libvpx/vp8/common/arm/neon/ |
sixtappredict16x16_neon.asm | 40 cmp r2, #0 ;skip first_pass filter if xoffset=0 45 cmp r3, #0 ;skip second_pass filter if yoffset=0
|
sixtappredict8x4_neon.asm | 32 cmp r2, #0 ;skip first_pass filter if xoffset=0 37 cmp r3, #0 ;skip second_pass filter if yoffset=0
|
sixtappredict8x8_neon.asm | 33 cmp r2, #0 ;skip first_pass filter if xoffset=0 38 cmp r3, #0 ;skip second_pass filter if yoffset=0
|
/external/libvpx/vp8/encoder/arm/neon/ |
vp8_subpixelvariance16x16s_neon.asm | 357 cmp r2, #0 ;skip first_pass filter if xoffset=0 360 cmp r3, #0 ;skip second_pass filter if yoffset=0
|
/external/skia/src/core/ |
SkStream.cpp | 37 size_t SkStream::skip(size_t size) function in class:SkStream 421 // skip size bytes 428 // if we get here, we are being asked to skip beyond our current buffer 429 // so reset our offset to force a read next time, and skip the diff
|
/external/webkit/WebKitTools/Scripts/webkitpy/style/ |
checker_unittest.py | 365 """Tests the "should skip" methods of the ProcessorDispatcher class."""
|
/external/libvpx/vp8/common/arm/armv6/ |
loopfilter_v6.asm | 152 beq hskip_filter ; skip filtering 364 beq mbhskip_filter ; skip filtering 687 beq vskip_filter ; skip filtering [all...] |
/external/libvpx/vp8/decoder/arm/ |
detokenize.asm | 193 beq SKIP_EOB_CHECK ; if t is zero, we will skip the eob table chec
|
/external/webkit/JavaScriptCore/yarr/ |
RegexJIT.cpp | 802 Jump skip = jump(); local 808 skip.link(this); [all...] |
/external/zlib/contrib/masm686/ |
match.asm | 300 ; * starting the compare loop. So what this code does is skip over 0-3
|
/external/libvpx/vp8/common/ppc/ |
filter_altivec.asm | 210 ;# just skip to the second pass. 401 ;# just skip to the second pass. 573 ;# just skip to the second pass.
|
filter_bilinear_altivec.asm | 42 ;# just skip to the second pass.
|
/external/webkit/WebKit/android/nav/ |
CacheBuilder.cpp | 1928 int skip = 0; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
mlme.c | 2529 int skip = 0; local [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
tree.h | [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
tree.h | [all...] |
/external/grub/docs/ |
texinfo.tex | 373 \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi [all...] |
/external/webkit/JavaScriptCore/interpreter/ |
Interpreter.cpp | 126 int skip = vPC[3].u.operand + codeBlock->needsFullScopeChain(); local 132 while (skip--) { 379 end = it + max(codeBlock->m_numParameters - 1, 0); // - 1 to skip "this" [all...] |
/external/zlib/contrib/pascal/ |
example.pas | 431 err := inflateSync(d_stream); (* but skip the damaged part *)
|