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

<<21222324252627282930>>

  /external/srec/srec/cfront/
himul32.h 129 int sign = 0;
134 sign = 1;
139 sign = 1 - sign;
177 if (sign)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
cp855.py 78 0x009e: 0x044a, # CYRILLIC SMALL LETTER HARD SIGN
79 0x009f: 0x042a, # CYRILLIC CAPITAL LETTER HARD SIGN
127 0x00cf: 0x00a4, # CURRENCY SIGN
157 0x00ed: 0x044c, # CYRILLIC SMALL LETTER SOFT SIGN
158 0x00ee: 0x042c, # CYRILLIC CAPITAL LETTER SOFT SIGN
159 0x00ef: 0x2116, # NUMERO SIGN
173 0x00fd: 0x00a7, # SECTION SIGN
216 u'#' # 0x0023 -> NUMBER SIGN
217 u'$' # 0x0024 -> DOLLAR SIGN
218 u'%' # 0x0025 -> PERCENT SIGN
    [all...]
cp866.py 74 0x009a: 0x042a, # CYRILLIC CAPITAL LETTER HARD SIGN
76 0x009c: 0x042c, # CYRILLIC CAPITAL LETTER SOFT SIGN
154 0x00ea: 0x044a, # CYRILLIC SMALL LETTER HARD SIGN
156 0x00ec: 0x044c, # CYRILLIC SMALL LETTER SOFT SIGN
168 0x00f8: 0x00b0, # DEGREE SIGN
172 0x00fc: 0x2116, # NUMERO SIGN
173 0x00fd: 0x00a4, # CURRENCY SIGN
216 u'#' # 0x0023 -> NUMBER SIGN
217 u'$' # 0x0024 -> DOLLAR SIGN
218 u'%' # 0x0025 -> PERCENT SIGN
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
cp855.py 78 0x009e: 0x044a, # CYRILLIC SMALL LETTER HARD SIGN
79 0x009f: 0x042a, # CYRILLIC CAPITAL LETTER HARD SIGN
127 0x00cf: 0x00a4, # CURRENCY SIGN
157 0x00ed: 0x044c, # CYRILLIC SMALL LETTER SOFT SIGN
158 0x00ee: 0x042c, # CYRILLIC CAPITAL LETTER SOFT SIGN
159 0x00ef: 0x2116, # NUMERO SIGN
173 0x00fd: 0x00a7, # SECTION SIGN
216 u'#' # 0x0023 -> NUMBER SIGN
217 u'$' # 0x0024 -> DOLLAR SIGN
218 u'%' # 0x0025 -> PERCENT SIGN
    [all...]
cp866.py 74 0x009a: 0x042a, # CYRILLIC CAPITAL LETTER HARD SIGN
76 0x009c: 0x042c, # CYRILLIC CAPITAL LETTER SOFT SIGN
154 0x00ea: 0x044a, # CYRILLIC SMALL LETTER HARD SIGN
156 0x00ec: 0x044c, # CYRILLIC SMALL LETTER SOFT SIGN
168 0x00f8: 0x00b0, # DEGREE SIGN
172 0x00fc: 0x2116, # NUMERO SIGN
173 0x00fd: 0x00a4, # CURRENCY SIGN
216 u'#' # 0x0023 -> NUMBER SIGN
217 u'$' # 0x0024 -> DOLLAR SIGN
218 u'%' # 0x0025 -> PERCENT SIGN
    [all...]
  /frameworks/base/packages/SystemUI/res/values-cs/
strings.xml 92 <string name="accessibility_phone_one_bar" msgid="687699278132664115">"Jedna ?árka signálu telefonní sít?."</string>
93 <string name="accessibility_phone_two_bars" msgid="8384905382804815201">"Dv? ?árky signálu telefonní sít?."</string>
94 <string name="accessibility_phone_three_bars" msgid="8521904843919971885">"T?i ?árky signálu telefonní sít?."</string>
95 <string name="accessibility_phone_signal_full" msgid="6471834868580757898">"Plný signál telefonní sít?."</string>
97 <string name="accessibility_data_one_bar" msgid="1415625833238273628">"Jedna ?árka signálu datové sít?."</string>
98 <string name="accessibility_data_two_bars" msgid="6166018492360432091">"Dv? ?árky signálu datové sít?."</string>
99 <string name="accessibility_data_three_bars" msgid="9167670452395038520">"T?i ?árky signálu datové sít?."</string>
100 <string name="accessibility_data_signal_full" msgid="2708384608124519369">"Plný signál datové sít?."</string>
103 <string name="accessibility_wifi_one_bar" msgid="7735893178010724377">"Jedna ?árka signálu sít? Wi-Fi."</string>
104 <string name="accessibility_wifi_two_bars" msgid="4994274250497262434">"Dv? ?árky signálu sít? Wi-Fi."</string
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerOrTest.java 48 assertEquals("incorrect sign", 1, result.signum());
68 assertEquals("incorrect sign", -1, result.signum());
88 assertEquals("incorrect sign", 1, result.signum());
108 assertEquals("incorrect sign", -1, result.signum());
128 assertEquals("incorrect sign", 0, result.signum());
148 assertEquals("incorrect sign", 1, result.signum());
168 assertEquals("incorrect sign", 1, result.signum());
188 assertEquals("incorrect sign", 1, result.signum());
208 assertEquals("incorrect sign", 1, result.signum());
228 assertEquals("incorrect sign", 1, result.signum())
    [all...]
  /bionic/libc/upstream-netbsd/libc/stdlib/
