Home
last modified time | relevance | path

Searched refs:Switch (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/external/clang/test/Driver/
Dwasm32-unknown-unknown.cpp105 template<int> void Switch();
106 template<> void Switch<4>();
107 template<> void Switch<8>();
108 template<> void Switch<16>();
112 Switch<sizeof(void*)>(); in check_pointer_size()
115 Switch<sizeof(long long)>(); in check_pointer_size()
118 Switch<sizeof(va_list)>(); in check_pointer_size()
Dwasm64-unknown-unknown.cpp105 template<int> void Switch();
106 template<> void Switch<4>();
107 template<> void Switch<8>();
108 template<> void Switch<16>();
112 Switch<sizeof(void*)>(); in check_pointer_size()
115 Switch<sizeof(long long)>(); in check_pointer_size()
118 Switch<sizeof(va_list)>(); in check_pointer_size()
Dle32-unknown-nacl.cpp132 template<int> void Switch();
133 template<> void Switch<4>();
134 template<> void Switch<8>();
135 template<> void Switch<16>();
139 Switch<sizeof(void*)>(); in check_pointer_size()
142 Switch<sizeof(long long)>(); in check_pointer_size()
145 Switch<sizeof(va_list)>(); in check_pointer_size()
Dle64-unknown-unknown.cpp126 template<int> void Switch();
127 template<> void Switch<4>();
128 template<> void Switch<8>();
129 template<> void Switch<16>();
133 Switch<sizeof(void*)>(); in check_pointer_size()
136 Switch<sizeof(va_list)>(); in check_pointer_size()
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc142 return Switch(option) in RestrictPrctl()
155 return Switch(request).CASES((TCGETS, FIONREAD), Allow()).Default( in RestrictIoctl()
197 return Switch(cmd) in RestrictFcntlCommands()
219 return Switch(call) in RestrictSocketcallCommand()
251 return Switch(op & ~kAllowedFutexFlags) in RestrictFutex()
267 Switch(who).CASES((0, target_pid), Allow()).Default(Error(EPERM))) in RestrictGetSetpriority()
283 return Switch(pid) in RestrictSchedTarget()
295 return Switch(pid).CASES((0, target_pid), Allow()).Default(CrashSIGSYS()); in RestrictPrlimit64()
307 return Switch(clockid) in RestrictClockID()
/external/parameter-framework/upstream/test/xml-generator/testVector/
Dcomplex.pfw7 Switch Is On
8 # Expecting a empty tree of all (except for the last `Switch Is On` rule)
14 Switch Is On
16 Switch Is On
26 Switch Is On
Dfirst.pfw14 Switch Is On
24 Switch Is Off
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtokenization.txt151 Switch to the markup declaration open state.
154 Switch to the close tag open state.
172 and a U+003E GREATER-THAN SIGN character token. Switch to
176 Parse error. Switch to the bogus comment state.
222 Parse error. Switch to the data state.
230 Parse error. Switch to the bogus comment state.
240 Switch to the before attribute name state.
243 Switch to the self-closing start tag state.
246 Emit the current tag token. Switch to the data state.
272 Switch to the self-closing start tag state.
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DSyntaxTreeBuilder.java25 import com.google.clearsilver.jsilver.syntax.node.Switch;
73 protected final Switch typeResolver = new TypeResolver();
74 protected final Switch sequenceOptimizer = new SequenceOptimizer();
75 protected final Switch inlineRewriter = new InlineRewriter();
76 protected final Switch varOptimizer = new VarOptimizer(Arrays.asList("html", "js", "url"));
DTemplateSyntaxTree.java20 import com.google.clearsilver.jsilver.syntax.node.Switch;
39 public void apply(Switch sw) { in apply()
/external/tcpdump/tests/
Dof10_7050q-v.out3 version 1.0, type VENDOR, length 24, xid 0x00000018, vendor 0x005c16c7 (Big Switch Networks)
5 version 1.0, type VENDOR, length 20, xid 0x00000019, vendor 0x005c16c7 (Big Switch Networks)
10 version 1.0, type VENDOR, length 24, xid 0x00000018, vendor 0x005c16c7 (Big Switch Networks)
16 version 1.0, type VENDOR, length 20, xid 0x00000019, vendor 0x005c16c7 (Big Switch Networks)
Dcdp-v.out2 Device-ID (0x01), value length: 6 bytes: 'Switch'
10 Capability (0x04), value length: 4 bytes: (0x00000028): L2 Switch, IGMP snooping
21 Device-ID (0x01), value length: 6 bytes: 'Switch'
29 Capability (0x04), value length: 4 bytes: (0x00000028): L2 Switch, IGMP snooping
40 Device-ID (0x01), value length: 6 bytes: 'Switch'
48 Capability (0x04), value length: 4 bytes: (0x00000028): L2 Switch, IGMP snooping
Dof10_7050sx_bsn-vv.out117 version 1.0, type VENDOR, length 20, xid 0x00000006, vendor 0x005c16c7 (Big Switch Networks)
119 version 1.0, type VENDOR, length 20, xid 0x00000007, vendor 0x005c16c7 (Big Switch Networks)
121 version 1.0, type VENDOR, length 20, xid 0x00000008, vendor 0x005c16c7 (Big Switch Networks)
123 version 1.0, type VENDOR, length 20, xid 0x00000009, vendor 0x005c16c7 (Big Switch Networks)
128 version 1.0, type VENDOR, length 20, xid 0x00000007, vendor 0x005c16c7 (Big Switch Networks)
134 version 1.0, type VENDOR, length 20, xid 0x00000009, vendor 0x005c16c7 (Big Switch Networks)
289 version 1.0, type VENDOR, length 24, xid 0x0000001a, vendor 0x005c16c7 (Big Switch Networks)
291 version 1.0, type VENDOR, length 24, xid 0x0000001b, vendor 0x005c16c7 (Big Switch Networks)
293 version 1.0, type VENDOR, length 24, xid 0x0000001c, vendor 0x005c16c7 (Big Switch Networks)
295 version 1.0, type VENDOR, length 24, xid 0x0000001d, vendor 0x005c16c7 (Big Switch Networks)
[all …]
/external/llvm/lib/Fuzzer/test/
DSwitchTest.cpp11 bool Switch(const uint8_t *Data, size_t Size) { in Switch() function
46 if (Size >= 4 && Switch<int>(Data, Size) && in LLVMFuzzerTestOneInput()
47 Size >= 12 && Switch<uint64_t>(Data + 4, Size - 4) && in LLVMFuzzerTestOneInput()
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DOptimizerProvider.java19 import com.google.clearsilver.jsilver.syntax.node.Switch;
26 Switch getOptimizer(); in getOptimizer()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DCyclomaticComplexityTest.java207 public static class Switch implements Target { class in CyclomaticComplexityTest
222 instrument(Switch.class); in testSwitch1()
229 instrument(Switch.class); in testSwitch2()
237 instrument(Switch.class); in testSwitch3()
246 instrument(Switch.class); in testSwitch4()
/external/clang/lib/CodeGen/
DCGCleanup.cpp308 llvm::SwitchInst *Switch, in ResolveAllBranchFixups() argument
336 Switch->addCase(CGF.Builder.getInt32(Fixup.DestinationIndex), in ResolveAllBranchFixups()
356 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local
359 return Switch; in TransitionToCleanupSwitch()
393 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); in ResolveBranchFixups() local
396 Switch->addCase(Builder.getInt32(Fixup.DestinationIndex), Block); in ResolveBranchFixups()
533 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local
534 for (unsigned I = 0, E = Switch->getNumSuccessors(); I != E; ++I) in ForwardPrebranchedFallthrough()
535 if (Switch->getSuccessor(I) == From) in ForwardPrebranchedFallthrough()
536 Switch->setSuccessor(I, To); in ForwardPrebranchedFallthrough()
[all …]
/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl.h200 friend Caser<T> Switch(const Arg<T>&);
207 SANDBOX_EXPORT Caser<T> Switch(const Arg<T>& arg);
234 friend Caser<U> Switch(const Arg<U>&);
297 SANDBOX_EXPORT Caser<T> Switch(const Arg<T>& arg) { in Switch() function
/external/autotest/client/tests/reaim/
Dreaim.config27 # Switch for the crossover
29 # Switch for STP-style results file
/external/jsilver/src/com/google/clearsilver/jsilver/
DJSilver.java45 import com.google.clearsilver.jsilver.syntax.node.Switch;
188 public Switch getOptimizer() { in setupOptimizerFactory()
196 public Switch getOptimizer() { in setupOptimizerFactory()
205 public Switch getOptimizer() { in setupOptimizerFactory()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DSwitch.java5 public interface Switch interface
DSwitchable.java7 void apply(Switch sw); in apply()
DEOF.java28 public void apply(Switch sw) in apply()
/external/parameter-framework/upstream/test/xml-generator/PFConfig/
Dcriteria.txt2 ExclusiveCriterion Switch : On Off
/external/webrtc/
DTODO1 Alexander Gutkin <agutkin@google.com>: Switch the iSAC codec to be

12345678910>>...12