/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/ |
D | buckets.txt | 1 LA <----- Prepare -----> <-------------------------- Compile --------------------------> <- I/O… 2 LR <-- Prepare --> <- Validate -><---------------- Compile ------------------------> …
|
/packages/modules/Bluetooth/system/rust/src/gatt/ |
D | callbacks.rs | 79 Prepare { enumerator 184 GattWriteRequestType::Prepare { .. } => { in write() 374 GattWriteRequestType::Prepare { offset: 1 }, in test_rejected_prepared_write()
|
D | ffi.rs | 224 GattWriteType::Request(GattWriteRequestType::Prepare { offset }) => offset, in on_server_write() 228 matches!(write_type, GattWriteType::Request(GattWriteRequestType::Prepare { .. })), in on_server_write()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/ |
D | SocketReaderNode.cpp | 44 bool SocketReaderNode::Prepare() in Prepare() function in SocketReaderNode 163 if (Prepare()) in UpdateConfig()
|
D | BaseNode.cpp | 109 bool BaseNode::Prepare() in Prepare() function in BaseNode
|
/packages/modules/NeuralNetworks/common/types/operations/include/ |
D | Multinomial.h | 37 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands,
|
D | SVDF.h | 43 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* stateShape,
|
D | LSHProjection.h | 42 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands,
|
D | RNN.h | 41 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands,
|
D | BidirectionalSequenceLSTM.h | 37 bool Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* fwOutputShape,
|
D | LSTM.h | 52 bool Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* scratchShape,
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/nodes/ |
D | SocketReaderNode.h | 30 virtual bool Prepare();
|
D | BaseNode.h | 120 virtual bool Prepare();
|
/packages/services/Car/tests/CarFrameworkPackageStubsTest/ |
D | README.md | 12 1. Prepare the device & environment for [Atest].
|
/packages/modules/Bluetooth/system/test/headless/ |
D | README.md | 20 Prepare: Ensure the system is queisced to prevent resource conflicts from the bluetooth process.
|
/packages/modules/Virtualization/docs/ |
D | custom_vm.md | 29 1. Prepare u-boot binary from `u-boot_crosvm_aarch64` in https://ci.android.com/builds/branches/aos… 31 2. Prepare Debian image from https://cloud.debian.org/images/cloud/ (We tested nocloud image) 61 ### Prepare a guest image
|
D | device_assignment.md | 25 ## Prepare VM DTBO 183 ## Prepare AVF assignable devices XML
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/ |
D | AudioStreamGraphRtpRx.cpp | 54 pNodeSocketReader->Prepare(); in create()
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Multinomial.cpp | 69 bool Multinomial::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare() function in android::nn::Multinomial
|
D | LSHProjection.cpp | 44 bool LSHProjection::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare() function in android::nn::LSHProjection
|
D | SVDF.cpp | 51 bool SVDF::Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* stateShape, in Prepare() function in android::nn::SVDF
|
D | RNN.cpp | 45 bool RNN::Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* hiddenStateShape, in Prepare() function in android::nn::RNN
|
/packages/apps/Car/DebuggingRestrictionController/server/ |
D | HOW_TO.md | 36 * Prepare the token signing key and certificate. The key MUST be a RSA key
|
/packages/modules/NeuralNetworks/common/ |
D | CpuExecutor.cpp | 976 if (!LSHProjection::Prepare(operation, operands, &outputShape) || in executeOperation() 1008 success = lstm.Prepare(operation, operands, &fwOutputShape, &bwOutputShape, in executeOperation() 1050 success = lstm_cell.Prepare(operation, operands, &scratchShape, &outputStateShape, in executeOperation() 1066 success = Multinomial::Prepare(operation, operands, &outputShape) && in executeOperation() 1081 success = RNN::Prepare(operation, operands, &hiddenStateShape, &outputShape) && in executeOperation() 1092 success = SVDF::Prepare(operation, operands, &stateShape, &outputShape) && in executeOperation()
|
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/ |
D | SocketNodeTest.cpp | 153 mReader->Prepare(); in SetUp()
|