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

1 2 3 4

  /external/webkit/PerformanceTests/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/PerformanceTests/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);
  /external/chromium/chrome/browser/automation/
ui_controls.h 52 bool alt,
58 bool alt,
ui_controls_win.cc 166 bool control, bool shift, bool alt,
201 if (alt) {
215 if (alt) {
332 bool alt,
335 return SendKeyPressImpl(key, control, shift, alt, NULL);
342 bool alt,
346 return SendKeyPressImpl(key, control, shift, alt, task);
ui_controls_linux.cc 102 bool alt,
130 ui::SynthesizeKeyPressEvents(event_window, key, control, shift, alt, &events);
145 bool alt,
154 if (alt)
158 return SendKeyPress(window, key, control, shift, alt, command);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityImageMapLink.cpp 104 const AtomicString& alt = getAttribute(altAttr); local
105 if (!alt.isEmpty())
106 return alt;
  /external/antlr/src/org/antlr/runtime/
SerializedGrammar.java 68 List alt = alts[i]; local
70 buf.append(alt.toString());
138 List alt = readAlt(in); local
139 alts[i] = alt;
146 List alt = new ArrayList(); local
148 if ( A!='A' ) throw new IOException("missing A on start of alt");
154 alt.add(new TokenRef(ttype));
159 alt.add(new RuleRef(ruleIndex));
173 alt.add(b);
178 //System.out.println("exit alt");
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_input_api.cc 100 bool alt = false; local
101 if (args->GetBoolean(kAlt, &alt))
102 flags |= alt ? ui::EF_ALT_DOWN : 0;
  /external/grub/netboot/
misc.c 96 int alt = 0; local
101 alt = 1;
129 if (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/Source/WebCore/html/
HTMLAppletElement.idl 29 attribute [Reflect] DOMString alt;
HTMLAreaElement.idl 25 attribute [Reflect] DOMString alt;
HTMLImageElement.idl 28 attribute [Reflect] DOMString alt;
  /external/chromium/chrome/browser/resources/
keyboard_overlay_data.js 389 "key": "alt",
390 "label": "alt",
391 "notes": "left alt",
467 "key": "alt",
468 "label": "alt",
469 "notes": "right alt",
872 "key": "alt",
873 "label": "alt",
874 "notes": "left alt",
950 "key": "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);
  /external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.cpp 578 for (unsigned alt = 0; alt < disjunction->m_alternatives.size(); ++alt) {
579 PatternAlternative* alternative = disjunction->m_alternatives[alt];
740 for (unsigned alt = 0; alt < disjunction->m_alternatives.size(); ++alt) {
741 PatternAlternative* alternative = disjunction->m_alternatives[alt];
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAppletElement02.js 78 The alt attribute specifies the alternate text for user agents not
81 Retrieve the alt attribute and examine its value.
103 valt = testNode.alt;
HTMLAreaElement02.js 78 The alt attribute specifies an alternate text for user agents not
81 Retrieve the alt attribute and examine its value.
103 valt = testNode.alt;
HTMLImageElement03.js 78 The alt attribute specifies an alternative text for user agenst not
81 Retrieve the alt attribute and examine its value.
103 valt = testNode.alt;
HTMLInputElement07.js 78 The alt attribute alternates text for user agents not rendering the
81 Retrieve the alt attribute of the 1st INPUT element and examine
104 valt = testNode.alt;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLAppletElement02.js 78 The alt attribute specifies the alternate text for user agents not
81 Retrieve the alt attribute and examine its value.
103 valt = testNode.alt;
HTMLAreaElement02.js 78 The alt attribute specifies an alternate text for user agents not
81 Retrieve the alt attribute and examine its value.
103 valt = testNode.alt;
HTMLImageElement03.js 78 The alt attribute specifies an alternative text for user agenst not
81 Retrieve the alt attribute and examine its value.
103 valt = testNode.alt;
HTMLInputElement07.js 78 The alt attribute alternates text for user agents not rendering the
81 Retrieve the alt attribute of the 1st INPUT element and examine
104 valt = testNode.alt;
  /external/antlr/src/org/antlr/runtime/debug/
DebugEventRepeater.java 51 public void enterAlt(int alt) { listener.enterAlt(alt); }

Completed in 401 milliseconds

1 2 3 4