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

1 2 3 4 5 67 8 91011>>

  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_khmer3.xml 28 <!-- U+17B6/U+17C6: "??" KHMER VOWEL SIGN AA/KHMER SIGN NIKAHIT -->
32 <!-- U+17C3: "?" KHMER VOWEL SIGN AI -->
48 <!-- U+17C7: "?" KHMER SIGN REAHMUK
49 U+17C8: "?" KHMER SIGN YUUKALEAPINTU;-->
70 <!-- U+17C4/U+17C7: "??" KHMER VOWEL SIGN OO/KHMER SIGN REAHMUK -->
74 <!-- U+17C9: "?" KHMER SIGN MUUSIKATOAN -->
84 <!-- U+17B6: "?" KHMER VOWEL SIGN AA -->
108 <!-- U+17D2: "?" KHMER SIGN COENG --
    [all...]
rowkeys_lao2.xml 28 <!-- U+0EBB/U+0EC9: "" LAO VOWEL SIGN MAI KON/LAO TONE MAI THO -->
36 <!-- U+0EB3/U+0EC9: "??" LAO VOWEL SIGN AM/LAO TONE MAI THO -->
44 <!-- U+0EB4/U+0EC9: "??" LAO VOWEL SIGN I/LAO TONE MAI THO -->
48 <!-- U+0EB5/U+0EC9: "??" LAO VOWEL SIGN II/LAO TONE MAI THO -->
60 <!-- U+0EBD: "?" LAO SEMIVOWEL SIGN NYO -->
64 <!-- U+0EAB/U+0EBC: "" LAO LETTER HO SUNG/LAO SEMIVOWEL SIGN LO -->
73 <!-- U+0EBB: "?" LAO VOWEL SIGN MAI KON -->
77 <!-- U+0EC4: "?" LAO VOWEL SIGN AI
85 <!-- U+0EB3: "?" LAO VOWEL SIGN AM -->
93 <!-- U+0EB0: "?" LAO VOWEL SIGN A --
    [all...]
rowkeys_symbols_shift3.xml 26 <!-- U+00A9: "©" COPYRIGHT SIGN -->
29 <!-- U+00AE: "®" REGISTERED SIGN -->
32 <!-- U+2122: "?" TRADE MARK SIGN -->
keystyle_devanagari_vowel_sign_aa.xml 33 U+093E/U+0902: "??" DEVANAGARI VOWEL SIGN AA/DEVANAGARI SIGN ANUSVARA
34 U+093E/U+0901: "??" DEVANAGARI VOWEL SIGN AA/DEVANAGARI SIGN CANDRABINDU -->
45 U+093E: "?" DEVANAGARI VOWEL SIGN AA -->
keystyle_devanagari_vowel_sign_o.xml 33 U+094B/U+0902: "??" DEVANAGARI VOWEL SIGN O/DEVANAGARI SIGN ANUSVARA
34 U+0949: "?" DEVANAGARI VOWEL SIGN CANDRA O
35 U+094A: "?" DEVANAGARI VOWEL SIGN SHORT O -->
46 U+094B: "?" DEVANAGARI VOWEL SIGN O -->
keystyle_devanagari_vowel_sign_u.xml 33 U+0941/U+0902: "??" DEVANAGARI VOWEL SIGN U/DEVANAGARI SIGN ANUSVARA
34 U+0941/U+0901: "??" DEVANAGARI VOWEL SIGN U/DEVANAGARI SIGN CANDRABINDU -->
45 U+0941: "?" DEVANAGARI VOWEL SIGN U -->
keystyle_devanagari_vowel_sign_uu.xml 33 U+0942/U+0902: "??" DEVANAGARI VOWEL SIGN UU/DEVANAGARI SIGN ANUSVARA
34 U+0942/U+0901: "??" DEVANAGARI VOWEL SIGN UU/DEVANAGARI SIGN CANDRABINDU -->
45 U+0942: "?" DEVANAGARI VOWEL SIGN UU -->
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fpformat.py 24 # \1 leading sign or empty
36 """Return (sign, intpart, fraction, expo) or raise an exception:
37 sign is '+' or '-'
43 sign, intpart, fraction, exppart = res.group(1,2,3,4)
44 if sign == '+': sign = ''
48 return sign, intpart, fraction, expo
96 sign, intpart, fraction, expo = extract(x)
103 if digs > 0: return sign + intpart + '.' + fraction
104 else: return sign + intpar
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fpformat.py 24 # \1 leading sign or empty
36 """Return (sign, intpart, fraction, expo) or raise an exception:
37 sign is '+' or '-'
43 sign, intpart, fraction, exppart = res.group(1,2,3,4)
44 if sign == '+': sign = ''
48 return sign, intpart, fraction, expo
96 sign, intpart, fraction, expo = extract(x)
103 if digs > 0: return sign + intpart + '.' + fraction
104 else: return sign + intpar
    [all...]
  /external/chromium_org/third_party/icu/source/data/unidata/
