Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java454 final int overhead = 64; in testSizeLimits() local
460 addRandomEntry(dropbox, "DropBoxTest0", blockSize - overhead); in testSizeLimits()
461 addRandomEntry(dropbox, "DropBoxTest0", blockSize - overhead); in testSizeLimits()
463 addRandomEntry(dropbox, "DropBoxTest1", blockSize - overhead); in testSizeLimits()
464 addRandomEntry(dropbox, "DropBoxTest1", blockSize - overhead); in testSizeLimits()
465 addRandomEntry(dropbox, "DropBoxTest1", blockSize * 2 - overhead); in testSizeLimits()
466 addRandomEntry(dropbox, "DropBoxTest1", blockSize - overhead); in testSizeLimits()
467 addRandomEntry(dropbox, "DropBoxTest1", blockSize * 20 - overhead); in testSizeLimits()
469 addRandomEntry(dropbox, "DropBoxTest2", blockSize * 4 - overhead); in testSizeLimits()
470 addRandomEntry(dropbox, "DropBoxTest2", blockSize - overhead); in testSizeLimits()
[all …]
/frameworks/base/core/sysprop/
DViewProperties.sysprop19 # have noticeable overhead. These devices don't benefit from
/frameworks/native/opengl/specs/
DEGL_ANDROID_front_buffer_auto_refresh.txt40 removes the overhead of having to notify the compositor that the window
/frameworks/base/tools/orientationplot/
DREADME.txt86 overhead. People reading on tablets in bed often have their head turned
89 overhead.
/frameworks/base/ravenwood/
DREADME.md9 Executing tests on a typical Android device has substantial overhead, such as flashing the build, w…
/frameworks/compile/libbcc/
DREADME.rst71 AOT also masks the launching time overhead of on-device linking
/frameworks/av/media/libstagefright/rtsp/
DARTPConnection.cpp1162 uint32_t overhead = MxTBR & 0x01FF; in parseTSFB() local
1183 ALOGI("overhead : %d", overhead); in parseTSFB()
/frameworks/native/libs/binder/
DAndroid.bp826 // are moved out of libbinder in order to avoid the overhead of their vtables.
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSync.md144 on not sync transactions (as this would incur an unacceptable performance overhead).
/frameworks/rs/script_api/
Drs_graphics.spec567 is ignored. This function has considerable overhead and should not be used
/frameworks/rs/script_api/include/
Drs_graphics.rsh868 * is ignored. This function has considerable overhead and should not be used
/frameworks/proto_logging/stats/
Datoms.proto20628 // Time taken to execute from runtime, including runtime/ipc overhead
20635 // Time taken to execute in the driver, excluding runtime/ipc overhead
20642 // Time taken to execute on the hardware, excluding driver overhead