Searched refs:alt (Results 1 - 25 of 234) sorted by relevance

12345678910

/external/libpng/scripts/
H A Ddfn.awk47 for (alt in array) {
48 if (array[alt] != "" && alt < key) {
50 value = array[alt]
51 key = alt
52 array[alt] = ""
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DST.stg109 rewriteTemplateAltFirst(alt) ::= <<
110 <if(alt.pred)>
111 if <alt.pred>:
112 # <alt.description>
113 retval.st = <alt.alt>
116 # <alt.description>
117 retval.st = <alt.alt>
122 rewriteTemplateAlt(alt)
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DNFAConfiguration.java32 /** An NFA state, predicted alt, and syntactic/semantic context.
42 /** What alt is predicted by this configuration */
43 public int alt; field in class:NFAConfiguration
63 * other configuration associated with alt 3).
90 int alt,
95 this.alt = alt;
103 * the state|alt|ctx could be the same and have two different
113 this.alt==other.alt
89 NFAConfiguration(int state, int alt, NFAContext context, SemanticContext semanticContext) argument
[all...]
H A DLL1DFA.java42 /** From list of lookahead sets (one per alt in decision), create
60 for (int alt=1; alt<altLook.length; alt++) {
63 setAcceptState(alt, acceptAltState);
65 acceptAltState.cachedUniquelyPredicatedAlt = alt;
66 Label e = getLabelForSet(altLook[alt].tokenTypeSet);
97 int alt = alts.get(0);
98 setAcceptState(alt, s);
99 s.cachedUniquelyPredicatedAlt = alt;
152 getSynPredForAlt(NFAState decisionStartState, int alt) argument
[all...]
H A DDFAState.java47 * NFA could be in. We need to track the alt predicted by each
70 * context trees for an alt.
108 /** If we detect recursion on more than one alt, decision is non-LL(*),
137 /** The set of NFA configurations (state,alt,context) for this DFA state */
145 * hence looping forever. Sensitive to the NFA state, the alt, and
205 * an NFA state/alt/syntactic&semantic context (chain of invoking state(s)
209 * state|alt|synCtx and different semantic contexts because the
228 // track min alt rather than compute later
229 if ( c.alt < minAltInConfigurations ) {
230 minAltInConfigurations = c.alt;
259 addNFAConfiguration(NFAState state, int alt, NFAContext context, SemanticContext semanticContext) argument
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dmath-partial-sums.js8 var alt = -1.0;
16 alt = -alt;
25 a8 += alt/k;
26 a9 += alt/(2*k -1);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dmath-partial-sums.js8 var alt = -1.0;
16 alt = -alt;
25 a8 += alt/k;
26 a9 += alt/(2*k -1);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dmath-partial-sums.js8 var alt = -1.0;
16 alt = -alt;
25 a8 += alt/k;
26 a9 += alt/(2*k -1);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DNavigationPolicy.h46 bool navigationPolicyFromMouseEvent(unsigned short button, bool ctrl, bool shift, bool alt, bool meta, NavigationPolicy*);
H A DNavigationPolicy.cpp38 bool navigationPolicyFromMouseEvent(unsigned short button, bool ctrl, bool shift, bool alt, bool meta, NavigationPolicy* policy) argument
45 if (!newTabModifier && !shift && !alt)
/external/chromium_org/ui/accessibility/extensions/alt/
H A Dhide-images.css5 body[show-alt] img {
18 body[show-alt] img:not([alt]):not([aria-hidden=true]):not([role=presentation]):before {
19 content: url('chrome-extension://__MSG_@@extension_id__/images/speech-missing-alt-16.png') " " attr(_repaired) !important;
23 body[show-alt] img:not([aria-hidden=true]):not([role=presentation]):not([alt='']):before {
24 content: url('chrome-extension://__MSG_@@extension_id__/images/speech-16.png') " " attr(alt) !important;
48 body[show-alt] .show-alt-infobar {
58 body:not([show-alt])
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DRecursionOverflowMessage.java43 public int alt; field in class:RecursionOverflowMessage
49 int alt,
56 this.alt = alt;
72 st.add("alt", alt);
47 RecursionOverflowMessage(DecisionProbe probe, DFAState sampleBadState, int alt, Collection targetRules, Collection callSiteStates) argument
H A DLeftRecursiveRuleAnalyzer.java61 public void setTokenPrec(GrammarAST t, int alt) { argument
63 tokenToPrec.put(ttype, alt);
77 if ( altAssociativity.get(alt)!=null && altAssociativity.get(alt)!=assoc ) {
78 ErrorManager.error(ErrorManager.MSG_ALL_OPS_NEED_SAME_ASSOC, alt);
80 altAssociativity.put(alt, assoc);
82 //System.out.println("op " + alt + ": " + t.getText()+", assoc="+assoc);
86 public void binaryAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) { argument
94 int nextPrec = nextPrecedence(alt);
102 altText += "{}"; // add empty alt t
113 ternaryAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) argument
138 prefixAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) argument
164 suffixAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) argument
180 otherAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) argument
310 precedence(int alt) argument
314 nextPrecedence(int alt) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAreaElement.idl22 [Reflect] attribute DOMString alt;
/external/chromium_org/ui/base/test/
H A Dui_controls_aura.cc24 bool alt,
28 window, key, control, shift, alt, command);
36 bool alt,
41 window, key, control, shift, alt, command, task);
20 SendKeyPress(gfx::NativeWindow window, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command) argument
32 SendKeyPressNotifyWhenDone(gfx::NativeWindow window, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command, const base::Closure& task) argument
H A Dui_controls_win.cc23 bool alt,
27 return internal::SendKeyPressImpl(window, key, control, shift, alt,
35 bool alt,
40 return internal::SendKeyPressImpl(window, key, control, shift, alt, task);
19 SendKeyPress(gfx::NativeWindow window, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command) argument
31 SendKeyPressNotifyWhenDone(gfx::NativeWindow window, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command, const base::Closure& task) argument
H A Dui_controls.h51 bool alt,
57 bool alt,
/external/chromium_org/chrome/test/base/
H A Dinteractive_test_utils.cc37 bool alt,
42 return SendKeyPressToWindowSync(window, key, control, shift, alt, command);
49 bool alt,
55 window, key, control, shift, alt, command, runner->QuitClosure());
59 window, key, control, shift, alt, command, runner->QuitClosure());
78 bool alt,
84 if (!SendKeyPressSync(browser, key, control, shift, alt, command))
33 SendKeyPressSync(const Browser* browser, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command) argument
45 SendKeyPressToWindowSync(const gfx::NativeWindow window, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command) argument
74 SendKeyPressAndWait(const Browser* browser, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command, int type, const content::NotificationSource& source) argument
H A Dinteractive_test_utils.h54 bool alt,
64 bool alt,
75 bool alt,
96 bool alt,
108 bool alt,
115 if (!SendKeyPressSync(browser, key, control, shift, alt, command))
103 SendKeyPressAndWaitWithDetails( const Browser* browser, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command, int type, const content::NotificationSource& source, const content::Details<U>& details) argument
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A Dgl_x86_asm.py215 alt = "%s@%u" % (name, stack)
217 print '\tGL_STUB(%s, %d, %s)' % (name, f.offset, alt)
220 print '\tHIDDEN(GL_PREFIX(%s, %s))' % (name, alt)
226 alt = "%s@%u" % (name, stack)
232 text = '\tGL_STUB_ALIAS(%s, %d, %s, %s, %s)' % (n, f.offset, alt2, name, alt)
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_x86_asm.py215 alt = "%s@%u" % (name, stack)
217 print '\tGL_STUB(%s, %d, %s)' % (name, f.offset, alt)
220 print '\tHIDDEN(GL_PREFIX(%s, %s))' % (name, alt)
226 alt = "%s@%u" % (name, stack)
232 text = '\tGL_STUB_ALIAS(%s, %d, %s, %s, %s)' % (n, f.offset, alt2, name, alt)
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DAssignTokenTypesWalker.g137 GrammarAST alt = (GrammarAST)adaptor.create( ALT, "ALT" );
138 adaptor.addChild( alt, adaptor.create( STRING_LITERAL, "STRING_LITERAL" ) );
139 adaptor.addChild( alt, adaptor.create( EOA, "EOA" ) );
140 adaptor.addChild( stringAlias, alt );
149 GrammarAST alt = (GrammarAST)adaptor.create( ALT, "ALT" );
150 adaptor.addChild( alt, adaptor.create( CHAR_LITERAL, "CHAR_LITERAL" ) );
151 adaptor.addChild( alt, adaptor.create( EOA, "EOA" ) );
152 adaptor.addChild( charAlias, alt );
161 GrammarAST alt = (GrammarAST)adaptor.create( ALT, "ALT" );
162 adaptor.addChild( alt, adapto
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DST.stg106 rewriteTemplateAlt(alt) ::= <<
107 // <alt.description>
108 <if(alt.pred)>
109 if (<alt.pred>) {
110 retval.st = <alt.alt>;
114 retval.st = <alt.alt>;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_timer.c183 struct sctp_nets *alt, *mnet, *min_errors_net = NULL , *max_cwnd_net = NULL; local
336 alt = TAILQ_NEXT(mnet, sctp_next);
337 if (alt == NULL)
343 alt = TAILQ_FIRST(&stcb->asoc.nets);
344 if (alt == NULL) {
348 if (alt->ro.ro_rt == NULL) {
349 if (alt->ro._s_addr) {
350 sctp_free_ifa(alt->ro._s_addr);
351 alt->ro._s_addr = NULL;
353 alt
460 sctp_mark_all_for_resend(struct sctp_tcb *stcb, struct sctp_nets *net, struct sctp_nets *alt, int window_probe, int *num_marked, int *num_abandoned) argument
804 struct sctp_nets *alt; local
1016 struct sctp_nets *alt; local
1039 struct sctp_nets *alt; local
1102 struct sctp_nets *alt; local
1163 struct sctp_nets *alt; local
1278 struct sctp_nets *alt; local
1301 struct sctp_nets *alt; local
[all...]
/external/chromium_org/third_party/polymer/components-chromium/core-icon/
H A Dcore-icon-extracted.js32 * If alt is present and not empty, it will set the element's role to img and add an aria-label whose content matches alt.
33 * If alt is present and is an empty string, '', it will hide the element from the accessibility layer
34 * If alt is not present, it will set the element's role to img and the element will fallback to using the icon attribute for its aria-label.
36 * @attribute alt
40 alt: null,
44 'alt': 'updateAlt'
113 // Remove element from a11y tree if `alt` is empty, otherwise
114 // use `alt` as `aria-label`.
115 if (this.alt
[all...]

Completed in 644 milliseconds

12345678910