Home
last modified time | relevance | path

Searched refs:overhead (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/core/java/com/android/internal/http/multipart/
DPart.java336 ByteArrayOutputStream overhead = new ByteArrayOutputStream(); in length() local
337 sendStart(overhead); in length()
338 sendDispositionHeader(overhead); in length()
339 sendContentTypeHeader(overhead); in length()
340 sendTransferEncodingHeader(overhead); in length()
341 sendEndOfHeader(overhead); in length()
342 sendEnd(overhead); in length()
343 return overhead.size() + lengthOfData(); in length()
/frameworks/ex/variablespeed/jni/
Dring_buffer.cc65 int RingBuffer::overhead() const { in overhead() function in video_editing::RingBuffer
91 int overhead = size_ - head_; in Write() local
93 num_channels_ * overhead * sizeof(samples[0])); in Write()
94 head_ = num_frames - overhead; in Write()
95 memcpy(samples_, samples + overhead * num_channels_, in Write()
Dring_buffer.h71 int overhead() const;
Dsola_time_scaler.cc182 return input_buffer_->overhead(); in input_limit()
253 draining_) && (output_buffer_->overhead() >= max_frames_to_merge_)) { in Process()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java343 final int overhead = 64; in testSizeLimits() local
348 addRandomEntry(dropbox, "DropBoxTest0", blockSize - overhead); in testSizeLimits()
349 addRandomEntry(dropbox, "DropBoxTest0", blockSize - overhead); in testSizeLimits()
351 addRandomEntry(dropbox, "DropBoxTest1", blockSize - overhead); in testSizeLimits()
352 addRandomEntry(dropbox, "DropBoxTest1", blockSize - overhead); in testSizeLimits()
353 addRandomEntry(dropbox, "DropBoxTest1", blockSize * 2 - overhead); in testSizeLimits()
354 addRandomEntry(dropbox, "DropBoxTest1", blockSize - overhead); in testSizeLimits()
355 addRandomEntry(dropbox, "DropBoxTest1", blockSize * 20 - overhead); in testSizeLimits()
357 addRandomEntry(dropbox, "DropBoxTest2", blockSize * 4 - overhead); in testSizeLimits()
358 addRandomEntry(dropbox, "DropBoxTest2", blockSize - overhead); in testSizeLimits()
[all …]
/frameworks/base/tools/orientationplot/
DREADME.txt84 overhead. People reading on tablets in bed often have their head turned
87 overhead.
/frameworks/base/docs/html/training/articles/
Dmemory.jd28 <li><a href="#Overhead">Be aware of memory overhead</a></li>
378 <h3 id="Overhead">Be aware of memory overhead</h3>
380 <p>Be knowledgeable about the cost and overhead of the language and libraries you are using, and
382 surface that look innocuous may in fact have a large amount of overhead. Examples include:</p>
389 <li>Every class instance has 12-16 bytes of RAM overhead.</li>
397 from this overhead. That can leave you in the difficult position of looking at a heap analysis and
460 dozens of other things it does; you don't want to pull in a large amount of code and overhead that
603 code as lean as possible, because any unnecessary RAM overhead for common implementations are now
607 abstractions you have with adapters and temporaries or other overhead will likewise be replicated.<…
Dsecurity-gms-provider.jd158 // overhead is negligible if the security provider is up-to-date.
Dperf-tips.jd304 overhead by declaring fields and methods accessed by inner classes to have
Dperf-jni.jd334 <li>Requires one JNI call instead of 2, reducing overhead.
Dsmp.jd1374 synchronize the object creation. However, we don’t want to pay the overhead for
/frameworks/compile/libbcc/
DREADME.rst71 AOT also masks the launching time overhead of on-device linking
/frameworks/base/docs/html/training/displaying-bitmaps/
Dload-bitmap.jd36 up precious memory and incurs additional performance overhead due to additional on the fly
Dcache-bitmap.jd88 usage and come up with a suitable solution. A cache that is too small causes additional overhead wi…
/frameworks/rs/scriptc/
Drs_graphics.rsh309 * is ignored. This function has considerable overhead and should not be used
/frameworks/base/docs/html/guide/topics/manifest/
Dprovider-element.jd226 that wants to interact with it, thus avoiding the overhead of interprocess
/frameworks/base/docs/html/training/basics/network-ops/
Dmanaging.jd266 // unnecessary system overhead. You do this in onPause().
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd141 … early can prevent it from being reused, which then requires additional overhead for establishing …
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-sync-adapter.jd642 which reduces overhead.
/frameworks/base/docs/html/tools/debugging/
Ddebugging-memory.jd275 not include Dalvik overhead such as the just-in-time compilation (JIT) and garbage collection (GC)
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd663 hold on to your {@link android.media.MediaPlayer} to avoid the overhead of creating and preparing it
/frameworks/base/docs/html/tools/support-library/
Dindex.jd185 more processing overhead compared to the platform's
/frameworks/base/docs/html/about/versions/
Dkitkat.jd156 trends and issues, and it reveals additional memory overhead that hasn't