HomeSort by relevance Sort by last modified time
    Searched full:discard (Results 126 - 150 of 1713) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Email/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 91 pushbackq.clear(); // discard any whitespace preceding EOF
99 pushbackq.clear(); // discard any whitespace preceding EOL
  /sdk/sdkmanager/app/tests/com/android/sdkmanager/
SdkCommandLineTest.java 54 // discard
59 // discard
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
LegacyCommonTokenStream.cs 66 /** <summary>Set<tokentype>; discard any tokens with this type</summary> */
135 bool discard = false;
151 discard = true;
153 discard = true;
155 if (!discard) {
  /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...]
  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 156 True, the caller should immediately discard translations from the
166 True, the caller should immediately discard translations from the
177 should immediately discard translations from the specified address
185 caller should immediately discard translations from the specified
261 should immediately discard translations from the specified address
319 immediately discard translations from the new area. */
329 caller should immediately discard translations from both specified
  /bionic/libm/src/
s_nan.c 63 * the same as gcc's __builtin_nan(), namely, discard the high order bits.
  /dalvik/tests/088-monitor-verification/src/
Main.java 178 /* does nothing but ensure that the compiler doesn't discard an object */
  /development/apps/GestureBuilder/res/values/
strings.xml 35 <string name="button_discard">Discard</string>
  /external/apache-http/src/org/apache/http/cookie/
ClientCookie.java 61 public static final String DISCARD_ATTR = "discard";
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2965DiscardAttributeHandler.java 42 * <tt>"Discard"</tt> cookie attribute handler for RFC 2965 cookie spec.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMConstants.java 85 public static final String DOM_DISCARD_DEFAULT_CONTENT = "discard-default-content";
  /external/chromium/chrome/browser/policy/
cloud_policy_cache_base.h 81 // to discard policy data with a timestamp from the future.
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.h 136 // that we can modify as much as we want and still discard when the user
  /external/chromium/net/base/
backoff_entry.h 41 // has no significant state, -1 to never discard.
  /external/chromium/net/disk_cache/
storage_block-inl.h 66 template<typename T> void StorageBlock<T>::Discard() {
  /external/e2fsprogs/lib/e2p/
mntopts.c 36 { EXT4_DEFM_DISCARD, "discard"},
  /external/freetype/include/freetype/
ftsizes.h 110 /* Discard a given size object. Note that @FT_Done_Face */
  /external/icu4c/i18n/
inputext.cpp 93 // discard everything within < brackets >
  /external/kernel-headers/original/asm-arm/
termios.h 28 reprint=^R discard=^U werase=^W lnext=^V
  /external/kernel-headers/original/asm-mips/
termios.h 68 * reprint=^R discard=^U werase=^W lnext=^V
  /external/kernel-headers/original/asm-x86/
termios.h 82 reprint=^R discard=^U werase=^W lnext=^V
  /external/llvm/include/llvm/Support/
Valgrind.h 41 // Discard valgrind's translation of code in the range [Addr .. Addr + Len).
  /external/oauth/core/src/main/java/net/oauth/
ConsumerProperties.java 88 * Use that one (and discard the one we just constructed).
  /external/openssh/openbsd-compat/
bsd-arc4random.c 75 * Discard early keystream, as per recommendations in:
  /external/proguard/src/proguard/shrink/
Shrinker.java 130 // Discard unused program classes.

Completed in 790 milliseconds

1 2 3 4 56 7 8 91011>>