div.c 62 * r.rem will have the same sign as denom and the opposite
63 * sign of num; if both are negative and r.quot has been
65 * have the opposite sign of num). These are considered
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ceill.c 65 u.e = u.bits.sign ? -0.0 : 1.0;
70 if (!u.bits.sign) {
87 if (!u.bits.sign) {
s_floorl.c 65 u.e = u.bits.sign ? -1.0 : 0.0;
70 if (u.bits.sign) {
87 if (u.bits.sign) {
  /external/antlr/antlr-3.4/antlr3-maven-archetype/
pom.xml 52 <id>release-sign-artifacts</id>
67 <id>sign-artifacts</id>
70 <goal>sign</goal>
  /external/chromium/chrome/browser/chromeos/login/
login_display.h 42 // Users decides to sign in into captive portal.
45 // Sign in using |username| and |password| specified.
50 // Sign in into Guest session.
  /external/chromium/chrome/browser/resources/picasaweb_uploader/
upload.html 26 <div class="header-info">Sign in to Picasa Web Albums.</div>
45 <button type="button" class="login-button">Sign in</button>
75 <button class="logout-button">Sign out</button>
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/
HelloLicenseServlet.java 65 "<strong>%s</strong> | <a href=\"%s\">Sign out</a><br><br>",
83 oauth.sign(http);
108 "<a href=\"%s\">Sign in</a>",
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/
HelloLicenseServlet.java 65 "<strong>%s</strong> | <a href=\"%s\">Sign out</a><br><br>",
83 oauth.sign(http);
108 "<a href=\"%s\">Sign in</a>",
  /external/chromium_org/chrome/android/java/strings/translations/
android_chrome_strings_en-GB.xtb 32 <translation id="3136378934686431938">Please update your sign in details.</translation>
53 <translation id="7947953824732555851">Accept and sign in</translation>
62 <translation id="7495038789730067783">Confirm sign in</translation>
  /external/chromium_org/chrome/browser/chromeos/login/
auth_sync_observer.cc 55 // Invalidate OAuth2 refresh token to force Gaia sign-in flow. This is
56 // needed because sign-out/sign-in solution is suggested to the user.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
header_bar.css 74 #login-header-bar #cancel-multiple-sign-in-button {
84 html[dir=rtl] #login-header-bar #cancel-multiple-sign-in-button {
100 #login-header-bar #cancel-multiple-sign-in-button {
  /external/chromium_org/chrome/browser/ui/autofill/
account_chooser_model.cc 106 // Currently, _any_ (non-sign-in) error disables _all_ Wallet accounts.
155 // Any non-sign-in error disables all Wallet accounts.
180 // that the sign-in attempt is in progress.
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-java/
HelloLicenseServlet.java 64 "<strong>%s</strong> | <a href=\"%s\">Sign out</a><br><br>",
82 oauth.sign(http);
107 "<a href=\"%s\">Sign in</a>",
  /external/chromium_org/media/base/simd/
convert_yuv_to_rgb.h 116 // sign-extend int. On Win64, MSVC does not sign-extend the value in the stack
118 // of extension and fault. ptrdiff_t is portably sign-extended and fixes this
  /external/chromium_org/third_party/WebKit/Source/testing/data/fonts/
SampleFont.sfont 36 <map charValue="u0023" charName="NUMBER SIGN" glyphRefID="234"/>
37 <map charValue="u0024" charName="DOLLAR SIGN" glyphRefID="235"/>
38 <map charValue="u0025" charName="PERCENT SIGN" glyphRefID="236"/>
44 <map charValue="u002B" charName="PLUS SIGN" glyphRefID="242"/>
61 <map charValue="u003C" charName="LESS-THAN SIGN" glyphRefID="259"/>
62 <map charValue="u003D" charName="EQUALS SIGN" glyphRefID="260"/>
63 <map charValue="u003E" charName="GREATER-THAN SIGN" glyphRefID="261"/>
130 <map charValue="u00A2" charName="CENT SIGN" glyphRefID="608"/>
131 <map charValue="u00A3" charName="POUND SIGN" glyphRefID="609"/>
132 <map charValue="u00A5" charName="YEN SIGN" glyphRefID="291"/
    [all...]
  /external/chromium_org/third_party/icu/source/tools/makeconv/
makeconv.1.in 53 are handled as follows. If a comment (starting with a `#' sign) that
55 the text starting with the `#' sign, and ending before the `|' sign,
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter_re2.cc 85 // If we replaced a dollar sign with a backslash and there are now two
86 // backslashes in the string, we assume that the dollar-sign was previously
88 // backslashes with a dollar sign.
  /external/chromium_org/v8/src/
conversions.cc 89 int sign; local
96 &sign, &length, &decimal_point);
98 if (sign) builder.AddCharacter('-');
180 int sign; local
188 &sign, &decimal_rep_length, &decimal_point);
273 int sign; local
287 &sign, &decimal_rep_length, &decimal_point);
292 &sign, &decimal_rep_length, &decimal_point);
319 int sign; local
327 &sign, &decimal_rep_length, &decimal_point)
    [all...]

Completed in 1087 milliseconds

<<21222324252627282930>>