HomeSort by relevance Sort by last modified time
    Searched refs:skip (Results 226 - 250 of 361) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 1379 size_t skip = 0; local
    [all...]
  /external/openssl/ssl/
d1_clnt.c 153 int new_state,state,skip=0;; local
316 skip = 1;
322 skip=1;
568 if (!s->s3->tmp.reuse_message && !skip)
584 skip=0;
1082 * to skip sending the certificate verify
    [all...]
s3_srvr.c 193 int new_state,state,skip=0; local
363 skip = 1;
369 skip=1;
428 skip=1;
456 skip=1;
703 if (!s->s3->tmp.reuse_message && !skip)
720 skip=0;
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 104 /* Optionally skip data and then check the CRC. Depending on whether we
109 png_crc_finish(png_structp png_ptr, png_uint_32 skip)
114 for (i = (png_size_t)skip; i > istop; i -= istop)
994 png_uint_32 skip = 0; local
1023 skip = length - (png_uint_32)65535L;
1032 if (png_crc_finish(png_ptr, skip))
1111 png_uint_32 skip = 0; local
1876 png_uint_32 skip = 0; local
2168 png_uint_32 skip = 0; local
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 159 // Skip barrier if writing a smi.
1509 Label skip; local
1510 j(NegateCondition(cc), &skip); local
1524 Label skip; local
1525 j(NegateCondition(cc), &skip); local
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 165 def skip(self): member in class:TokenCursor
171 """skip over all space tokens, this includes tokSPACE and tokLN"""
176 self.skip()
179 """skip an optional token"""
181 self.skip()
185 otherwise skip over it"""
189 self.skip()
280 """retrieve the token at the current cursor position, then skip it"""
873 def skip(self): member in class:ExprParser
921 self.skip()
    [all...]
  /external/openssl/crypto/x509/
x509_lu.c 73 ret->skip=0;
127 if (ctx->skip) return 0;
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 294 RegisterID* emitGetScopedVar(RegisterID* dst, size_t skip, int index, JSValue globalObject);
295 RegisterID* emitPutScopedVar(size_t skip, int index, RegisterID* value, JSValue globalObject);
  /external/webkit/JavaScriptCore/wrec/
WRECGenerator.cpp 505 Jump skip = jump(); local
513 skip.link(this);
  /libcore/luni/src/main/java/java/io/
ObjectStreamClass.java 490 boolean skip = Modifier.isPrivate(modifiers)
493 if (!skip) {
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CertFactoryImpl.java 479 // check and skip opening boundary delimiter
491 // read (skip) the trailing characters of
536 // check and skip closing boundary delimiter prefix
544 // read (skip) the trailing characters of
555 // skip trailing line breaks
865 public long skip(long n) throws IOException { method in class:X509CertFactoryImpl.RestoringInputStream
    [all...]
  /dalvik/vm/arch/arm/
CallEABI.S 193 addcc r7, r7, #8 @ skip past 2 words, for r2 and r3
195 addcs r7, r7, #4 @ skip past 1 word, for r2
322 beq .Lcopy_done @ zero args, skip stack copy
  /external/bluetooth/glib/gio/
gfilterinputstream.c 119 istream_class->skip = g_filter_input_stream_skip;
  /external/libffi/src/sparc/
v8.S 61 nop ! STRUCT returning functions skip 12 instead of 8 bytes
180 ! Skip 'unimp'.
  /external/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm 95 beq simple_hskip_filter ; skip filtering if all masks are 0x00
200 beq simple_vskip_filter ; skip filtering
  /bionic/libc/netbsd/resolv/
res_init.c 184 while (*cp == ' ' || *cp == '\t') /* skip leading white space */
396 /* skip comments */
401 if (haveenv) /* skip if have from environ */
417 if (haveenv) /* skip if have from environ */
605 /* skip leading and inner runs of spaces */
671 goto skip;
679 goto skip;
698 skip:
699 /* skip to next run of spaces */
  /external/webkit/WebCore/dom/
SelectElement.cpp 532 // Returns the index of the next valid list item |skip| items past |listIndex| in direction |direction|.
533 static int nextValidIndex(const Vector<Element*>& listItems, int listIndex, SkipDirection direction, int skip)
538 --skip;
541 if (skip <= 0)
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java     [all...]
  /libcore/luni/src/main/java/java/util/
Scanner.java 55 * <p>A {@code Scanner} can also find or skip specific patterns without regard for the
1586 public Scanner skip(Pattern pattern) { method in class:Scanner
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarFileTest.java 408 is.skip(100000);
612 jarFile.getInputStream(zipEntry).skip(Long.MAX_VALUE);
626 jarFile.getInputStream(zipEntry).skip(Long.MAX_VALUE);
632 //jarFile.getInputStream(zipEntry).skip(Long.MAX_VALUE);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
basic-block.h 135 PTR GTY ((skip (""))) aux;
234 PTR GTY ((skip (""))) aux;
240 struct et_node * GTY ((skip (""))) dom[2];
    [all...]
tree-flow.h 132 struct pointer_map_t * GTY((skip)) mem_sym_stats;
284 PTR GTY ((skip (""))) aux;
287 tree GTY((skip)) value_handle;
    [all...]
gimple.h 332 bitmap GTY((skip (""))) addresses_taken;
339 struct def_optype_d GTY((skip (""))) *def_ops;
340 struct use_optype_d GTY((skip (""))) *use_ops;
368 struct voptype_d GTY((skip (""))) *vdef_ops;
369 struct voptype_d GTY((skip (""))) *vuse_ops;
373 bitmap GTY((skip (""))) stores;
374 bitmap GTY((skip (""))) loads;
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
basic-block.h 135 PTR GTY ((skip (""))) aux;
234 PTR GTY ((skip (""))) aux;
240 struct et_node * GTY ((skip (""))) dom[2];
    [all...]
tree-flow.h 132 struct pointer_map_t * GTY((skip)) mem_sym_stats;
284 PTR GTY ((skip (""))) aux;
287 tree GTY((skip)) value_handle;
    [all...]

Completed in 2039 milliseconds

1 2 3 4 5 6 7 8 91011>>