HomeSort by relevance Sort by last modified time
    Searched defs:Switch (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /art/test/003-omnibus-opcodes/src/
Switch.java 1 public class Switch {
3 * Test switch() blocks
6 System.out.println("Switch.testSwitch");
10 switch (a) {
19 switch (a) {
27 switch (a) {
32 switch (a) {
40 switch (a) {
47 switch (a) {
54 switch (a)
    [all...]
Main.java 45 Switch.run();
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue19679.go 7 // Used to crash when a type switch was present in dead code
15 switch i.(type) {
25 switch i.(type) {
30 func Switch() {
32 switch 5 {
34 switch i.(type) {
  /prebuilts/go/linux-x86/test/fixedbugs/
issue19679.go 7 // Used to crash when a type switch was present in dead code
15 switch i.(type) {
25 switch i.(type) {
30 func Switch() {
32 switch 5 {
34 switch i.(type) {
  /external/llvm/lib/Fuzzer/test/
SwitchTest.cpp 4 // Simple test for a fuzzer. The fuzzer must find the interesting switch value.
14 bool Switch(const uint8_t *Data, size_t Size) {
18 switch (X) {
35 switch(X) {
49 if (Size >= 4 && Switch<int>(Data, Size) &&
50 Size >= 12 && Switch<uint64_t>(Data + 4, Size - 4) &&
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
Switch.java 5 public interface Switch
  /external/clang/test/SemaCXX/
cxx1y-contextual-conversion-tweaks.cpp 28 void Switch() {
31 switch (i) {} // @31
32 switch (i + 0) {}
33 switch (+i) {}
42 //expected-error@31 {{multiple conversions from switch condition type 'zero_init<int>' to an integral or enumeration type}}
80 switch (a0) {}
81 switch (a1) {} // @81 -- fails for different reasons
82 switch (a2) {} // @82
83 switch (a3) {} // @83
84 switch (a4) {} // @8
    [all...]
  /prebuilts/go/darwin-x86/src/net/internal/socktest/
switch.go 13 // A Switch represents a callpath point switch for socket system
15 type Switch struct {
26 func (sw *Switch) init() {
33 func (sw *Switch) Stats() []Stat {
45 func (sw *Switch) Sockets() Sockets {
164 func (sw *Switch) Set(t FilterType, f Filter) {
  /prebuilts/go/linux-x86/src/net/internal/socktest/
switch.go 13 // A Switch represents a callpath point switch for socket system
15 type Switch struct {
26 func (sw *Switch) init() {
33 func (sw *Switch) Stats() []Stat {
45 func (sw *Switch) Sockets() Sockets {
164 func (sw *Switch) Set(t FilterType, f Filter) {
  /cts/tests/tests/widget/src/android/widget/cts/
SwitchTest.java 39 import android.widget.Switch;
50 * Test {@link Switch}.
57 private Switch mSwitch;
69 private Switch findSwitchById(int id) {
70 return (Switch) mActivity.findViewById(id);
76 new Switch(mActivity);
78 new Switch(mActivity, null);
80 new Switch(mActivity, null, android.R.attr.switchStyle);
82 new Switch(mActivity, null, 0, android.R.style.Widget_Material_CompoundButton_Switch);
84 new Switch(mActivity, null, 0, android.R.style.Widget_Material_Light_CompoundButton_Switch)
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
SdDevice.c 116 @param[in] S18R The boolean to show if it should switch to 1.8v.
134 UINT32 Switch;
148 Switch = S18R ? BIT24 : 0;
150 SdMmcCmdBlk.CommandArgument = (VoltageWindow & 0xFFFFFF) | Switch;
166 @param[in] S18R The boolean to show if it should switch to 1.8v.
191 UINT32 Switch;
217 Switch = S18R ? BIT24 : 0;
221 SdMmcCmdBlk.CommandArgument = (VoltageWindow & 0xFFFFFF) | Switch | MaxPower | HostCapacity;
478 Send command VOLTAGE_SWITCH to the SD device to switch the voltage of the device.
583 Send command SWITCH_FUNC to the SD device to check switchable function or switch card function.
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdDevice.c 116 @param[in] S18R The boolean to show if it should switch to 1.8v.
134 UINT32 Switch;
148 Switch = S18R ? BIT24 : 0;
150 SdMmcCmdBlk.CommandArgument = (VoltageWindow & 0xFFFFFF) | Switch;
166 @param[in] S18R The boolean to show if it should switch to 1.8v.
191 UINT32 Switch;
217 Switch = S18R ? BIT24 : 0;
221 SdMmcCmdBlk.CommandArgument = (VoltageWindow & 0xFFFFFF) | Switch | MaxPower | HostCapacity;
478 Send command VOLTAGE_SWITCH to the SD device to switch the voltage of the device.
583 Send command SWITCH_FUNC to the SD device to check switchable function or switch card function.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
SdDevice.c 116 @param[in] S18R The boolean to show if it should switch to 1.8v.
134 UINT32 Switch;
148 Switch = S18R ? BIT24 : 0;
150 SdMmcCmdBlk.CommandArgument = (VoltageWindow & 0xFFFFFF) | Switch;
166 @param[in] S18R The boolean to show if it should switch to 1.8v.
191 UINT32 Switch;
217 Switch = S18R ? BIT24 : 0;
221 SdMmcCmdBlk.CommandArgument = (VoltageWindow & 0xFFFFFF) | Switch | MaxPower | HostCapacity;
478 Send command VOLTAGE_SWITCH to the SD device to switch the voltage of the device.
583 Send command SWITCH_FUNC to the SD device to check switchable function or switch card function.
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
CyclomaticComplexityTest.java 207 public static class Switch implements Target {
209 switch (arg) {
222 instrument(Switch.class);
229 instrument(Switch.class);
237 instrument(Switch.class);
246 instrument(Switch.class);
  /external/tensorflow/tensorflow/core/graph/
testlib.cc 322 Node* Switch(Graph* g, Node* in0, Node* in1) {
324 TF_CHECK_OK(NodeBuilder(g->NewName("n"), "Switch")
  /external/v8/src/compiler/
raw-machine-assembler.cc 96 void RawMachineAssembler::Switch(Node* index, RawMachineLabel* default_label,
102 Node* switch_node = AddNode(common()->Switch(succ_count), index);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 177 // This is the switch instruction.
178 SwitchInst *Switch;
183 CaseValue(CaseValue), Switch(SI) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
PredicateInfo.h 177 // This is the switch instruction.
178 SwitchInst *Switch;
183 CaseValue(CaseValue), Switch(SI) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
PredicateInfo.h 177 // This is the switch instruction.
178 SwitchInst *Switch;
183 CaseValue(CaseValue), Switch(SI) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
PredicateInfo.h 178 // This is the switch instruction.
179 SwitchInst *Switch;
184 CaseValue(CaseValue), Switch(SI) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
PredicateInfo.h 178 // This is the switch instruction.
179 SwitchInst *Switch;
184 CaseValue(CaseValue), Switch(SI) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
PredicateInfo.h 178 // This is the switch instruction.
179 SwitchInst *Switch;
184 CaseValue(CaseValue), Switch(SI) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
PredicateInfo.h 178 // This is the switch instruction.
179 SwitchInst *Switch;
184 CaseValue(CaseValue), Switch(SI) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
PredicateInfo.h 177 // This is the switch instruction.
178 SwitchInst *Switch;
183 CaseValue(CaseValue), Switch(SI) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
PredicateInfo.h 177 // This is the switch instruction.
178 SwitchInst *Switch;
183 CaseValue(CaseValue), Switch(SI) {}

Completed in 609 milliseconds

1 2 3 4 5