Home
last modified time | relevance | path

Searched refs:fab (Results 1 – 25 of 49) sorted by relevance

12

/external/kotlinx.coroutines/ui/kotlinx-coroutines-javafx/test/guide/
Dexample-ui-advanced-01.kt31 val fab = Circle(20.0, Color.valueOf("#FF4081")) constant
35 children += fab in <lambda>()
37 StackPane.setAlignment(fab, Pos.BOTTOM_RIGHT) in <lambda>()
38 StackPane.setMargin(fab, Insets(15.0)) in <lambda>()
49 setup(hello, fab) in start()
53 fun setup(hello: Text, fab: Circle) { in setup()
54 fab.onMouseClicked = EventHandler { in setup()
Dexample-ui-advanced-02.kt31 val fab = Circle(20.0, Color.valueOf("#FF4081")) constant in kotlinx.coroutines.javafx.guide.advanced02.ExampleApp
35 children += fab in <lambda>()
37 StackPane.setAlignment(fab, Pos.BOTTOM_RIGHT) in <lambda>()
38 StackPane.setMargin(fab, Insets(15.0)) in <lambda>()
49 setup(hello, fab) in start()
53 fun setup(hello: Text, fab: Circle) { in setup()
54 fab.onMouseClicked = EventHandler { in setup()
Dexample-ui-basic-03.kt31 val fab = Circle(20.0, Color.valueOf("#FF4081")) constant
35 children += fab in <lambda>()
37 StackPane.setAlignment(fab, Pos.BOTTOM_RIGHT) in <lambda>()
38 StackPane.setMargin(fab, Insets(15.0)) in <lambda>()
49 setup(hello, fab) in start()
53 fun setup(hello: Text, fab: Circle) { in setup()
61 fab.onMouseClicked = EventHandler { job.cancel() } // cancel coroutine on click in setup()
Dexample-ui-actor-01.kt31 val fab = Circle(20.0, Color.valueOf("#FF4081")) constant
35 children += fab in <lambda>()
37 StackPane.setAlignment(fab, Pos.BOTTOM_RIGHT) in <lambda>()
38 StackPane.setMargin(fab, Insets(15.0)) in <lambda>()
49 setup(hello, fab) in start()
53 fun setup(hello: Text, fab: Circle) { in setup()
54 fab.onClick { // start coroutine when the circle is clicked in setup()
Dexample-ui-actor-02.kt31 val fab = Circle(20.0, Color.valueOf("#FF4081")) constant
35 children += fab in <lambda>()
37 StackPane.setAlignment(fab, Pos.BOTTOM_RIGHT) in <lambda>()
38 StackPane.setMargin(fab, Insets(15.0)) in <lambda>()
49 setup(hello, fab) in start()
53 fun setup(hello: Text, fab: Circle) { in setup()
54 fab.onClick { // start coroutine when the circle is clicked in setup()
Dexample-ui-actor-03.kt31 val fab = Circle(20.0, Color.valueOf("#FF4081")) constant
35 children += fab in <lambda>()
37 StackPane.setAlignment(fab, Pos.BOTTOM_RIGHT) in <lambda>()
38 StackPane.setMargin(fab, Insets(15.0)) in <lambda>()
49 setup(hello, fab) in start()
53 fun setup(hello: Text, fab: Circle) { in setup()
54 fab.onClick { // start coroutine when the circle is clicked in setup()
Dexample-ui-blocking-01.kt31 val fab = Circle(20.0, Color.valueOf("#FF4081")) constant in kotlinx.coroutines.javafx.guide.blocking01.ExampleApp
35 children += fab in <lambda>()
37 StackPane.setAlignment(fab, Pos.BOTTOM_RIGHT) in <lambda>()
38 StackPane.setMargin(fab, Insets(15.0)) in <lambda>()
49 setup(hello, fab) in start()
65 fun setup(hello: Text, fab: Circle) { in fib()
77 fab.onClick { in fib()
Dexample-ui-blocking-03.kt31 val fab = Circle(20.0, Color.valueOf("#FF4081")) constant in kotlinx.coroutines.javafx.guide.blocking03.ExampleApp
35 children += fab in <lambda>()
37 StackPane.setAlignment(fab, Pos.BOTTOM_RIGHT) in <lambda>()
38 StackPane.setMargin(fab, Insets(15.0)) in <lambda>()
49 setup(hello, fab) in start()
62 fun setup(hello: Text, fab: Circle) { in setup()
74 fab.onClick { in setup()
Dexample-ui-blocking-02.kt31 val fab = Circle(20.0, Color.valueOf("#FF4081")) constant
35 children += fab in <lambda>()
37 StackPane.setAlignment(fab, Pos.BOTTOM_RIGHT) in <lambda>()
38 StackPane.setMargin(fab, Insets(15.0)) in <lambda>()
49 setup(hello, fab) in start()
62 fun setup(hello: Text, fab: Circle) { in setup()
74 fab.onClick { in setup()
Dexample-ui-basic-01.kt31 val fab = Circle(20.0, Color.valueOf("#FF4081")) constant
35 children += fab in <lambda>()
37 StackPane.setAlignment(fab, Pos.BOTTOM_RIGHT) in <lambda>()
38 StackPane.setMargin(fab, Insets(15.0)) in <lambda>()
49 setup(hello, fab) in start()
53 fun setup(hello: Text, fab: Circle) { in setup()
Dexample-ui-basic-02.kt31 val fab = Circle(20.0, Color.valueOf("#FF4081")) constant in kotlinx.coroutines.javafx.guide.basic02.ExampleApp
35 children += fab in <lambda>()
37 StackPane.setAlignment(fab, Pos.BOTTOM_RIGHT) in <lambda>()
38 StackPane.setMargin(fab, Insets(15.0)) in <lambda>()
49 setup(hello, fab) in start()
53 fun setup(hello: Text, fab: Circle) { in setup()
/external/llvm/test/CodeGen/PowerPC/
Dppc-empty-fs.ll8 %struct.fab = type { float, float }
11 define void @func_fab(%struct.fab* noalias sret %agg.result, i64 %x.coerce) #0 {
13 %x = alloca %struct.fab, align 8
14 %0 = bitcast %struct.fab* %x to i64*
16 %1 = bitcast %struct.fab* %agg.result to i8*
17 %2 = bitcast %struct.fab* %x to i8*
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dppc-empty-fs.ll8 %struct.fab = type { float, float }
11 define void @func_fab(%struct.fab* noalias sret %agg.result, i64 %x.coerce) #0 {
13 %x = alloca %struct.fab, align 8
14 %0 = bitcast %struct.fab* %x to i64*
16 %1 = bitcast %struct.fab* %agg.result to i8*
17 %2 = bitcast %struct.fab* %x to i8*
/external/clang/test/CodeGen/
Dppc64-elf-abi.c22 struct fab { float a; float b; }; argument
23 struct fab func_fab(struct fab x) { return x; } in func_fab()
Dppc64le-aggregates.c15 struct fab { float a; float b; }; argument
48 struct fab func_fab(struct fab x) { return x; } in func_fab()
116 struct fab global_fab;
/external/u-boot/drivers/ddr/marvell/axp/
Dddr3_init.c755 u32 fab, cpu_freq, ui_vco_freq; in ddr3_get_vco_freq() local
757 fab = ddr3_get_fab_opt(); in ddr3_get_vco_freq()
760 if (fab == 2 || fab == 3 || fab == 7 || fab == 8 || fab == 10 || in ddr3_get_vco_freq()
761 fab == 15 || fab == 17 || fab == 20) in ddr3_get_vco_freq()
Dddr3_axp.h14 #define SAR_CPU_FAB_GET(cpu, fab) (((cpu & 0x7) << 21) | ((fab & 0xF) << 24)) argument
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/example-app/app/src/main/java/com/example/app/
DMainActivity.kt18 setup(hello, fab) in onCreate()
37 fun setup(hello: TextView, fab: FloatingActionButton) { in setup()
/external/walt/hardware/kicad/
D.gitignore9 fab
/external/u-boot/arch/arm/mach-mvebu/serdes/axp/
Dboard_env_spec.h77 #define SAR_CPU_FAB_GET(cpu, fab) (((cpu & 0x7) << 21) | ((fab & 0xF) << 24)) argument
/external/cpuinfo/test/dmesg/
Doneplus-3t.log443 [ 0.444859]@3 msm-bus-type fab-a0noc: Error: Failed to get regulator bus-gdsc:-517
444 [ 0.444875]@3 msm-bus-type fab-a0noc: Error: Failed to get regulator bus-a-gdsc:-517
447 [ 0.452627]@3 msm-bus-type fab-a0noc: Error: Failed to get regulator aggre0-snoc-axi-no-rate:-517
448 [ 0.452640]@3 msm-bus-type fab-a0noc: Error: Failed to get regulator aggre0-snoc-axi-no-rate:-517
449 [ 0.452649]@3 msm-bus-type fab-a0noc: Error: Failed to get regulator aggre0-snoc-axi-no-rate:-517
450 [ 0.452762]@3 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-rate:-517
451 [ 0.452784]@3 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-rate:-517
452 [ 0.452803]@3 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-rate:-517
453 [ 0.452821]@3 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-rate:-517
454 [ 0.452839]@3 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-rate:-517
[all …]
Dpixel-xl.log107 [ 0.644602] c0 1 msm-bus-type fab-a0noc: Error: Failed to get regulator bus-gdsc:-517
108 [ 0.644624] c0 1 msm-bus-type fab-a0noc: Error: Failed to get regulator bus-a-gdsc:-517
111 [ 0.659905] c0 1 msm-bus-type fab-a0noc: Error: Failed to get regulator aggre0-snoc-axi-no-…
112 [ 0.659928] c0 1 msm-bus-type fab-a0noc: Error: Failed to get regulator aggre0-snoc-axi-no-…
113 [ 0.659943] c0 1 msm-bus-type fab-a0noc: Error: Failed to get regulator aggre0-snoc-axi-no-…
114 [ 0.660528] c0 1 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-r…
115 [ 0.660562] c0 1 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-r…
116 [ 0.660589] c0 1 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-r…
117 [ 0.660615] c0 1 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-r…
118 [ 0.660642] c0 1 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-r…
[all …]
Dpixel.log77 [ 0.560460] c0 1 msm-bus-type fab-a0noc: Error: Failed to get regulator bus-gdsc:-517
78 [ 0.560481] c0 1 msm-bus-type fab-a0noc: Error: Failed to get regulator bus-a-gdsc:-517
81 [ 0.572331] c0 1 msm-bus-type fab-a0noc: Error: Failed to get regulator aggre0-snoc-axi-no-…
82 [ 0.572353] c0 1 msm-bus-type fab-a0noc: Error: Failed to get regulator aggre0-snoc-axi-no-…
83 [ 0.572366] c0 1 msm-bus-type fab-a0noc: Error: Failed to get regulator aggre0-snoc-axi-no-…
84 [ 0.572514] c0 1 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-r…
85 [ 0.572543] c0 1 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-r…
86 [ 0.572568] c0 1 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-r…
87 [ 0.572593] c0 1 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-r…
88 [ 0.572618] c0 1 msm-bus-type fab-mnoc: Error: Failed to get regulator mmagic-mdss-axi-no-r…
[all …]
Dgalaxy-s7-us.log605 [ 0.770611] [2: swapper/0: 1] msm-bus-type fab-a0noc: Error: Failed to get reg bus-gdsc
607 [ 0.770724] [2: swapper/0: 1] msm-bus-type fab-a0noc: Error: Failed to get reg bus-a-gd…
642 [ 0.782462] [2: swapper/0: 1] msm-bus-type fab-mnoc: Error: Failed to get reg mmagic-md…
643 [ 0.782526] [2: swapper/0: 1] msm-bus-type fab-mnoc:
646 …nable QoS clk 106<3>[ 0.782706] [2: swapper/0: 1] msm-bus-type fab-mnoc: Error: Failed…
647 [ 0.782766] [2: swapper/0: 1] msm-bus-type fab-mnoc:
650 …Enable QoS clk 62<3>[ 0.782943] [2: swapper/0: 1] msm-bus-type fab-mnoc: Error: Failed…
651 [ 0.783004] [2: swapper/0: 1] msm-bus-type fab-mnoc:
654 …Enable QoS clk 22<3>[ 0.783180] [2: swapper/0: 1] msm-bus-type fab-mnoc: Error: Failed…
655 [ 0.783240] [2: swapper/0: 1] msm-bus-type fab-mnoc:
[all …]
/external/doclava/res/assets/templates-sdk/assets/css/
Ddefault.css5897 .dac-fab, .dac-button-social, .button, .landing-button,
5973 .dac-fab, .dac-button-social {
5985 .dac-fab:hover, .dac-button-social:hover,
5986 a:hover > .dac-fab,
5989fab > .dac-sprite, .dac-button-social > .dac-sprite, .dac-fab > .dac-modal-header-close:before, .d…
5991 .dac-fab.dac-primary, .dac-primary.dac-button-social {
5993 .dac-fab.dac-large, .dac-large.dac-button-social {
6121 .dac-footer-getnews > .dac-fab, .dac-footer-getnews > .dac-button-social {
9067 .dac-custom-search .dac-fab, .dac-custom-search .dac-button-social {

12