/frameworks/base/core/java/com/android/internal/http/multipart/ |
D | Part.java | 336 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/ |
D | ring_buffer.cc | 65 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()
|
D | ring_buffer.h | 71 int overhead() const;
|
D | sola_time_scaler.cc | 182 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/ |
D | DropBoxTest.java | 343 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/ |
D | README.txt | 84 overhead. People reading on tablets in bed often have their head turned 87 overhead.
|
/frameworks/base/docs/html/training/articles/ |
D | memory.jd | 28 <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.<…
|
D | security-gms-provider.jd | 158 // overhead is negligible if the security provider is up-to-date.
|
D | perf-tips.jd | 304 overhead by declaring fields and methods accessed by inner classes to have
|
D | perf-jni.jd | 334 <li>Requires one JNI call instead of 2, reducing overhead.
|
D | smp.jd | 1374 synchronize the object creation. However, we don’t want to pay the overhead for
|
/frameworks/compile/libbcc/ |
D | README.rst | 71 AOT also masks the launching time overhead of on-device linking
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | load-bitmap.jd | 36 up precious memory and incurs additional performance overhead due to additional on the fly
|
D | cache-bitmap.jd | 88 usage and come up with a suitable solution. A cache that is too small causes additional overhead wi…
|
/frameworks/rs/scriptc/ |
D | rs_graphics.rsh | 309 * is ignored. This function has considerable overhead and should not be used
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | provider-element.jd | 226 that wants to interact with it, thus avoiding the overhead of interprocess
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | managing.jd | 266 // unnecessary system overhead. You do this in onPause().
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 141 … early can prevent it from being reused, which then requires additional overhead for establishing …
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | creating-sync-adapter.jd | 642 which reduces overhead.
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-memory.jd | 275 not include Dalvik overhead such as the just-in-time compilation (JIT) and garbage collection (GC)
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 663 hold on to your {@link android.media.MediaPlayer} to avoid the overhead of creating and preparing it
|
/frameworks/base/docs/html/tools/support-library/ |
D | index.jd | 185 more processing overhead compared to the platform's
|
/frameworks/base/docs/html/about/versions/ |
D | kitkat.jd | 156 trends and issues, and it reveals additional memory overhead that hasn't
|