/external/lldb/utils/vim-lldb/python-vim-lldb/ |
vim_ui.py | 58 """ Place the PC sign on the PC location of each thread's selected frame """ 62 the PC sign should be placed for a thread. 80 for sign in self.pcSigns: 81 sign.hide() 82 del_list.append(sign) 83 for sign in del_list: 84 self.pcSigns.remove(sign) 85 del sign
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/ |
psconv.c | 91 FT_Bool sign = 0; local 109 sign = FT_BOOL( *p == '-' ); 146 if ( sign ) 212 FT_Bool sign = 0; local 221 sign = FT_BOOL( *p == '-' ); 365 if ( sign )
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model_neon.S | 148 vcls.s32 d1, d0 @ Count leading extra sign bits. 149 vmov.32 r2, d1[1] @ Store # of sign bits of only the 32 MSBs. 151 vshl.s64 d0, d3 @ d3 contains # of sign bits of the 32 MSBs. 153 vcls.s32 d1, d0 @ Count again the leading extra sign bits. 154 vmov.s32 r1, d1[1] @ Store # of sign bits of only the 32 MSBs. 156 vshl.s64 d0, d3 @ d3 contains # of sign bits of the 32 MSBs.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
nomem64.asm | 8 ; test sign optimization cases
|
/external/clang/ |
clang-host-build.mk | 8 -Wno-sign-promo \
|
/external/ipsec-tools/ |
Android.mk | 67 LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers 83 LOCAL_CFLAGS += -Wno-sign-compare -Wno-missing-field-initializers
|
/external/lldb/ |
Makefile | 71 EXTRA_OPTIONS += -Wno-sign-compare 75 EXTRA_OPTIONS += -Wno-sign-compare -Wno-unused-function
|
/external/smack/src/org/xbill/DNS/utils/ |
HMAC.java | 130 sign() { method in class:HMAC 156 byte [] expected = sign();
|
/libcore/benchmarks/src/benchmarks/regression/ |
SignatureBenchmark.java | 86 this.signature = signer.sign(); 106 signer.sign();
|
/libcore/luni/src/main/java/java/lang/ |
Math.java | 1154 long sign = bits & Double.SIGN_MASK; local 1207 int sign = bits & Float.SIGN_MASK; local [all...] |
/libcore/luni/src/main/java/java/util/ |
Date.java | 384 char sign = 0; local 423 if (sign == '+' || sign == '-') { 427 minutesOffset = sign == '-' ? -Integer 434 zoneOffset = sign == '-' ? -digit : digit; 435 sign = 0; 520 sign = next; 523 sign = 0;
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
SignatureTest.java | 159 assertEquals("state", MySignature1.SIGN, s.getState()); 193 assertEquals("state", MySignature1.SIGN, s.getState()); 208 * Class under test for byte[] sign() 213 s.sign(); 221 s.sign(); 227 s.sign(); 228 assertEquals("state", MySignature1.SIGN, s.getState()); 229 assertTrue("sign() failed", s.runEngineSign); 233 * Class under test for sign(byte[], offset, len) 239 s.sign(outbuf, 0, outbuf.length) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_sample.c | 766 assert(bld->type.sign); 930 * FIXME: the sign here can also be 0. 932 * fix the comment or use other (simpler) sign function, not sure 934 * \param sign scalar +1 or - 1016 LLVMValueRef signrxs, signrys, signrzs, signrxyz, sign; local 1171 LLVMValueRef sign, ima; local 1192 LLVMValueRef sign, ima; local 1210 LLVMValueRef sign, ima; local [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample.c | 766 assert(bld->type.sign); 930 * FIXME: the sign here can also be 0. 932 * fix the comment or use other (simpler) sign function, not sure 934 * \param sign scalar +1 or - 1016 LLVMValueRef signrxs, signrys, signrzs, signrxyz, sign; local 1171 LLVMValueRef sign, ima; local 1192 LLVMValueRef sign, ima; local 1210 LLVMValueRef sign, ima; local [all...] |
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
strtod.c | 94 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local 143 sign = nz0 = nz = decpt = 0; 147 sign = 1; 182 switch((i = gethex(&s, &fpi1, &exp, &bb, sign)) & STRTOG_Retmask) { 187 sign = 0; 336 sign = 0; 375 if (sign) { 377 sign = 0; 391 if (sign) { 393 sign = 0 [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_nexttoward.c | 50 INSERT_WORDS(x,uy.bits.sign<<31,1); /* return +-minsubnormal */
|
s_nexttowardf.c | 40 SET_FLOAT_WORD(x,(uy.bits.sign<<31)|1);/* return +-minsubnormal */
|
/external/aac/libFDK/src/ |
FDK_trigFcts.cpp | 241 INT sign; local 250 sign = 1; 253 sign = 0; 285 if (sign) {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/netscape/ |
NetscapeCertRequest.java | 216 public void sign(PrivateKey priv_key) throws NoSuchAlgorithmException, method in class:NetscapeCertRequest 220 sign(priv_key, null); method 223 public void sign(PrivateKey priv_key, SecureRandom rand) method in class:NetscapeCertRequest 254 sigBits = sig.sign();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
WNafUtil.java | 65 // 2^width and a mask and sign bit set accordingly 68 int sign = pow2 >>> 1; local 89 carry = (digit & sign) != 0; 209 // 2^width and a mask and sign bit set accordingly 212 int sign = pow2 >>> 1; local 233 carry = (digit & sign) != 0;
|
/external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/ |
key.js | 21 sign: 'sign',
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLParserIdioms.cpp | 146 int sign = 1; local 162 sign = -1; 185 value = sign * charactersToIntStrict(digits.characters8(), digits.length(), &ok); 187 value = sign * charactersToIntStrict(digits.characters16(), digits.length(), &ok);
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
SubtleCrypto.h | 55 ScriptPromise sign(ScriptState*, const Dictionary&, CryptoKey*, const ArrayPiece&);
|
SubtleCrypto.idl | 49 [CallWith=ScriptState] Promise sign(Dictionary algorithm, CryptoKey key, ArrayBuffer data); 50 [CallWith=ScriptState] Promise sign(Dictionary algorithm, CryptoKey key, ArrayBufferView data);
|
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
double-conversion.h | 194 // (one additional character for the sign, and one for the decimal point). 224 // kMaxExponentialDigits + 8 characters (the sign, the digit before the 226 // exponent's sign, and at most 3 exponent digits). 263 // kMaxPrecisionDigits + 7 characters (the sign, the decimal point, the 264 // exponent character, the exponent's sign, and at most 3 exponent digits). 326 bool* sign,
|