OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sign
(Results
376 - 400
of
1662
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/dalvik/libcore/security/src/main/files/cacerts/
54edfa5d.0
29
Digital Signature, Certificate
Sign
, CRL
Sign
594f1775.0
32
Certificate
Sign
, CRL
Sign
5a5372fc.0
29
Certificate
Sign
, CRL
Sign
635ccfd5.0
29
Certificate
Sign
, CRL
Sign
/dalvik/libcore/security/src/main/java/java/security/
SignedObject.java
62
* the private key, used to
sign
the {@code object}.
89
signature = signingEngine.
sign
();
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/encodings/
ISO9796d1Encoding.java
13
* message is small don't
sign
the message,
sign
it's hash) or some "random"
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/
X509V1CertificateGenerator.java
90
* Set the issuer distinguished name - the issuer is the entity whose private key is used to
sign
the
261
v.add(new DERBitString(sig.
sign
()));
/development/pdk/docs/source/
licenses.jd
24
Source Project will be required to complete,
sign
, and submit an <a
39
License Grant does not remove the need for any developer to
sign
their own
/external/fdlibm/
e_atan2.c
75
m = ((hy>>31)&1)|((hx>>30)&2); /* 2*
sign
(x)+
sign
(y) */
/external/guava/src/com/google/common/collect/
ComparisonChain.java
41
* The value of this expression will have the same
sign
as the <i>first
187
* same
sign
as the first nonzero comparison result in the chain, or zero if
/external/icu4c/layout/
KhmerReordering.cpp
60
// _sa
Sign
placed above the base
61
// _sp
Sign
placed after the base
65
// _rb Khmer
sign
robat u17CC. combining mark for subscript consonants
262
// xx independent character, such as a number, punctuation
sign
or non-khmer char
288
// sa above
sign
290
// sp post
sign
300
{-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1}, // 1 - exit state (or
sign
to the right of the syllable)
317
{-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 1, 18}, // 17 -
sign
above
KhmerReordering.h
57
// Signs -> Khmer has above signs and post signs. Only one above
sign
and/or one post
sign
are
/external/icu4c/tools/tzcode/
private.h
216
** Subtract one for the
sign
bit if the type is signed;
218
** add one more for a minus
sign
if the type is signed.
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
d_plsf_5.cpp
174
Word16 temp,
sign
;
221
sign
= indice[2] & 1;
225
if (
sign
== 0)
313
Word16
sign
;
local
339
sign
=
347
sign
,
413
sign
= *(indice + 2) & 1;
432
if (
sign
== 0)
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
pvamrwbdecoder_basic_op_cequivalent.h
211
if (((L_var1 ^ L_var2) & MIN_32) == 0) /* same
sign
? */
213
if ((L_var_out ^ L_var1) & MIN_32) /* addition matches
sign
? */
255
if (((L_var1 ^ L_var2) & MIN_32) != 0) /* different
sign
? */
257
if ((L_var_out ^ L_var1) & MIN_32) /* difference matches
sign
? */
314
if (((L_mul ^ L_var3) & MIN_32) == 0) /* same
sign
? */
316
if ((L_var_out ^ L_var3) & MIN_32) /* addition matches
sign
? */
373
if (((L_mul ^ L_var3) & MIN_32) != 0) /* different
sign
? */
375
if ((L_var_out ^ L_var3) & MIN_32) /* difference matches
sign
? */
/external/openssl/crypto/bn/asm/
x86_64-gcc.c
31
*
sign
verify
sign
/s verify/s
36
*
sign
verify
sign
/s verify/s
43
*
sign
verify
sign
/s verify/s
48
*
sign
verify
sign
/s verify/s
/external/openssl/crypto/x509v3/
v3_bitst.c
82
{5, "Certificate
Sign
", "keyCertSign"},
83
{6, "CRL
Sign
", "cRLSign"},
/external/quake/quake/src/QW/scitech/include/
debug.h
231
#ifndef
SIGN
232
# define
SIGN
(a) ((a) > 0 ? 1 : -1)
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H
231
#ifndef
SIGN
232
# define
SIGN
(a) ((a) > 0 ? 1 : -1)
/external/skia/tests/
Sk64Test.cpp
6
int8_t zero, pos, neg, toBool,
sign
;
member in struct:BoolTable
17
REPORTER_ASSERT(reporter, a.getSign() == table.
sign
);
/external/stlport/src/
monetary.cpp
28
pos_format.field[1] = (char) money_base::
sign
;
33
neg_format.field[1] = (char) money_base::
sign
;
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.1.2.js
84
var
sign
= ( n < 0 ) ? -1 : 1;
89
n =
sign
* Math.floor( Math.abs(n) )
15.4.2.2-1.js
110
var
sign
= ( n < 0 ) ? -1 : 1;
115
n =
sign
* Math.floor( Math.abs(n) )
/external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.3.2-3.js
102
var
sign
= ( num < 0 ) ? -1 : 1;
104
num =
sign
* Math.floor( Math.abs( num ) );
15.5.4.7-3.js
163
var
sign
= ( n < 0 ) ? -1 : 1;
165
return (
sign
* Math.floor(Math.abs(n)) );
Completed in 114 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>