/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/ |
D | RenderVoteTest.kt | 51 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()
|
D | PhysicalVoteTest.kt | 50 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()
|
D | SizeVoteTest.kt | 90 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/ |
D | MediaMetricsService.cpp | 432 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/ |
D | proguard.flags | 1 # R8's full mode is a bit more aggressive in stripping annotations, but the 4 # For more details, see:
|
/frameworks/compile/mclinker/lib/Support/ |
D | LEB128.cpp | 69 bool more = true; in encode() local 77 more = false; in encode() 83 } while (more); in encode()
|
/frameworks/av/media/module/esds/ |
D | ESDS.cpp | 82 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/ |
D | stderr.txt.expect | 11 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/ |
D | README | 23 For more information about ExtendedMockito see documentation of 26 See ../coretests/README for more information on FrameworksCoreTests.
|
/frameworks/base/packages/SystemUI/docs/ |
D | executors.md | 24 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/ |
D | OWNERS | 1 # TODO: add more owners
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | EventLogTags.logtags | 7 # 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/ |
D | EventLogTags.logtags | 7 # 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/ |
D | EventLogTags.logtags | 7 # 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/ |
D | stderr.txt.expect | 1 …8' for compute kernel bad(). Kernels targeting SDK levels 23+ may not use more than 8 input parame…
|
/frameworks/opt/vcard/ |
D | OWNERS | 1 # Default code reviewers picked from top 3 or more developers.
|
/frameworks/base/core/java/android/view/animation/ |
D | AnimationSet.java | 394 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/ |
D | LLVMBuild.txt | 12 ; For more information on the LLVMBuild system, please see:
|
/frameworks/av/media/libaaudio/src/flowgraph/resampler/ |
D | README.md | 6 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/ |
D | LLVMBuild.txt | 12 ; For more information on the LLVMBuild system, please see:
|
/frameworks/layoutlib/ |
D | README | 7 For more details on layoutlib building process see create/README.txt
|
/frameworks/av/services/mediacodec/seccomp_policy/ |
D | mediaswcodec-arm64.policy | 37 # for more details. 88 # should make this more general (e.g. a central file that can be @included in
|
/frameworks/base/services/ |
D | proguard_permission.flags | 2 # Note that while more aggressive services shrinking is enabled by default (see proguard.flags), for
|
/frameworks/native/libs/bufferstreams/ |
D | README.md | 6 For more information on reactive streams, please see <https://www.reactive-streams.org/>
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/ |
D | README.md | 3 The following docs present more detail about the implementation of the WMShell library (in no
|