/frameworks/base/tools/hoststubgen/hoststubgen/ |
D | Android.bp | 10 // Visibility only for ravenwood prototype uses. 12 name: "ravenwood-internal-only-visibility-genrule", 20 // Visibility only for ravenwood prototype uses. 22 name: "ravenwood-internal-only-visibility-java", 30 // Visibility only for ravenwood prototype uses. 32 name: "ravenwood-internal-only-visibility-filegroup", 41 // This is only for the prototype. The productionized version is "ravenwood-annotations". 44 defaults: ["ravenwood-internal-only-visibility-java"], 57 defaults: ["ravenwood-internal-only-visibility-java"], 72 defaults: ["ravenwood-internal-only-visibility-java"], [all …]
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/internal/ |
D | LifecycleOperationStorageTest.java | 77 assertThat(tokens).isEqualTo(only(TOKEN_1)); in testRegisterOperation_singleOperation() 92 assertThat(statePendingTokens).isEqualTo(only(TOKEN_1)); in testRegisterOperation_multipleOperations() 93 assertThat(stateAcknowledgedTokens).isEqualTo(only(TOKEN_2)); in testRegisterOperation_multipleOperations() 104 assertThat(tokens).isEqualTo(only(TOKEN_1)); in testRegisterOperationForPackages_singlePackage() 119 assertThat(tokensFoo).isEqualTo(only(TOKEN_1)); in testRegisterOperationForPackages_multiplePackage() 121 assertThat(tokensBaz).isEqualTo(only(TOKEN_2)); in testRegisterOperationForPackages_multiplePackage() 132 assertThat(typeWaitTokens).isEqualTo(only(TOKEN_2)); in testRemoveOperation() 133 assertThat(statePendingTokens).isEqualTo(only(TOKEN_2)); in testRemoveOperation() 159 assertThat(tokensFoo).isEqualTo(only(TOKEN_1)); in testRemoveOperation_removesPackageMappings() 160 assertThat(tokensBar).isEqualTo(only(TOKEN_1)); in testRemoveOperation_removesPackageMappings() [all …]
|
/frameworks/native/cmds/servicemanager/ |
D | servicemanager.rc | 8 onrestart restart --only-if-running apexd 11 onrestart class_restart --only-enabled main 12 onrestart class_restart --only-enabled hal 13 onrestart class_restart --only-enabled early_hal
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/system/ |
D | UncaughtExceptionPreHandlerTest.kt | 13 import org.mockito.Mockito.only 38 verify(mockHandler, only()).uncaughtException(any(), any()) in registerHandler_registersOnceOnly() 53 verify(mockHandler, only()).uncaughtException(any(), any()) in registerHandler_preservesOriginalHandler() 63 verify(mockHandler2, only()).uncaughtException(any(), any()) in registerHandler_toleratesHandlersThatThrow() 64 verify(mockHandler, only()).uncaughtException(any(), any()) in registerHandler_toleratesHandlersThatThrow()
|
/frameworks/compile/slang/tests/F_reflection3264_struct_mismatch/ |
D | stderr.txt.expect | 7 reflection3264_struct_mismatch.rscript:6:8: error: structure 'q' is exported only for 64-bit targets 8 reflection3264_struct_mismatch.rscript:8:8: error: structure 'b' is exported only for 64-bit targets 9 reflection3264_struct_mismatch.rscript:4:8: error: structure 't' is exported only for 64-bit targets 14 error: in file 'reflection3264_struct_mismatch.rscript' structure 'f' is exported only for 32-bit t… 15 error: in file 'reflection3264_struct_mismatch.rscript' structure 'j' is exported only for 32-bit t… 16 error: in file 'reflection3264_struct_mismatch.rscript' structure 'o' is exported only for 32-bit t…
|
/frameworks/native/libs/binder/ndk/ |
D | stability.cpp | 27 #error libbinder_ndk should only be built in a system context 31 #error libbinder_ndk should only be built in a system context 35 #error libbinder_ndk should only be built in a system context
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_extra64/ |
D | stderr.txt.expect | 1 reflection3264_foreach_mismatch_extra64.rscript:10:6: error: foreach kernel 'cc' is only present fo… 2 reflection3264_foreach_mismatch_extra64.rscript:12:16: error: foreach kernel 'dd' is only present f…
|
/frameworks/compile/slang/tests/F_reflection3264_reduce_extra64/ |
D | stderr.txt.expect | 1 reflection3264_reduce_extra64.rscript:10:12: error: reduction kernel 'cc' is only present for 64-bi… 2 reflection3264_reduce_extra64.rscript:11:12: error: reduction kernel 'dd' is only present for 64-bi…
|
/frameworks/compile/slang/tests/F_reflection3264_invokable_extra64/ |
D | stderr.txt.expect | 1 reflection3264_invokable_extra64.rscript:12:6: error: invokable function 'd' is only present for 64… 2 reflection3264_invokable_extra64.rscript:14:6: error: invokable function 'e' is only present for 64…
|
/frameworks/compile/slang/tests/F_reflection3264_reduce_extra32/ |
D | stderr.txt.expect | 1 error: in file 'reflection3264_reduce_extra32.rscript' reduction kernel 'cc' is only present for 32… 2 error: in file 'reflection3264_reduce_extra32.rscript' reduction kernel 'dd' is only present for 32…
|
/frameworks/compile/slang/tests/F_reflection3264_foreach_mismatch_extra32/ |
D | stderr.txt.expect | 1 error: in file 'reflection3264_foreach_mismatch_extra32.rscript' foreach kernel 'cc' is only presen… 2 error: in file 'reflection3264_foreach_mismatch_extra32.rscript' foreach kernel 'dd' is only presen…
|
/frameworks/compile/slang/tests/F_reflection3264_invokable_extra32/ |
D | stderr.txt.expect | 1 error: in file 'reflection3264_invokable_extra32.rscript' invokable function 'd' is only present fo… 2 error: in file 'reflection3264_invokable_extra32.rscript' invokable function 'e' is only present fo…
|
/frameworks/compile/slang/tests/F_reflection3264_variable_extra64/ |
D | stderr.txt.expect | 2 reflection3264_variable_extra64.rscript:12:6: error: global variable 'd' is only present for 64-bit… 3 reflection3264_variable_extra64.rscript:14:7: error: global variable 'e' is only present for 64-bit…
|
/frameworks/base/ |
D | Ravenwood.bp | 20 installable: false, // host only jar. 72 defaults: ["ravenwood-internal-only-visibility-genrule"], 85 defaults: ["ravenwood-internal-only-visibility-genrule"], 97 defaults: ["ravenwood-internal-only-visibility-genrule"], 109 defaults: ["ravenwood-internal-only-visibility-genrule"], 121 installable: false, // host only jar. 169 defaults: ["ravenwood-internal-only-visibility-genrule"], 182 defaults: ["ravenwood-internal-only-visibility-genrule"], 194 defaults: ["ravenwood-internal-only-visibility-genrule"], 206 defaults: ["ravenwood-internal-only-visibility-genrule"],
|
/frameworks/compile/slang/tests/F_reflection3264_variable_extra32/ |
D | stderr.txt.expect | 2 error: in file 'reflection3264_variable_extra32.rscript' global variable 'd' is only present for 32… 3 error: in file 'reflection3264_variable_extra32.rscript' global variable 'e' is only present for 32…
|
/frameworks/base/tools/aapt2/java/ |
D | ManifestClassGenerator_test.cpp | 87 <!-- This is a private permission for system only! 91 <!-- @TestApi This is a test only permission. --> 138 <!-- This is a private permission for system only! 142 <!-- @TestApi This is a test only permission. -->
|
/frameworks/av/apex/ |
D | mediatranscoding.32rc | 5 # to API29, but we only want it started on API31+ devices. So we declare it as 12 # Restrict to little cores only with system-background cpuset.
|
D | mediatranscoding.rc | 6 # to API29, but we only want it started on API31+ devices. So we declare it as 13 # Restrict to little cores only with system-background cpuset.
|
/frameworks/av/media/janitors/ |
D | media_solutions_OWNERS | 4 # MediaRouter and native mirroring only: 10 # MediaMuxer, MediaRecorder, and seamless transcoding only:
|
/frameworks/base/wifi/java/ |
D | Android.bp | 16 // updatable), and are generally only called by the Wifi module. 18 // necessary since we only want the `path` property to only refer to these files
|
/frameworks/base/tools/validatekeymaps/ |
D | Android.bp | 41 // libbinder is only available for linux 47 // This tool is prebuilt if we're doing an app-only build.
|
/frameworks/av/media/module/extractors/fuzzers/ |
D | README.md | 30 implements only the `createExtractor` to create the MP4 extractor class. 65 implements only the `createExtractor` to create the WAV extractor class. 94 implements only the `createExtractor` to create the AMR extractor class. 128 implements only the `createExtractor` to create the MKV extractor class. 162 implements only the `createExtractor` to create the OGG extractor object. 196 implement only the `createExtractor` to create the MPEG2-PS or MPEG2-TS extractor 237 implements only the `createExtractor` to create the MP3 extractor class. 266 implements only the `createExtractor` to create the AAC extractor class. 295 implements only the `createExtractor` to create the FLAC extractor object. 329 implements only the `createExtractor` to create the MIDI extractor class.
|
/frameworks/base/core/proto/android/os/ |
D | message.proto | 33 … // Lower-cost alternative to using setData() if the app only needs to store a few integer values. 35 … // Lower-cost alternative to using setData() if the app only needs to store a few integer values. 39 // only be populated if it contains a Parcelable of a framework class (not one
|
/frameworks/base/core/java/android/os/vibrator/ |
D | flags.aconfig | 15 # Make read only. This is because the flag is used only once, and this could happen before
|
/frameworks/base/tools/obbtool/ |
D | Android.bp | 34 // This tool is prebuilt if we're doing an app-only build. 54 // This tool is prebuilt if we're doing an app-only build.
|