HomeSort by relevance Sort by last modified time
    Searched refs:Alt (Results 1 - 14 of 14) sorted by null

  /external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
p2-0x.cpp 9 struct Alt {
13 constexpr short s = Alt();
17 case Alt():
23 switch (Alt a = Alt()) {
24 case Alt():
31 case Alt():
  /external/llvm/unittests/ADT/
SparseSetTest.cpp 161 struct Alt {
163 explicit Alt(unsigned x) : Value(x) {}
168 typedef SparseSet<Alt> ASet;
171 Set.insert(Alt(1005));
177 Set.insert(Alt(1006));
178 Set.insert(Alt(1006));
BitVectorTest.cpp 90 TypeParam Alt(3, false);
91 Alt.resize(6, true);
92 std::swap(Alt, Vec);
93 EXPECT_TRUE(Copy == Alt);
  /external/clang/test/SemaCXX/
missing-namespace-qualifier-typo-corrections.cpp 38 void Alt() {
  /external/webkit/Source/WebCore/inspector/front-end/
KeyboardShortcut.js 42 Alt: 4,
113 modifiers |= WebInspector.KeyboardShortcut.Modifiers.Alt;
161 if (modifiers & WebInspector.KeyboardShortcut.Modifiers.Alt)
162 res += isMac ? optKey : "<Alt> + ";
ConsoleView.js 515 shortcut.shortcutToString("N", shortcut.Modifiers.Alt),
516 shortcut.shortcutToString("P", shortcut.Modifiers.Alt)
    [all...]
StylesSidebarPane.js 561 shortcut.shortcutToString(shortcut.Keys.PageUp, shortcut.Modifiers.Alt),
562 shortcut.shortcutToString(shortcut.Keys.PageDown, shortcut.Modifiers.Alt)
    [all...]
  /external/libpng/projects/visualc71/
README_zlib.txt 17 2) Display the Solution Explorer view (Ctrl+Alt+L)
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 508 Alt: array [0..<grammar.numberOfDecisions>] of Integer;
663 Alt: array [0..<grammar.numberOfDecisions>] of Integer;
841 Alt: array [0..<grammar.numberOfDecisions>] of Integer;
886 Alt: array [0..<grammar.numberOfDecisions>] of Integer;
902 Alt[<decisionNumber>] := <maxAlt>;
908 case Alt[<decisionNumber>] of
917 Alt[<decisionNumber>] := <maxAlt>;
922 case Alt[<decisionNumber>] of
952 Alt[<decisionNumber>] := <maxAlt>;
956 case Alt[<decisionNumber>] o
    [all...]
  /external/regex-re2/re2/
prefilter.cc 199 static Info* Alt(Info* a, Info* b);
338 Prefilter::Info* Prefilter::Info::Alt(Info* a, Info* b) {
566 info = Alt(info, child_args[i]);
567 VLOG(10) << "Alt: " << info->ToString();
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/neven/
Android.mk 75 Embedded/common/src/b_TensorEm/Alt.c \
  /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...]
keyboard_overlay_data.js 389 "key": "alt",
390 "label": "alt",
391 "notes": "left alt",
467 "key": "alt",
468 "label": "alt",
469 "notes": "right alt",
872 "key": "alt",
873 "label": "alt",
874 "notes": "left alt",
950 "key": "alt",
    [all...]

Completed in 937 milliseconds