Home
last modified time | relevance | path

Searched defs:Switch (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/detail/
Dswitch.h31 R Switch(char idx, F0 f0) { in Switch() function
40 R Switch(char idx, F0 f0, F1 f1) { in Switch() function
51 R Switch(char idx, F0 f0, F1 f1, F2 f2) { in Switch() function
64 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3) { in Switch() function
80 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4) { in Switch() function
98 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5) { in Switch() function
118 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6) { in Switch() function
140 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7) { in Switch() function
164 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() function
192 R Switch(char idx, F0 f0, F1 f1, F2 f2, F3 f3, F4 f4, F5 f5, F6 f6, F7 f7, in Switch() function
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/net/internal/socktest/
Dswitch.go15 type Switch struct { struct
16 once sync.Once
18 fmu sync.RWMutex
19 fltab map[FilterType]Filter
21 smu sync.RWMutex
22 sotab Sockets
23 stats stats
26 func (sw *Switch) init() {
33 func (sw *Switch) Stats() []Stat {
45 func (sw *Switch) Sockets() Sockets {
[all …]
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGCleanup.cpp325 llvm::SwitchInst *Switch, in ResolveAllBranchFixups()
373 llvm::SwitchInst *Switch = in TransitionToCleanupSwitch() local
410 llvm::SwitchInst *Switch = TransitionToCleanupSwitch(*this, BranchBB); in ResolveBranchFixups() local
550 llvm::SwitchInst *Switch = cast<llvm::SwitchInst>(Term); in ForwardPrebranchedFallthrough() local
823 llvm::SwitchInst *Switch = in PopCleanupBlock() local
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DSwitch.java101 public class Switch extends CompoundButton { class
200 public Switch(Context context) { in Switch() method in Switch
211 public Switch(Context context, AttributeSet attrs) { in Switch() method in Switch
225 public Switch(Context context, AttributeSet attrs, int defStyleAttr) { in Switch() method in Switch
246 public Switch(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in Switch() method in Switch
/aosp_15_r20/external/javassist/src/test/test2/
HDSwitch.classSwitch.java package test2 public test2.Switch extends java.lang.Object { public static int ...
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dswitch.h59 auto Switch(D, promise_detail::Default<F> def) { in Switch() function
65 auto Switch(D discriminator, promise_detail::Case<D, F> c, Others... others) { in Switch() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp747 SwitchInst *Switch; member
775 SwitchInst *Switch = SwitchPaths->getSwitchInst(); in isLegalAndProfitableToTransform() local
1078 SwitchInst *Switch = SwitchPaths->getSwitchInst(); in updateSuccessorPhis() local
1189 SwitchInst *Switch = cast<SwitchInst>(LastBlock->getTerminator()); in updateLastSuccessor() local
1297 MainSwitch Switch(SI, ORE); in run() local
/aosp_15_r20/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/domain/menu/
DMenu.kt83 data class Switch( class in com.android.car.customization.tool.domain.menu.MenuItem
/aosp_15_r20/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/domain/panel/
DPanel.kt71 data class Switch( class in com.android.car.customization.tool.domain.panel.PanelItem
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTypePromotion.cpp266 if (auto *Switch = dyn_cast<SwitchInst>(V)) in isSink() local
591 if (auto *Switch = dyn_cast<SwitchInst>(I)) { in TruncateSinks() local
686 } else if (auto *Switch = dyn_cast<SwitchInst>(I)) in Mutate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DTypePromotion.cpp267 if (auto *Switch = dyn_cast<SwitchInst>(V)) in isSink() local
555 if (auto *Switch = dyn_cast<SwitchInst>(I)) { in TruncateSinks() local
657 } else if (auto *Switch = dyn_cast<SwitchInst>(I)) in Mutate() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/
Drulegen.go773 Switch struct { struct
774 BodyBase // []*Case
775 Expr ast.Expr
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DCodec2InfoBuilder.cpp330 class Switch { class
337 constexpr Switch(uint8_t flags) : mFlags(flags) {} in Switch() function in android::__anon7ce32ca40111::Switch
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DSwitch.java5 public interface Switch interface
/aosp_15_r20/art/test/003-omnibus-opcodes/src/
H A DSwitch.java1 public class Switch { class
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue19679.go30 func Switch() { func
/aosp_15_r20/external/javassist/src/test/test3/
H A DSwitch.java3 public class Switch class
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectLibrary/android_common_apex34/kapt/gen/stubs/com/android/healthconnect/controller/permissions/request/wear/elements/
DToggleChipToggleControl.java5 /*public static final*/ Switch /* = new Switch() */, enumConstant
/aosp_15_r20/external/perfetto/ui/src/widgets/
H A Dswitch.ts25 export class Switch implements m.ClassComponent<SwitchAttrs> { class
/aosp_15_r20/external/llvm/lib/Fuzzer/test/
H A DSwitchTest.cpp14 bool Switch(const uint8_t *Data, size_t Size) { in Switch() function
/aosp_15_r20/external/toolchain-utils/cros_utils/
H A Dtiny_render.py64 Switch = collections.namedtuple("Switch", ["text", "html"]) variable
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/gover/
Dtoolchain.go107 Switch(ctx context.Context) methodSpec
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
H A Dswitch.cc15 Switch::Switch(Simulator* simulator, std::string name, in Switch() function in quic::simulator::Switch
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/toolchain/
Dswitch.go83 func (s *Switcher) Switch(ctx context.Context) { func
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Dincomplete_nodedef_builder.cc68 IncompleteNodeDefBuilder IncompleteNodeDefBuilder::Switch( in Switch() function in tensorflow::IncompleteNodeDefBuilder

12345678910>>...16