/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
D | AgentTest.java | 86 agent.startup(); in startup_should_set_defined_session_id() 98 agent.startup(); in startup_should_create_random_session_id_when_undefined() 102 agent.startup(); in startup_should_create_random_session_id_when_undefined() 116 public void startup(AgentOptions options, RuntimeData data) in startup_should_log_exception() 130 agent.startup(); in startup_should_log_exception() 143 agent.startup(); in startup_should_register_mbean_when_enabled() 159 agent.startup(); in startup_should_not_register_mbean_when_disabled() 174 agent.startup(); in shutdown_should_write_execution_data_when_enabled() 187 agent.startup(); in shutdown_should_not_write_execution_data_when_disabled() 202 public void startup(AgentOptions options, in shutdown_should_log_exception() [all …]
|
/external/u-boot/drivers/net/phy/ |
D | vitesse.c | 301 .startup = &vitesse_startup, 311 .startup = &vitesse_startup, 321 .startup = &vitesse_startup, 331 .startup = &vitesse_startup, 341 .startup = &vitesse_startup, 351 .startup = &vitesse_startup, 361 .startup = &vitesse_startup, 371 .startup = &vitesse_startup, 381 .startup = &vitesse_startup, 391 .startup = &vitesse_startup, [all …]
|
D | smsc.c | 51 .startup = &smsc_startup, 61 .startup = &smsc_startup, 71 .startup = &genphy_startup, 81 .startup = &genphy_startup, 91 .startup = &genphy_startup, 101 .startup = &genphy_startup,
|
D | micrel_ksz8xxx.c | 23 .startup = &genphy_startup, 52 .startup = &genphy_startup, 80 .startup = &genphy_startup, 90 .startup = &genphy_startup, 147 .startup = &ksz8895_startup, 158 .startup = &genphy_startup, 183 .startup = &ksz886x_startup,
|
D | aquantia.c | 120 .startup = &aquantia_startup, 133 .startup = &aquantia_startup, 146 .startup = &aquantia_startup, 159 .startup = &aquantia_startup, 172 .startup = &aquantia_startup, 185 .startup = &aquantia_startup,
|
D | marvell.c | 625 .startup = &m88e1011s_startup, 635 .startup = &m88e1011s_startup, 645 .startup = &m88e1118_startup, 655 .startup = &m88e1118_startup, 665 .startup = &genphy_startup, 675 .startup = &m88e1145_startup, 685 .startup = &m88e1011s_startup, 695 .startup = &m88e1011s_startup, 712 .startup = &m88e1011s_startup, 724 .startup = &m88e1011s_startup, [all …]
|
D | atheros.c | 99 .startup = genphy_startup, 109 .startup = genphy_startup, 119 .startup = genphy_startup,
|
D | natsemi.c | 41 .startup = &genphy_startup, 111 .startup = &dp83865_startup, 154 .startup = &dp83848_startup,
|
D | broadcom.c | 332 .startup = &bcm54xx_startup, 342 .startup = &bcm54xx_startup, 352 .startup = &bcm5482_startup, 362 .startup = &bcm_cygnus_startup,
|
D | realtek.c | 304 .startup = &rtl8211x_startup, 316 .startup = &rtl8211e_startup, 327 .startup = &rtl8211x_startup, 338 .startup = &rtl8211f_startup,
|
/external/cldr/tools/scripts/build/bin-build/ |
D | start-buildbot.sh | 7 if [ -x ${HOME}/tomcat/CURRENT/bin/startup.sh ]; 9 ${HOME}/tomcat/CURRENT/bin/startup.sh 11 ${HOME}/tomcat/bin/startup.sh
|
/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/ |
D | workshop.ipynb | 9 "startup": false, 27 "startup": false, 63 "startup": false, 106 "startup": false, 155 "startup": false, 201 "startup": false, 239 "startup": false, 277 "startup": false, 310 "startup": false, 337 "startup": false, [all …]
|
D | ag_vs_eager_mnist_speed_test.ipynb | 29 "startup": false, 47 "startup": false, 87 "startup": false, 118 "startup": false, 149 "startup": false, 233 "startup": false, 267 "startup": false, 291 "startup": false, 312 "startup": false, 335 "startup": false, [all …]
|
/external/u-boot/arch/arm/dts/ |
D | kirkwood-synology.dtsi | 610 startup-delay-us = <5000000>; 623 startup-delay-us = <5000000>; 645 startup-delay-us = <5000000>; 667 startup-delay-us = <5000000>; 680 startup-delay-us = <5000000>; 703 startup-delay-us = <5000000>; 716 startup-delay-us = <5000000>; 729 startup-delay-us = <5000000>; 742 startup-delay-us = <5000000>; 764 startup-delay-us = <5000000>; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/Resolution/X86/ |
D | comdat-mixed-lto.ll | 19 ; CHECK: define internal void @__cxx_global_var_init() section ".text.startup" { 20 ; CHECK: define available_externally dso_local void @testglobfunc() section ".text.startup" { 33 define void @testglobfunc() #1 section ".text.startup" comdat($C) { 39 define internal void @__cxx_global_var_init() #1 section ".text.startup" comdat($C) {
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/ |
D | FileOutputTest.java | 42 controller.startup(options, new RuntimeData()); in testCreateDestFileOnStartup() 56 controller.startup(options, new RuntimeData()); in testWriteData() 72 controller.startup(options, new RuntimeData()); in testInvalidDestFile()
|
/external/python/cpython2/Modules/ |
D | main.c | 154 char *startup = Py_GETENV("PYTHONSTARTUP"); in RunStartupFile() local 155 if (startup != NULL && startup[0] != '\0') { in RunStartupFile() 156 FILE *fp = fopen(startup, "r"); in RunStartupFile() 158 (void) PyRun_SimpleFileExFlags(fp, startup, 0, cf); in RunStartupFile() 167 startup); in RunStartupFile()
|
/external/antlr/runtime/Perl5/t/lib/My/Test/ |
D | Class.pm | 22 sub startup : Tests(startup => 1) { method in My::Test::Class
|
/external/autotest/client/site_tests/platform_BootPerf/ |
D | control | 9 The test will fail if startup times or shut down times are exceeded. These 26 - how long from kernel startup to login screen display. 33 the sum of the other values, and represents the total startup time.
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
D | SystemPropertiesRuntime.java | 66 public void startup(final RuntimeData data) throws Exception { in startup() method in SystemPropertiesRuntime 67 super.startup(data); in startup()
|
/external/perfetto/infra/git_mirror_bot/ |
D | Makefile | 46 …--metadata-from-file=startup-script=startup-script.sh,deploy_key=deploy_key,main=mirror_aosp_to_gh…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/MCJIT/ |
D | test-global-ctors.ll | 13 define internal void @ctor_func() section ".text.startup" { 19 define internal void @dtor_func() section ".text.startup" {
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | test-global-ctors.ll | 13 define internal void @ctor_func() section ".text.startup" { 19 define internal void @dtor_func() section ".text.startup" {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | test-global-ctors.ll | 13 define internal void @ctor_func() section ".text.startup" { 19 define internal void @dtor_func() section ".text.startup" {
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | test-global-ctors.ll | 13 define internal void @ctor_func() section ".text.startup" { 19 define internal void @dtor_func() section ".text.startup" {
|