HomeSort by relevance Sort by last modified time
    Searched full:deliverable (Results 1 - 10 of 10) sorted by null

  /frameworks/base/libs/androidfw/
StreamingZipInflater.cpp 140 size_t deliverable = min_of(toRead, mOutLastDecoded - mOutDeliverable); local
141 if (deliverable > 0) {
142 if (outBuf != NULL) memcpy(dest, mOutBuf + mOutDeliverable, deliverable);
143 mOutDeliverable += deliverable;
144 mOutCurPosition += deliverable;
145 dest += deliverable;
146 bytesRead += deliverable;
147 toRead -= deliverable;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
ARM_DELIVERY.TXT 25 must be aware. Beta is a pre-release status indicating that the deliverable
40 It should be noted that Support for the Beta release of the deliverable
42 maintenance contract for the deliverable.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
ARM_DELIVERY.TXT 25 must be aware. Beta is a pre-release status indicating that the deliverable
40 It should be noted that Support for the Beta release of the deliverable
42 maintenance contract for the deliverable.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
ARM_DELIVERY.TXT 25 must be aware. Beta is a pre-release status indicating that the deliverable
40 It should be noted that Support for the Beta release of the deliverable
42 maintenance contract for the deliverable.
  /frameworks/volley/src/com/android/volley/
CacheDispatcher.java 27 * Any deliverable response is posted back to the caller via a
  /external/chromium_org/third_party/sqlite/src/src/
test_config.c 14 ** None of the code in this file goes into a deliverable build.
test_pcache.c 14 ** None of the code in this file goes into a deliverable build.
  /frameworks/base/services/java/com/android/server/wm/
DragState.java 393 // Find the visible, touch-deliverable window under the given point
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 656 // Schedule the next upcoming wakeup alarm. If there is a deliverable batch
    [all...]
  /external/valgrind/main/docs/internals/
threads-syscalls-signals.txt 188 requirement that all deliverable pending signals are delivered before

Completed in 1039 milliseconds