Searched refs:Alt (Results 1 - 19 of 19) sorted by relevance

/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
H A Dp2-0x.cpp10 struct Alt { struct
14 constexpr short s = Alt();
18 case Alt():
24 switch (Alt a = Alt()) {
25 case Alt():
32 case Alt():
/external/llvm/unittests/ADT/
H A DSparseSetTest.cpp161 struct Alt { struct in namespace:__anon11222
163 explicit Alt(unsigned x) : Value(x) {} function in struct:__anon11222::Alt
168 typedef SparseSet<Alt> ASet;
171 Set.insert(Alt(1005));
177 Set.insert(Alt(1006));
178 Set.insert(Alt(1006));
H A DSparseMultiSetTest.cpp208 struct Alt { struct in namespace:__anon11221
210 explicit Alt(unsigned x) : Value(x) {} function in struct:__anon11221::Alt
215 typedef SparseMultiSet<Alt> ASet;
218 Set.insert(Alt(1005));
224 Set.insert(Alt(1006));
225 Set.insert(Alt(1006));
H A DBitVectorTest.cpp90 TypeParam Alt(3, false);
91 Alt.resize(6, true);
92 std::swap(Alt, Vec);
93 EXPECT_TRUE(Copy == Alt);
/external/clang/test/SemaCXX/
H A Dmissing-namespace-qualifier-typo-corrections.cpp38 void Alt() { function
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Define.h236 template <class Alt>
242 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject());
247 template <class Alt>
258 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject());
271 template <class Alt>
283 Alt* pObj = reinterpret_cast<Alt*>(pJSObj->GetEmbedObject());
294 template <class Alt>
[all...]
/external/v8/src/
H A Deffects.h54 static Effect Alt(Effect e1, Effect e2, Zone* zone) { function in struct:v8::internal::Effect
110 void Alt(Var var, Effect effect) { function in class:v8::internal::EffectsMixin
113 effect = Effect::Alt(locator.value(), effect, Base::zone());
118 void Alt(Effects that) { function in class:v8::internal::EffectsMixin
144 void Call(Var var, Effect effect) { self.Alt(var, effect); }
H A Dtyping.cc168 then_effects.Alt(else_effects);
231 local_effects.Alt(clause_effects);
331 try_effects.Alt(catch_effects);
373 then_effects.Alt(else_effects);
639 left_effects.Alt(right_effects);
/external/libpng/projects/visualc71/
H A DREADME_zlib.txt21 2) Display the Solution Explorer view (Ctrl+Alt+L)
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DDelphi.stg508 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[<decisionNumbe
[all...]
/external/regex-re2/re2/
H A Dprefilter.cc205 static Info* Alt(Info* a, Info* b);
345 Prefilter::Info* Prefilter::Info::Alt(Info* a, Info* b) { function in class:re2::Prefilter::Info
610 info = Alt(info, child_args[i]);
611 VLOG(10) << "Alt: " << info->ToString();
H A Dcompile.cc162 Frag Alt(Frag a, Frag b);
330 Frag Compiler::Alt(Frag a, Frag b) { function in class:re2::Compiler
750 f = Alt(f, child_frags[i]);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfStructureElementDictionary_autogen.cpp163 SkString SkPdfStructureElementDictionary::Alt(SkPdfNativeDoc* doc) { function in class:SkPdfStructureElementDictionary
164 SkPdfNativeObject* ret = get("Alt", "");
172 return get("Alt", "") != NULL;
H A DSkPdfStructureElementDictionary_autogen.h548 SkString Alt(SkPdfNativeDoc* doc);
/external/neven/
H A DAndroid.mk75 Embedded/common/src/b_TensorEm/Alt.c \
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3002 uint64_t Mask = 0, Alt = 0; local
3005 uint64_t &Mask, uint64_t &Alt,
3026 Alt |= PAlt;
3139 Alt |= A;
3144 Alt |= A;
3174 if (NonTrivialMask && !Alt) {
3177 } else if (Alt) {
3178 // Res = (CMPB & Mask) | (~CMPB & Alt)
3182 // Res = Alt ^ ((Alt
[all...]
/external/pcre/dist/
H A Dpcre_internal.h2163 "Alt", "Ket", "KetRmax", "KetRmin", "KetRpos", \
2236 1+LINK_SIZE, /* Alt */ \
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DNanoTest.java2184 EnumValidity.Alt alt = MessageNano.mergeFrom(new EnumValidity.Alt(), serialized);
2206 // Set repeatedE2 for Alt.repeatedE2AsOptional
2227 EnumValidityAccessors.Alt alt =
2228 MessageNano.mergeFrom(new EnumValidityAccessors.Alt(), serialized);
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
H A Dssvnc.tcl1946 Alt_L is the 'Alt' key on the left side of the keyboard, and Super_L
1996 On Unix the default is Alt and Windows keys on Left side of keyboard.
1999 Example: Press and hold the Alt and Windows keys on the LEFT side of the
12576 the Left Alt key 3 times in a row)
15545 press Ctrl-Alt-F2 for a console login shell; then kill your vncviewer
15546 process, e.g. pkill vncviewer; then Alt-F7 to get back to your desktop)

Completed in 710 milliseconds