/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/ |
D | AdServicesErrorLogUtilWithExceptionVerifier.java | 123 ExpectErrorLogUtilWithExceptionCalls multiple = in getAnnotations() local 125 if (multiple != null) { in getAnnotations() 126 return Arrays.stream(multiple.value()).collect(Collectors.toList()); in getAnnotations()
|
D | AdServicesErrorLogUtilVerifier.java | 121 ExpectErrorLogUtilCalls multiple = description.getAnnotation(ExpectErrorLogUtilCalls.class); in getAnnotations() local 122 if (multiple != null) { in getAnnotations() 123 return Arrays.stream(multiple.value()).collect(Collectors.toList()); in getAnnotations()
|
/packages/modules/Wifi/framework/tests/assets/pps/ |
D | README.txt | 2 PerProviderSubscription_DuplicateHomeSP.xml - containing multiple HomeSP node 3 PerProviderSubscription_DuplicateValue.xml - FriendlyName node contains multiple Value
|
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/ |
D | LauncherRestoreEventLoggerImplTest.kt | 57 fun `logLauncherItemsRestoreFailed logs multiple items as failing restore`() { in logLauncherItemsRestoreFailed logs multiple items as failing restore() 76 fun `logLauncherItemsRestored logs multiple items as restored`() { in logLauncherItemsRestored logs multiple items as restored() 122 fun `logFavoritesItemsRestoreFailed logs multiple Favorites Items as failing restore`() { in logFavoritesItemsRestoreFailed logs multiple Favorites Items as failing restore()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | audio_set_configurations.fbs | 25 /// Note: Holds either a single value (when `value_width == 0`) or multiple 75 /// Each set configration can contain multiple logical subconfigurations, which 77 /// one can define multiple output stream configurations with different
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/ |
D | BatteryTestUtils.java | 117 boolean multiple, in insertDataToBatteryStateTable() argument 155 if (multiple) { in insertDataToBatteryStateTable() 171 Context context, long userId, long timestamp, String packageName, boolean multiple) { in insertDataToAppUsageEventTable() argument 182 if (multiple) { in insertDataToAppUsageEventTable()
|
/packages/modules/GeoTZ/data_pipeline/ |
D | Android.bp | 79 // IDs, combining multiple input files into output files where necessary. 106 // Merges multiple, single time zone TzS2Ranges proto files into one, multiple time zone TzS2Ranges 116 // Converts the one, multiple time zone TzS2Ranges proto file to the file format required by the
|
/packages/services/Car/cpp/computepipe/proto/ |
D | InputConfig.proto | 94 // A graph could require streams from multiple cameras simultaneously, so each possible input 95 // config could specify multiple camera configs.
|
/packages/modules/adb/docs/dev/ |
D | zero_length_packet.md | 152 ### Using a multiple of `wMaxPacketSize` 155 a size which is a multiple of the `wMaxPacketSize`. This way a `Transfer` always ends properly. 180 This condition is entered when the size of a IRP to send is a multiple of `wMaxPacketSize` 208 The drawback of this technique is that it can consume a lot of RAM because multiple 219 `Transfer` size. To prevent overflows, the size is picked to be a multiple of the `wMaxPacketSize` … 228 When the apacket payload size is a multiple 254 A payload of a size that's a multiple of `wMaxPacketSize` but of size less than kUsbReadSize (16384…
|
/packages/modules/NeuralNetworks/common/types/src/ |
D | TypeUtils.cpp | 275 size_t roundUp(size_t size, size_t multiple) { in roundUp() argument 276 CHECK(multiple != 0); in roundUp() 277 CHECK((multiple & (multiple - 1)) == 0) << multiple << " is not a power of two"; in roundUp() 278 return (size + (multiple - 1)) & ~(multiple - 1); in roundUp()
|
/packages/modules/ImsMedia/tests/ |
D | README.md | 8 - A testgroup is a collection of multiple testmodules. 27 A testgroup is a collection of multiple testmodules.
|
/packages/modules/AdServices/shared/ |
D | README.md | 1 Contains artifacts that are shared between multiple AdServices-related projects
|
/packages/modules/Nfc/NfcNci/flags/ |
D | multiple_services_flags.aconfig | 7 description: "Allow HostEmulationManager to bind to multiple non-payment services at a time"
|
/packages/apps/Car/Launcher/docklib-util/ |
D | README | 8 This library can be used by multiple packages in the system.
|
/packages/apps/Settings/aconfig/ |
D | settings_wifi_flag_declarations.aconfig | 4 # NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
|
D | settings_development_flag_declarations.aconfig | 4 # NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
|
D | settings_accessibility_flag_declarations_legacy.aconfig | 7 # NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
|
/packages/modules/IntentResolver/aconfig/ |
D | README.md | 20 * Use with Dagger to inject across multiple components for integration tests
|
/packages/modules/adb/docs/user/ |
D | adb.1.md | 28 Use USB device (error if multiple devices connected). 31 Use TCP/IP device (error if multiple TCP/IP devices available). 205 install-multiple [**-lrtsdpg**] [**--instant**] **PACKAGE**... 206 Push multiple APKs to the device for a single package and install them 221 Partial application install (install-multiple only).
|
/packages/modules/Bluetooth/flags/ |
D | leaudio.aconfig | 32 description: "Support multiple audio outputs for volume offset" 84 description: "Use GATT read multiple variable length characteristic values"
|
/packages/modules/Connectivity/nearby/service/proto/src/presence/ |
D | blefilter.proto | 32 // It is possible for the nanoapp to return multiple ids when an event matches 33 // multiple Filters.
|
/packages/modules/NeuralNetworks/tools/api/ |
D | Types.t | 290 // For pointer buffers, the alignment is satisfied if the address of the pointer is a multiple 292 // sub-region specified by DataLocation is a multiple of the "alignment" value. 297 // by the number of elements) rounding up to a multiple of the "padding" value. In DataLocation,
|
/packages/modules/AdServices/adservices/linter/documentation/ |
D | BackCompatNewFileDetector.md | 2 … ExtServices APK. During normal functioning of AdServices, it generates multiple data files (e.g.,… 6 …nerated during normal operation before the OTA. It therefore results in multiple orphaned files wi…
|
/packages/apps/Car/RotaryController/ |
D | readme.md | 29 To rotate the controller multiple times (100 ms ago and 50 ms ago), run:
|
/packages/modules/Virtualization/docs/ |
D | device_assignment.md | 81 the same IOMMU-SID pair among multiple devices isn't supported for now. 245 multiple times for specifying multiple devices.
|