HomeSort by relevance Sort by last modified time
    Searched refs:alt (Results 126 - 150 of 201) sorted by null

1 2 3 4 56 7 8 9

  /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/bluetooth/bluez/tools/
ciptool.c 406 char *alt; member in struct:__anon2300
486 if (strncmp(command[i].cmd, argv[0], 4) && strncmp(command[i].alt, argv[0], 4))
dfutool.c 710 char *alt; member in struct:__anon2302
783 if (strcmp(command[i].cmd, argv[0]) && strcmp(command[i].alt, argv[0]))
rfcomm.c 688 char *alt; member in struct:__anon2309
835 if (strncmp(command[i].cmd, argv[0], 4) && strncmp(command[i].alt, argv[0], 4))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java 311 * @param alt The default value, if the property doesn't exist
313 private void setSummary(String preference, String property, String alt) {
316 SystemProperties.get(property, alt));
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 95 <tr class="alt-color">
166 <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/regex-re2/re2/
compile.cc 161 Frag Alt(Frag a, Frag b);
329 Frag Compiler::Alt(Frag a, Frag b) {
519 int alt = AllocInst(1); local
520 if (alt < 0) {
524 inst_[alt].InitAlt(rune_range_.begin, id);
525 rune_range_.begin = alt;
749 f = Alt(f, child_frags[i]);
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLInputElement.h 168 String alt() const;
  /external/webkit/Source/WebKit/win/Interfaces/
DOMHTML.idl 656 - (NSString *)alt;
658 HRESULT alt([out, retval] BSTR* result);
661 - (void)setAlt:(NSString *)alt;
663 HRESULT setAlt([in] BSTR alt);
  /ndk/sources/host-tools/nawk-20071023/
proto.h 64 extern Node *alt(Node *);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java 411 * ( grammar t ( rule a ( BLOCK ( ALT A ) ( ALT B ) ) <end-of-rule> ) )
840 * If in filter mode, we want every alt to backtrack and we need to
    [all...]
ErrorManager.java 191 public static final int MSG_UNREACHABLE_ALTS = 201; // nothing predicts alt i
633 // we've seen this decision and this alt set; never again
674 int alt,
679 Message msg = new RecursionOverflowMessage(probe,sampleBadState, alt,
688 int alt,
693 Message msg = new LeftRecursionMessage(probe, alt, targetRules, callSiteStates);
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-586.pl 132 $alt=0; # 1 denotes alternative IALU implementation, which performs
159 &mov($tmp1,$a) if ($alt && $n==15);
168 if ($alt) {
212 if ($alt) {
255 if ($alt) {
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp 1185 const AtomicString& alt = toHTMLElement(node)->getAttribute(altAttr); local
1369 const AtomicString& alt = toHTMLElement(node)->getAttribute(altAttr); local
1868 const AtomicString& alt = elt->getAttribute(altAttr); local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BaseRecognizer.cs 414 * When you find a "no viable alt exception", the input is not
559 // Why would we ever want them all? Maybe no viable alt instead of
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BaseRecognizer.cs 484 * When you find a "no viable alt exception", the input is not
631 // Why would we ever want them all? Maybe no viable alt instead of
    [all...]
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 301 static ANPKeyModifier make_modifiers(bool shift, bool alt) {
306 if (alt) {
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.cpp 310 bool alt = mouseEvent->modifiers & WebMouseEvent::AltKey; local
313 if (!WebViewImpl::navigationPolicyFromMouseEvent(buttonNumber, ctrl, shift, alt, meta, &policy))
WebViewImpl.h 297 bool alt,
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 77 u4 alt; local
84 alt = val >> count;
85 if (alt != 0) {
87 val = alt;
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 259 this.sendRequest('GET', url + '?alt=json', headers, null, function(xhr) {
357 this.userID_ + '?alt=json', headers, postData, postCallback.bind(this));
  /bionic/libc/netbsd/resolv/
res_debug.c 868 u_int32_t latit = 0, longit = 0, alt = 0; local
921 alt = (10000000 + (altsign * (altmeters * 100 + altfrac)));
965 PUTLONG(alt,bcp);

Completed in 1414 milliseconds

1 2 3 4 56 7 8 9