Searched defs:inputLength (Results  1 – 10 of 10) sorted by relevance
| /frameworks/base/keystore/java/android/security/keystore2/ | 
| D | KeyStoreCryptoOperationStreamer.java | 37     byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException;  in update() 38     byte[] doFinal(byte[] input, int inputOffset, int inputLength, byte[] signature)  in doFinal()
  | 
| D | KeyStoreCryptoOperationChunkedStreamer.java | 123     public byte[] update(byte[] input, int inputOffset, int inputLength) throws KeyStoreException {  in update() 177     public byte[] doFinal(byte[] input, int inputOffset, int inputLength,  in doFinal()
  | 
| D | AndroidKeyStoreECDSASignatureSpi.java | 86             public byte[] update(byte[] input, int inputOffset, int inputLength)  in update() 96             public byte[] doFinal(byte[] input, int inputOffset, int inputLength, byte[] signature)  in doFinal()
  | 
| D | AndroidKeyStoreAuthenticatedAESCipherSpi.java | 380         public byte[] update(byte[] input, int inputOffset, int inputLength)  in update() 394         public byte[] doFinal(byte[] input, int inputOffset, int inputLength,  in doFinal()
  | 
| /frameworks/native/libs/input/tests/ | 
| D | TfLiteMotionPredictor_test.cpp | 133     const int inputLength = model->inputLength();  in TEST()  local
  | 
| /frameworks/native/libs/input/ | 
| D | TfLiteMotionPredictor.cpp | 171 TfLiteMotionPredictorBuffers::TfLiteMotionPredictorBuffers(size_t inputLength)  in TfLiteMotionPredictorBuffers() 383 size_t TfLiteMotionPredictorModel::inputLength() const {  in inputLength()  function in android::TfLiteMotionPredictorModel
  | 
| /frameworks/av/media/libmedia/ | 
| D | CharacterEncodingDetector.cpp | 200             int32_t inputLength = strlen(s);  in detectAndConvert()  local
  | 
| /frameworks/base/core/java/android/os/ | 
| D | LocaleList.java | 202         final int inputLength = (otherLocales == null) ? 0 : otherLocales.mList.length;  in LocaleList()  local
  | 
| /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ | 
| D | UT_reduce.java | 907         final int inputLength = 1 << 18;  in patternRedundantGet()  local
  | 
| /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ | 
| D | UT_reduce.java | 905         final int inputLength = 1 << 18;  in patternRedundantGet()  local
  |