Home
last modified time | relevance | path

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

12345678910>>...15

/third_party/flutter/flutter/packages/flutter/test/material/
Dswitch_test.dart16 testWidgets('Switch can toggle on tap', (WidgetTester tester) async {
27 child: Switch(
49 …testWidgets('Switch size is configurable by ThemeData.materialTapTargetSize', (WidgetTester tester…
57 child: Switch(
68 expect(tester.getSize(find.byType(Switch)), const Size(59.0, 48.0));
77 child: Switch(
88 expect(tester.getSize(find.byType(Switch)), const Size(59.0, 40.0));
91 testWidgets('Switch can drag (LTR)', (WidgetTester tester) async {
101 child: Switch(
119 await tester.drag(find.byType(Switch), const Offset(-30.0, 0.0));
[all …]
/third_party/flutter/engine/flutter/shell/common/
Dswitches.cc23 flutter::Switch sw;
35 { flutter::Switch:: p_swtch, p_flag, p_help },
87 const uint32_t flags_count = static_cast<uint32_t>(Switch::Sentinel); in PrintUsage()
126 const std::string_view FlagForSwitch(Switch swtch) { in FlagForSwitch()
127 for (uint32_t i = 0; i < static_cast<uint32_t>(Switch::Sentinel); i++) { in FlagForSwitch()
154 Switch sw, in GetSwitchValue()
203 command_line.HasOption(FlagForSwitch(Switch::EnableSoftwareRendering)); in SettingsFromCommandLine()
206 command_line.HasOption(FlagForSwitch(Switch::SkiaDeterministicRendering)); in SettingsFromCommandLine()
209 command_line.HasOption(FlagForSwitch(Switch::VerboseLogging)); in SettingsFromCommandLine()
211 command_line.GetOptionValue(FlagForSwitch(Switch::FlutterAssetsDir), in SettingsFromCommandLine()
[all …]
/third_party/alsa-utils/alsactl/init/
Ddefault22 CTL{name}="Playback Switch",CTL{do_search}=="1", \
29 CTL{name}="Master Playback Switch",CTL{do_search}=="1", \
36 CTL{name}="Master Front Playback Switch",CTL{do_search}=="1", \
42 CTL{name}="Master Digital Playback Switch",CTL{do_search}=="1", \
52 CTL{name}="Line Out Playback Switch",CTL{do_search}=="1", \
62 CTL{name}="Front Playback Switch",CTL{do_search}=="1", \
72 CTL{name}="Surround Playback Switch",CTL{do_search}=="1", \
82 CTL{name}="Center Playback Switch",CTL{do_search}=="1", \
92 CTL{name}="LFE Playback Switch",CTL{do_search}=="1", \
102 CTL{name}="Headphone Playback Switch",CTL{do_search}=="1", \
[all …]
Dhda15 CTL{name}="Master Playback Switch", CTL{values}="on"
16 CTL{name}="Headphone Playback Switch", CTL{values}="on"
18 CTL{name}="Front Playback Switch", CTL{values}="on"
23 CTL{name}="Capture Switch", CTL{values}="on"
30 CTL{name}="Master Playback Switch", CTL{values}="on"
31 CTL{name}="Headphone Playback Switch", CTL{values}="on"
32 CTL{name}="Speaker Playback Switch", CTL{values}="on"
38 CTL{name}="Capture Switch", CTL{values}="on"
Dca01065 CTL{name}="Master Playback Switch", CTL{values}="on"
7 CTL{name}="Analog Front Playback Switch", CTL{values}="on"
9 CTL{name}="Analog Rear Playback Switch", CTL{values}="on"
11 CTL{name}="Analog Center/LFE Playback Switch", CTL{values}="on"
13 CTL{name}="Analog Side Playback Switch", CTL{values}="on"
20 CTL{name}="Shared Mic/Line in Capture Switch", CTL{values}="Mic in"
27 CTL{name}="AC97 Mic Capture Switch", "on"
/third_party/skia/third_party/externals/tint/src/resolver/
Dcontrol_block_validation_test.cc35 auto* block = Block(Decl(var), Switch(Expr(Source{{12, 34}}, "a"), // in TEST_F()
54 Switch(Source{{12, 34}}, "a", // in TEST_F()
74 Switch("a", // in TEST_F()
175 Loop(Block(Switch(1, // in TEST_F()
197 Switch(1, // in TEST_F()
217 auto* block = Block(Decl(var), Switch("a", // in TEST_F()
238 Switch("a", // in TEST_F()
260 Switch("a", // in TEST_F()
287 Switch("a", // in TEST_F()
313 Switch("a", // in TEST_F()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h71 Switch, enumerator
134 assert(ABI == coro::ABI::Switch); in getSwitchCoroId()
145 assert(ABI == coro::ABI::Switch); in getIndexType()
154 assert(ABI == coro::ABI::Switch); in getSwitchResumePointerType()
161 case coro::ABI::Switch: { in getResumeFunctionType()
196 case coro::ABI::Switch: in getResumeFunctionCC()
208 case coro::ABI::Switch: in getFirstSpillFieldIndex()
219 if (ABI == coro::ABI::Switch) in getPromiseAlloca()
DCoroSplit.cpp113 assert(Shape.ABI == coro::ABI::Switch); in CoroCloner()
182 case coro::ABI::Switch: in replaceFallthroughCoroEnd()
229 case coro::ABI::Switch: in replaceUnwindCoroEnd()
266 assert(Shape.ABI == coro::ABI::Switch); in createResumeEntryBlock()
288 auto *Switch = in createResumeEntryBlock() local
290 Shape.SwitchLowering.ResumeSwitch = Switch; in createResumeEntryBlock()
346 Switch->addCase(IndexVal, ResumeBB); in createResumeEntryBlock()
374 assert(Shape.ABI == coro::ABI::Switch && in handleFinalSuspend()
376 auto *Switch = cast<SwitchInst>(VMap[Shape.SwitchLowering.ResumeSwitch]); in handleFinalSuspend() local
377 auto FinalCaseIt = std::prev(Switch->case_end()); in handleFinalSuspend()
[all …]
/third_party/libinput/quirks/
D10-generic-lid.quirks3 [Lid Switch Ct9]
4 MatchName=*Lid Switch*
8 [Lid Switch Ct10]
9 MatchName=*Lid Switch*
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_switch_test.cc31 auto* expr = Switch(1, DefaultCase()); in TEST_F()
65 Switch("a", // in TEST_F()
122 Switch("a", // in TEST_F()
179 Switch("a", // in TEST_F()
229 Switch(Expr("a"), // in TEST_F()
292 Switch(Expr("a"), // in TEST_F()
355 Switch("a", // in TEST_F()
418 Switch(1, // in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_case_test.cc26 auto* s = Switch(1, Case(Expr(5), Block(create<ast::BreakStatement>())), in TEST_F()
42 auto* s = Switch(1, Case(Expr(5), Block()), DefaultCase()); in TEST_F()
57 auto* s = Switch(1, Case(Expr(5), Block(create<ast::FallthroughStatement>())), in TEST_F()
74 Switch(1, Case({Expr(5), Expr(6)}, Block(create<ast::BreakStatement>())), in TEST_F()
91 auto* s = Switch(1, DefaultCase(Block(create<ast::BreakStatement>()))); in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_case_test.cc26 auto* s = Switch(1, Case(Expr(5), Block(create<ast::BreakStatement>())), in TEST_F()
42 auto* s = Switch(1, Case(Expr(5), Block()), DefaultCase()); in TEST_F()
57 auto* s = Switch(1, Case(Expr(5), Block(create<ast::FallthroughStatement>())), in TEST_F()
74 Switch(1, Case({Expr(5), Expr(6)}, Block(create<ast::BreakStatement>())), in TEST_F()
91 auto* s = Switch(1, DefaultCase(Block(create<ast::BreakStatement>()))); in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_case_test.cc26 auto* s = Switch(1, Case(Expr(5), Block(create<ast::BreakStatement>())), in TEST_F()
42 auto* s = Switch(1, Case(Expr(5), Block()), DefaultCase()); in TEST_F()
58 Switch(1, // in TEST_F()
81 Switch(1, Case({Expr(5), Expr(6)}, Block(create<ast::BreakStatement>())), in TEST_F()
98 auto* s = Switch(1, DefaultCase(Block(create<ast::BreakStatement>()))); in TEST_F()
/third_party/flutter/flutter/examples/stocks/lib/
Dstock_settings.dart121 trailing: Switch(
130 trailing: Switch(
139 trailing: Switch(
152 trailing: Switch(
161 trailing: Switch(
170 trailing: Switch(
179 trailing: Switch(
188 trailing: Switch(
197 trailing: Switch(
/third_party/json/test/thirdparty/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()
/third_party/glslang/Test/baseResults/
Dspv.switch.frag.out236 Switch 67 70
257 Switch 85 88
284 Switch 104 107
304 Switch 119 122
324 Switch 130 133
360 Switch 166 169
428 Switch 215 218
470 Switch 257 259
479 Switch 264 265
492 Switch 22 26
[all …]
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
Dgenerator_impl_case_test.cc25 auto* s = Switch(1, Case(Expr(5), Block(create<ast::BreakStatement>())), in TEST_F()
42 Switch(1, Case({Expr(5), Expr(6)}, Block(create<ast::BreakStatement>())), in TEST_F()
58 auto* s = Switch(1, DefaultCase(Block(create<ast::BreakStatement>()))); in TEST_F()
/third_party/flutter/flutter/examples/flutter_gallery/test/
Ddrawer_test.dart38 // Switch to the dark theme: first menu button, choose 'Dark'
46 // Switch to the light theme: first menu button, choose 'Light'
54 // Switch back to system theme setting: first menu button, choose 'System Default'
93 // Switch to slow animation: second switch control
95 await tester.tap(find.byType(Switch).at(1));
100 await tester.tap(find.byType(Switch).at(1));
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dswitch_list_tile.dart18 /// A [ListTile] with a [Switch]. In other words, a switch with a label.
21 /// the switch. Tapping and dragging the [Switch] also triggers the [onChanged]
30 /// similarly-named properties on the [Switch] widget.
44 /// space in a [ListTile]'s [ListTile.leading] slot for a [Switch].
92 /// ![Switch list tile semantics sample](https://flutter.github.io/assets-for-api-docs/assets/mater…
136 /// Switch(
175 /// combining [Switch] with other widgets, such as [Text], [Padding] and
212 /// Switch(
254 /// * [ListTile] and [Switch], the widgets from which this widget is made.
291 /// Creates the wrapped switch with [Switch.adaptive].
[all …]
/third_party/flutter/flutter/packages/flutter/test/cupertino/
Dswitch_test.dart12 testWidgets('Switch can toggle on tap', (WidgetTester tester) async {
42 testWidgets('Switch emits light haptic vibration on tap', (WidgetTester tester) async {
247 testWidgets('Switch can drag (LTR)', (WidgetTester tester) async {
291 testWidgets('Switch can drag with dragStartBehavior', (WidgetTester tester) async {
373 testWidgets('Switch can drag (RTL)', (WidgetTester tester) async {
418 testWidgets('Switch is translucent when disabled', (WidgetTester tester) async {
436 testWidgets('Switch is opaque when enabled', (WidgetTester tester) async {
454 testWidgets('Switch turns translucent after becoming disabled', (WidgetTester tester) async {
485 testWidgets('Switch turns opaque after becoming enabled', (WidgetTester tester) async {
516 …testWidgets('Switch renders correctly before, during, and after being tapped', (WidgetTester teste…
/third_party/spirv-tools/test/
Doperand-class-test-coverage.csv11 " OperandVariableLiteralId,",Switch,,Switch*,not enum
12 " OperandLiteralNumber,","Source, Switch, ...",,Switch*,not enum
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Doperand-class-test-coverage.csv11 " OperandVariableLiteralId,",Switch,,Switch*,not enum
12 " OperandLiteralNumber,","Source, Switch, ...",,Switch*,not enum
/third_party/skia/third_party/externals/spirv-tools/test/
Doperand-class-test-coverage.csv11 " OperandVariableLiteralId,",Switch,,Switch*,not enum
12 " OperandLiteralNumber,","Source, Switch, ...",,Switch*,not enum
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Doperand-class-test-coverage.csv11 " OperandVariableLiteralId,",Switch,,Switch*,not enum
12 " OperandLiteralNumber,","Source, Switch, ...",,Switch*,not enum
/third_party/alsa-utils/bat/tests/asound_state/
Dasound.state.Skylake20 name 'Master Playback Switch'
59 name 'Mic Playback Switch'
86 name 'Capture Switch'
197 name 'IEC958 Playback Switch'
261 name 'IEC958 Playback Switch'
326 name 'IEC958 Playback Switch'

12345678910>>...15