/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 | 257 /* discards any unclaimed data in the fifo. */
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/ |
ft2-sizes_management.html | 159 <p>Discard a given size object. Note that <a href="ft2-base_interface.html#FT_Done_Face">FT_Done_Face</a> automatically discards all size objects allocated with <a href="ft2-sizes_management.html#FT_New_Size">FT_New_Size</a>.</p>
|
/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/opencv3/doc/py_tutorials/py_feature2d/py_sift_intro/ |
py_sift_intro.markdown | 102 greater than 0.8, they are rejected. It eliminaters around 90% of false matches while discards only
|
/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/toybox/lib/ |
lib.h | 297 // Wrapper that discards true/false "did it exit" value.
|
/external/toybox/scripts/ |
config2help.c | 87 // Discards blank lines before and after dashlines.
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
dtmf_buffer.cc | 57 // Thus, larger values denote lower volume. The buffer discards
|
/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
|
/libcore/ojluni/src/main/java/java/io/ |
FilterInputStream.java | 137 * Skips over and discards <code>n</code> bytes of data from the
|
LineNumberInputStream.java | 162 * Skips over and discards <code>n</code> bytes of data from this
|
/libcore/ojluni/src/main/java/java/util/logging/ |
MemoryHandler.java | 33 * into its memory buffer and discards earlier records. This buffering
|
/libcore/ojluni/src/main/java/java/util/zip/ |
DeflaterInputStream.java | 219 * Skips over and discards data from the input stream.
|
/prebuilts/go/darwin-x86/src/compress/gzip/ |
gunzip.go | 95 // Reset discards the Reader z's state and makes it equivalent to the
|
gzip.go | 93 // Reset discards the Writer z's state and makes it equivalent to the
|
/prebuilts/go/darwin-x86/src/net/ |
tcpsock_plan9.go | 65 // If sec == 0, the operating system discards any unsent or
|
/prebuilts/go/linux-x86/src/compress/gzip/ |
gunzip.go | 95 // Reset discards the Reader z's state and makes it equivalent to the
|
gzip.go | 93 // Reset discards the Writer z's state and makes it equivalent to the
|