Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java385 final int overhead = 64; in testSizeLimits() local
391 addRandomEntry(dropbox, "DropBoxTest0", blockSize - overhead); in testSizeLimits()
392 addRandomEntry(dropbox, "DropBoxTest0", blockSize - overhead); in testSizeLimits()
394 addRandomEntry(dropbox, "DropBoxTest1", blockSize - overhead); in testSizeLimits()
395 addRandomEntry(dropbox, "DropBoxTest1", blockSize - overhead); in testSizeLimits()
396 addRandomEntry(dropbox, "DropBoxTest1", blockSize * 2 - overhead); in testSizeLimits()
397 addRandomEntry(dropbox, "DropBoxTest1", blockSize - overhead); in testSizeLimits()
398 addRandomEntry(dropbox, "DropBoxTest1", blockSize * 20 - overhead); in testSizeLimits()
400 addRandomEntry(dropbox, "DropBoxTest2", blockSize * 4 - overhead); in testSizeLimits()
401 addRandomEntry(dropbox, "DropBoxTest2", blockSize - overhead); in testSizeLimits()
[all …]
/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/libs/hwui/
DAndroid.bp246 // Has moderate overhead
/frameworks/compile/libbcc/
DREADME.rst71 AOT also masks the launching time overhead of on-device linking
/frameworks/ml/nn/tools/systrace_parser/
Dcontract-between-code-and-parser.txt175 … (callback) overhead to IPC layer.
/frameworks/rs/script_api/
Drs_graphics.spec567 is ignored. This function has considerable overhead and should not be used
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t309 // Execution time in driver (including time on hardware). Excludes overhead
320 // overhead such as that of the runtime itself and the IPC needed for the runtime
380 * overhead between executions. See also {@link ANeuralNetworksMemoryDesc} and
553 * of a rapid sequence of executions. It will likely cause overhead if only used
/frameworks/rs/script_api/include/
Drs_graphics.rsh868 * is ignored. This function has considerable overhead and should not be used