/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
UTFCharsetDecoderTest.java | 53 ByteBuffer buffer = ByteBuffer.allocate(getByteBuffer().remaining() + 1);
|
/libcore/luni/src/main/java/java/math/ |
Logical.java | 74 // Copying the remaining unchanged digit 152 // if the negative was shorter must copy the remaining digits 190 // shorter has only the remaining virtual sign bits 209 // shorter has only the remaining virtual sign bits 335 // the shorter has only the remaining virtual sign bits 643 //Jumping over the remaining zero to the first non one 696 //result with the remaining digits of the positive 719 //if the positive has no more elements must fill the remaining digits with 739 // shorter has only the remaining virtual sign bits
|
/libcore/luni/src/main/java/java/nio/channels/ |
WritableByteChannel.java | 37 * <code>remaining()</code> number of bytes in the buffer when the method
|
/libcore/luni/src/main/java/java/security/ |
security.properties | 25 # Remaining Harmony providers
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherSpiTest.java | 241 fail("ShortBufferException bust be thrown. Output buffer remaining: " 242 .concat(Integer.toString(bb2.remaining()))); 292 fail("ShortBufferException must be thrown. Output buffer remaining: " 293 .concat(Integer.toString(bb2.remaining())));
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
multi_bigram_map.h | 40 // Also caches the bigrams if there is space remaining and they have not been cached already.
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
PhoneStateBroadcaster.java | 64 // Recalculate the current phone state based on the consolidated state of the remaining
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
virtio_pci.h | 58 /* The remaining space is defined by each driver as the per-driver
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
virtio_pci.h | 58 /* The remaining space is defined by each driver as the per-driver
|
/system/extras/tests/lib/testUtil/ |
testUtil.c | 266 struct timespec remaining; local 279 // Request to sleep for the remaining time 280 remaining = double2ts(amt - ts2double(&delta)); 281 (void) nanosleep(&remaining, NULL);
|
/system/media/audio_utils/include/audio_utils/ |
resampler.h | 77 * with the number of frames remaining in input and written to output.
|
/frameworks/base/core/jni/ |
com_google_android_gles_jni_GLImpl.cpp | 117 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) 127 *remaining = (limit - position) << elementSizeShift; 180 jint remaining; local 182 buf = getPointer(_env, buffer, &array, &remaining, &offset); 418 (JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) { 435 (GLsizei)remaining 604 _exceptionMessage = "remaining() < n < needed"; 708 _exceptionMessage = "remaining() < count < needed"; 888 _exceptionMessage = "remaining() < needed"; 1034 _exceptionMessage = "remaining() < needed" [all...] |
/external/bluetooth/bluedroid/gki/common/ |
gki_time.c | 48 gki_cb.com.OSTicksTilExp = 0; /* Remaining time (of OSTimeCurTimeout) before next timer expires */ 337 /* If any timers are running in any tasks, decrement the remaining time til 555 /* Now, adjust remaining timer entries */ 571 rem_ticks -= temp_ticks; /* Decrement the remaining ticks to process */ 582 ** Description This function is called by an application to get remaining 589 ** remaining ticks if success 707 /* Add the ticks remaining in this timer (if any) to the next guy in the list. 765 ** less than the number of ticks remaining on the current timer.
|
/external/bluetooth/bluedroid/stack/include/ |
a2d_sbc.h | 171 ** num: If frag is 1, this is the number of remaining fragments 199 ** num: If frag is 1, this is the number of remaining fragments
|
/external/chromium_org/ash/system/chromeos/power/ |
power_status.h | 96 // Returns the battery's remaining charge as a value in the range [0.0, 100 // Returns the battery's remaining charge, rounded to an integer with a
|
/external/chromium_org/base/threading/ |
thread_local_storage.h | 57 // ThreadLocalStorage, until there are no slot values remaining as having 106 // the destructor so that remaining threads exiting
|
/external/chromium_org/chrome/browser/autocomplete/ |
keyword_provider.h | 102 // Extracts the keyword from |input| into |keyword|. Any remaining characters 105 // extract the keyword and remaining string, and uses
|
/external/chromium_org/chrome/browser/component_updater/ |
component_unpacker.h | 64 // In both cases, if there is an error at any point, the remaining steps will 136 // If there is an error at any step, the remaining steps are skipped and
|
/external/chromium_org/chrome/browser/ui/tab_contents/ |
tab_contents_iterator_unittest.cc | 92 // Close all remaining tabs to keep all the destructors happy. 176 // Close all remaining tabs to keep all the destructors happy.
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
dns_response_builder.cc | 71 DCHECK_EQ(writer.remaining(), 0); // For warranty of correct size allocation. 166 DCHECK_EQ(writer.remaining(), 0); // For warranty of correct size allocation.
|
/external/chromium_org/courgette/third_party/ |
bsdiff_apply.cc | 78 const uint8* extra_end = extra_start + extra_bytes->Remaining(); 162 size_t old_size = old_stream->Remaining();
|
/external/chromium_org/media/base/ |
audio_fifo.cc | 77 // Wrapping is needed: copy remaining part from the source to the FIFO. 116 // Wrapping is needed: copy remaining part to the destination.
|
serial_runner_unittest.cc | 53 // which should cancel all remaining queued work. 194 EXPECT_FALSE(called(1)); // A bad status cancels remaining work.
|
/external/chromium_org/net/spdy/fuzzing/ |
hpack_fuzz_util.cc | 119 if (input->remaining() < sizeof(uint32)) { 126 if (input->remaining() < length) {
|
/external/chromium_org/net/url_request/ |
url_request_filter.cc | 84 // this would leave no protocol factory for the remaining hostname and URL 119 // this would leave no protocol factory for the remaining hostname and URL
|