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

1 2 3 4 56 7 8 91011

  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
background.js 58 'alt' : 'json',
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilMediaElementImpl.java 140 return this.getAttribute("alt");
199 public void setAlt(String alt) throws DOMException {
200 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/content/browser/speech/
google_streaming_remote_engine.cc 62 const proto::SpeechRecognitionAlternative& alt = local
64 if (alt.has_confidence())
65 DVLOG(1) << " CONFIDENCE:\t" << alt.confidence();
66 if (alt.has_transcript())
67 DVLOG(1) << " TRANSCRIPT:\t" << alt.transcript();
  /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/chromium/chrome/browser/resources/
keyboard_overlay.js 20 alt: 'alt',
56 'ALT': 'modifier-alt'
62 '38': 'is-alt'
127 18: 'ALT',
128 91: 'ALT', // left ALT pressed with SHIFT
129 92: 'ALT', // right ALT pressed with SHIF
    [all...]
  /external/icu4c/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") {
1102 UnicodeString alt; local
    [all...]
  /external/qemu/
i386-dis.c 4338 int alt = 0; local
6257 const char *alt; local
6327 const char *alt; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityNodeObject.cpp 82 const AtomicString& alt = toHTMLElement(node)->getAttribute(altAttr); local
83 if (!alt.isEmpty())
84 return alt;
1073 // Images should use alt as long as the attribute is present, even if empty.
1075 const AtomicString& alt = getAttribute(altAttr); local
1076 if (!alt.isNull())
1077 return alt;
1541 const AtomicString& alt = getAttribute(altAttr); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp 832 String alt = fastGetAttribute(altAttr); local
834 if (alt.isNull())
835 alt = getAttribute(titleAttr);
836 if (alt.isNull())
837 alt = getAttribute(valueAttr);
838 if (alt.isEmpty())
839 alt = inputElementAltText();
840 return alt;
1301 String HTMLInputElement::alt() const function in class:WebCore::HTMLInputElement
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 1181 const bool alt = key_event.IsAltDown(); local
    [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/remoting/host/win/
rdp_client_window.cc 161 VLOG(3) << "Injecting Ctrl+Alt+End to emulate SAS.";
176 UINT alt = MapVirtualKey(VK_MENU, MAPVK_VK_TO_VSC); local
186 // Press 'Alt'.
191 MAKELPARAM(1, alt | KF_ALTDOWN));
199 // Release 'Alt'.
203 SendMessage(input_window, WM_KEYUP, VK_MENU, MAKELPARAM(1, alt | up));
310 // 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...]
  /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 {
  /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/content/public/test/
browser_test_utils.h 86 bool alt,
  /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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 83 def alt(c): function
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventHub.cs 86 public virtual void EnterAlt(int alt) {
89 listener.EnterAlt(alt);

Completed in 1937 milliseconds

1 2 3 4 56 7 8 91011