Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
DRenderVoteTest.kt51 fun `does not update minRenderFrameRate if summary has more`() { in does not update minRenderFrameRate if summary has more()
61 fun `updates maxRenderFrameRate if summary has more`() { in updates maxRenderFrameRate if summary has more()
91 fun `does not update minPhysicalRefreshRate if summary has more`() { in does not update minPhysicalRefreshRate if summary has more()
DPhysicalVoteTest.kt50 fun `does not update minPhysicalRefreshRate if summary has more`() { in does not update minPhysicalRefreshRate if summary has more()
60 fun `updates maxPhysicalRefreshRate if summary has more`() { in updates maxPhysicalRefreshRate if summary has more()
80 fun `updates maxRenderFrameRate if summary has more`() { in updates maxRenderFrameRate if summary has more()
DSizeVoteTest.kt90 fun `updates width if summary has more and display resolution voting enabled`() { in updates width if summary has more and display resolution voting enabled()
110 fun `updates height if summary has more and display resolution voting enabled`() { in updates height if summary has more and display resolution voting enabled()
141 fun `does not update minWidth if summary has more and display resolution voting enabled`() { in does not update minWidth if summary has more and display resolution voting enabled()
163 fun `does not update minHeight if summary has more and display resolution voting enabled`() { in does not update minHeight if summary has more and display resolution voting enabled()
/frameworks/av/services/mediametrics/
DMediaMetricsService.cpp432 bool more = false; in expirations() local
439 more = true; in expirations()
446 if (!more && mMaxRecordAgeNs > 0) { in expirations()
462 more = true; in expirations()
476 return more; in expirations()
481 bool more; in processExpirations() local
485 more = expirations(nullptr); in processExpirations()
486 } while (more); in processExpirations()
/frameworks/base/packages/SystemUI/plugin_core/
Dproguard.flags1 # R8's full mode is a bit more aggressive in stripping annotations, but the
4 # For more details, see:
/frameworks/compile/mclinker/lib/Support/
DLEB128.cpp69 bool more = true; in encode() local
77 more = false; in encode()
83 } while (more); in encode()
/frameworks/av/media/module/esds/
DESDS.cpp82 bool more; in skipDescriptorHeader() local
92 more = (x & 0x80) != 0; in skipDescriptorHeader()
94 while (more); in skipDescriptorHeader()
/frameworks/compile/slang/tests/F_reduce_general_parse/
Dstderr.txt.expect11 reduce_general_parse.rscript:17:63: error: more than one 'accumulator' for '#pragma rs reduce'
12 reduce_general_parse.rscript:18:63: error: more than one 'accumulator' for '#pragma rs reduce'
/frameworks/base/core/tests/mockingcoretests/
DREADME23 For more information about ExtendedMockito see documentation of
26 See ../coretests/README for more information on FrameworksCoreTests.
/frameworks/base/packages/SystemUI/docs/
Dexecutors.md24 Executors make testing easier and are generally more flexible than Handlers.
162 This could easily be replaced by equivalent, more direct Executor code:
233 there are no more "ready" runnables.
287 // Two more items run.
290 Here we have more fine-grained control:
300 executor.advanceClockToNext(); // One more thing ready to run.
303 executor.advanceClockToNext(); // One more thing ready to run.
336 Handlers or Loopers) you don't need it. Get rid of it. No more TestableLooper;
337 no more Looper at all, for that matter.
/frameworks/wilhelm/
DOWNERS1 # TODO: add more owners
/frameworks/native/services/inputflinger/dispatcher/
DEventLogTags.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
9 # impacts log readability, the latter makes regex searches more annoying).
/frameworks/av/media/utils/
DEventLogTags.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
9 # impacts log readability, the latter makes regex searches more annoying).
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
9 # impacts log readability, the latter makes regex searches more annoying).
/frameworks/compile/slang/tests/F_too_many_inputs/
Dstderr.txt.expect1 …8' for compute kernel bad(). Kernels targeting SDK levels 23+ may not use more than 8 input parame…
/frameworks/opt/vcard/
DOWNERS1 # Default code reviewers picked from top 3 or more developers.
/frameworks/base/core/java/android/view/animation/
DAnimationSet.java394 boolean more = false; in getTransformation()
404 more = a.getTransformation(currentTime, temp, getScaleFactor()) || more; in getTransformation()
421 return more; in getTransformation()
/frameworks/compile/libbcc/bcinfo/Wrap/
DLLVMBuild.txt12 ; For more information on the LLVMBuild system, please see:
/frameworks/av/media/libaaudio/src/flowgraph/resampler/
DREADME.md6 We found this had fewer artifacts than the more traditional Kaiser window.
35 Higher quality levels will sound better but consume more CPU because they have more taps in the fil…
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DLLVMBuild.txt12 ; For more information on the LLVMBuild system, please see:
/frameworks/layoutlib/
DREADME7 For more details on layoutlib building process see create/README.txt
/frameworks/av/services/mediacodec/seccomp_policy/
Dmediaswcodec-arm64.policy37 # for more details.
88 # should make this more general (e.g. a central file that can be @included in
/frameworks/base/services/
Dproguard_permission.flags2 # Note that while more aggressive services shrinking is enabled by default (see proguard.flags), for
/frameworks/native/libs/bufferstreams/
DREADME.md6 For more information on reactive streams, please see <https://www.reactive-streams.org/>
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
DREADME.md3 The following docs present more detail about the implementation of the WMShell library (in no

12345678910>>...15