/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ScriptBinding.py | 153 # XXX Too often this discards arguments the user just set...
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ScriptBinding.py | 153 # XXX Too often this discards arguments the user just set...
|
/external/mesa3d/docs/ |
relnotes-7.9.1.html | 263 <li>glsl: Add an optimization pass to simplify discards.</li> 264 <li>glsl: Add a lowering pass to move discards out of if-statements.</li> 333 <li>ir_to_mesa: Add support for conditional discards.</li>
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
ResizableDoubleArray.java | 437 * Discards the <code>i<code> initial elements of the array. For example, 454 * Discards the <code>i<code> last elements of the array. For example, 471 * Discards the <code>i<code> first or last elements of the array, [all...] |
/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/apache-http/src/org/apache/http/impl/io/ |
ContentLengthInputStream.java | 197 * Skips and discards a number of bytes from the input stream.
|
/external/gptfdisk/ |
fixparts.8 | 85 partitions. Internally, the program discards the information on the
|
/external/kernel-headers/original/uapi/linux/usb/ |
functionfs.h | 256 /* discards any unclaimed data in the fifo. */
|
/external/llvm/docs/ |
Extensions.rst | 84 Discards duplicate sections with the same COMDAT symbol. This is the default
|
/external/okhttp/okio/okio/src/main/java/okio/ |
BufferedSource.java | 91 * Reads and discards {@code byteCount} bytes from this source. Throws an
|
/external/proguard/docs/manual/ |
attributes.html | 70 ProGuard's obfuscation step by default discards the following optional
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
CodedInputStream.java | 183 * Reads and discards a single field, given its tag value. 267 * Reads and discards an entire message. This will read either until EOF [all...] |
/external/skia/src/gpu/ |
GrDrawTarget.h | 152 * Discards the contents render target.
|
/external/toybox/scripts/ |
config2help.c | 70 // Discards blank lines before and after dashlines.
|
/frameworks/base/core/java/android/widget/ |
RadioGroup.java | 58 // when true, mOnCheckedChangeListener discards events
|
/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
|
/external/guava/guava/src/com/google/common/io/ |
CharStreams.java | 410 * Discards {@code n} characters of data from the reader. This method 437 * Returns a {@link Writer} that simply discards written chars.
|
/external/llvm/include/llvm/Support/ |
raw_ostream.h | 443 /// This returns a reference to a raw_ostream which simply discards output. 510 /// A raw_ostream that discards all output.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/ |
xcb.h | 324 * @brief Discards the reply for a request. 328 * Discards the reply for a request. Additionally, any error generated
|
/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/clang/include/clang/Basic/ |
DiagnosticASTKinds.td | 25 def note_constexpr_lshift_discards : Note<"signed left shift discards bits">;
|
/external/fio/ |
fio.h | 309 * For tracking/handling discards
|
/external/freetype/include/ |
ftmodapi.h | 508 /* discards all resource objects. */ [all...] |