HomeSort by relevance Sort by last modified time
    Searched refs:alt (Results 126 - 150 of 316) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilMediaElementImpl.java 141 return this.getAttribute("alt");
200 public void setAlt(String alt) throws DOMException {
201 this.setAttribute("alt", alt);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 628 alt<decisionNumber> = <maxAlt>
645 alt<decisionNumber> = <maxAlt>
684 alt<decisionNumber> = <maxAlt>
716 alt<decisionNumber> = <maxAlt>
738 altSwitchCase(altNum,alt) ::= <<
739 if alt<decisionNumber> == <altNum>:
741 <alt>
745 alt(elements,altNum,description,autoAST,outerAlt, treeLevel,rew) ::= <<
982 alt<decisionNumber> = <eotPredictsAlt>
1012 alt<decisionNumber> = <eotPredictsAlt> <! if no edges, don't gen ELSE !
    [all...]
  /external/chromium_org/chrome/common/extensions/
command.cc 189 bool alt = (modifiers & ui::EF_ALT_DOWN) != 0; local
192 // We support Ctrl+foo, Alt+foo, Ctrl+Shift+foo, Alt+Shift+foo, but not
193 // Ctrl+Alt+foo and not Shift+foo either. For a more detailed reason why we
194 // don't support Ctrl+Alt+foo see this article:
198 if (key == ui::VKEY_UNKNOWN || (ctrl && alt) || (command && alt) ||
199 (shift && !ctrl && !alt && !command)) {
212 (shift || ctrl || alt || command)) {
298 // Ctrl and Alt are mutually exclusive
    [all...]
  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine.cc 60 const proto::SpeechRecognitionAlternative& alt = local
62 if (alt.has_confidence())
63 DVLOG(1) << " CONFIDENCE:\t" << alt.confidence();
64 if (alt.has_transcript())
65 DVLOG(1) << " TRANSCRIPT:\t" << alt.transcript();
  /external/chromium_org/content/public/test/
browser_test_utils.cc 284 bool alt,
287 web_contents, key_code, NULL, control, shift, alt, command);
295 bool alt,
324 if (alt) {
386 if (alt) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmllib.py 128 def handle_image(self, src, alt, *args):
131 The default implementation simply passes the alt value to the
135 self.handle_data(alt)
414 alt = '(image)'
422 if attrname == 'alt':
423 alt = value
434 self.handle_image(src, alt, ismap, align, width, height)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmllib.py 128 def handle_image(self, src, alt, *args):
131 The default implementation simply passes the alt value to the
135 self.handle_data(alt)
414 alt = '(image)'
422 if attrname == 'alt':
423 alt = value
434 self.handle_image(src, alt, ismap, align, width, height)
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 192 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); local
193 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE");
194 if (alt != NULL && *alt == "SHIFTED") {
1100 UnicodeString alt; local
    [all...]
  /external/qemu/disas/
i386.c 4402 int alt = 0; local
6322 const char *alt; local
6392 const char *alt; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp 770 String alt = fastGetAttribute(altAttr); local
772 if (alt.isNull())
773 alt = fastGetAttribute(titleAttr);
774 if (alt.isNull())
775 alt = fastGetAttribute(valueAttr);
776 if (alt.isEmpty())
777 alt = locale().queryString(blink::WebLocalizedString::InputElementAltText);
778 return alt;
1273 const AtomicString& HTMLInputElement::alt() const function in class:WebCore::HTMLInputElement
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeNodeStream.java 339 Tree alt = nodes[5]; local
349 block.addChild(alt);
350 alt.addChild(s);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
key_sequence_test.js 36 * altKey: Whether or not the alt key was held down.
84 cvox.ChromeVox.modKeyStr = 'Alt';
91 // Down arrow key with alt held down. We specified 'Alt' as the
120 // 'a' key with alt (which is the mock ChromeVox modifier) and shift held
139 // 'a' key with alt (which is the mock ChromeVox modifier) held down
363 * Tests modifiers (ctrl, alt, etc) - if two sequences have different modifiers
381 * Tests modifier (ctrl, alt, etc) order - if two sequences have the same
  /external/chromium_org/remoting/host/win/
rdp_client_window.cc 160 VLOG(3) << "Injecting Ctrl+Alt+End to emulate SAS.";
175 UINT alt = MapVirtualKey(VK_MENU, MAPVK_VK_TO_VSC); local
185 // Press 'Alt'.
190 MAKELPARAM(1, alt | KF_ALTDOWN));
198 // Release 'Alt'.
202 SendMessage(input_window, WM_KEYUP, VK_MENU, MAKELPARAM(1, alt | up));
309 // Enable the Ctrl+Alt+Del screen.
  /external/chromium_org/third_party/opus/src/doc/
customdoxygen.css 584 .directory-alt {
589 .directory-alt h3 {
595 .directory-alt > h3 {
599 .directory-alt p {
604 .directory-alt div {
609 .directory-alt img {
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 99 {command} alt = 'alt';
308 | {alt} cs_open alt command_delimiter expression cs_close
310 [i1]:cs_open slash [i3]:alt [i2]:cs_close
311 // <?cs alt:some.thing ?>...<?cs /alt ?>
312 {->New command.alt(
660 | {alt} position expression command // alt:x statemen
    [all...]
  /external/libopus/doc/
customdoxygen.css 584 .directory-alt {
589 .directory-alt h3 {
595 .directory-alt > h3 {
599 .directory-alt p {
604 .directory-alt div {
609 .directory-alt img {
  /frameworks/base/docs/html/reference/renderscript/
doxygen.css 574 .directory-alt {
579 .directory-alt h3 {
585 .directory-alt > h3 {
589 .directory-alt p {
594 .directory-alt div {
599 .directory-alt img {
  /ndk/docs/renderscript/
doxygen.css 574 .directory-alt {
579 .directory-alt h3 {
585 .directory-alt > h3 {
589 .directory-alt p {
594 .directory-alt div {
599 .directory-alt img {
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 742 int alt<decisionNumber>=<maxAlt>;
751 switch (alt<decisionNumber>)
762 int alt<decisionNumber>=<maxAlt>;
769 switch (alt<decisionNumber>)
803 int alt<decisionNumber>=<maxAlt>;
809 switch (alt<decisionNumber>)
841 int alt<decisionNumber>=<maxAlt>;
847 switch ( alt<decisionNumber> )
875 altSwitchCase(altNum,alt) ::= <<
879 <alt>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 718 int alt<decisionNumber>=<maxAlt>;
727 switch (alt<decisionNumber>)
738 int alt<decisionNumber>=<maxAlt>;
745 switch (alt<decisionNumber>)
779 int alt<decisionNumber>=<maxAlt>;
785 switch (alt<decisionNumber>)
817 int alt<decisionNumber>=<maxAlt>;
823 switch ( alt<decisionNumber> )
851 altSwitchCase(altNum,alt) ::= <<
855 <alt>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 1033 NSInteger alt<decisionNumber>=<maxAlt>;
1039 switch (alt<decisionNumber>) {
    [all...]
  /external/chromium_org/chrome/test/remoting/
remote_desktop_browsertest.h 104 bool alt,
  /external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
mathjax.js 71 cvox.MathJax.asciiMathToMml(msg.id, args.alt, args.id);
83 cvox.MathJax.texToMml(msg.id, args.alt, args.id);
  /external/markdown/markdown/
inlinepatterns.py 83 IMAGE_REFERENCE_RE = r'\!' + BRK + '\s*\[([^\]]*)\]' # ![alt text][2]
295 el.set('alt', truealt)
333 el.set("alt", text)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 83 def alt(c): function

Completed in 668 milliseconds

1 2 3 4 56 7 8 91011>>