/external/wpa_supplicant_8/wpa_supplicant/examples/ |
openCryptoki.conf | 10 # Usage: decrypt, sign, unwrap
|
/frameworks/base/core/res/res/raw-cs/ |
nodomain.html | 18 <li>Zkontrolujte na svém za?ízení, zda je signál dostate?n? silný a zda je funk?ní datové p?ipojení.</li>
|
/frameworks/base/docs/html/google/play-services/ |
plus.jd | 32 <p>Google+ Sign-In is a simple, trusted, and secure way to let people sign in 35 <a href="https://developers.google.com/+/mobile/android/sign-in" 36 class="external-link">Add sign-in</a>.</p>
|
wallet.jd | 43 <h4>Streamline Purchases with Google+ Sign-On</h4> 45 by adding Google+ sign in. Users can sign in with a single click and share their 49 class="external-link">Add Google+ Sign-In for Wallet</a>.</p>
|
/frameworks/base/packages/SystemUI/tests/ |
Android.mk | 26 # sign this with platform cert, so this test is allowed to inject key events into
|
/frameworks/base/tests/DataIdleTest/ |
Android.mk | 26 # We need to sign it to get access to the network usage history.
|
/frameworks/opt/net/voip/src/jni/rtp/ |
G711Codec.cpp | 52 int sign = (sample >> 8) & 0x80; local 62 ulaws[i] = ~(sign | (exponent << 4) | mantissa); 103 int sign = (sample >> 8) & 0x80; local 112 alaws[i] = (sign | (exponent << 4) | mantissa) ^ 0xD5;
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
data_builder.h | 65 * 2 bits are used to describe the column of the 1 or -1 and the 3rd bit is used for the sign. 66 * Bit 8 is sign of +/- 1 in third row. Bit 6-7 is column of +/-1 in third row. 67 * Bit 5 is sign of +/- 1 in second row. Bit 3-4 is column of +/-1 in second row. 68 * Bit 2 is sign of +/- 1 in first row. Bit 0-1 is column of +/-1 in first row.
|
/libcore/crypto/src/main/java/org/conscrypt/ |
DigitalSignature.java | 37 * specification, 7.4.3. It allow to init, update and sign hash. Hash algorithm 162 * Sign hash 165 public byte[] sign() { method in class:DigitalSignature 190 return signature.sign();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerCompareTest.java | 45 assertEquals("incorrect sign", 1, result.signum()); 62 assertEquals("incorrect sign", 1, result.signum()); 311 assertTrue("incorrect sign", result.signum() == 1); 332 assertTrue("incorrect sign", result.signum() == 1); 353 assertEquals("incorrect sign", 1, result.signum()); 372 assertTrue("incorrect sign", result.signum() == 0); 393 assertEquals("incorrect sign", 1, result.signum()); 414 assertEquals("incorrect sign", 1, result.signum()); 435 assertTrue("incorrect sign", result.signum() == 1); 454 assertTrue("incorrect sign", result.signum() == 0) [all...] |
/packages/inputmethods/LatinIME/java/res/xml/ |
key_devanagari_sign_anusvara.xml | 29 U+0902: "?" DEVANAGARI SIGN ANUSVARA -->
|
key_devanagari_vowel_sign_candra_o.xml | 29 U+0949: "?" DEVANAGARI VOWEL SIGN CANDRA O -->
|
keystyle_devanagari_sign_virama.xml | 29 U+094D: "?" DEVANAGARI SIGN VIRAMA -->
|
keystyle_devanagari_sign_visarga.xml | 29 U+0903: "?" DEVANAGARI SIGN VISARGA -->
|
rowkeys_lao1.xml | 48 <!-- U+0EBC: "?" LAO SEMIVOWEL SIGN LO --> 94 <!-- U+0EC2: "?" LAO VOWEL SIGN O 110 <!-- U+0EB8: "?" LAO VOWEL SIGN U --> 114 <!-- U+0EB9: "?" LAO VOWEL SIGN UU -->
|
rowkeys_nepali_traditional2.xml | 32 <!-- U+0919/U+094D: "??" DEVANAGARI LETTER NGA/DEVANAGARI SIGN VIRAMA --> 36 <!-- U+0921/U+094D/U+0921: "???" DEVANAGARI LETTER DDA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER DDA --> 45 <!-- U+0926/U+094D/U+0926: "???" DEVANAGARI LETTER DA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER DA --> 71 <!-- U+091F/U+094D/U+0920: "???" DEVANAGARI LETTER TTA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER TTHA -->
|
/packages/inputmethods/LatinIME/java/res/xml-v16/ |
key_devanagari_sign_anusvara.xml | 28 <!-- U+0902: "?" DEVANAGARI SIGN ANUSVARA -->
|
key_devanagari_vowel_sign_candra_o.xml | 28 <!-- U+0949: "?" DEVANAGARI VOWEL SIGN CANDRA O -->
|
keystyle_devanagari_sign_virama.xml | 28 <!-- U+094D: "?" DEVANAGARI SIGN VIRAMA -->
|
keystyle_devanagari_sign_visarga.xml | 28 <!-- U+0903: "?" DEVANAGARI SIGN VISARGA -->
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
AbstractDictDecoder.java | 180 final int sign = 0 == (bigramFlags & FormatSpec.FLAG_BIGRAM_ATTR_OFFSET_NEGATIVE) local 185 bigramAddress += sign * dictBuffer.readUnsignedByte(); 189 bigramAddress += sign * dictBuffer.readUnsignedShort(); 193 bigramAddress += sign * dictBuffer.readUnsignedInt24();
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-lo/ |
donottranslate-more-keys.xml | 26 <!-- U+20AD: "?" KIP SIGN -->
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-mn/ |
donottranslate-more-keys.xml | 26 <!-- U+20AE: "?" TUGRIK SIGN -->
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
pystrtod.h | 31 #define Py_DTSF_SIGN 0x01 /* always add the sign */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_codecmaps_kr.py | 33 # KS X 1001 standard assigned 0x5c as WON SIGN.
|