OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:algorithm
(Results
251 - 275
of
1198
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/stlport/test/unit/
func_test.cpp
2
#include <
algorithm
>
generator_test.cpp
2
#include <
algorithm
>
innerprod_test.cpp
2
#include <
algorithm
>
inplace_test.cpp
2
#include <
algorithm
>
insert_test.cpp
3
#include <
algorithm
>
nthelm_test.cpp
2
#include <
algorithm
>
ptr2_test.cpp
2
#include <
algorithm
>
reviter_test.cpp
3
#include <
algorithm
>
setinter_test.cpp
5
#include <
algorithm
>
setunion_test.cpp
5
#include <
algorithm
>
transform_test.cpp
4
#include <
algorithm
>
unary_test.cpp
3
#include <
algorithm
>
/external/webkit/Source/JavaScriptCore/wtf/
PageAllocation.h
34
#include <
algorithm
>
/external/webkit/Source/WebCore/
WebCorePrefix.h
94
#include <
algorithm
>
/external/webkit/Source/WebCore/html/
TimeRanges.h
31
#include <
algorithm
>
/external/webkit/Source/WebCore/platform/audio/
AudioChannel.cpp
36
#include <
algorithm
>
/external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContext3DSkia.cpp
40
#include <
algorithm
>
/external/webkit/Source/WebCore/svg/animation/
SMILTime.h
31
#include <
algorithm
>
/external/webkit/Source/WebKit/mac/
WebKitPrefix.h
51
#include <
algorithm
> // needed for exception_defines.h
/external/webkit/Source/WebKit/qt/
WebKit_pch.h
48
#include <
algorithm
>
/external/webkit/Tools/TestWebKitAPI/
TestsController.cpp
29
#include <
algorithm
>
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLParametersImpl.java
367
String
algorithm
= KeyManagerFactory.getDefaultAlgorithm();
local
368
KeyManagerFactory kmf = KeyManagerFactory.getInstance(
algorithm
);
404
String
algorithm
= TrustManagerFactory.getDefaultAlgorithm();
local
405
TrustManagerFactory tmf = TrustManagerFactory.getInstance(
algorithm
);
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
SealedObjectTest.java
142
assertEquals("The
algorithm
which was used to seal the object "
143
+ "should be the same as the
algorithm
used to seal the "
153
String
algorithm
= "DES";
local
154
KeyGenerator kg = KeyGenerator.getInstance(
algorithm
);
157
Cipher cipher = Cipher.getInstance(
algorithm
);
161
assertEquals("The
algorithm
name should be the same as used "
162
+ "in cipher.",
algorithm
, so.getAlgorithm());
167
* encryption
algorithm
and specified parameters can be retrieved by
187
+ "should contain the encoded
algorithm
parameters.", Arrays
203
* with encryption
algorithm
and specified parameters can be retrieved b
[
all
...]
/ndk/tests/device/test-gnustl-full/unit/
binsert_test.cpp
2
#include <
algorithm
>
bound_test.cpp
2
#include <
algorithm
>
Completed in 1191 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>