HomeSort by relevance Sort by last modified time
    Searched full:sign (Results 51 - 75 of 6178) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/android/testshell/res/values/
strings.xml 13 <string name="signin_sign_in">Sign in</string>
15 <string name="signout_title">Do you want to sign out?</string>
16 <string name="signout_sign_out">Sign out</string>
  /external/chromium_org/third_party/icu/source/data/unidata/
DerivedBidiClass.txt 57 00B5 ; L # L& MICRO SIGN
83 0482 ; L # So CYRILLIC THOUSANDS SIGN
90 0903 ; L # Mc DEVANAGARI SIGN VISARGA
92 093B ; L # Mc DEVANAGARI VOWEL SIGN OOE
93 093D ; L # Lo DEVANAGARI SIGN AVAGRAHA
94 093E..0940 ; L # Mc [3] DEVANAGARI VOWEL SIGN AA..DEVANAGARI VOWEL SIGN II
95 0949..094C ; L # Mc [4] DEVANAGARI VOWEL SIGN CANDRA O..DEVANAGARI VOWEL SIGN AU
96 094E..094F ; L # Mc [2] DEVANAGARI VOWEL SIGN PRISHTHAMATRA E..DEVANAGARI VOWEL SIGN A
    [all...]
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/
Signature_Impl1Test.java 35 * Class under test for int sign(byte[], int, int)
41 s.sign(b, 0, 5);
49 s.sign(b, 0, 5);
55 s.sign(b, 0, 5);
56 assertEquals("state", Signature.SIGN, s.getState());
57 assertTrue("sign() failed", s.runEngineSign);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_FillVLDBuffer.c 28 * and sign, also updates the index
33 * [in] sign Flag indicating the sign of level
50 OMX_U8 sign,
61 /* Store the level depending on the sign*/
62 if (sign == 1)
  /packages/inputmethods/LatinIME/java/res/xml/
key_symbols_period.xml 25 U+2122: "?" TRADE MARK SIGN
26 U+00AE: "®" REGISTERED SIGN
27 U+00A9: "©" COPYRIGHT SIGN
28 U+00A7: "§" SECTION SIGN
29 U+00B6: "¶" PILCROW SIGN
32 <!-- U+00B0: "°" DEGREE SIGN
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_int_literal.py 22 # Ditto with a minus sign and parentheses
27 # Ditto with a minus sign and NO parentheses
37 # Ditto with a minus sign and parentheses
40 # Ditto with a minus sign and NO parentheses
48 # Ditto with a minus sign and parentheses
51 # Ditto with a minus sign and NO parentheses
62 # Ditto with a minus sign and parentheses
67 # Ditto with a minus sign and NO parentheses
83 # Ditto with a minus sign and parentheses
88 # Ditto with a minus sign and NO parenthese
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_int_literal.py 22 # Ditto with a minus sign and parentheses
27 # Ditto with a minus sign and NO parentheses
37 # Ditto with a minus sign and parentheses
40 # Ditto with a minus sign and NO parentheses
48 # Ditto with a minus sign and parentheses
51 # Ditto with a minus sign and NO parentheses
62 # Ditto with a minus sign and parentheses
67 # Ditto with a minus sign and NO parentheses
83 # Ditto with a minus sign and parentheses
88 # Ditto with a minus sign and NO parenthese
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
principals_private.idl 5 // Experimental APIs to trigger Chrome sign in actions.
10 // Triggers Chrome sign out.
  /external/chromium_org/third_party/skia/src/core/
SkMathPriv.h 17 /** If sign == -1, returns -n, else sign must be 0, and returns n.
20 static inline int32_t SkApplySign(int32_t n, int32_t sign) {
21 SkASSERT(sign == 0 || sign == -1);
22 return (n ^ sign) - sign;
25 /** Return x with the sign of y */
  /external/skia/src/core/
SkMathPriv.h 17 /** If sign == -1, returns -n, else sign must be 0, and returns n.
20 static inline int32_t SkApplySign(int32_t n, int32_t sign) {
21 SkASSERT(sign == 0 || sign == -1);
22 return (n ^ sign) - sign;
25 /** Return x with the sign of y */
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
bit_cnt.c 500 Word16 sign, signLength; local
533 sign=0;
539 sign = sign << 1;
542 sign|=1;
550 sign = sign << 1;
553 sign|=1;
561 sign = sign << 1
    [all...]
  /external/harfbuzz/contrib/tables/
