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

1 2

  /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/pdfium/fpdfsdk/javascript/
JS_Define.h 311 template <class Alt>
325 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject());
333 template <class Alt>
347 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject());
361 template <class Alt>
376 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject());
388 template <class Alt>
    [all...]
  /external/clang/test/SemaCXX/
missing-namespace-qualifier-typo-corrections.cpp 38 void Alt() {
  /external/swiftshader/third_party/LLVM/unittests/ADT/
BitVectorTest.cpp 80 BitVector Alt(3, false);
81 Alt.resize(6, true);
82 std::swap(Alt, Vec);
83 EXPECT_TRUE(Copy == Alt);
SmallBitVectorTest.cpp 77 SmallBitVector Alt(3, false);
78 Alt.resize(6, true);
79 std::swap(Alt, Vec);
80 EXPECT_TRUE(Copy == Alt);
  /external/v8/src/
effects.h 53 static Effect Alt(Effect e1, Effect e2, Zone* zone) {
108 void Alt(Var var, Effect effect) {
111 effect = Effect::Alt(locator.value(), effect, Base::zone());
116 void Alt(Effects that) {
142 void Call(Var var, Effect effect) { self.Alt(var, effect); }
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
IdeData.h 93 IDE_ALTSTATUS_OR_DEVICECONTROL Alt;
Ide.c 396 (*(UINT16 *) &IdeDev->IoPort->Alt) = ControlBlockBaseAddr;
805 AltRegister = IDEReadPortB (IdeDev->PciIo, IdeDev->IoPort->Alt.AltStatus);
934 AltRegister = IDEReadPortB (IdeDev->PciIo, IdeDev->IoPort->Alt.AltStatus);
1035 AltRegister = IDEReadPortB (IdeDev->PciIo, IdeDev->IoPort->Alt.AltStatus);
    [all...]
Atapi.c 183 AltRegister = IDEReadPortB (IdeDev->PciIo, IdeDev->IoPort->Alt.AltStatus);
188 TempWordBuffer = IDEReadPortB (IdeDev->PciIo,IdeDev->IoPort->Alt.AltStatus);
196 TempWordBuffer = IDEReadPortB (IdeDev->PciIo,IdeDev->IoPort->Alt.AltStatus);
401 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, ATA_DEFAULT_CTL);
502 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, ATA_DEFAULT_CTL);
    [all...]
Ata.c 1094 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, DeviceControl);
1106 IDEWritePortB (IdeDev->PciIo, IdeDev->IoPort->Alt.DeviceControl, DeviceControl);
    [all...]
  /external/libpng/projects/visualc71/
README_zlib.txt 21 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/python/cpython2/Lib/idlelib/idle_test/
htest.py 197 "<Alt-s> to save-as another file.\n"
207 "<Control-Key>,\n<Alt-Key-a>, <Control-Key-a>, "
208 "<Alt-Control-Key-a>, \n<Control-Button-1>, <Alt-Button-1> and "
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.c 828 AtapiScsiPrivate->IoPort->Alt.DeviceControl,
843 WritePortB (AtapiScsiPrivate->PciIo, AtapiScsiPrivate->IoPort->Alt.DeviceControl, DeviceControlValue);
    [all...]
  /external/v8/src/crankshaft/
typing.cc 162 then_effects.Alt(else_effects);
226 local_effects.Alt(clause_effects);
319 try_effects.Alt(catch_effects);
366 then_effects.Alt(else_effects);
660 left_effects.Alt(right_effects);
  /external/libvncserver/webclients/novnc/include/
keyboard.js 69 var alt = 0xffe9;
76 // on Mac, Option (AKA Alt) is used as a char modifier
77 charModifier = [alt];
80 // on Windows, Ctrl+Alt is used as a char modifier
81 charModifier = [alt, ctrl];
94 state[alt] = false;
109 if (evt.altKey !== undefined && evt.altKey !== state[alt] && keysym !== alt) {
110 state[alt] = evt.altKey;
111 result.push(syncKey(alt));
    [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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/IdeBusPei/
AtapiPeim.h 86 IDE_ALTSTATUS_OR_DEVICECONTROL Alt;
AtapiPeim.c 586 AtapiBlkIoDev->IdeIoPortReg[Index1].Alt.DeviceControl = ControlBlockBaseAddr;
    [all...]
  /external/autotest/server/hosts/
cros_repair.py 328 Sending 3 times the Alt+VolUp+x key combination (aka sysrq-x)
337 # Press 3 times Alt+VolUp+X
  /external/neven/
Android.mk 78 Embedded/common/src/b_TensorEm/Alt.c \

Completed in 695 milliseconds

1 2