Home
last modified time | relevance | path

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

123

/packages/modules/GeoTZ/data_pipeline/
DAndroid.bp67 // IDs, combining multiple input files into output files where necessary.
94 // Merges multiple, single time zone TzS2Ranges proto files into one, multiple time zone TzS2Ranges
104 // Converts the one, multiple time zone TzS2Ranges proto file to the file format required by the
/packages/modules/Virtualization/compos/src/
Dpvm_exec.rs98 .multiple(true) in parse_args()
103 .multiple(true) in parse_args()
110 .multiple(true)) in parse_args()
Dcompsvc_worker.rs151 .multiple(true) in parse_args()
156 .multiple(true) in parse_args()
164 .multiple(true)) in parse_args()
/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/modules/NeuralNetworks/common/
DTypeUtils.cpp215 size_t roundUp(size_t size, size_t multiple) { in roundUp() argument
216 CHECK(multiple != 0); in roundUp()
217 CHECK((multiple & (multiple - 1)) == 0) << multiple << " is not a power of two"; in roundUp()
218 return (size + (multiple - 1)) & ~(multiple - 1); in roundUp()
/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/NeuralNetworks/tools/api/
DTypes.t243 // For pointer buffers, the alignment is satisfied if the address of the pointer is a multiple
245 // sub-region specified by DataLocation is a multiple of the "alignment" value.
250 // by the number of elements) rounding up to a multiple of the "padding" value. In DataLocation,
/packages/modules/Virtualization/authfs/fd_server/src/
Dmain.rs283 .multiple(true) in parse_args()
287 .multiple(true) in parse_args()
/packages/apps/Settings/tests/robotests/
DREADME.md24 multiple file names, all of them will be executed.
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppManager.java414 InsertShareInfoThread(BluetoothDevice device, boolean multiple, String typeOfSingleFile, in InsertShareInfoThread() argument
419 this.mIsMultiple = multiple; in InsertShareInfoThread()
/packages/apps/Car/tests/RotaryIME/
Dreadme.md4 easy to understand the code. It doesn't support multiple locales / layouts. It doesn't support
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java146 boolean multiple = false; in getDeviceList()
157 if (multiple) { in getDeviceList()
160 multiple = true; in getDeviceList()
/packages/apps/Car/RotaryController/
Dreadme.md29 To rotate the controller multiple times (100 ms ago and 50 ms ago), run:
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DReshape.cpp557 int32_t multiple = getUniform<int32_t>(1, 5); in tileConstructor() local
558 op->inputs[1]->value<int32_t>(i) = multiple; in tileConstructor()
559 op->outputs[0]->dimensions[i] = op->inputs[0]->dimensions[i] * multiple; in tileConstructor()
/packages/apps/Contacts/
DAndroid.bp11 // Please consider splitting the single license below into multiple licenses,
/packages/apps/SecureElement/
DAndroid.bp11 // Please consider splitting the single license below into multiple licenses,
/packages/modules/GeoTZ/
DAndroid.bp26 // Please consider splitting the single license below into multiple licenses,
/packages/apps/Test/connectivity/
DAndroid.bp26 // Please consider splitting the single license below into multiple licenses,
/packages/modules/Wifi/service/tests/wifitests/
DREADME.md26 similar to runtests.sh. If you have multiple devices connected to your machine make sure to set the
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dpointer.md218multiple times, it should be construct once, and then apply it to different DOMs or in different t…
/packages/modules/NeuralNetworks/
DREADME.txt31 ./common: Contains files that can be useful for multiple components,
DAndroid.bp27 // Please consider splitting the single license below into multiple licenses,
/packages/modules/NetworkStack/common/moduleutils/
DAndroid.bp17 // Shared utility sources to be used by multiple network modules
/packages/modules/NeuralNetworks/tools/test_generator/
DREADME.md46 - Internal, for model with multiple operations
113 You can add variations to the example so that the test generator can automatically create multiple
203 Each example can have multiple groups of variations, and if so, will take the cartesian product of …
/packages/apps/Bluetooth/
DAndroid.bp13 // Please consider splitting the single license below into multiple licenses,

123