Searched
full:remaining (Results
251 -
275 of
4438) sorted by null
<<11121314151617181920>>
/frameworks/base/tools/aapt/ |
WorkQueue.h | 53 * Cancels pending work and waits for all remaining threads to complete. 78 * Call finish() after cancel() to wait for all remaining work to complete.
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
CountDownView.java | 49 * been updated (i.e. remaining seconds changed, or finished). 53 * Gets notified when the remaining seconds for the countdown
|
/system/core/healthd/ |
healthd.h | 36 // remaining capacity). The default value is 600 (10 minutes). Value -1 46 // batteryCapacityPath: remaining capacity (POWER_SUPPLY_PROP_CAPACITY)
|
/cts/tests/tests/view/src/android/view/cts/ |
ChoreographerTest.java | 70 // We expect the remaining callbacks to have been invoked once. 138 // We expect the remaining callbacks to have been invoked. 207 // We expect the remaining callbacks to have been invoked once. 255 // We expect the remaining callbacks to have been invoked.
|
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
CipherSpiTest.java | 154 fail("ShortBufferException bust be thrown. Output buffer remaining: " 155 .concat(Integer.toString(bb2.remaining()))); 205 fail("ShortBufferException must be thrown. Output buffer remaining: " 206 .concat(Integer.toString(bb2.remaining())));
|
/external/apache-http/src/org/apache/http/impl/io/ |
ContentLengthInputStream.java | 206 long remaining = Math.min(n, this.contentLength - this.pos); local 209 while (remaining > 0) { 210 int l = read(buffer, 0, (int)Math.min(BUFFER_SIZE, remaining)); 215 remaining -= l;
|
/external/bison/m4/ |
configmake.m4 | 27 dnl The remaining variables missing from autoconf 2.59 are easier.
|
/external/chromium_org/base/ |
port.h | 25 // TODO(viettrungluu): Remove the remaining GG_(U)INTn_C macros.
|
/external/chromium_org/chrome/browser/chromeos/login/saml/ |
saml_offline_signin_limiter.h | 53 // Recalculates the amount of time remaining until online login should be
|
/external/chromium_org/chrome/browser/download/ |
download_target_info.h | 16 // Final full target path of the download. Must be non-empty for the remaining
|
/external/chromium_org/chrome/browser/ui/ |
browser_iterator.h | 35 // current list unless there are no remaining empty browser lists).
|
/external/chromium_org/chrome/browser/ui/views/ |
critical_notification_bubble_view.h | 46 // Helper function to calculate the remaining time (in seconds) until
|
/external/chromium_org/content/browser/ |
startup_task_runner.h | 50 // Run all tasks, or all remaining tasks, synchronously
|
/external/chromium_org/content/child/npapi/ |
plugin_stream.cc | 160 // Buffer the remaining data. 161 size_t remaining = length - written; local 163 delivery_data_.resize(previous_size + remaining); 165 memcpy(&delivery_data_[previous_size], buf + written, remaining);
|
/external/chromium_org/google_apis/gcm/base/ |
socket_stream.cc | 43 DVLOG(1) << "No unread data remaining, ending read."; 133 << " unread bytes remaining, shifting."; 134 // Move any remaining unread data to the start of the buffer; 137 DVLOG(1) << "Have " << unread_data_size << " unread bytes remaining.";
|
/external/chromium_org/media/base/ |
audio_pull_fifo.cc | 31 // Get the remaining audio frames from the producer using the callback.
|
/external/chromium_org/net/base/ |
upload_element_reader.h | 42 // Returns the number of bytes remaining to read.
|
/external/chromium_org/sandbox/win/src/ |
named_pipe_policy.cc | 17 // remaining parameters are the same as CreateNamedPipeW().
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
arena.cc | 32 // We waste the remaining space in the current block.
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_firstpass.h | 62 // Remaining error from uncoded frames in a gf group. Two pass use only
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_split_inplace.c | 178 GLuint remaining = count - j; local 181 nr = MIN2( available, remaining ); 186 outprim->end = (nr == remaining && prim->end); 194 if (nr == remaining) {
|
/external/chromium_org/third_party/opus/src/silk/float/ |
scale_vector_FLP.c | 52 /* any remaining elements */
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
augmented_cb_corr.c | 59 /* Compute dot product for the remaining samples */
|
cb_mem_energy_augmentation.c | 56 /* Compute energy for the remaining samples */
|
/external/chromium_org/tools/compile_test/ |
compile_test.py | 48 # Pass remaining arguments to the compiler.
|
Completed in 599 milliseconds
<<11121314151617181920>>