Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 25 of 106) sorted by relevance

12345

/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/
DAdServicesErrorLogUtilWithExceptionVerifier.java123 ExpectErrorLogUtilWithExceptionCalls multiple = in getAnnotations() local
125 if (multiple != null) { in getAnnotations()
126 return Arrays.stream(multiple.value()).collect(Collectors.toList()); in getAnnotations()
DAdServicesErrorLogUtilVerifier.java121 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/
DREADME.txt2 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/
DLauncherRestoreEventLoggerImplTest.kt57 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/
Daudio_set_configurations.fbs25 /// 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/
DBatteryTestUtils.java117 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/
DAndroid.bp79 // 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/
DInputConfig.proto94 // 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/
Dzero_length_packet.md152 ### 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/
DTypeUtils.cpp275 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/
DREADME.md8 - A testgroup is a collection of multiple testmodules.
27 A testgroup is a collection of multiple testmodules.
/packages/modules/AdServices/shared/
DREADME.md1 Contains artifacts that are shared between multiple AdServices-related projects
/packages/modules/Nfc/NfcNci/flags/
Dmultiple_services_flags.aconfig7 description: "Allow HostEmulationManager to bind to multiple non-payment services at a time"
/packages/apps/Car/Launcher/docklib-util/
DREADME8 This library can be used by multiple packages in the system.
/packages/apps/Settings/aconfig/
Dsettings_wifi_flag_declarations.aconfig4 # NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
Dsettings_development_flag_declarations.aconfig4 # NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
Dsettings_accessibility_flag_declarations_legacy.aconfig7 # NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
/packages/modules/IntentResolver/aconfig/
DREADME.md20 * Use with Dagger to inject across multiple components for integration tests
/packages/modules/adb/docs/user/
Dadb.1.md28 &nbsp;&nbsp;&nbsp;&nbsp;Use USB device (error if multiple devices connected).
31 &nbsp;&nbsp;&nbsp;&nbsp;Use TCP/IP device (error if multiple TCP/IP devices available).
205 install-multiple [**-lrtsdpg**] [**--instant**] **PACKAGE**...
206 &nbsp;&nbsp;&nbsp;&nbsp;Push multiple APKs to the device for a single package and install them
221 &nbsp;&nbsp;&nbsp;&nbsp;Partial application install (install-multiple only).
/packages/modules/Bluetooth/flags/
Dleaudio.aconfig32 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/
Dblefilter.proto32 // It is possible for the nanoapp to return multiple ids when an event matches
33 // multiple Filters.
/packages/modules/NeuralNetworks/tools/api/
DTypes.t290 // 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/
DBackCompatNewFileDetector.md2 … 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/
Dreadme.md29 To rotate the controller multiple times (100 ms ago and 50 ms ago), run:
/packages/modules/Virtualization/docs/
Ddevice_assignment.md81 the same IOMMU-SID pair among multiple devices isn't supported for now.
245 multiple times for specifying multiple devices.

12345