OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:algorithm
(Results
151 - 175
of
3084
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
Matrix3DTransformOperation.cpp
29
#include <
algorithm
>
/external/chromium_org/third_party/WebKit/Source/core/testing/
InternalProfilers.cpp
37
#include <
algorithm
>
/external/stlport/test/unit/
modulus_test.cpp
1
#include <
algorithm
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.generate/
generate_n.pass.cpp
10
// <
algorithm
>
18
#include <
algorithm
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle.pass.cpp
10
// <
algorithm
>
17
#include <
algorithm
>
random_shuffle_urng.pass.cpp
10
// <
algorithm
>
16
#include <
algorithm
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.replace/
replace.pass.cpp
10
// <
algorithm
>
19
#include <
algorithm
>
replace_if.pass.cpp
10
// <
algorithm
>
19
#include <
algorithm
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/
adjacent_find.pass.cpp
10
// <
algorithm
>
17
#include <
algorithm
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find/
find_if.pass.cpp
10
// <
algorithm
>
17
#include <
algorithm
>
find_if_not.pass.cpp
10
// <
algorithm
>
17
#include <
algorithm
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.foreach/
test.pass.cpp
10
// <
algorithm
>
17
#include <
algorithm
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/
make_heap.pass.cpp
10
// <
algorithm
>
17
#include <
algorithm
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/push.heap/
push_heap.pass.cpp
10
// <
algorithm
>
18
#include <
algorithm
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.min.max/
max_init_list.pass.cpp
10
// <
algorithm
>
16
#include <
algorithm
>
min_init_list.pass.cpp
10
// <
algorithm
>
16
#include <
algorithm
>
minmax_init_list.pass.cpp
10
// <
algorithm
>
16
#include <
algorithm
>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
hexfloat.h
18
#include <
algorithm
>
/ndk/tests/device/test-gnustl-full/unit/
modulus_test.cpp
1
#include <
algorithm
>
/ndk/tests/device/test-stlport/unit/
modulus_test.cpp
1
#include <
algorithm
>
/packages/apps/CertInstaller/src/com/android/certinstaller/
Util.java
59
MessageDigest
algorithm
= MessageDigest.getInstance("MD5");
local
60
algorithm
.reset();
61
algorithm
.update(bytes);
62
return toHexString(
algorithm
.digest(), "");
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/bc/
BcDigestCalculatorProvider.java
19
public DigestCalculator get(final AlgorithmIdentifier
algorithm
)
22
Digest dig = digestProvider.get(
algorithm
);
30
return
algorithm
;
/external/chromium/crypto/
symmetric_key.h
27
// Defines the
algorithm
that a key will be used with. See also
29
enum
Algorithm
{
36
// Generates a random key suitable to be used with |
algorithm
| and of
39
static SymmetricKey* GenerateRandomKey(
Algorithm
algorithm
,
43
// for use with specified |
algorithm
|. Note |
algorithm
| is not the
algorithm
46
static SymmetricKey* DeriveKeyFromPassword(
Algorithm
algorithm
,
[
all
...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/util/
HashUtil.java
42
private static String getHash(Params params, String
algorithm
) {
45
MessageDigest m = MessageDigest.getInstance(
algorithm
);
49
Log.e(TAG, "Unable to find digest
algorithm
" +
algorithm
);
/external/chromium_org/crypto/
symmetric_key.h
27
// Defines the
algorithm
that a key will be used with. See also
29
enum
Algorithm
{
36
// Generates a random key suitable to be used with |
algorithm
| and of
39
static SymmetricKey* GenerateRandomKey(
Algorithm
algorithm
,
43
// for use with specified |
algorithm
|. Note |
algorithm
| is not the
algorithm
47
static SymmetricKey* DeriveKeyFromPassword(
Algorithm
algorithm
,
[
all
...]
Completed in 896 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>