/external/chromium/chrome/browser/sync/ |
signin_manager.h | 54 // Attempt to sign in this user. If successful, set a preference indicating 66 // Sign a user out, removing the preference, erasing all keys
|
/external/chromium_org/base/third_party/dmg_fp/ |
gcc_warnings.patch | 34 int *decpt, int *sign, char **rve); 88 if (sign)
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_display_host.h | 99 // Starts sign in screen. 102 // Resumes a previously started sign in screen.
|
login_utils.h | 50 // Checks if the given username is whitelisted and allowed to sign-in to 82 // Asks session manager to restart Chrome in Browse Without Sign In mode.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_gaia_signin.js | 206 // Button header is always visible when sign in is presented. 207 // Header is hidden once GAIA reports on successful sign in. 288 // Sign-in right panel is hidden if all of its items are hidden. 394 * @param {boolean} forceOnline Whether online sign-in should be forced. 395 * If |forceOnline| is false previously used sign-in type will be used. 398 // Reload and show the sign-in UI if needed. 453 * Shows sign-in error bubble. 461 // Reload offline version of the sign-in extension, which will show
|
/external/chromium_org/chrome/browser/resources/ |
sync_setup_overlay.css | 194 #sign-in { 247 /* Sign in box. */ 249 .sign-in { 295 /* Sign in buttons. */ 353 /* Sign in text fields. */ 406 /* Sign in links. */ 427 /* Sign in text. */ 444 /* Sign in miscellaneous. */
|
/external/chromium_org/chrome/test/functional/gtalk/ |
test_basic.py | 49 # Wait for the sign-in iframe to load. 61 """Download the extension, open the roster, and sign in""" 71 # Wait for the "Sign In" link. 74 'Boolean($FindByText($BODY(), "Sign In"))', '//iframe[1]'), 75 msg='Timed out waiting for "Sign In" link in DOM.') 77 # Click the "Sign In" link. 79 '$Click($FindByText($BODY(), "Sign In"))', '//iframe[1]')) 102 # Install the extension, open the viewer, and sign in.
|
/external/chromium_org/content/test/data/indexeddb/ |
key_types_test.js | 41 "'\xA2'", // U+00A2 CENT SIGN 69 "['\xA2']", // U+00A2 CENT SIGN
|
/external/chromium_org/courgette/ |
memory_monitor.cc | 32 void tick(size_t w, char sign) { 51 base::StringAppendF(&o, " (%c%s)", sign, fmt(w).c_str());
|
/external/chromium_org/crypto/ |
hkdf.cc | 37 result = prk_hmac.Sign(secret, prk, sizeof(prk)); 66 result = hmac.Sign(base::StringPiece(buf.get(), j), digest, sizeof(digest));
|
hmac.h | 65 bool Sign(const base::StringPiece& data, unsigned char* digest, 71 // over using Sign() with a manual comparison (such as memcmp), as such
|
/external/chromium_org/net/quic/test_tools/ |
crypto_test_utils_nss.cc | 23 // TODO(rtenneti): Implement NSS support ChannelIDSigner. Convert Sign() to be 34 virtual bool Sign(const string& hostname,
|
/external/chromium_org/third_party/icu/source/common/ |
umutex.h | 138 * If the result of the operation is not zero, the sign of returned value 139 * is the same as the sign of the result, but the returned value itself may
|
/external/chromium_org/third_party/libxslt/ |
libxslt.gyp | 115 '-Wno-pointer-sign', 119 '-Wno-pointer-sign',
|
/external/chromium_org/v8/src/ |
hydrogen-dehoist.cc | 52 int32_t sign = binary_operation->IsSub() ? -1 : 1; 53 int32_t value = constant->Integer32Value() * sign;
|
/external/chromium_org/v8/tools/testrunner/objects/ |
workpacket.py | 54 "sign": prefetched_binary[1]}) 61 "sign": libv8[1]})
|
/external/compiler-rt/lib/ppc/ |
fixtfdi.c | 23 /* Do an unsigned conversion of the absolute value, then restore the sign. */ 59 /* Restore the sign of the result and return */
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
ecc_sign_hash.c | 27 Sign a message digest 28 @param in The message digest to sign
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
UDataInputStream.java | 40 return ((int) value) & 0xFFFF; // widening cast sign-extends 48 return ((long) value) & 0xFFFFFFFFL; // widening cast sign-extends
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
denoising_sse2.c | 59 /* Obtain the sign. FF if diff is negative. */ 81 /* Restore the sign and get positive and negative adjustments. */
|
/external/libvpx/libvpx/vp9/common/ |
vp9_entropymv.h | 87 vp9_prob sign; member in struct:__anon21268 115 unsigned int sign[2]; member in struct:__anon21270
|
/external/llvm/test/CodeGen/R600/ |
mul_uint24.ll | 26 ; The result must be sign-extended 49 ; The result must be sign-extended
|
/external/llvm/unittests/Support/ |
SwapByteOrderTest.cpp | 69 // Test other sign. 88 // Return to normal sign and twiddle.
|
/external/opencv/cv/src/ |
_cvgeom.h | 75 char sign; /* sign of the triangle */ member in struct:_CvTrianAttr
|
/external/stlport/src/c_locale_glibc/ |
c_locale_glibc2.c | 583 * 1 The sign string precedes the quantity and currency_symbol 584 * 2 The sign string succeeds the quantity and currency_symbol. 585 * 3 The sign string immediately precedes the currency_symbol. 586 * 4 The sign string immediately succeeds the currency_symbol. 607 * 1 The sign string precedes the quantity and currency_symbol 608 * 2 The sign string succeeds the quantity and currency_symbol. 609 * 3 The sign string immediately precedes the currency_symbol. 610 * 4 The sign string immediately succeeds the currency_symbol.
|