DerivedAge.txt 57 00A0..00AC ; 1.1 # [13] NO-BREAK SPACE..NOT SIGN
59 00AE..01F5 ; 1.1 # [328] REGISTERED SIGN..LATIN SMALL LETTER G WITH ACUTE
66 0374..0375 ; 1.1 # [2] GREEK NUMERAL SIGN..GREEK LOWER NUMERAL SIGN
110 0901..0903 ; 1.1 # [3] DEVANAGARI SIGN CANDRABINDU..DEVANAGARI SIGN VISARGA
112 093C..094D ; 1.1 # [18] DEVANAGARI SIGN NUKTA..DEVANAGARI SIGN VIRAMA
114 0958..0970 ; 1.1 # [25] DEVANAGARI LETTER QA..DEVANAGARI ABBREVIATION SIGN
115 0981..0983 ; 1.1 # [3] BENGALI SIGN CANDRABINDU..BENGALI SIGN VISARG
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
double-conversion.cc 172 bool sign; local
178 &sign, &decimal_rep_length, &decimal_point);
181 if (sign && (value != 0.0 || !unique_zero)) {
215 bool sign; local
223 &sign, &decimal_rep_length, &decimal_point);
226 if (sign && (value != 0.0 || !unique_zero)) {
248 bool sign; local
258 &sign, &decimal_rep_length, &decimal_point);
262 &sign, &decimal_rep_length, &decimal_point);
272 if (sign && (value != 0.0 || !unique_zero))
298 bool sign; local
457 bool sign = false; local
    [all...]
  /bionic/libm/
fpmath.h 39 unsigned int sign :1; member in struct:IEEEf2bits::__anon741
41 unsigned int sign :1;
58 unsigned int sign :1; member in struct:IEEEd2bits::__anon742
64 unsigned int sign :1;
66 unsigned int sign :1;
  /external/chromium_org/cc/resources/
layer_quad.cc 29 float sign = quad.IsCounterClockwise() ? -1 : 1; local
30 left_.scale(sign);
31 right_.scale(sign);
32 top_.scale(sign);
33 bottom_.scale(sign);
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper.h 49 // Represents user's decision about sign in process.
54 // User has explicitly accepted to sign in. A bubble is shown with the
58 // User has explicitly accepted to sign in, but wants to configure sync
62 // User has explicitly rejected to sign in. Furthermore, the user does
66 // This is an explicit sign in from either first run, NTP, wrench menu,
95 // one-click sign-in with this email, in which cases a one click signin
100 // that would affect the interstitial and the explicit sign ins.
113 // origin of |url| is a valid Gaia sign in origin. This function is meant
194 // origin of |url| is a valid Gaia sign in origin. This function is meant
204 // |source| is used to determine which of the explicit sign in mechanism i
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
FlingState.cpp 30 // returns +1 or -1, depending on the sign of x
33 SkScalar sign = SK_Scalar1; local
35 sign = -sign;
37 return sign;
  /external/compiler-rt/lib/
floatsidf.c 31 // All other cases begin by extracting the sign and absolute value of a
32 rep_t sign = 0;
34 sign = signBit;
50 // Insert the sign bit and return
51 return fromRep(result | sign);
floatsisf.c 31 // All other cases begin by extracting the sign and absolute value of a
32 rep_t sign = 0;
34 sign = signBit;
56 // Insert the sign bit and return
57 return fromRep(result | sign);
  /external/skia/src/gpu/