DerivedCombiningClass.txt 24 0021..0023 ; 0 # Po [3] EXCLAMATION MARK..NUMBER SIGN
25 0024 ; 0 # Sc DOLLAR SIGN
26 0025..0027 ; 0 # Po [3] PERCENT SIGN..APOSTROPHE
30 002B ; 0 # Sm PLUS SIGN
36 003C..003E ; 0 # Sm [3] LESS-THAN SIGN..GREATER-THAN SIGN
53 00A2..00A5 ; 0 # Sc [4] CENT SIGN..YEN SIGN
54 00A6..00A7 ; 0 # So [2] BROKEN BAR..SECTION SIGN
56 00A9 ; 0 # So COPYRIGHT SIGN
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_CONST_16.S 3 FETCH_S(r0, 1) @ r0<- ssssBBBB (sign-extended)
  /dalvik/vm/mterp/c/
OP_CONST_4.cpp 6 tmp = (s4) (INST_B(inst) << 28) >> 28; // sign extend 4-bit value
OP_GOTO_16.cpp 3 s4 offset = (s2) FETCH(1); /* sign-extend next code unit */
  /dalvik/vm/mterp/mips/
OP_CONST_16.S 3 FETCH_S(a0, 1) # a0 <- ssssBBBB (sign-extended)
OP_CONST_4.S 6 sra a1, a1, 28 # a1 <- sssssssB (sign-extended)
  /external/chromium/chrome/browser/resources/
login.html 8 <div id="sign-in-div">
9 <div id="sign-in-body">
11 Sign in with your Google Account
26 Sign In
  /external/chromium_org/native_client_sdk/src/examples/tutorial/testing/
example.dsc 10 'CXXFLAGS': ['-Wno-sign-compare']
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/viewport/
viewport-75.html 2 <title>Equals sign for the property starting with "x;". initial-scale is recognized, maximum-scale is not.</title>
  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/ir/
asinh.ir 6 (expression float sign (var_ref x))
19 (expression vec2 sign (var_ref x))
32 (expression vec3 sign (var_ref x))
45 (expression vec4 sign (var_ref x))
  /external/clang/test/Sema/
incompatible-sign.c 4 int b(unsigned* y) { return a(y); } // expected-warning {{passing 'unsigned int *' to parameter of type 'int *' converts between pointers to integer types with different sign}}
  /external/mesa3d/src/glsl/builtins/ir/
asinh.ir 6 (expression float sign (var_ref x))
19 (expression vec2 sign (var_ref x))
32 (expression vec3 sign (var_ref x))
45 (expression vec4 sign (var_ref x))
  /external/valgrind/main/memcheck/tests/ppc32/
power_ISA2_05.stdout.exp 2 fcpsgn sign=10.101010, base=11.111111 => 11.111111
3 fcpsgn sign=10.101010, base=-0.000000 => 0.000000
4 fcpsgn sign=10.101010, base=0.000000 => 0.000000
5 fcpsgn sign=10.101010, base=-11.111111 => 11.111111
6 fcpsgn sign=-0.000000, base=11.111111 => -11.111111
7 fcpsgn sign=-0.000000, base=-0.000000 => -0.000000
8 fcpsgn sign=-0.000000, base=0.000000 => -0.000000
9 fcpsgn sign=-0.000000, base=-11.111111 => -11.111111
10 fcpsgn sign=0.000000, base=11.111111 => 11.111111
11 fcpsgn sign=0.000000, base=-0.000000 => 0.00000
    [all...]
  /external/valgrind/main/memcheck/tests/ppc64/
power_ISA2_05.stdout.exp 3 fcpsgn sign=10.101010, base=11.111111 => 11.111111
4 fcpsgn sign=10.101010, base=-0.000000 => 0.000000
5 fcpsgn sign=10.101010, base=0.000000 => 0.000000
6 fcpsgn sign=10.101010, base=-11.111111 => 11.111111
7 fcpsgn sign=-0.000000, base=11.111111 => -11.111111
8 fcpsgn sign=-0.000000, base=-0.000000 => -0.000000
9 fcpsgn sign=-0.000000, base=0.000000 => -0.000000
10 fcpsgn sign=-0.000000, base=-11.111111 => -11.111111
11 fcpsgn sign=0.000000, base=11.111111 => 11.111111
12 fcpsgn sign=0.000000, base=-0.000000 => 0.00000
    [all...]

Completed in 472 milliseconds

1 23 4 5 6 7 8 91011>>