Home
last modified time | relevance | path

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

12345678910>>...20

/external/clang/test/Driver/
Dlanai-unknown-unknown.cpp72 template<int> void Switch();
73 template<> void Switch<4>();
74 template<> void Switch<8>();
75 template<> void Switch<16>();
79 Switch<sizeof(void*)>(); in check_pointer_size()
82 Switch<sizeof(long long)>(); in check_pointer_size()
85 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()
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()
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/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/
Dmerge_without_loops.pbtxt86 name: "cond/Switch"
87 op: "Switch"
100 input: "cond/Switch:1"
111 input: "cond/Switch"
153 name: "cond/concat/Switch"
154 op: "Switch"
175 input: "cond/concat/Switch:1"
176 input: "cond/concat/Switch:1"
220 name: "cond/concat_1/Switch"
221 op: "Switch"
[all …]
Dnested_loop.pbtxt186 name: "while/Switch"
187 op: "Switch"
207 op: "Switch"
228 input: "while/Switch:1"
403 name: "while/while/Switch"
404 op: "Switch"
424 op: "Switch"
445 input: "while/while/Switch:1"
570 input: "while/while/Switch"
695 input: "while/Switch"
Dloops_and_resource_vars.pbtxt261 name: "while/Switch"
262 op: "Switch"
282 op: "Switch"
303 input: "while/Switch:1"
531 name: "while/while/Switch"
532 op: "Switch"
552 op: "Switch"
573 input: "while/while/Switch:1"
663 input: "while/while/Switch"
741 input: "while/Switch"
Dloops_and_queues.pbtxt223 name: "while/Switch"
224 op: "Switch"
244 op: "Switch"
265 input: "while/Switch:1"
556 name: "while/while/Switch"
557 op: "Switch"
577 op: "Switch"
598 input: "while/while/Switch:1"
723 input: "while/while/Switch"
801 input: "while/Switch"
Dfunction_switch.pbtxt83 name: "case/cond/Switch"
84 op: "Switch"
97 input: "case/cond/Switch:1"
108 input: "case/cond/Switch"
Dfunction_switch_2.pbtxt83 name: "case/cond/Switch"
84 op: "Switch"
97 input: "case/cond/Switch:1"
108 input: "case/cond/Switch"
/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc49 ops::Switch CreateSwitch(const Scope& root, const string& prefix) { in CreateSwitch()
53 return ops::Switch(root.WithOpName(prefix + "/switch"), value, predicate); in CreateSwitch()
127 ops::Switch latch(root.WithOpName(prefix + "/latch"), iv.output, in CreateInductionVariable()
184 ops::Switch latch;
193 ops::Switch latch(root.WithOpName(prefix + "/latch"), iv.output, loop_cond); in CreateDependentLoopInvariantValue()
215 ops::Switch sw = CreateSwitch(root, "0"); in TEST()
241 ops::Switch sw_0 = CreateSwitch(root, "0"); in TEST()
242 ops::Switch sw_1 = CreateSwitch(root, "1"); in TEST()
273 ops::Switch sw_0 = CreateSwitch(root, "0"); in TEST()
274 ops::Switch sw_1 = CreateSwitch(root, "1"); in TEST()
[all …]
/external/tensorflow/tensorflow/contrib/session_bundle/
DBUILD85 # DEPRECATED: No longer supported. Switch to SavedModel immediately.
89 deprecation = "No longer supported. Switch to SavedModel immediately.",
93 # DEPRECATED: No longer supported. Switch to SavedModel immediately.
97 deprecation = "No longer supported. Switch to SavedModel immediately.",
137 # DEPRECATED: No longer supported. Switch to SavedModel immediately.
141 deprecation = "No longer supported. Switch to SavedModel immediately.",
180 # DEPRECATED: No longer supported. Switch to SavedModel immediately.
184 deprecation = "No longer supported. Switch to SavedModel immediately.",
196 # DEPRECATED: No longer supported. Switch to SavedModel immediately.
205 deprecation = "No longer supported. Switch to SavedModel immediately.",
[all …]
/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/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
/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"));
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc983 name: "decode_image/cond_jpeg/Switch" in CreateImagenetDatasetFunctions()
984 op: "Switch" in CreateImagenetDatasetFunctions()
997 input: "decode_image/cond_jpeg/Switch:output_true:0" in CreateImagenetDatasetFunctions()
1008 input: "decode_image/cond_jpeg/Switch:output_false:0" in CreateImagenetDatasetFunctions()
1150 input: "decode_image/cond_jpeg/DecodeJpeg/Switch:output_true:0" in CreateImagenetDatasetFunctions()
1190 name: "decode_image/cond_jpeg/DecodeJpeg/Switch" in CreateImagenetDatasetFunctions()
1191 op: "Switch" in CreateImagenetDatasetFunctions()
1234 input: "decode_image/cond_jpeg/is_png/Switch:output_false:0" in CreateImagenetDatasetFunctions()
1244 name: "decode_image/cond_jpeg/is_png/Switch" in CreateImagenetDatasetFunctions()
1245 op: "Switch" in CreateImagenetDatasetFunctions()
[all …]
/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.cpp14 bool Switch(const uint8_t *Data, size_t Size) { in Switch() function
49 if (Size >= 4 && Switch<int>(Data, Size) && in LLVMFuzzerTestOneInput()
50 Size >= 12 && Switch<uint64_t>(Data + 4, Size - 4) && in LLVMFuzzerTestOneInput()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dloop_optimizer_test.cc642 ops::Switch s1(scope.WithOpName("switch1"), v_in, ctrl1); in TEST_F()
647 ops::Switch s2(scope.WithOpName("switch2"), v_in, ctrl2); in TEST_F()
652 ops::Switch s3(scope.WithOpName("switch3"), v_in, ctrl3); in TEST_F()
657 ops::Switch s4(scope.WithOpName("switch4"), v_in, ctrl4); in TEST_F()
671 ops::Switch s5(scope.WithOpName("switch5"), v_in, ctrl1); in TEST_F()
676 ops::Switch s6(scope.WithOpName("switch6"), v_in, ctrl1); in TEST_F()
822 name: "EpisodicReplayBuffer/add/assert_equal/Assert/AssertGuard/Switch" in TEST_F()
823 op: "Switch" in TEST_F()
841 name: "EpisodicReplayBuffer/add/assert_equal/Assert/AssertGuard/Assert/Switch" in TEST_F()
842 op: "Switch" in TEST_F()
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dspv.switch.frag.out225 Switch 67 70
246 Switch 85 88
273 Switch 104 107
293 Switch 119 122
313 Switch 130 133
349 Switch 166 169
417 Switch 215 218
459 Switch 257 259
468 Switch 264 265
481 Switch 22 26
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/
Doperand-class-test-coverage.csv11 " OperandVariableLiteralId,",Switch,,Switch*,not enum
12 " OperandLiteralNumber,","Source, Switch, ...",,Switch*,not enum
/external/deqp-deps/SPIRV-Tools/test/
Doperand-class-test-coverage.csv11 " OperandVariableLiteralId,",Switch,,Switch*,not enum
12 " OperandLiteralNumber,","Source, Switch, ...",,Switch*,not enum

12345678910>>...20