OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psi
(Results
1 - 7
of
7
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
PKIStatusInfo.java
104
PKIStatusInfo
psi
= (PKIStatusInfo) object;
105
values[0] = BigInteger.valueOf(
psi
.status.getStatus())
107
values[1] =
psi
.statusString;
108
if (
psi
.failInfo != null) {
112
failInfoBoolArray[
psi
.failInfo.getValue()] = true;
/external/clang/test/SemaCXX/
cstyle-cast.cpp
222
const int structure::*
psi
= 0;
member in class:structure
223
(void)(const float structure::*)(
psi
);
224
(void)(int structure::*)(
psi
); // const_cast appended
229
(void)(void (structure::*)())(
psi
); // expected-error {{C-style cast from 'const int structure::*' to 'void (structure::*)()' is not allowed}}
functional-cast.cpp
296
const int structure::*
psi
= 0;
member in class:structure
298
(void)structurecfmp(
psi
);
300
(void)structureimp(
psi
); // const_cast appended
307
(void)structurevmfp(
psi
); // expected-error {{functional-style cast from 'const int structure::*' to 'structurevmfp' (aka 'void (structure::*)()') is not allowed}}
reinterpret-cast.cpp
78
const int structure::*
psi
= 0;
member in class:structure
79
(void)reinterpret_cast<const float structure::*>(
psi
);
80
(void)reinterpret_cast<int structure::*>(
psi
); // expected-error {{reinterpret_cast from 'const int structure::*' to 'int structure::*' casts away qualifiers}}
85
(void)reinterpret_cast<void (structure::*)()>(
psi
); // expected-error {{reinterpret_cast from 'const int structure::*' to 'void (structure::*)()' is not allowed}}
/external/openssl/crypto/pkcs7/
pk7_lib.c
236
int PKCS7_add_signer(PKCS7 *p7, PKCS7_SIGNER_INFO *
psi
)
259
nid=OBJ_obj2nid(
psi
->digest_alg->algorithm);
290
if (!sk_PKCS7_SIGNER_INFO_push(signer_sk,
psi
))
/external/icu4c/i18n/
astro.cpp
831
// double
psi
= ::acos(sin(fLatitude) / cos(dec));
833
// double y = ::asin(sin(x) / ::sin(
psi
)) * RAD_DEG;
1388
double
psi
= ::acos(sin(fLatitude) \/ cosD);
local
[
all
...]
/external/chromium/net/base/
effective_tld_names.cc
[
all
...]
Completed in 190 milliseconds