FlingState.cpp 30 // returns +1 or -1, depending on the sign of x
33 SkScalar sign = SK_Scalar1; local
35 sign = -sign;
37 return sign;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
neg_format.pass.cpp 62 assert(p.field[1] == std::money_base::sign);
70 assert(p.field[1] == std::money_base::sign);
78 assert(p.field[1] == std::money_base::sign);
86 assert(p.field[1] == std::money_base::sign);
94 assert(p.field[0] == std::money_base::sign);
102 assert(p.field[0] == std::money_base::sign);
110 assert(p.field[0] == std::money_base::sign);
118 assert(p.field[0] == std::money_base::sign);
127 assert(p.field[0] == std::money_base::sign);
135 assert(p.field[0] == std::money_base::sign);
    [all...]
pos_format.pass.cpp 62 assert(p.field[1] == std::money_base::sign);
70 assert(p.field[1] == std::money_base::sign);
78 assert(p.field[1] == std::money_base::sign);
86 assert(p.field[1] == std::money_base::sign);
94 assert(p.field[0] == std::money_base::sign);
102 assert(p.field[0] == std::money_base::sign);
110 assert(p.field[0] == std::money_base::sign);
118 assert(p.field[0] == std::money_base::sign);
127 assert(p.field[0] == std::money_base::sign);
135 assert(p.field[0] == std::money_base::sign);
    [all...]
  /packages/inputmethods/LatinIME/java/res/xml-v16/
keystyle_devanagari_vowel_sign_e.xml 32 <!-- U+0947/U+0902: "??" DEVANAGARI VOWEL SIGN E/DEVANAGARI SIGN ANUSVARA -->
40 <!-- U+0903: "??" DEVANAGARI SIGN VISARGA
41 U+093D: "?" DEVANAGARI SIGN AVAGRAHA -->
51 <!-- U+0947: "?" DEVANAGARI VOWEL SIGN E -->
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
SignatureTest.java 89 assertEquals("state", Signature.SIGN, s.getState());
100 assertEquals("state", Signature.SIGN, s.getState());
105 * Class under test for byte[] sign()
110 s.sign();
118 s.sign();
124 s.sign();
125 assertEquals("state", Signature.SIGN, s.getState());
126 assertTrue("sign() failed", s.runEngineSign);
203 assertEquals("state", Signature.SIGN, s.getState());
224 assertEquals("state", Signature.SIGN, s.getState())
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_GetVLCBits.c 103 OMX_U8 sign = 0; local
124 /* a signed value and the sign and the unsigned value for */
128 sign = (storeLevel & 0x80);
129 if(sign==0x80)
132 sign=1;
136 armRetDataErrIf( storeLevel == 0 || sign*storeLevel == 128 , OMX_Sts_Err); /* Invalid FLC */
142 sign,
191 sign = (OMX_U8) armGetBits(ppBitStream, pBitOffset, 1);
228 sign = (OMX_U8) armGetBits(ppBitStream, pBitOffset, 1);
244 sign,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 23 ('sign', 's',
24 'sign files to upload using gpg'),
25 ('identity=', 'i', 'GPG identity used to sign files'),
28 boolean_options = PyPIRCCommand.boolean_options + ['sign']
35 self.sign = False
40 if self.identity and not self.sign:
42 "Must use --sign for --identity to have meaning"
72 # Sign if requested
73 if self.sign:
74 gpg_args = ["gpg", "--detach-sign", "-a", filename
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 23 ('sign', 's',
24 'sign files to upload using gpg'),
25 ('identity=', 'i', 'GPG identity used to sign files'),
28 boolean_options = PyPIRCCommand.boolean_options + ['sign']
35 self.sign = False
40 if self.identity and not self.sign:
42 "Must use --sign for --identity to have meaning"
72 # Sign if requested
73 if self.sign:
74 gpg_args = ["gpg", "--detach-sign", "-a", filename
    [all...]

Completed in 427 milliseconds

1 2 3 4 5 67 8 91011>>