Searched refs:algorithm (Results 101 - 125 of 140) sorted by relevance

123456

/frameworks/base/tools/aapt2/flatten/
H A DTableFlattener.cpp27 #include <algorithm>
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp29 #include <algorithm>
/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.cpp29 #include <algorithm>
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp25 #include <algorithm>
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp25 #include <algorithm>
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp25 #include <algorithm>
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp21 #include <algorithm>
H A DLayout.cpp22 #include <algorithm>
/frameworks/native/cmds/installd/
H A Dotapreopt.cpp17 #include <algorithm>
/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp37 #include <algorithm>
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskStack.java485 final DividerSnapAlgorithm algorithm = new DividerSnapAlgorithm(
488 final SnapTarget target = algorithm.calculateNonDismissingSnapTarget(dividerPosition);
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java187 // Historical and current algorithm names
1549 private SecretKey buildPasswordKey(String algorithm, String pw, byte[] salt, int rounds) { argument
1550 return buildCharArrayKey(algorithm, pw.toCharArray(), salt, rounds);
1553 private SecretKey buildCharArrayKey(String algorithm, char[] pwArray, byte[] salt, int rounds) { argument
1555 SecretKeyFactory keyFactory = SecretKeyFactory.getInstance(algorithm);
1566 private String buildPasswordHash(String algorithm, String pw, byte[] salt, int rounds) { argument
1567 SecretKey key = buildPasswordKey(algorithm, pw, salt, rounds);
1595 private byte[] makeKeyChecksum(String algorithm, byte[] pwBytes, byte[] salt, int rounds) { argument
1601 Key checksum = buildCharArrayKey(algorithm, mkAsChar, salt, rounds);
1612 boolean passwordMatchesSaved(String algorithm, Strin argument
6701 attemptMasterKeyDecryption(String algorithm, byte[] userSalt, byte[] ckSalt, int rounds, String userIvHex, String masterKeyBlobHex, InputStream rawInStream, boolean doLog) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp19 #include <algorithm>
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp39 #include <algorithm>
H A DSpotShadow.cpp55 #include <algorithm>
60 // TODO: After we settle down the new algorithm, we can remove the old one and
H A DPathTessellator.cpp42 #include <algorithm>
1033 // TODO: Document the math behind this algorithm.
H A DRenderNode.cpp37 #include <algorithm>
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp41 #include <algorithm>
/frameworks/compile/slang/
H A Dslang_rs_export_reduce.cpp19 #include <algorithm>
H A Dslang_rs_reflection_cpp.cpp25 #include <algorithm>
/frameworks/native/vulkan/libvulkan/
H A Ddriver.cpp19 #include <algorithm>
H A Dswapchain.cpp17 #include <algorithm>
H A Dapi.cpp26 #include <algorithm>
/frameworks/native/vulkan/tools/
H A Dvkinfo.cpp17 #include <algorithm>
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.cpp33 #include <algorithm>

Completed in 1501 milliseconds

123456