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

1 2 34 5 6 7 8 9

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
BlankDebugEventListener.cs 65 public virtual void EnterAlt( int alt )
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 36 * which alt is predicted. This is fired AFTER init actions have been
42 * know which alt you are entering. This is 1..n for n alts.
44 - (void) enterAlt:(NSInteger)alt;
127 * If no viable alt occurs it is within an enter/exit decision, which
147 * The sequence for this rule (with no viable alt in the subrule) for
ANTLRDebugEventProxy.h 75 - (void) enterAlt:(NSInteger)alt;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 36 * which alt is predicted. This is fired AFTER init actions have been
42 * know which alt you are entering. This is 1..n for n alts.
44 - (void) enterAlt:(NSInteger)alt;
127 * If no viable alt occurs it is within an enter/exit decision, which
147 * The sequence for this rule (with no viable alt in the subrule) for
ANTLRDebugEventProxy.h 75 - (void) enterAlt:(NSInteger)alt;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 36 * which alt is predicted. This is fired AFTER init actions have been
42 * know which alt you are entering. This is 1..n for n alts.
44 - (void) enterAlt:(NSInteger)alt;
127 * If no viable alt occurs it is within an enter/exit decision, which
147 * The sequence for this rule (with no viable alt in the subrule) for
ANTLRDebugEventProxy.h 75 - (void) enterAlt:(NSInteger)alt;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h 36 * which alt is predicted. This is fired AFTER init actions have been
42 * know which alt you are entering. This is 1..n for n alts.
44 - (void) enterAlt:(NSInteger)alt;
127 * If no viable alt occurs it is within an enter/exit decision, which
147 * The sequence for this rule (with no viable alt in the subrule) for
ANTLRDebugEventProxy.h 75 - (void) enterAlt:(NSInteger)alt;
  /external/compiler-rt/BlocksRuntime/tests/
makefile 46 ALTUSRLOCALLIBSYSTEM ?= $(RootsDirectory)/alt-usr-local-lib-system/
  /external/libppp/src/
datalink.h 95 char *alt; /* Alternate (after fail) phone from the list */ member in struct:datalink::__anon10756
  /frameworks/base/media/java/android/media/
TimedText.java 333 * The "alt" string for user display
343 * @param alt the "alt" string for display.
345 public HyperText(int startChar, int endChar, String url, String alt) {
349 this.altString = alt;
660 byte[] alt = parcel.createByteArray();
661 final String altString = new String(alt, 0, len);
  /external/smack/src/org/jivesoftware/smackx/
XHTMLText.java 217 * @param alt the text to show if you don't show the picture
222 public void appendImageTag(String align, String alt, String height, String src, String width) {
229 if (alt != null) {
230 sb.append(" alt=\"");
231 sb.append(alt);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 564 decision_type alt<decisionNumber>=<maxAlt>;
570 switch (alt<decisionNumber>) {
579 decision_type alt<decisionNumber>=<maxAlt>;
584 switch (alt<decisionNumber>) {
613 decision_type alt<decisionNumber>=<maxAlt>;
617 switch (alt<decisionNumber>) {
640 decision_type alt<decisionNumber>=<maxAlt>;
644 switch (alt<decisionNumber>) {
675 alt(elements,altNum,description,autoAST,outerAlt) ::= <<
676 // alt <fileName>:<description
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 971 tr.alt-color {
990 table.download tr.alt-color {
1023 /* 240px alt */
1024 .g-tpl-240-alt .g-unit,
1025 .g-unit .g-tpl-240-alt .g-unit,
1026 .g-unit .g-unit .g-tpl-240-alt .g-unit {
1032 .g-unit .g-unit .g-tpl-240-alt .g-first,
1033 .g-unit .g-tpl-240-alt .g-first,
1034 .g-tpl-240-alt .g-first {
1058 /* 180px alt */
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 1445 Alternation alt; local
1692 Alternation * alt = new Alternation(); local
    [all...]
  /libcore/support/src/test/java/tests/resources/x509/
create.sh 46 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions alt_other_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-alt-other.der
48 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions alt_email_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-alt-email.der
50 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions alt_dns_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-alt-dns.der
52 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions alt_dirname_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-alt-dirname.der
54 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions alt_uri_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-alt-uri.der
56 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions alt_rid_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-alt-rid.der
58 openssl req -config ${DIR}/default.cnf -new -nodes -batch | openssl x509 -extfile ${DIR}/default.cnf -extensions alt_none_cert -req -signkey /tmp/privkey.pem -outform d > ${DIR}/cert-alt-none.der
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 548 int alt<decisionNumber>=<maxAlt>;
554 switch (alt<decisionNumber>) {
563 int alt<decisionNumber>=<maxAlt>;
568 switch (alt<decisionNumber>) {
598 int alt<decisionNumber>=<maxAlt>;
602 switch (alt<decisionNumber>) {
626 int alt<decisionNumber>=<maxAlt>;
630 switch (alt<decisionNumber>) {
652 altSwitchCase(altNum,alt) ::= <<
655 <alt>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 527 var alt<decisionNumber> = <maxAlt>
533 alt<decisionNumber> match {
543 var alt<decisionNumber> = <maxAlt>
548 alt<decisionNumber> match {
579 var alt<decisionNumber>:Int = <maxAlt>
583 alt<decisionNumber> match {
608 var alt<decisionNumber>:Int = <maxAlt>
612 alt<decisionNumber> match {
633 altSwitchCase(altNum, alt) ::= <<
636 <alt>
    [all...]
  /build/tools/droiddoc/templates-sac/assets/
android-developer-docs.css     [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css     [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h 103 * which alt is predicted. This is fired AFTER init actions have been
109 * know which alt you are entering. This is 1..n for n alts.
111 void (*enterAlt) (pANTLR3_DEBUG_EVENT_LISTENER delboy, int alt);
195 * If no viable alt occurs it is within an enter/exit decision, which
215 * The sequence for this rule (with no viable alt in the subrule) for
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interpreter.java 235 // decision point, must predict and jump to alt
264 System.out.println("predicted alt "+predictedAlt+", parseAlt "+
268 NFAState alt; local
271 alt = s.nfa.grammar.nfa.getState( s.endOfBlockStateNumber );
274 alt = s.nfa.grammar.getNFAStateForAltOfDecision(s, parseAlt);
276 s = (NFAState)alt.transition[0].target;
431 // woohoo! We know which alt to predict
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST.stg 305 retval.st = <it.alt>;
309 retval.st = <it.alt>;
  /external/openssl/crypto/rc4/asm/
rc4-586.pl 93 if ($alt=0) {
195 &mov ($out,&wparam(3)) if (!$alt);
196 &movd ("mm7",&wparam(3)) if ($alt);
215 if ($alt) {

Completed in 1030 milliseconds

1 2 34 5 6 7 8 9