Searched refs:alt (Results 126 - 150 of 234) sorted by relevance

12345678910

/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DCSharp2.stg742 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/
H A DCSharp3.stg718 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/
H A DObjC.stg1033 NSInteger alt<decisionNumber>=<maxAlt>;
1039 switch (alt<decisionNumber>) {
1048 NSInteger alt<decisionNumber>=<maxAlt>;
1053 switch (alt<decisionNumber>) {
1082 NSInteger alt<decisionNumber> = <maxAlt>;
1086 switch (alt<decisionNumber>) {
1110 NSInteger alt<decisionNumber>=<maxAlt>;
1114 switch (alt<decisionNumber>) {
1137 altSwitchCase(altNum, alt) ::= <<
1140 <alt>
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dnetwork_dropdown.js208 image.alt = '';
276 image.alt = '';
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventSocketProxy.cs157 public override void EnterAlt(int alt) { argument
158 Transmit("enterAlt\t" + alt);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventSocketProxy.cs175 public override void EnterAlt( int alt )
177 Transmit( "enterAlt\t" + alt );
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugEventHub.java84 public void enterAlt(int alt) { argument
87 listener.enterAlt(alt);
H A DDebugEventSocketProxy.java125 public void enterAlt(int alt) { argument
126 transmit("enterAlt\t"+alt);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.idl27 [Reflect] attribute DOMString alt;
H A DHTMLImageElement.cpp259 // lets figure out the alt text.. magic stuff
262 const AtomicString& alt = fastGetAttribute(altAttr); local
263 if (!alt.isNull())
264 return alt;
345 // image height and width for the alt text instead.
/external/valgrind/main/memcheck/tests/
H A Dcond_ld_st.c43 // Returns either |*src| or |alt|.
45 UInt do_conditional_load32 ( UInt* src, UInt alt, Bool b ) argument
50 "mov r5, %2" "\n\t" // alt
56 : /*IN*/"r"(src), "r"(alt), "r"(b)
61 res = b ? *src : alt;
69 // Possibly writes |alt| to |*dst|, and returns the resulting
72 UInt do_conditional_store32 ( UInt* dst, UInt alt, Bool b ) argument
76 "mov r5, %1" "\n\t" // alt
81 : /*IN*/"r"(dst), "r"(alt), "r"(b)
86 if (b) *dst = alt;
[all...]
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc85 const bool alt = event.IsAltDown() || event.IsAltGrDown(); local
88 if (control && !shift && !alt)
90 return (control && shift && !alt) ? IDS_APP_REDO : kNoCommand;
92 return (control && !alt) ? IDS_APP_REDO : kNoCommand;
94 return (control && !alt) ? IDS_APP_SELECT_ALL : kNoCommand;
96 return (control && !alt) ? IDS_APP_CUT : kNoCommand;
98 return (control && !alt) ? IDS_APP_COPY : kNoCommand;
100 return (control && !alt) ? IDS_APP_PASTE : kNoCommand;
102 // Ignore alt+right, which may be a browser navigation shortcut.
103 if (alt)
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg1905 int alt<decisionNumber>=<maxAlt>;
1911 switch (alt<decisionNumber>)
1924 ANTLR3_UINT32 alt<decisionNumber>;
1926 alt<decisionNumber>=<maxAlt>;
1932 switch (alt<decisionNumber>)
1966 int alt<decisionNumber>=<maxAlt>;
1970 switch (alt<decisionNumber>)
2010 int alt<decisionNumber>=<maxAlt>;
2014 switch (alt<decisionNumber>)
2039 altSwitchCase(altNum,alt)
[all...]
/external/libedit/src/
H A Dtty.c906 el_action_t *map, *alt; local
911 alt = el->el_map.alt;
932 keymacro_clear(el, alt, old);
933 alt[UC(old[0])] = dalt[UC(old[0])];
934 keymacro_clear(el, alt, new);
935 alt[UC(new[0])] = tp->bind[el->el_map.type + 1];
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc700 // Skip processing of [Alt]+<num-pad digit> Unicode alt key codes.
707 const bool alt = event.IsAltDown() || event.IsAltGrDown(); local
710 model()->AcceptInput(alt ? NEW_FOREGROUND_TAB : CURRENT_TAB, false);
734 if (control || alt || shift)
739 if (control || alt || shift)
744 if (control && !alt && !read_only()) {
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py381 for alt in alternates:
382 xmlWriter.simpletag("Alternate", glyph=alt)
716 for alt in alts:
717 namespace[alt] = type(alt, (base,), {})
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotTables.py381 for alt in alternates:
382 xmlWriter.simpletag("Alternate", glyph=alt)
716 for alt in alts:
717 namespace[alt] = type(alt, (base,), {})
/external/chromium_org/third_party/lcov/bin/
H A Dgenhtml3204 my $alt;
3213 $alt = rate($hit, $found, "%");
3225 <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="$_[0]snow.png" width=100 height=10 alt="$alt"></td></tr></table>
3233 <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="$_[0]$png_name" width=100 height=10 alt="$alt"></td></tr></table>
3241 <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="$_[0]$png_name" width=$width height=10 alt="$alt"><img src="$_[0]snow.png" width=$remainder height=10 alt="$alt"></t
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DNFAFactory.java84 public void optimizeAlternative(StateCluster alt) { argument
85 NFAState s = alt.left;
86 while ( s!=alt.right ) {
101 // point at the last node of the alt. Don't collapse action edges
134 * what an alt block looks like, must have extra state on left.
231 * TODO add to codegen: collapse alt blks that are sets into single matchSet
357 // single alt, no decision, just return only alt state cluster
375 * and every alt right side points at a block end NFAState. There is a
376 * new NFAState in the NFAState in the StateCluster for each alt plu
[all...]
/external/chromium_org/chrome/browser/
H A Dbrowser_keyevents_browsertest.cc77 bool alt; member in struct:__anon2957::KeyEventTestData
274 browser(), test.key, test.ctrl, test.shift, test.alt, test.command));
282 " VKEY:0x%02x, ctrl:%d, shift:%d, alt:%d, command:%d\n"
285 data.key, data.ctrl, data.shift, data.alt, data.command,
527 // On Mac, access keys use ctrl+alt modifiers.
652 // On Ash, alt-1..9 are assigned as window selection global accelerators, so
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DTypeSlots.py285 for alt in (self.py2, self.py3):
286 if isinstance(alt, (tuple, list)):
287 slot_name, method_name = alt
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dsocket.rb105 def enter_alternative( alt )
106 transmit "%s\t%s", :enter_alternative, alt
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DCodeGenTreeWalker.g175 // single alt at the start of the rule needs to be checked
568 ( alt=alternative rew=rewrite
574 // add the rewrite code as just another element in the alt :)
584 $alt.code.add("rew", $rew.code);
586 // add this alt to the list of alts for this block
587 $code.add("alts",$alt.code);
588 $alt.code.add("altNum", altNum);
589 $alt.code.add("outerAlt", blockNestingLevel==RULE_BLOCK_NESTING_LEVEL);
633 ST altcode=templates.getInstanceOf("alt");
680 $code = templates.getInstanceOf("alt");
[all...]
/external/chromium_org/chrome/common/extensions/docs/static/sass/
H A D_typography.scss138 font-family: $alt-font;
/external/chromium_org/content/browser/resources/accessibility/
H A Daccessibility.js137 faviconElement.alt = "";

Completed in 553 milliseconds

12345678910