HomeSort by relevance Sort by last modified time
    Searched defs:alt (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/chromium/chrome/browser/
browser_keyevents_browsertest.cc 67 bool alt; member in struct:__anon4343::KeyEventTestData
266 browser(), test.key, test.ctrl, test.shift, test.alt, test.command));
274 " VKEY:0x%02x, ctrl:%d, shift:%d, alt:%d, command:%d\n"
277 data.key, data.ctrl, data.shift, data.alt, data.command,
506 // On Mac, access keys use ctrl+alt modifiers.
588 // Alt+A should focus the element with accesskey = "A".
598 // Alt+D should move the focus to the location entry.
606 // No element should be focused, as Alt+D was handled by the browser.
617 // If the keydown event is suppressed, then Alt+D should be handled as an
631 // On GTK, alt-0..9 are assigned as tab selection accelerators, so they ca
    [all...]
  /external/chromium_org/chrome/browser/
browser_keyevents_browsertest.cc 81 bool alt; member in struct:__anon6674::KeyEventTestData
278 browser(), test.key, test.ctrl, test.shift, test.alt, test.command));
286 " VKEY:0x%02x, ctrl:%d, shift:%d, alt:%d, command:%d\n"
289 data.key, data.ctrl, data.shift, data.alt, data.command,
540 // On Mac, access keys use ctrl+alt modifiers.
624 // Alt+A should focus the element with accesskey = "A".
634 // Alt+D should move the focus to the location entry.
641 // No element should be focused, as Alt+D was handled by the browser.
652 // If the keydown event is suppressed, then Alt+D should be handled as an
665 // On Ash, alt-1..9 are assigned as window selection global accelerators, s
    [all...]
  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine.cc 62 const proto::SpeechRecognitionAlternative& alt = local
64 if (alt.has_confidence())
65 DVLOG(1) << " CONFIDENCE:\t" << alt.confidence();
66 if (alt.has_transcript())
67 DVLOG(1) << " TRANSCRIPT:\t" << alt.transcript();
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 232 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++;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java 47 * 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;
429 int alt = NFA.INVALID_ALT_NUMBER; local
455 int alt = NFA.INVALID_ALT_NUMBER; local
555 int alt=0; local
    [all...]
