HomeSort by relevance Sort by last modified time
    Searched refs:discard (Results 1 - 25 of 53) 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);
  /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 705 case GGL_NEVER: goto discard;
706 case GGL_LESS: if (alpha<ref) break; goto discard;
707 case GGL_EQUAL: if (alpha==ref) break; goto discard;
708 case GGL_LEQUAL: if (alpha<=ref) break; goto discard;
709 case GGL_GREATER: if (alpha>ref) break; goto discard;
710 case GGL_NOTEQUAL: if (alpha!=ref) break; goto discard;
711 case GGL_GEQUAL: if (alpha>=ref) break; goto discard;
723 case GGL_NEVER: goto discard;
724 case GGL_LESS: if (zz<depth) break; goto discard;
725 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/opencore/pvmi/media_io/pvmiofileoutput/include/
pvmi_media_io_fileoutput.h 360 WriteResponse(PVMFStatus s, PVMFCommandId id, const OsclAny* ctx, const PVMFTimestamp& ts, bool discard)
361 : iStatus(s), iCmdId(id), iContext(ctx), iTimestamp(ts), iDiscard(discard)
  /external/openssl/crypto/bn/
bn_lcl.h 261 register BN_ULONG ret,discard; \
263 : "=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/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
  /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...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wireless_copy.h 902 struct iw_discarded discard; \/* Packet discarded counts *\/ member in struct:iw_statistics
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
wireless.h 409 struct iw_discarded discard; member in struct:iw_statistics

Completed in 1168 milliseconds

1 2 3