/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/detail/ |
D | switch.h | 31 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/ |
D | switch.go | 15 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 D | CGCleanup.cpp | 325 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 D | Switch.java | 101 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/ |
HD | Switch.class | Switch.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 D | switch.h | 59 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 D | DFAJumpThreading.cpp | 747 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/ |
D | Menu.kt | 83 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/ |
D | Panel.kt | 71 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 D | TypePromotion.cpp | 266 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 D | TypePromotion.cpp | 267 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/ |
D | rulegen.go | 773 Switch struct { struct 774 BodyBase // []*Case 775 Expr ast.Expr
|
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/ |
H A D | Codec2InfoBuilder.cpp | 330 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 D | Switch.java | 5 public interface Switch interface
|
/aosp_15_r20/art/test/003-omnibus-opcodes/src/ |
H A D | Switch.java | 1 public class Switch { class
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue19679.go | 30 func Switch() { func
|
/aosp_15_r20/external/javassist/src/test/test3/ |
H A D | Switch.java | 3 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/ |
D | ToggleChipToggleControl.java | 5 /*public static final*/ Switch /* = new Switch() */, enumConstant
|
/aosp_15_r20/external/perfetto/ui/src/widgets/ |
H A D | switch.ts | 25 export class Switch implements m.ClassComponent<SwitchAttrs> { class
|
/aosp_15_r20/external/llvm/lib/Fuzzer/test/ |
H A D | SwitchTest.cpp | 14 bool Switch(const uint8_t *Data, size_t Size) { in Switch() function
|
/aosp_15_r20/external/toolchain-utils/cros_utils/ |
H A D | tiny_render.py | 64 Switch = collections.namedtuple("Switch", ["text", "html"]) variable
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/gover/ |
D | toolchain.go | 107 Switch(ctx context.Context) methodSpec
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/ |
H A D | switch.cc | 15 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/ |
D | switch.go | 83 func (s *Switcher) Switch(ctx context.Context) { func
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
H A D | incomplete_nodedef_builder.cc | 68 IncompleteNodeDefBuilder IncompleteNodeDefBuilder::Switch( in Switch() function in tensorflow::IncompleteNodeDefBuilder
|