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

1 2 3 4 5 67 8 91011

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventHub.cs 95 public virtual void EnterAlt( int alt )
100 listener.EnterAlt( alt );
DebugEventSocketProxy.cs 175 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/
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);
  /external/chromium_org/chrome/browser/resources/chromeos/keyboard/
keyboard_utils.js 62 false, // alt
  /external/chromium_org/chrome/common/extensions/docs/examples/tutorials/getstarted/
popup.js 58 img.setAttribute('alt', kittens[i].getAttribute('title'));
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.idl 25 [Reflect] attribute DOMString alt;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]
  /external/chromium_org/third_party/lcov/bin/
genhtml     [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
genhtml     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 84 public void optimizeAlternative(StateCluster alt) {
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 plus one for th
    [all...]
  /external/chromium/chrome/browser/
browser_keyevents_browsertest.cc 67 bool alt; member in struct:__anon4343::KeyEventTestData
266 browser(), test.key, test.ctrl, test.shift, test.alt, test.command));
274 " VKEY:0x%02x, ctrl:%d, shift:%d, alt:%d, command:%d\n"
277 data.key, data.ctrl, data.shift, data.alt, data.command,
506 // On Mac, access keys use ctrl+alt modifiers.
588 // Alt+A should focus the element with accesskey = "A".
598 // Alt+D should move the focus to the location entry.
606 // No element should be focused, as Alt+D was handled by the browser.
617 // If the keydown event is suppressed, then Alt+D should be handled as an
631 // On GTK, alt-0..9 are assigned as tab selection accelerators, so they ca
    [all...]
  /external/chromium_org/chrome/browser/
browser_keyevents_browsertest.cc 81 bool alt; member in struct:__anon6674::KeyEventTestData
278 browser(), test.key, test.ctrl, test.shift, test.alt, test.command));
286 " VKEY:0x%02x, ctrl:%d, shift:%d, alt:%d, command:%d\n"
289 data.key, data.ctrl, data.shift, data.alt, data.command,
540 // On Mac, access keys use ctrl+alt modifiers.
624 // Alt+A should focus the element with accesskey = "A".
634 // Alt+D should move the focus to the location entry.
641 // No element should be focused, as Alt+D was handled by the browser.
652 // If the keydown event is suppressed, then Alt+D should be handled as an
665 // On Ash, alt-1..9 are assigned as window selection global accelerators, s
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 577 SkRect alt; local
578 if (path.isRect(&alt) && !path.isInverseFillType()) {
579 return this->clipDevRect(alt, op, doAA);
  /external/skia/src/core/
SkClipStack.cpp 577 SkRect alt; local
578 if (path.isRect(&alt) && !path.isInverseFillType()) {
579 return this->clipDevRect(alt, op, doAA);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 157 public override void EnterAlt(int alt) {
158 Transmit("enterAlt\t" + alt);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 105 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/
CodeGenTreeWalker.g 173 if ( ( elementAST.getParent().getType() == ANTLRLexer.ALT && elementAST.getParent().getParent().getParent().getType() == RULE && elementAST.getParent().getParent().getChildCount() == 2 )
175 // 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");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /external/libppp/src/
datalink.c 134 dl->phone.alt = dl->phone.next = NULL;
193 if (dl->phone.alt == NULL) {
201 dl->phone.alt = strsep(&dl->phone.next, ":");
203 phone = strsep(&dl->phone.alt, "|");
377 dl->phone.alt = NULL;
815 dl->phone.alt = NULL;
892 dl->phone.alt = NULL;
    [all...]
  /art/compiler/dex/quick/arm/
utility_arm.cc 99 uint32_t alt; local
106 alt = val >> count;
107 if (alt != 0) {
109 val = alt;
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 112 <tr class="alt-color">
181 <tr class="alt-color">
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java 55 * of states per alt in a single decision's DFA.
132 /** Each alt in an NFA derived from a grammar must have a DFA state that
145 /** We only want one accept state per predicted alt; track here */
148 /** Track whether an alt discovers recursion for each alt during
149 * NFA to DFA conversion; >1 alt with recursion implies nonregular.
262 // >1 alt recurses, k=* and no auto backtrack nor manual sem/syn
889 /** Return a list of Integer alt numbers for which no lookahead could
    [all...]
  /external/chromium_org/third_party/re2/re2/
compile.cc 163 Frag Alt(Frag a, Frag b);
331 Frag Compiler::Alt(Frag a, Frag b) {
521 int alt = AllocInst(1); local
522 if (alt < 0) {
526 inst_[alt].InitAlt(rune_range_.begin, id);
527 rune_range_.begin = alt;
751 f = Alt(f, child_frags[i]);
    [all...]
  /external/regex-re2/re2/
compile.cc 162 Frag Alt(Frag a, Frag b);
330 Frag Compiler::Alt(Frag a, Frag b) {
520 int alt = AllocInst(1); local
521 if (alt < 0) {
525 inst_[alt].InitAlt(rune_range_.begin, id);
526 rune_range_.begin = alt;
750 f = Alt(f, child_frags[i]);
    [all...]

Completed in 487 milliseconds

1 2 3 4 5 67 8 91011