/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | TestArgs.java | 23 long maxTime; field in TestArgs 33 maxTime = source.readLong(); in TestArgs() 47 dest.writeLong(maxTime); in writeToParcel()
|
D | FrameworkPerfActivity.java | 260 args.maxTime = mMaxRunTime; in dispatchCurOp()
|
D | TestService.java | 296 mMaxRunTime = args.maxTime; in run()
|
/frameworks/base/core/tests/coretests/src/android/database/ |
D | DatabaseLockTest.java | 125 long maxTime = 0; in testLockLatency() local 131 if (maxTime < elapsedTime) { in testLockLatency() 132 maxTime = elapsedTime; in testLockLatency() 144 Log.i("DatabaseLockLatency", "MaxTime: " + maxTime); in testLockLatency()
|
/frameworks/ml/nn/common/operations/ |
D | LSTM.cpp | 432 const uint32_t maxTime = in LSTMEvalFloat32() local 452 transposedInput.resize(maxTime * batchInputSize); in LSTMEvalFloat32() 455 transposedAuxInput.resize(maxTime * batchInputSize); in LSTMEvalFloat32() 460 transposedOutput.resize(maxTime * batchOutputSize); in LSTMEvalFloat32() 474 inputData + (forwardSequence ? 0 : batchInputSize * (maxTime - 1)); in LSTMEvalFloat32() 476 hasAuxInput ? (auxInputData + (forwardSequence ? 0 : batchInputSize * (maxTime - 1))) in LSTMEvalFloat32() 479 outputData + (forwardSequence ? 0 : batchOutputSize * (maxTime - 1)); in LSTMEvalFloat32() 483 for (int t = 0; t < maxTime; ++t) { in LSTMEvalFloat32() 552 const uint32_t maxTime = in LSTMEvalFloat16() local 565 std::vector<float> input_float32(maxTime * batchInputSize); in LSTMEvalFloat16() [all …]
|
D | UnidirectionalSequenceRNN.cpp | 97 const uint32_t maxTime = getSizeOfDimension(inputShape, 0); in executeTyped() local 108 for (int i = 0; i < maxTime; ++i) { in executeTyped() 164 const uint32_t maxTime = in prepare() local 184 output.dimensions[0] = timeMajor ? maxTime : batchSize; in prepare() 185 output.dimensions[1] = timeMajor ? batchSize : maxTime; in prepare()
|
D | BidirectionalSequenceRNN.cpp | 219 const uint32_t maxTime = getSizeOfDimension(inputShape, 0); in executeTyped() local 258 for (int i = 0; i < maxTime; ++i) { in executeTyped() 277 for (int i = maxTime - 1; i >= 0; --i) { in executeTyped() 388 const uint32_t maxTime = in prepare() local 441 fwOutput.dimensions[0] = timeMajor ? maxTime : batchSize; in prepare() 442 fwOutput.dimensions[1] = timeMajor ? batchSize : maxTime; in prepare() 448 bwOutput.dimensions[0] = timeMajor ? maxTime : batchSize; in prepare() 449 bwOutput.dimensions[1] = timeMajor ? batchSize : maxTime; in prepare()
|
D | UnidirectionalSequenceLSTM.cpp | 201 const uint32_t maxTime = getSizeOfDimension(inputShape, isTimeMajor(context) ? 0 : 1); in prepare() local
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 3927 const uint32_t maxTime = 3; in bidirectionlSequenceRNNTest() local 3931 uint32_t inputDims[3] = {maxTime, batchSize, inputSize}; in bidirectionlSequenceRNNTest() 4003 const uint32_t maxTime = 3; in unidirectionlSequenceRNNTest() local 4007 uint32_t inputDims[3] = {maxTime, batchSize, inputSize}; in unidirectionlSequenceRNNTest() 4067 const uint32_t maxTime = 2; in unidirectionalSequenceLSTMTest() local 4073 uint32_t inputDims[3] = {maxTime, batchSize, inputSize}; in unidirectionalSequenceLSTMTest() 4082 uint32_t outputDims[3] = {maxTime, batchSize, outputSize}; in unidirectionalSequenceLSTMTest()
|
/frameworks/ml/nn/common/ |
D | Utils.cpp | 102 const auto maxTime = Deadline::max(); in makeDeadline() local 107 std::chrono::duration_cast<std::chrono::nanoseconds>(maxTime - currentTime).count(); in makeDeadline() 109 return maxTime; in makeDeadline() 119 const auto maxTime = in getMaxNanosecondsSinceEpoch() local 121 return maxTime.time_since_epoch().count(); in getMaxNanosecondsSinceEpoch()
|
/frameworks/base/services/core/java/com/android/server/ |
D | StorageManagerService.java | 1650 long maxTime = 0; in getLastAccessTime() local 1654 maxTime = Math.max(maxTime, op.getLastAccessTime( in getLastAccessTime() 1658 return maxTime; in getLastAccessTime()
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 3493 * it is set to true, then the input has a shape [maxTime, batchSize, 3494 * inputSize], otherwise the input has a shape [batchSize, maxTime, 3517 * it is set to true, then the input has a shape [maxTime, batchSize, 3518 * auxInputSize], otherwise the input has a shape [batchSize, maxTime, 3550 * two dimensions are [maxTime, batchSize], otherwise they are set to 3551 * [batchSize, maxTime]. If mergeOutputs is set to true, then the third 3558 * [maxTime, batchSize, bwNumUnits], otherwise the shape is set to 3559 * [batchSize, maxTime, bwNumUnits].
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 3876 final long maxTime = now - in serviceTimeout() local 3882 if (sr.executingStart < maxTime) { in serviceTimeout()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 3793 Landroid/app/AppOpsManager;->maxTime([JII)J
|