/packages/modules/GeoTZ/data_pipeline/ |
D | Android.bp | 67 // 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/ |
D | pvm_exec.rs | 98 .multiple(true) in parse_args() 103 .multiple(true) in parse_args() 110 .multiple(true)) in parse_args()
|
D | compsvc_worker.rs | 151 .multiple(true) in parse_args() 156 .multiple(true) in parse_args() 164 .multiple(true)) in parse_args()
|
/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/modules/NeuralNetworks/common/ |
D | TypeUtils.cpp | 215 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/ |
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/NeuralNetworks/tools/api/ |
D | Types.t | 243 // 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/ |
D | main.rs | 283 .multiple(true) in parse_args() 287 .multiple(true) in parse_args()
|
/packages/apps/Settings/tests/robotests/ |
D | README.md | 24 multiple file names, all of them will be executed.
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppManager.java | 414 InsertShareInfoThread(BluetoothDevice device, boolean multiple, String typeOfSingleFile, in InsertShareInfoThread() argument 419 this.mIsMultiple = multiple; in InsertShareInfoThread()
|
/packages/apps/Car/tests/RotaryIME/ |
D | readme.md | 4 easy to understand the code. It doesn't support multiple locales / layouts. It doesn't support
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationBackend.java | 146 boolean multiple = false; in getDeviceList() 157 if (multiple) { in getDeviceList() 160 multiple = true; in getDeviceList()
|
/packages/apps/Car/RotaryController/ |
D | readme.md | 29 To rotate the controller multiple times (100 ms ago and 50 ms ago), run:
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | Reshape.cpp | 557 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/ |
D | Android.bp | 11 // Please consider splitting the single license below into multiple licenses,
|
/packages/apps/SecureElement/ |
D | Android.bp | 11 // Please consider splitting the single license below into multiple licenses,
|
/packages/modules/GeoTZ/ |
D | Android.bp | 26 // Please consider splitting the single license below into multiple licenses,
|
/packages/apps/Test/connectivity/ |
D | Android.bp | 26 // Please consider splitting the single license below into multiple licenses,
|
/packages/modules/Wifi/service/tests/wifitests/ |
D | README.md | 26 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/ |
D | pointer.md | 218 …multiple times, it should be construct once, and then apply it to different DOMs or in different t…
|
/packages/modules/NeuralNetworks/ |
D | README.txt | 31 ./common: Contains files that can be useful for multiple components,
|
D | Android.bp | 27 // Please consider splitting the single license below into multiple licenses,
|
/packages/modules/NetworkStack/common/moduleutils/ |
D | Android.bp | 17 // Shared utility sources to be used by multiple network modules
|
/packages/modules/NeuralNetworks/tools/test_generator/ |
D | README.md | 46 - 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/ |
D | Android.bp | 13 // Please consider splitting the single license below into multiple licenses,
|