Searched refs:alt (Results 26 - 50 of 234) sorted by relevance

12345678910

/external/chromium_org/ui/base/test/
H A Dui_controls_aura.h25 bool alt,
31 bool alt,
H A Dui_controls_internal_win.h21 bool alt,
/external/chromium_org/ui/aura/test/
H A Dui_controls_factory_aurawin.cc37 bool alt,
43 window, key, control, shift, alt, base::Closure());
49 bool alt,
55 return SendKeyPressImpl(window, key, control, shift, alt, task);
33 SendKeyPress(gfx::NativeWindow native_window, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command) argument
45 SendKeyPressNotifyWhenDone(gfx::NativeWindow native_window, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command, const base::Closure& task) argument
H A Dui_controls_factory_aurax11.cc57 bool alt,
60 window, key, control, shift, alt, command, base::Closure());
67 bool alt,
76 if (alt)
88 if (alt)
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DNFAToDFAConverter.java122 * Walk each alt in decision and compute closure from the start of that
124 * that same decision. The idea is to associate a specific alt number
125 * with the starting closure so we can trace the alt number for all states
126 * derived from this. At a stop state in the DFA, we can return this alt
127 * number, indicating which alt is predicted.
131 * this alternative one, let's make this alt n+1 where n is the number of
140 NFAState alt = dfa.decisionNFAStartState;
145 while ( alt!=null ) {
147 // any input symbols for each alt. Keep adding to same
149 // but track the alt numbe
591 closure(NFAState p, int alt, NFAContext context, SemanticContext semanticContext, DFAState d, boolean collectPredicates) argument
985 convertToAcceptState(DFAState d, int alt) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DST4ObjC.stg176 rewriteTemplateAlt(alt) ::= <<
177 // <alt.description>
178 <if(alt.pred)>
179 if (<alt.pred>) {
180 retval.st = <alt.alt>;
184 retval.st = <alt.alt>;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dkeyboard_overlay.css88 .keyboard-overlay-key.is-shortcut.modifier-alt {
100 .keyboard-overlay-key.is-shortcut.modifier-shift.modifier-alt {
104 .keyboard-overlay-key.is-shortcut.modifier-ctrl.modifier-alt {
108 .keyboard-overlay-key.is-shortcut.modifier-shift.modifier-ctrl.modifier-alt {
125 .keyboard-overlay-key.pressed.is-shift.modifier-alt {
129 .keyboard-overlay-key.pressed.is-shift.modifier-ctrl.modifier-alt {
141 .keyboard-overlay-key.pressed.is-ctrl.modifier-alt {
145 .keyboard-overlay-key.pressed.is-ctrl.modifier-shift.modifier-alt {
149 .keyboard-overlay-key.pressed.is-alt {
153 .keyboard-overlay-key.pressed.is-alt
[all...]
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXImageMapLink.cpp107 const AtomicString& alt = getAttribute(altAttr); local
108 if (!alt.isEmpty())
109 return alt;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DSerializedGrammar.java68 List alt = alts[i];
70 buf.append(alt.toString());
138 List alt = readAlt(in);
139 alts[i] = alt;
146 List alt = new ArrayList();
148 if ( A!='A' ) throw new IOException("missing A on start of alt");
154 alt.add(new TokenRef(ttype));
159 alt.add(new RuleRef(ruleIndex));
173 alt.add(b);
178 //System.out.println("exit alt");
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DDOTGenerator.java185 // special case: if decision point, then line up the alt start states
191 NFAState alt = (NFAState)s;
192 while ( alt!=null ) {
193 rankST.add("states", getStateLabel(alt));
194 if ( alt.transition[1] !=null ) {
195 alt = (NFAState)alt.transition[1].target;
198 alt=null;
336 int alt = altI.intValue();
340 buf.append("alt");
[all...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DLeftRecursiveRuleWalker.g55 private int outerAlt; // which outer alt of rule?
79 public void setTokenPrec(GrammarAST t, int alt) {}
80 public void binaryAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) {}
81 public void ternaryAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) {}
82 public void prefixAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) {}
83 public void suffixAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) {}
84 public void otherAlt(GrammarAST altTree, GrammarAST rewriteTree, int alt) {}
162 /** An alt is either prefix, suffix, binary, or ternary operation or "other" */
H A DANTLR.g88 EOA; // end of alt
292 * alt = ^(ALT["ALT"] {b} EOA["EOA"])
293 * prefixWithSynpred( alt )
294 * return ^(BLOCK["BLOCK"] {alt} EOB["<end-of-block>"])
296 GrammarAST alt = (GrammarAST)adaptor.create(ALT, "ALT");
297 adaptor.addChild(alt, b);
298 adaptor.addChild(alt, adaptor.create(EOA, "<end-of-alt>"));
300 prefixWithSynPred(alt);
303 adaptor.addChild(block, alt);
[all...]
/external/chromium_org/ui/keyboard/resources/elements/
H A Dkb-keyboard.js109 // Flag values for ctrl, alt and shift as defined by EventFlags
270 alt: null,
503 if (this.alt)
504 this.alt.onNonControlKeyDown();
674 if (this.alt)
675 detail.altModifier = this.alt.isActive();
834 if (this.alt)
835 this.alt.onNonControlKeyTyped();
837 this.classList.remove('alt-active');
916 if (this.alt)
[all...]
/external/chromium_org/ash/test/
H A Dui_controls_factory_ash.cc65 bool alt,
68 window, key, control, shift, alt, command, base::Closure());
76 bool alt,
83 window, key, control, shift, alt, command, closure);
/external/chromium_org/third_party/icu/source/i18n/
H A Dastro.h224 * @param alt The altitude, measured in radians above the horizon.
228 Horizon(double alt=0, double azim=0) argument
229 : altitude(alt), azimuth(azim) { }
233 * @param alt The altitude, measured in radians above the horizon.
237 void set(double alt, double azim) { argument
238 altitude = alt;
/external/icu/icu4c/source/i18n/
H A Dastro.h224 * @param alt The altitude, measured in radians above the horizon.
228 Horizon(double alt=0, double azim=0) argument
229 : altitude(alt), azimuth(azim) { }
233 * @param alt The altitude, measured in radians above the horizon.
237 void set(double alt, double azim) { argument
238 altitude = alt;
/external/libedit/src/
H A Dmap.h51 el_action_t *alt; /* The current alternate key map */ member in struct:el_map_t
H A Dmap.c906 el->el_map.alt = el_malloc(sizeof(*el->el_map.alt) * N_KEYS);
907 if (el->el_map.alt == NULL)
943 el_free(el->el_map.alt);
944 el->el_map.alt = NULL;
982 el_action_t *alt = el->el_map.alt; local
988 for (i = 0; i <= 0377 && alt[i] != EM_META_NEXT; i++)
993 map = alt;
995 map = alt;
1022 el_action_t *alt = el->el_map.alt; local
1053 el_action_t *alt = el->el_map.alt; local
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/
H A DLeftRecursiveRules.stg79 recRuleAlt(alt, pred) ::= "{<pred>}?=> <alt>"
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dpngfix.js15 var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAppletElement.idl25 [Reflect] attribute DOMString alt;
/external/chromium_org/ui/keyboard/resources/
H A Dmain.css17 kb-keyboard.alt-active kb-modifier-key[char=Alt],
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
H A Den.stg204 "with rewrite=true, alt <arg> not simple node or obvious tree element; text attribute for rule not guaranteed to be correct"
226 "rule <arg> alt <arg2> uses rewrite syntax and also an AST operator"
230 ALL_OPS_NEED_SAME_ASSOC(arg) ::= "all operators of alt <alt> of left-recursive rule must have same associativity"
238 <paths:{ it | alt <it.alt> via NFA path <it.states; separator=","><\n>}>
254 Input such as "<upon>" is insufficiently covered with predicates at locations: <altToLocations.keys:{alt|alt <alt>: <altToLocations.(alt)
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DAST.stg96 @alt.declarations() ::= <<
247 alt,rewriteBlockLevel,
254 <alt>
260 alt,rewriteBlockLevel,
267 <alt>
273 alt,rewriteBlockLevel,
283 <alt>
291 <a.alt>
294 <a.alt>
302 <a.alt>
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c232 HChar* alt; local
236 case '&': alt = "&amp;"; break;
237 case '<': alt = "&lt;"; break;
238 case '>': alt = "&gt;"; break;
239 default: alt = NULL;
242 if (alt) {
243 while (*alt) {
244 send(*alt, send_arg2);
246 alt++;

Completed in 778 milliseconds

12345678910