Home
last modified time | relevance | path

Searched refs:algorithms (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/security/net/config/
DPinSet.java40 Set<String> algorithms = new ArraySet<String>(); in getPinAlgorithms() local
42 algorithms.add(pin.digestAlgorithm); in getPinAlgorithms()
44 return algorithms; in getPinAlgorithms()
/frameworks/base/core/java/android/service/autofill/
DAutofillFieldClassificationService.java103 Bundle defaultArgs, Map algorithms, Map args) { in calculateScores() argument
106 Arrays.asList(categoryIds), defaultAlgorithm, defaultArgs, algorithms, args); in calculateScores()
277 @Nullable Map algorithms, @Nullable Map args) { in onCalculateScores() argument
288 Bundle defaultArgs, Map algorithms, Map args) in calculateScores() argument
294 defaultArgs, algorithms, args)); in calculateScores()
DIAutofillFieldClassificationService.aidl34 in Map algorithms, in Map args); in calculateScores() argument
/frameworks/base/services/autofill/java/com/android/server/autofill/
DFieldClassificationStrategy.java265 @Nullable ArrayMap<String, String> algorithms, in calculateScores() argument
268 userDataValues, categoryIds, defaultAlgorithm, defaultArgs, algorithms, args)); in calculateScores()
DAutofillManagerService.java1261 String[] algorithms = null; in getAvailableFieldClassificationAlgorithms() local
1266 algorithms = service.getAvailableFieldClassificationAlgorithms(getCallingUid()); in getAvailableFieldClassificationAlgorithms()
1273 send(receiver, algorithms); in getAvailableFieldClassificationAlgorithms()
DSession.java1512 final ArrayMap<String, String> algorithms = userData.getFieldClassificationAlgorithms(); in logFieldClassificationScore() local
1615 defaultAlgorithm, defaultArgs, algorithms, args); in logFieldClassificationScore()
/frameworks/native/opengl/tests/angeles/
DREADME.txt42 algorithms.
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java1575 final String[] algorithms = receiver.getStringArrayResult(); in getAvailableFieldClassificationAlgorithms() local
1576 return algorithms != null ? Arrays.asList(algorithms) : Collections.emptyList(); in getAvailableFieldClassificationAlgorithms()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto46 // algorithms don't work during bootstrapping.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto46 // algorithms don't work during bootstrapping.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto51 // algorithms don't work during bootstrapping.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt304 search-based algorithms because the C++ reflection interface didn't