HomeSort by relevance Sort by last modified time
    Searched full:discards (Results 51 - 75 of 281) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 111 * Reads and discards a single field, given its tag value.
144 * Reads and discards an entire message. This will read either until EOF
618 * Discards the current limit, returning to the previous limit.
827 * Reads and discards {@code size} bytes.
  /external/v8/tools/
codemap.js 102 * Discards a dynamic code entry. Throws an exception if there is no dynamic
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldDb.h 119 /* This flag indicate if to discards all broadcast frames */
  /libcore/luni/src/main/java/java/nio/channels/
SelectionKey.java 66 * this discards the old attachment.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xpoll.h 157 * If it does not exist then the compiler discards the code to access it.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xpoll.h 157 * If it does not exist then the compiler discards the code to access it.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xpoll.h 157 * If it does not exist then the compiler discards the code to access it.
  /external/mesa3d/docs/
relnotes-7.9.1.html 264 <li>glsl: Add an optimization pass to simplify discards.</li>
265 <li>glsl: Add a lowering pass to move discards out of if-statements.</li>
334 <li>ir_to_mesa: Add support for conditional discards.</li>
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 164 constexpr int shl_signed_off_end = 2 << 31; // expected-error {{constant expression}} expected-note {{signed left shift discards bits}} expected-warning {{signed shift result (0x100000000) requires 34 bits to represent, but 'int' only has 32 bits}}
165 constexpr int shl_signed_off_end_2 = 0x7fffffff << 2; // expected-error {{constant expression}} expected-note {{signed left shift discards bits}} expected-warning {{signed shift result (0x1FFFFFFFC) requires 34 bits to represent, but 'int' only has 32 bits}}
166 constexpr int shl_signed_overflow = 1024 << 31; // expected-error {{constant expression}} expected-note {{signed left shift discards bits}} expected-warning {{requires 43 bits to represent}}
  /external/clang/include/clang/Basic/
DiagnosticASTKinds.td 25 def note_constexpr_lshift_discards : Note<"signed left shift discards bits">;
  /external/freetype/include/freetype/
ftmodapi.h 321 /* discards all resource objects. */
  /external/qemu/
qemu-io.c 1404 " discards a range of bytes from the given offset\n"
1407 " 'discard 512 1k' - discards 1 kilobyte from 512 bytes into the file\n"
1409 " Discards a segment of the currently open file.\n"
1424 .oneline = "discards a number of bytes at a specified offset",
    [all...]
  /frameworks/base/core/java/android/widget/
RadioGroup.java 59 // when true, mOnCheckedChangeListener discards events
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsDialog.java 52 private static final int MAX_RECENT_TASKS = NUM_BUTTONS * 2; // allow for some discards
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java 139 * returns the correct value (related to the InputStream), that it discards
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
RenderSession.java 265 * Discards the layout. No more actions can be called on this object.
  /external/chromium/chrome/browser/net/
predictor_api.cc 53 // To control our congestion avoidance system, which discards a queue when
100 // Discards all initial loading history.
predictor.h 106 // Discards any referrer for which all the suggested host names are currently
  /external/icu4c/i18n/unicode/
alphaindex.h 668 // some of the discards, and is
673 // some of the discards, and is
  /external/llvm/include/llvm/Support/
raw_ostream.h 419 /// nulls() - This returns a reference to a raw_ostream which simply discards
480 /// raw_null_ostream - A raw_ostream that discards all output.
  /build/tools/
warn.py 105 'patterns':[r".*: warning: passing argument [0-9]+ of '.+' discards qualifiers from pointer target type",
106 r".*: warning: assignment discards qualifiers from pointer target type",
107 r".*: warning: return discards qualifiers from pointer target type"] },
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py 339 """A file-like object that discards everything written to it."""
  /external/clang/include/clang/AST/
OperationKinds.h 218 /// of the source's element type. Just discards the imaginary
  /external/guava/guava/src/com/google/common/io/
CharStreams.java 400 * Discards {@code n} characters of data from the reader. This method
  /external/libpcap/
wlan_filtering.patch 246 + * XXX - generate the code that discards non data frames

Completed in 474 milliseconds

1 23 4 5 6 7 8 91011>>