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

1 23 4 5 6 7 8 9

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs 53 * which alt is predicted. This is fired AFTER init actions have been
63 * know which alt you are entering. This is 1..n for n alts.
66 void EnterAlt( int alt );
174 * If no viable alt occurs it is within an enter/exit decision, which
194 * The sequence for this rule (with no viable alt in the subrule) for
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
BlankDebugEventListener.java 40 public void enterAlt(int alt) {}
DebugEventListener.java 51 * which alt is predicted. This is fired AFTER init actions have been
59 * know which alt you are entering. This is 1..n for n alts.
61 public void enterAlt(int alt);
146 * If no viable alt occurs it is within an enter/exit decision, which
166 * The sequence for this rule (with no viable alt in the subrule) for
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ST.stg 119 retval.Template = <it.alt>;
123 retval.Template = <it.alt>;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ST.stg 97 retval.Template = <it.alt>;
101 retval.Template = <it.alt>;
  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard_unittest.cc 24 // - kLeftAlt key is mapped to |alt|.
25 ModifierMap GetMap(ModifierKey search, ModifierKey control, ModifierKey alt) {
30 modifier_key.push_back(ModifierKeyPair(kLeftAltKey, alt));
37 // - kLeftAlt key is mapped to |alt|.
39 ModifierKey search, ModifierKey control, ModifierKey alt) {
45 (std::count(begin, end, ModifierKeyPair(kLeftAltKey, alt)) == 1)) {
96 // CreateFullXkbLayoutName can remap Search/Ctrl/Alt to CapsLock.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
options.js 24 $('imageTooltip').alt = chrome.i18n.getMessage('imageTooltip');
  /external/webkit/Source/WebCore/html/
HTMLImageElement.h 61 const AtomicString& alt() const;
HTMLImageElement.cpp 171 // lets figure out the alt text.. magic stuff
174 String alt = getAttribute(altAttr); local
176 if (alt.isNull())
177 alt = getAttribute(titleAttr);
178 return alt;
203 // image height and width for the alt text instead.
330 const AtomicString& HTMLImageElement::alt() const function in class:WebCore::HTMLImageElement
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILMediaElement.java 31 * See the alt attribute from .
36 public void setAlt(String alt)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
printf.h 42 unsigned int alt:1; /* # flag. */ member in struct:printf_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 42 unsigned int alt:1; /* # flag. */ member in struct:printf_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 42 unsigned int alt:1; /* # flag. */ member in struct:printf_info
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
AST.stg 87 * one alt will be taken in a rule, but we are declaring all the streams here. So we define
120 @alt.declarations() ::= <<
127 @alt.initializations() ::= <<
349 alt,
359 <alt>
366 alt,
376 <alt>
388 alt,
401 <alt>
412 <a.alt>
    [all...]
  /external/valgrind/main/coregrind/
m_debuglog.c 543 HChar* alt; local
547 case '&': alt = "&amp;"; break;
548 case '<': alt = "&lt;"; break;
549 case '>': alt = "&gt;"; break;
550 default: alt = NULL;
553 if (alt) {
554 while (*alt) {
555 send(*alt, send_arg2);
557 alt++;
  /build/tools/droiddoc/templates-ds/assets/
android-developer-docs.css 1321 tr.alt-color {
1340 table.download tr.alt-color {
1373 /* 240px alt */
1374 .g-tpl-240-alt .g-unit,
1375 .g-unit .g-tpl-240-alt .g-unit,
1376 .g-unit .g-unit .g-tpl-240-alt .g-unit {
1382 .g-unit .g-unit .g-tpl-240-alt .g-first,
1383 .g-unit .g-tpl-240-alt .g-first,
1384 .g-tpl-240-alt .g-first {
1408 /* 200px alt */
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 1321 tr.alt-color {
1340 table.download tr.alt-color {
1373 /* 240px alt */
1374 .g-tpl-240-alt .g-unit,
1375 .g-unit .g-tpl-240-alt .g-unit,
1376 .g-unit .g-unit .g-tpl-240-alt .g-unit {
1382 .g-unit .g-unit .g-tpl-240-alt .g-first,
1383 .g-unit .g-tpl-240-alt .g-first,
1384 .g-tpl-240-alt .g-first {
1408 /* 200px alt */
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventRepeater.cs 62 public virtual void EnterAlt(int alt) {
63 _listener.EnterAlt(alt);
BlankDebugEventListener.cs 59 public virtual void EnterAlt(int alt) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventRepeater.cs 68 public virtual void EnterAlt( int alt )
70 _listener.EnterAlt( alt );
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DecisionProbe.java 98 /** Track the predicates for each alt per DFA state;
99 * more than one DFA state might have syntactically ambig alt prediction.
100 * Maps DFA state to another map, mapping alt number to a
108 * whole alt uncovered. This maps DFA state to the set of alts
121 /** If decision with > 1 alt has recursion in > 1 alt, it's (likely) nonregular
225 /** Found recursion in > 1 alt */
282 * that for this DFA state, that alt is disabled. There may be other
283 * accept states for that alt that make an alt reachable
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSerializerFoo.java 42 * alt ::= A<elems>;
122 public void alt(GrammarAST alt) { method in class:GrammarSerializerFoo
  /external/webkit/Source/WebCore/platform/
PlatformMouseEvent.h 97 int clickCount, bool shift, bool ctrl, bool alt, bool meta, double timestamp)
105 , m_altKey(alt)
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 214 int repeatCount, bool down, bool cap, bool alt, bool sym)
225 , m_altKey(alt ? AltKey : 0)
  /external/eigen/doc/
eigendoxy.css 552 .directory-alt {
557 .directory-alt h3 {
563 .directory-alt > h3 {
567 .directory-alt p {
572 .directory-alt div {
577 .directory-alt img {
798 table.manual td.alt, table.manual tr.alt, table.manual-vl td.alt, table.manual-vl tr.alt {
    [all...]

Completed in 1150 milliseconds

1 23 4 5 6 7 8 9