HomeSort by relevance Sort by last modified time
    Searched refs:alt (Results 101 - 125 of 220) sorted by null

1 2 3 45 6 7 8 9

  /external/webkit/LayoutTests/fast/events/touch/script-tests/
basic-single-touch-events.js 97 eventSender.setTouchModifier("alt", true);
101 eventSender.setTouchModifier("alt", false);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 493 var alt<decisionNumber>:int=<maxAlt>;
499 switch (alt<decisionNumber>) {
508 var alt<decisionNumber>:int=<maxAlt>;
513 switch (alt<decisionNumber>) {
543 var alt<decisionNumber>:int=<maxAlt>;
547 switch (alt<decisionNumber>) {
569 var alt<decisionNumber>:int=<maxAlt>;
573 switch (alt<decisionNumber>) {
603 alt(elements,altNum,description,autoAST,outerAlt,treeLevel,rew) ::= <<
823 alt<decisionNumber>=<eotPredictsAlt>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 523 my $alt<decisionNumber> = <maxAlt>;
529 switch ($alt<decisionNumber>) {
538 my $alt<decisionNumber> = <maxAlt>;
543 switch ($alt<decisionNumber>) {
573 my $alt<decisionNumber> = <maxAlt>;
577 switch ($alt<decisionNumber>) {
602 my $alt<decisionNumber> = <maxAlt>;
606 switch ($alt<decisionNumber>) {
635 alt(elements,altNum,description,autoAST,outerAlt,treeLevel,rew) ::= <<
856 $alt<decisionNumber> = <eotPredictsAlt>
    [all...]
  /external/icu4c/test/intltest/
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")
1803 UnicodeString alt; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 99 def enter_alternative( alt )
101 listener.enter_alternative( alt )
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
Dbg.stg 223 alt<decisionNumber> = cdfa<decisionNumber>.predict(ctx, RECOGNIZER, ISTREAM, &cdfa<decisionNumber>);
C.stg     [all...]
  /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/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/qemu/
i386-dis.c 4338 int alt = 0; local
6257 const char *alt; local
6327 const char *alt; local
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLInputElement.cpp 724 String alt = fastGetAttribute(altAttr); local
726 if (alt.isNull())
727 alt = getAttribute(titleAttr);
728 if (alt.isNull())
729 alt = getAttribute(valueAttr);
730 if (alt.isEmpty())
731 alt = inputElementAltText();
732 return alt;
1140 String HTMLInputElement::alt() const function in class:WebCore::HTMLInputElement
    [all...]
HTMLInputElement.idl 36 attribute [Reflect] DOMString alt;
  /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/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/markdown/markdown/
inlinepatterns.py 83 IMAGE_REFERENCE_RE = r'\!' + BRK + '\s*\[([^\]]*)\]' # ![alt text][2]
295 el.set('alt', truealt)
333 el.set("alt", text)
  /external/webkit/Source/WebCore/platform/
PlatformKeyboardEvent.h 187 bool down, bool cap, bool alt, bool sym);
  /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);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventHub.cs 95 public virtual void EnterAlt( int alt )
100 listener.EnterAlt( alt );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventHub.java 84 public void enterAlt(int alt) {
87 listener.enterAlt(alt);
DebugEventSocketProxy.java 125 public void enterAlt(int alt) {
126 transmit("enterAlt\t"+alt);

Completed in 456 milliseconds

1 2 3 45 6 7 8 9