NFAToDFAConverter.java 122 * 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; local
145 while ( alt!=null ) {
147 // any input symbols for each alt. Keep adding to same
149 // but track the alt numbe
970 int alt = d.getUniquelyPredictedAlt(); local
1316 int alt = altI.intValue(); local
1711 int alt = i+1; local
    [all...]
  /external/chromium_org/third_party/re2/re2/
compile.cc 163 Frag Alt(Frag a, Frag b);
331 Frag Compiler::Alt(Frag a, Frag b) {
521 int alt = AllocInst(1); local
522 if (alt < 0) {
526 inst_[alt].InitAlt(rune_range_.begin, id);
527 rune_range_.begin = alt;
751 f = Alt(f, child_frags[i]);
    [all...]
  /external/regex-re2/re2/
compile.cc 162 Frag Alt(Frag a, Frag b);
330 Frag Compiler::Alt(Frag a, Frag b) {
520 int alt = AllocInst(1); local
521 if (alt < 0) {
525 inst_[alt].InitAlt(rune_range_.begin, id);
526 rune_range_.begin = alt;
750 f = Alt(f, child_frags[i]);
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
b.c 625 return (alt(concat(primary())));
688 Node *alt(Node *np) function
692 return (alt(op2(OR, np, concat(primary()))));
  /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);
  /device/generic/goldfish/gps/
gps_qemu.c 365 double alt; local
381 double alt; local
397 double alt; local
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Rule.java 128 /** Each alt has a Map<tokenRefName,List<tokenRefAST>>; range 1..numberOfAlts.
129 * So, if there are 3 ID refs in a rule's alt number 2, you'll have
131 * There must be only one ID reference in the alt for $ID to be ok in
141 /** Each alt has a Map<ruleRefName,List<ruleRefAST>>; range 1..numberOfAlts
142 * So, if there are 3 expr refs in a rule's alt number 2, you'll have
144 * There must be only one expr reference in the alt for $expr to be ok in
172 for (int alt=1; alt<=numberOfAlts; alt++) {
173 altToTokenRefMap[alt] = new HashMap<String, List<GrammarAST>>()
360 GrammarAST alt = blk.getBlockALT(i); local
    [all...]
  /external/chromium/chrome/browser/resources/
keyboard_overlay.js 20 alt: 'alt',
56 'ALT': 'modifier-alt'
62 '38': 'is-alt'
127 18: 'ALT',
128 91: 'ALT', // left ALT pressed with SHIFT
129 92: 'ALT', // right ALT pressed with SHIF
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/
event_rewriter_unittest.cc 349 // XK_a, Alt modifier.
377 // XK_a, Alt+Win modifier.
391 // XK_Super_L (left Windows key), Alt modifier.
405 // XK_Super_R (right Windows key), Alt modifier.
423 // XK_a, Alt modifier.
451 // XK_a, Alt+Win modifier.
465 // XK_Super_L (left Windows key), Alt modifier.
479 // XK_Super_R (right Windows key), Alt modifier.
496 // Remap Control to Alt.
508 // XK_Control_L (left Control key) should be remapped to Alt
1227 IntegerPrefMember alt; local
1288 IntegerPrefMember alt; local
1408 IntegerPrefMember alt; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityNodeObject.cpp 82 const AtomicString& alt = toHTMLElement(node)->getAttribute(altAttr); local
83 if (!alt.isEmpty())
84 return alt;
1073 // Images should use alt as long as the attribute is present, even if empty.
1075 const AtomicString& alt = getAttribute(altAttr); local
1076 if (!alt.isNull())
1077 return alt;
1541 const AtomicString& alt = getAttribute(altAttr); local
    [all...]
AccessibilityRenderObject.cpp 770 const AtomicString& alt = elt->getAttribute(altAttr); local
771 // don't ignore an image that has an alt tag
772 if (!alt.string().containsOnlyWhitespace())
774 // informal standard is to ignore images with zero-length alt strings
775 if (!alt.isNull())
812 // for example, any element having an alt attribute will make it
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.cpp 277 bool alt = mouseEvent->modifiers & WebMouseEvent::AltKey; local
281 navigationPolicyFromMouseEvent(buttonNumber, ctrl, shift, alt, meta, &userPolicy);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 25 'ALT': 'modifier-alt',
32 '38': 'is-alt',
39 'alt': '38',
201 18: 'ALT',
208 'ALT': e.altKey,
217 return ['SHIFT', 'CTRL', 'ALT', 'SEARCH'].filter(
278 (identifier == '38' && contains(modifiers, 'ALT')) ||
341 * keyCode: 'alt', modifiers: ['ALT', 'SHIFT'] => 'ALT<>SHIFT
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp 832 String alt = fastGetAttribute(altAttr); local
834 if (alt.isNull())
835 alt = getAttribute(titleAttr);
836 if (alt.isNull())
837 alt = getAttribute(valueAttr);
838 if (alt.isEmpty())
839 alt = inputElementAltText();
840 return alt;
1301 String HTMLInputElement::alt() const function in class:WebCore::HTMLInputElement
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 226 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); local
227 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE");
228 if (alt != NULL && *alt == "SHIFTED") {
564 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); local
565 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE")
1804 UnicodeString alt; local
    [all...]
wbnf.cpp 1445 Alternation alt; local
1692 Alternation * alt = new Alternation(); local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 1953 FILE *alt = fopen(azArg[1], "rb"); local
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 1181 const bool alt = key_event.IsAltDown(); local
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 192 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); local
193 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE");
194 if (alt != NULL && *alt == "SHIFTED") {
1102 UnicodeString alt; local
    [all...]
wbnf.cpp 1445 Alternation alt; local
1692 Alternation * alt = new Alternation(); local
    [all...]

Completed in 1407 milliseconds

12 3 4