/external/kotlinx.coroutines/ui/kotlinx-coroutines-javafx/test/guide/ |
D | example-ui-advanced-01.kt | 31 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()
|
D | example-ui-advanced-02.kt | 31 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()
|
D | example-ui-basic-03.kt | 31 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()
|
D | example-ui-actor-01.kt | 31 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()
|
D | example-ui-actor-02.kt | 31 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()
|
D | example-ui-actor-03.kt | 31 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()
|
D | example-ui-blocking-01.kt | 31 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()
|
D | example-ui-blocking-03.kt | 31 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()
|
D | example-ui-blocking-02.kt | 31 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()
|
D | example-ui-basic-01.kt | 31 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()
|
D | example-ui-basic-02.kt | 31 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/ |
D | ppc-empty-fs.ll | 8 %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/ |
D | ppc-empty-fs.ll | 8 %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/ |
D | ppc64-elf-abi.c | 22 struct fab { float a; float b; }; argument 23 struct fab func_fab(struct fab x) { return x; } in func_fab()
|
D | ppc64le-aggregates.c | 15 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/ |
D | ddr3_init.c | 755 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()
|
D | ddr3_axp.h | 14 #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/ |
D | MainActivity.kt | 18 setup(hello, fab) in onCreate() 37 fun setup(hello: TextView, fab: FloatingActionButton) { in setup()
|
/external/walt/hardware/kicad/ |
D | .gitignore | 9 fab
|
/external/u-boot/arch/arm/mach-mvebu/serdes/axp/ |
D | board_env_spec.h | 77 #define SAR_CPU_FAB_GET(cpu, fab) (((cpu & 0x7) << 21) | ((fab & 0xF) << 24)) argument
|
/external/cpuinfo/test/dmesg/ |
D | oneplus-3t.log | 443 [ 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 …]
|
D | pixel-xl.log | 107 [ 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 …]
|
D | pixel.log | 77 [ 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 …]
|
D | galaxy-s7-us.log | 605 [ 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/ |
D | default.css | 5897 .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, 5989 …fab > .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 {
|