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

  /external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
p2-0x.cpp 10 struct Alt {
14 constexpr short s = Alt();
18 case Alt():
24 switch (Alt a = Alt()) {
25 case Alt():
32 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));
SparseMultiSetTest.cpp 208 struct Alt {
210 explicit Alt(unsigned x) : Value(x) {}
215 typedef SparseMultiSet<Alt> ASet;
218 Set.insert(Alt(1005));
224 Set.insert(Alt(1006));
225 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 205 static Info* Alt(Info* a, Info* b);
345 Prefilter::Info* Prefilter::Info::Alt(Info* a, Info* b) {
610 info = Alt(info, child_args[i]);
611 VLOG(10) << "Alt: " << info->ToString();
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...]
  /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 566 milliseconds