Searched refs:alt (Results 151 - 175 of 234) sorted by relevance

12345678910

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.util_3.2.100.v20100503.jar ... lon org.osgi.util.measurement.Measurement alt
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_i386.cpp170 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \
171 { #reg, alt, GPR_SIZE(reg), GPR_OFFSET(reg), eEncodingUint, \
H A DRegisterContext_x86_64.cpp317 #define DEFINE_GPR(reg, alt, kind1, kind2, kind3, kind4) \
318 { #reg, alt, 0, 0, eEncodingUint, \
324 #define DEFINE_GPR_i386(reg_i386, reg_x86_64, alt, kind1, kind2, kind3, kind4) \
325 { #reg_i386, alt, GPR_i386_SIZE(reg_i386), 0, eEncodingUint, \
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDFA.java55 * 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
924 * TODO: I call getUniquelyPredicatedAlt too much; cache predicted alt
930 // this alt i
1005 getAcceptState(int alt) argument
1009 setAcceptState(int alt, DFAState acceptState) argument
[all...]
/external/chromium_org/chrome/test/remoting/
H A Dremote_desktop_browsertest.h112 bool alt,
H A Dremote_desktop_browsertest.cc379 bool alt,
387 alt, local
374 SimulateKeyPressWithCode( ui::KeyboardCode keyCode, const char* code, bool control, bool shift, bool alt, bool command) argument
/external/chromium_org/third_party/re2/re2/
H A Dcompile.cc521 int alt = AllocInst(1); local
522 if (alt < 0) {
526 inst_[alt].InitAlt(rune_range_.begin, id);
527 rune_range_.begin = alt;
/external/lldb/tools/debugserver/source/
H A DDNBDefs.h202 const char *alt; // Alternate name member in struct:DNBRegisterInfo
/external/regex-re2/re2/
H A Dcompile.cc520 int alt = AllocInst(1); local
521 if (alt < 0) {
525 inst_[alt].InitAlt(rune_range_.begin, id);
526 rune_range_.begin = alt;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java840 * If in filter mode, we want every alt to backtrack and we need to
1140 // compute lookahead for each alt
1143 for (int alt = 1; alt <= numAlts; alt++) {
1145 decisionStartState.translateDisplayAltToWalkAlt(alt);
1148 //System.out.println("alt "+alt+" start state = "+altStartState.stateNumber);
1149 altLook[alt] = ll1Analyzer.LOOK(altStartState);
1150 //System.out.println("alt "
3063 getNFAStateForAltOfDecision(NFAState decisionState, int alt) argument
[all...]
H A DErrorManager.java191 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);
672 recursionOverflow(DecisionProbe probe, DFAState sampleBadState, int alt, Collection targetRules, Collection callSiteStates) argument
/external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
H A Dsha1-586.pl149 $alt=0; # 1 denotes alternative IALU implementation, which performs
176 &mov($tmp1,$a) if ($alt && $n==15);
185 if ($alt) {
229 if ($alt) {
272 if ($alt) {
/external/openssl/crypto/sha/asm/
H A Dsha1-586.pl132 $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) {
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs414 * 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
990 protected virtual void DebugEnterAlt(int alt) { argument
993 dbg.EnterAlt(alt);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBaseRecognizer.cs484 * 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
1120 protected virtual void DebugEnterAlt(int alt) argument
1124 dbg.EnterAlt(alt);
/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.js279 if (keyEvt.keyCode == 67 && keyEvt.altKey) { // alt + c.
326 this.nodeImg_.alt = '';
409 this.dangerNodeImg_.alt = '';
/external/chromium_org/chrome/browser/resources/options/
H A Dautofill_options_list.js103 icon.alt = this.description;
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.cpp271 bool alt = mouseEvent->modifiers & WebMouseEvent::AltKey; local
275 navigationPolicyFromMouseEvent(buttonNumber, ctrl, shift, alt, meta, &userPolicy);
/external/libedit/src/
H A Dkeymacro.c227 el->el_map.alt[(unsigned char)*in] != ED_SEQUENCE_LEAD_IN) ||
228 (map == el->el_map.alt &&
/external/chromium_org/styleguide/c++/
H A Dc++11.css321 tr.alt td,
322 td.alt {
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3debughandlers.c57 static void enterAlt (pANTLR3_DEBUG_EVENT_LISTENER delboy, int alt);
559 enterAlt (pANTLR3_DEBUG_EVENT_LISTENER delboy, int alt) argument
565 sprintf(buffer, "enterAlt\t%d\n", alt);
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddebug.py415 which alt is predicted. This is fired AFTER init actions have been
424 def enterAlt(self, alt):
426 know which alt you are entering. This is 1..n for n alts.
533 If no viable alt occurs it is within an enter/exit decision, which
553 The sequence for this rule (with no viable alt in the subrule) for
926 def enterAlt(self, alt):
927 self.transmit("enterAlt\t%d" % alt)
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h2422 place, 'alt' is copied to 'dst'. However, the loaded value is not
2428 * 'dst' and 'alt' must have type I32
2434 that the types of 'alt' and 'dst' and the result type of 'cvt' must
2438 evaluates to zero (false), and 'alt' is evaluated even when 'guard'
2439 evaluates to one (true). That is, 'addr' and 'alt' are always
2459 IRExpr* alt; /* Value if load is not done. */ member in struct:__anon32307
2475 IRTemp dst, IRExpr* addr, IRExpr* alt,
2632 expression fields (addr, alt) even if the guard evaluates
2635 t<tmp> = if (<guard>) <cvt>(LD<end>(<addr>)) else <alt> */
2762 IRExpr* addr, IRExpr* alt, IRExp
[all...]
/external/chromium_org/v8/src/
H A Djsregexp.cc3469 void LoopChoiceNode::AddLoopAlternative(GuardedAlternative alt) { argument
3471 AddAlternative(alt);
3472 loop_node_ = alt.node();
3476 void LoopChoiceNode::AddContinueAlternative(GuardedAlternative alt) { argument
3478 AddAlternative(alt);
3479 continue_node_ = alt.node();
4550 GuardedAlternative alt = that->alternatives()->at(i); local
4551 os_ << " n" << that << " -> n" << alt.node();
4555 GuardedAlternative alt = that->alternatives()->at(i); local
4556 alt
5843 GuardedAlternative& alt = alts->at(i); local
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.c3226 struct sctp_nets *alt; local
3286 alt = tp1->whoTo;
3290 alt = sctp_find_alternate_net(stcb, alt, 2);
3294 alt = sctp_find_alternate_net(stcb, alt, 1);
3296 if (alt == NULL) {
3297 alt = tp1->whoTo;
3315 alt = sctp_find_alternate_net(stcb, tp1->whoTo, 0);
3322 alt
[all...]

Completed in 872 milliseconds

12345678910