HomeSort by relevance Sort by last modified time
    Searched refs:alt (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/webkit/SunSpider/tests/sunspider-0.9/
math-partial-sums.js 8 var alt = -1.0;
16 alt = -alt;
25 a8 += alt/k;
26 a9 += alt/(2*k -1);
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
math-partial-sums.js 8 var alt = -1.0;
16 alt = -alt;
25 a8 += alt/k;
26 a9 += alt/(2*k -1);
  /frameworks/base/core/java/android/text/method/
ArrowKeyMovementMethod.java 43 boolean alt = isAlt(buffer);
47 if (alt) {
54 if (alt) {
65 boolean alt = isAlt(buffer);
69 if (alt) {
76 if (alt) {
87 boolean alt = isAlt(buffer);
91 if (alt) {
97 if (alt) {
107 boolean alt = isAlt(buffer)
    [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityImageMapLink.cpp 106 const AtomicString& alt = m_areaElement->getAttribute(altAttr); local
107 if (!alt.isEmpty())
108 return alt;
  /external/grub/netboot/
misc.c 96 int alt = 0; local
101 alt = 1;
129 if (alt)
  /external/chromium/third_party/icu/source/i18n/
astro.h 224 * @param alt The altitude, measured in radians above the horizon.
228 Horizon(double alt=0, double azim=0)
229 : altitude(alt), azimuth(azim) { }
233 * @param alt The altitude, measured in radians above the horizon.
237 void set(double alt, double azim) {
238 altitude = alt;
  /external/icu4c/i18n/
astro.h 224 * @param alt The altitude, measured in radians above the horizon.
228 Horizon(double alt=0, double azim=0)
229 : altitude(alt), azimuth(azim) { }
233 * @param alt The altitude, measured in radians above the horizon.
237 void set(double alt, double azim) {
238 altitude = alt;
  /external/webkit/WebCore/html/
HTMLAppletElement.idl 30 attribute [ConvertNullToNullString, Reflect] DOMString alt;
HTMLAreaElement.idl 25 attribute [ConvertNullToNullString, Reflect] DOMString alt;
HTMLImageElement.idl 26 attribute [ConvertNullToNullString, Reflect] DOMString alt;
HTMLImageElement.h 70 const AtomicString& alt() const;
HTMLImageElement.cpp 150 // lets figure out the alt text.. magic stuff
153 String alt = getAttribute(altAttr); local
155 if (alt.isNull())
156 alt = getAttribute(titleAttr);
157 return alt;
179 // image height and width for the alt text instead.
308 const AtomicString& HTMLImageElement::alt() const function in class:WebCore::HTMLImageElement
HTMLInputElement.idl 32 attribute [ConvertNullToNullString] DOMString alt;
  /build/tools/droiddoc/templates/assets/
android-developer-docs.css 1112 tr.alt-color {
1131 table.download tr.alt-color {
1164 /* 240px alt */
1165 .g-tpl-240-alt .g-unit,
1166 .g-unit .g-tpl-240-alt .g-unit,
1167 .g-unit .g-unit .g-tpl-240-alt .g-unit {
1173 .g-unit .g-unit .g-tpl-240-alt .g-first,
1174 .g-unit .g-tpl-240-alt .g-first,
1175 .g-tpl-240-alt .g-first {
1199 /* 200px alt */
    [all...]
  /external/bluetooth/bluez/input/
sixpair.c 147 handle_device (libusb_device *dev, struct libusb_config_descriptor *cfg, int itfnum, const struct libusb_interface_descriptor *alt)
286 struct libusb_interface_descriptor alt; local
288 alt = itf->altsetting[l];
289 if (alt.bInterfaceClass == 3) {
290 handle_device (dev, cfg, l, &alt);
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILMediaElement.java 31 * See the alt attribute from .
36 public void setAlt(String alt)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
printf.h 42 unsigned int alt:1; /* # flag. */ member in struct:printf_info
  /external/webkit/WebCore/platform/
PlatformMouseEvent.h 86 int clickCount, bool shift, bool ctrl, bool alt, bool meta, double timestamp)
94 , m_altKey(alt)
PlatformKeyboardEvent.h 149 bool down, bool cap, bool alt, bool sym);
  /external/webkit/WebCore/platform/android/
KeyEventAndroid.cpp 214 int repeatCount, bool down, bool cap, bool alt, bool sym)
225 , m_altKey(alt ? AltKey : 0)
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.cpp 1445 Alternation alt; local
1692 Alternation * alt = new Alternation(); local
    [all...]
ssearch.cpp 223 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); local
224 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE");
225 if (alt != NULL && *alt == "SHIFTED") {
571 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); local
572 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE")
1703 UnicodeString alt; local
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 1445 Alternation alt; local
1692 Alternation * alt = new Alternation(); local
    [all...]
ssearch.cpp 226 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); local
227 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE");
228 if (alt != NULL && *alt == "SHIFTED") {
564 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); local
565 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE")
1796 UnicodeString alt; local
    [all...]
  /external/webkit/JavaScriptCore/yarr/
RegexCompiler.cpp 501 for (unsigned alt = 0; alt < disjunction->m_alternatives.size(); ++alt) {
502 PatternAlternative* alternative = disjunction->m_alternatives[alt];
666 for (unsigned alt = 0; alt < disjunction->m_alternatives.size(); ++alt) {
667 PatternAlternative* alternative = disjunction->m_alternatives[alt];

Completed in 595 milliseconds

1 2 3