OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objects
(Results
126 - 150
of
1218
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
pk7_enc.c
63
#include <openssl/
objects
.h>
/external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509rset.c
62
#include <openssl/
objects
.h>
/external/chromium_org/third_party/openssl/openssl/ssl/
t1_clnt.c
63
#include <openssl/
objects
.h>
t1_srvr.c
63
#include <openssl/
objects
.h>
/external/openssl/crypto/asn1/
i2d_pu.c
63
#include <openssl/
objects
.h>
nsseq.c
63
#include <openssl/
objects
.h>
/external/openssl/crypto/evp/
e_bf.c
64
#include <openssl/
objects
.h>
e_cast.c
64
#include <openssl/
objects
.h>
e_null.c
62
#include <openssl/
objects
.h>
m_ecdsa.c
115
#include <openssl/
objects
.h>
m_wp.c
9
#include <openssl/
objects
.h>
p_dec.c
66
#include <openssl/
objects
.h>
p_enc.c
66
#include <openssl/
objects
.h>
/external/openssl/crypto/objects/
obj_err.c
1
/* crypto/
objects
/obj_err.c */
63
#include <openssl/
objects
.h>
/external/openssl/crypto/pkcs7/
pk7_enc.c
63
#include <openssl/
objects
.h>
/external/openssl/crypto/x509/
x509rset.c
62
#include <openssl/
objects
.h>
/external/openssl/ssl/
t1_clnt.c
63
#include <openssl/
objects
.h>
t1_srvr.c
63
#include <openssl/
objects
.h>
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
ListViewAddRemoveNoTransition.java
84
List<String>
objects
) {
85
super(context, textViewResourceId,
objects
);
86
for (int i = 0; i <
objects
.size(); ++i) {
87
mIdMap.put(
objects
.get(i), i);
/pdk/apps/CameraITS/tests/
test_param_color_correction.py
17
import its.
objects
namespace
63
transforms = [its.
objects
.int_to_rational([1,0,0, 0,1,0, 0,0,1]),
64
its.
objects
.int_to_rational([1,0,0, 0,1,0, 0,0,1]),
65
its.
objects
.int_to_rational([1,0,0, 0,1,0, 0,0,2])]
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java
49
* returns array of
objects
to be de/serialized in tests, and the second
50
* compares reference and deserialized
objects
(needed only if tested
objects
do
59
* serialized
objects
. This mode should be run on a pure
120
* override it to provide actual
objects
for testing.
122
* @return array of
objects
to be de/serialized in tests.
127
* Tests that data
objects
can be serialized and deserialized without
129
*
objects
.
142
* Tests that data
objects
can be deserialized from golden files, to verify
169
* Working method for files generation mode. Serializes test
objects
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/
XPathVisitor.java
26
import org.apache.xpath.
objects
.XNumber;
27
import org.apache.xpath.
objects
.XString;
/external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncConcat.java
25
import org.apache.xpath.
objects
.XObject;
26
import org.apache.xpath.
objects
.XString;
FuncCurrent.java
28
import org.apache.xpath.
objects
.XNodeSet;
29
import org.apache.xpath.
objects
.XObject;
FuncExtFunctionAvailable.java
27
import org.apache.xpath.
objects
.XBoolean;
28
import org.apache.xpath.
objects
.XObject;
Completed in 576 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>