Searched refs:algorithms (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/security/net/config/ |
D | PinSet.java | 40 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/ |
D | AutofillFieldClassificationService.java | 103 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()
|
D | IAutofillFieldClassificationService.aidl | 34 in Map algorithms, in Map args); in calculateScores() argument
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | FieldClassificationStrategy.java | 265 @Nullable ArrayMap<String, String> algorithms, in calculateScores() argument 268 userDataValues, categoryIds, defaultAlgorithm, defaultArgs, algorithms, args)); in calculateScores()
|
D | AutofillManagerService.java | 1261 String[] algorithms = null; in getAvailableFieldClassificationAlgorithms() local 1266 algorithms = service.getAvailableFieldClassificationAlgorithms(getCallingUid()); in getAvailableFieldClassificationAlgorithms() 1273 send(receiver, algorithms); in getAvailableFieldClassificationAlgorithms()
|
D | Session.java | 1512 final ArrayMap<String, String> algorithms = userData.getFieldClassificationAlgorithms(); in logFieldClassificationScore() local 1615 defaultAlgorithm, defaultArgs, algorithms, args); in logFieldClassificationScore()
|
/frameworks/native/opengl/tests/angeles/ |
D | README.txt | 42 algorithms.
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillManager.java | 1575 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/ |
D | descriptor.proto | 46 // 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/ |
D | descriptor.proto | 46 // algorithms don't work during bootstrapping.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.proto | 51 // algorithms don't work during bootstrapping.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 304 search-based algorithms because the C++ reflection interface didn't
|