HomeSort by relevance Sort by last modified time
    Searched refs:discard (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/apache-http/src/org/apache/http/impl/cookie/
BasicClientCookie2.java 49 private boolean discard; field in class:BasicClientCookie2
79 public void setDiscard(boolean discard) {
80 this.discard = discard;
85 return !this.discard && super.isPersistent();
90 return this.discard || super.isExpired(date);
  /external/apache-http/src/org/apache/http/cookie/
SetCookie2.java 57 * Set the Discard attribute.
59 * Note: <tt>Discard</tt> attribute overrides <tt>Max-age</tt>.
63 void setDiscard(boolean discard);
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 52 * RFC 2109. It adds {@code Discard}, {@code Port}, and {@code
106 RESERVED_NAMES.add("discard"); // RFC 2965
355 } else if (name.equals("discard")) {
356 cookie.discard = true;
475 private boolean discard;
542 * Returns the {@code Discard} attribute.
545 return discard;
640 * Set the {@code Discard} attribute of this cookie.
642 public void setDiscard(boolean discard) {
643 this.discard = discard
    [all...]
  /external/zlib/examples/
zran.c 251 unsigned char discard[WINSIZE]; local
298 strm.next_out = discard;
303 strm.next_out = discard;
  /external/v8/test/mjsunit/regress/
regress-937896.js 29 // discard duplicates which caused the outer-most continue statement
  /system/core/libpixelflinger/
scanline.cpp 711 case GGL_NEVER: goto discard;
712 case GGL_LESS: if (alpha<ref) break; goto discard;
713 case GGL_EQUAL: if (alpha==ref) break; goto discard;
714 case GGL_LEQUAL: if (alpha<=ref) break; goto discard;
715 case GGL_GREATER: if (alpha>ref) break; goto discard;
716 case GGL_NOTEQUAL: if (alpha!=ref) break; goto discard;
717 case GGL_GEQUAL: if (alpha>=ref) break; goto discard;
729 case GGL_NEVER: goto discard;
730 case GGL_LESS: if (zz<depth) break; goto discard;
731 case GGL_EQUAL: if (zz==depth) break; goto discard;
    [all...]
  /external/dbus/tools/
dbus-launch.c 454 char discard[512]; local
458 bytes_read = read (tty_fd, discard, sizeof (discard));
  /external/openssl/crypto/bn/
bn_lcl.h 262 register BN_ULONG ret,discard; \
264 : "=a"(discard),"=d"(ret) \
  /external/qemu/tcg/
tcg-opc.h 36 DEF2(discard, 1, 0, 0, 0)
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 50 -- discard comment-only lines
picoloadphones.lua 48 -- discard comment-only lines
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfdlink.h 34 /* Which local symbols to discard during a link. This is irrelevant
38 discard_sec_merge, /* Discard local temporary symbols in SEC_MERGE
40 discard_none, /* Don't discard any locals. */
41 discard_l, /* Discard local temporary symbols. */
42 discard_all /* Discard all locals. */
359 /* Which local symbols to discard. */
360 enum bfd_link_discard discard;
358 enum bfd_link_discard discard; member in struct:bfd_link_info
  /external/libvpx/vp8/common/arm/neon/
sixtappredict4x4_neon.asm 69 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done
133 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done
281 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done
  /external/jdiff/src/jdiff/
DiffMyers.java 335 /** Discard lines from one file that have no matches in the other file.
532 /** Discard lines that have no matches in another file.
541 When we discard a line, we also mark it as a deletion or insertion
550 /* Don't really discard the provisional lines except when they occur
555 /* Actually discard the lines. */
556 discard(discarded);
593 /** Don't really discard the provisional lines except when they occur
607 /* We have found a nonprovisional discard. */
706 /** Actually discard the lines.
709 private void discard(final byte[] discards) method in class:DiffMyers.file_data
    [all...]
  /build/tools/releasetools/
sign_target_files_apks 169 tags.discard(ch[1:])
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 623 int[] normalIds = {R.id.setas, R.id.play, R.id.share, R.id.discard};
634 mActionIconPanel.findViewById(R.id.discard)
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c     [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
CmdInterpretWext.c     [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 500 // label to discard it if unneeded.
501 Label discard; local
516 if_false = &discard;
525 if_true = &discard;
593 __ j(zero, &discard);
601 __ bind(&discard);
609 __ j(not_zero, &discard);
617 __ bind(&discard);
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 502 // label to discard it if unneeded.
503 Label discard; local
518 if_false = &discard;
527 if_true = &discard;
595 __ j(zero, &discard);
603 __ bind(&discard);
611 __ j(not_zero, &discard);
619 __ bind(&discard);
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 472 Label discard; local
475 __ b(ne, &discard);
483 __ bind(&discard);
490 Label discard; local
493 __ b(eq, &discard);
501 __ bind(&discard);
    [all...]
  /bionic/libc/kernel/common/linux/
wireless.h 409 struct iw_discarded discard; member in struct:iw_statistics
  /development/ndk/platforms/android-3/include/linux/
wireless.h 409 struct iw_discarded discard; member in struct:iw_statistics
  /external/kernel-headers/original/linux/
wireless.h 851 struct iw_discarded discard; /* Packet discarded counts */ member in struct:iw_statistics
    [all...]
  /external/wpa_supplicant/
wireless_copy.h 894 struct iw_discarded discard; \/* Packet discarded counts *\/ member in struct:iw_statistics
    [all...]

Completed in 726 milliseconds

1 2 3