/external/chromium_org/chrome/browser/chromeos/login/ |
login_performer.h | 28 // This class encapsulates sign in operations. 29 // Sign in is performed in a way that offline auth is executed first. 137 // sign-in server. LoginFailure.LoginFailureNone() by default.
|
/external/chromium_org/chrome/browser/resources/user_manager/ |
control_bar.js | 23 // Current UI state of the sign-in screen. 112 * @type {number} state Current state of the sign-in screen 121 * Whether the Cancel button is enabled during Gaia sign-in.
|
/external/chromium_org/chrome/browser/ui/views/ |
profile_chooser_view.h | 79 GAIA_SIGNIN_VIEW, // Shows a web view for primary sign in. 124 // is used to determine whether to show any Sign in/Sign out/Manage accounts
|
/external/chromium_org/third_party/opus/src/src/ |
mlp.c | 69 float sign=1; local 77 sign=-1; 84 return sign*y;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasmlib.c | 27 int sign = 0; local 40 sign = 1; 110 if (sign)
|
/external/compiler-rt/lib/asan/ |
Android.mk | 79 -Wno-sign-compare \ 99 -Wno-sign-compare \ 164 -Wno-sign-compare \
|
/external/compiler-rt/lib/ |
extendsfdf2.c | 94 // Break a into a sign and representation of the absolute value 97 const src_rep_t sign = aRep & srcSignMask; local 135 const dst_rep_t result = absResult | (dst_rep_t)sign << (dstBits - srcBits);
|
/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/javassist/ |
pom.xml | 170 <!-- we need to be able to sign the jars we install --> 182 <id>sign-artifacts</id> 185 <goal>sign</goal>
|
/external/llvm/lib/MC/ |
MCAsmInfo.cpp | 112 int Sign = Value >> (8 * sizeof(Value) - 1); 118 IsMore = Value != Sign || ((Byte ^ Sign) & 0x40) != 0;
|
/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/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
pitch_filter_armv6.S | 26 @ WebRtc_Word16 sign, 40 str r3, [sp, #4] @ sign 126 ldr r11, [sp, #4] @ sign
|
/frameworks/base/docs/html/distribute/googleplay/publish/ |
register.jd | 69 <li><strong>Sign in</strong> to your Google Play Developer Console at 76 <p>This takes you to the Google Wallet site to sign up as a Merchant; 80 <p>When your registration is verified, you can sign in to your Developer Console, which will be the home for your app publishing operations and tools on Google Play. </p>
|
/frameworks/base/docs/html/tools/building/ |
building-cmdline.jd | 46 must manually sign it with your own private key, using Keytool and Jarsigner.</p> 51 procedure for generating a private key and then using it to sign your .apk file. If you're just 72 and immediately install it on an emulator. In debug mode, the build tools automatically sign your 104 <p>Before you start building your application in release mode, be aware that you must sign the 107 in release mode and then manually sign and align the package, or allow the build script to sign 112 <p>If you build your application <em>unsigned</em>, then you will need to manually sign and align 133 <p>Once you have created the unsigned .apk, your next step is to sign the .apk with your private 143 <p>If you would like, you can configure the Android build script to automatically sign and align 255 install</code>. This will build your application, sign it with the debug key, and install it o [all...] |
index.jd | 28 release mode. You typically want to sign your application in debug mode when you develop and test 31 Play, you must sign the application in release mode, using your own private key.</p> 34 when you build your application. You can also easily setup Eclipse or your Ant build to sign your
|
/ndk/sources/cxx-stl/stlport/src/ |
num_put.cpp | 39 int sign = 0; local 42 sign = 1; 68 return (last - first) + sign + basechars;
|
/packages/inputmethods/LatinIME/java/res/values/ |
emoji-categories.xml | 55 <item>00ae</item> <!-- REGISTERED SIGN --> 56 <item>00a9</item> <!-- COPYRIGHT SIGN --> 57 <item>2122</item> <!-- TRADE MARK SIGN -->
|
/packages/providers/CalendarProvider/ |
maketests.py | 59 sign = -1
61 sign = 1
62 hour = int(m.group(4)) + (sign * int(m.group(8)))
|
/system/security/keystore-engine/ |
rsa_meth.cpp | 93 int32_t ret = service->sign(String16(reinterpret_cast<const char*>(key_id)), padded.get(), 139 int32_t ret = service->sign(String16(reinterpret_cast<const char*>(key_id)), from, 145 ALOGW("Error during sign from keystore: %d", ret);
|
/libcore/luni/src/main/java/java/lang/ |
StrictMath.java | 923 * Returns a double with the given magnitude and the sign of {@code sign}. 924 * If {@code sign} is NaN, the sign of the result is positive. 927 public static double copySign(double magnitude, double sign) { 934 long signBits = Double.doubleToRawLongBits((sign != sign) ? 1.0 : sign); 940 * Returns a float with the given magnitude and the sign of {@code sign} 1018 long sign = bits & Double.SIGN_MASK; local 1072 int sign = bits & Float.SIGN_MASK; local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerConvertTest.java | 572 int sign = 1; local 574 int aNumber = new BigInteger(sign, aBytes).intValue(); 584 int sign = -1; local 586 int aNumber = new BigInteger(sign, aBytes).intValue(); 607 int sign = -1; local 609 int aNumber = new BigInteger(sign, aBytes).intValue(); 669 assertEquals("incorrect sign", 1, aNumber.signum()); 684 assertEquals("incorrect sign", -1, aNumber.signum()); 699 assertEquals("incorrect sign", 1, aNumber.signum()); 714 assertEquals("incorrect sign", -1, aNumber.signum()) [all...] |
/external/valgrind/main/VEX/priv/ |
guest_generic_x87.c | 61 S is the sign bit. For runs X----X, at least one of the Xs must be 63 there is an explicitly represented leading 1, and a sign bit, 77 sign bit, giving 64 in total. 109 UChar sign; local 111 sign = toUChar( (f64[7] >> 7) & 1 ); 132 f80[9] = toUChar( sign << 7 ); 163 f80[9] = toUChar( (sign << 7) | ((bexp >> 8) & 0xFF) ); 180 f80[9] = toUChar( (sign << 7) | 0x7F ); 198 f80[9] = toUChar( (sign << 7) | 0x7F ); 207 f80[9] = toUChar( (sign << 7) | 0x7F ) 250 UChar sign; local 439 UInt sign, expExp; local [all...] |
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_dialog_view_delegate.h | 63 // Whether the account chooser/sign in link control should be visible. 66 // Whether the sign in web view should be displayed. 69 // The URL to sign in to Google. 80 // account chooser should initiate sign-in. 192 // Begins or aborts the flow to sign into Wallet.
|