/frameworks/base/core/java/android/webkit/ |
CertTool.java | 54 request.sign(pair.getPrivate());
|
/bionic/libm/man/ |
atan2.3 | 73 .Bl -column atan_(y,x)_:=____ sign(y)_(Pi_atan2(Xy_xX))___ 79 .It Ta sign( Ns Ar y Ns )*(\*(Pi - 88 .Pf sign( Ar y Ns )*\\*(Pi/2 Ta
|
/bionic/libm/src/ |
s_remquo.c | 38 sx = hx&0x80000000; /* sign of x */ 113 /* convert back to floating value and restore the sign */ 114 if((hx|lx)==0) { /* return sign(x)*0 */
|
s_remquof.c | 38 sx = hx&0x80000000; /* sign of x */ 89 /* convert back to floating value and restore the sign */ 90 if(hx==0) { /* return sign(x)*0 */
|
/build/tools/dexpreopt/ |
Config.mk | 71 # Such a huge hack. We need to re-sign the .apks with the 116 @echo "dexpreopt: re-sign apk files" 127 echo "dexpreopt: re-sign app/"$$packageName".apk"; \
|
/cts/tools/dex-tools/src/dex/structure/ |
DexEncodedValueType.java | 36 * signed two-byte integer value, sign-extended 52 * signed four-byte integer value, sign-extended 60 * signed eight-byte integer value, sign-extended
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/ |
X509V1CertificateGenerator.java | 77 * Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the 94 * Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the 287 v.add(new DERBitString(sig.sign()));
|
/external/dropbear/libtommath/ |
bn_fast_mp_invmod.c | 131 neg = a->sign; 132 while (D.sign == MP_NEG) { 138 c->sign = neg;
|
/external/e2fsprogs/intl/ |
vasnprintf.c | 337 + 1; /* account for leading sign */ 347 + 1; /* account for leading sign */ 355 + 1; /* account for leading sign */ 366 + 1; /* account for leading sign */ 375 + 1; /* account for leading sign */ 382 + 1; /* account for leading sign */ 393 + 2; /* account for leading sign or alternate form */ 402 + 2; /* account for leading sign or alternate form */ 409 + 2; /* account for leading sign or alternate form */ 421 + 10; /* sign, decimal point etc. * [all...] |
/external/openssl/crypto/evp/ |
p_sign.c | 102 if (ctx->digest->sign == NULL) 114 i = ctx->digest->sign(ctx->digest->type, 120 i = ctx->digest->sign(ctx->digest->type,m,m_len,sigret,siglen,
|
/external/quake/quake/src/WinQuake/data/ |
LICINFO.TXT | 48 must sign our easy-to-digest Commercial Exploitation License.
74 registered version CD.) Sign/fill in the blanks of both copies where
93 commercial exploitation of Quake and do not sign the document.
|
/external/srec/srec/Semproc/include/ |
SR_ExpressionParser.h | 53 * Equal sign required next 63 * Any operand other than equal sign required next 99 * buffer for holding the token on the lhs of equal sign
|
/external/stlport/src/ |
num_put.cpp | 39 int sign = 0; local 42 sign = 1; 68 return (last - first) + sign + basechars;
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/ |
9.6.js | 34 3 compute (sign (result(1)) * floor(abs(result 1))) 75 var sign = ( n < 0 ) ? -1 : 1; 80 n = sign * Math.floor( Math.abs(n) )
|
/frameworks/base/docs/html/resources/articles/ |
zipalign.jd | 65 information to sign the packages, since aligning has to happen after signing. In 66 order to be able to sign packages, and therefore to align them, <em>Ant</em> 71 passwords during the build, and the script will sign and then align the apk
|
/packages/providers/CalendarProvider/ |
maketests.py | 59 sign = -1
61 sign = 1
62 hour = int(m.group(4)) + (sign * int(m.group(8)))
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
double-int.h | 43 number over the prescribed precision with zeros or with the sign bit) before 69 HOST_WIDE_INT are filled with the sign bit. */ 136 /* Zero and sign extension of numbers in smaller precisions. */
|
/sdk/jarutils/src/com/android/jarutils/ |
DebugKeyProvider.java | 35 * A provider of a dummy key to sign Android application for debugging purpose. 129 * Returns the debug {@link PrivateKey} to use to sign applications for debug purpose. 142 * Returns the debug {@link Certificate} to use to sign applications for debug purpose.
|
/external/skia/emoji/ |
gmojiraw.txt | 301 FE4E2 \uDBB9\uDCE2 \xF3\xBE\x93\xA2 BILL WITH YEN SIGN 109 F79A E57D 777A EC9A 113 F97A E6D6 777A ? [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
PKIXCertPathValidatorSpi.java | 244 X509Certificate sign = trust.getTrustedCert(); local 248 if (sign != null) 250 workingIssuerName = CertPathValidatorUtilities.getSubjectPrincipal(sign); 251 workingPublicKey = sign.getPublicKey(); 255 byte[] trustBytes = sign.getEncoded(); 318 // sign and workingPublicKey and workingIssuerName are set 365 checkCRLs(paramsPKIX, cert, validDate, sign, workingPublicKey); [all...] |
/external/dropbear/libtommath/mtest/ |
mpi.h | 56 #define SIGN(MP) ((MP)->sign) 75 mp_sign sign; /* sign of this quantity */ member in struct:__anon1650 116 /* Sign manipulations */
|
/external/speex/libspeex/ |
stereo.c | 129 /*Pack sign*/ 277 spx_word16_t sign=1, dexp; local 285 sign=-1; 288 stereo->balance = exp(sign*.25*dexp); 290 stereo->balance = spx_exp(MULT16_16(sign, SHL16(dexp, 9)));
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
11.13.2-4.js | 67 // the sum of two Infinities the same sign is the infinity of that sign 68 // the sum of two Infinities of opposite sign is NaN 82 // the sum of two negative zeros is -0. the sum of two positive zeros, or of two zeros of opposite sign, is +0 100 // the sum of two nonzero finite values of the same magnitude and opposite sign is +0
|
11.13.2-5.js | 67 // the sum of two Infinities the same sign is the infinity of that sign 68 // the sum of two Infinities of opposite sign is NaN 82 // the sum of two negative zeros is -0. the sum of two positive zeros, or of two zeros of opposite sign, is +0 100 // the sum of two nonzero finite values of the same magnitude and opposite sign is +0
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
DisplayItem.java | 107 int sign = (seed % 2 == 0) ? 1 : -1; local 110 mJitteredPosition.x = sign * 12.0f * seed + (0.5f - random.nextFloat()) * 4 * seed; 111 mJitteredPosition.y = sign * 4 + ((sign == 1) ? -8.0f : sign * (random.nextFloat()) * 16.0f);
|