/external/clang/test/Misc/ |
D | ast-dump-color.cpp | 32 …onUnitDecl[[RESET:.\[0m]][[Yellow:.\[0;33m]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid sloc>… 33 …RESET]][[GREEN]]TypedefDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid slo… 34 …RESET]][[GREEN]]TypedefDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid slo… 35 …RESET]][[GREEN]]TypedefDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]<invalid slo… 36 …RESET]][[GREEN]]VarDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]{{.*}}ast-dump-c… 37 …K: {{^}}[[Blue]]| |-[[RESET]][[BLUE:.\[0;1;34m]]UnusedAttr[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[… 38 …Blue]]| `-[[RESET]][[Blue]]FullComment[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]l… 39 …]| `-[[RESET]][[Blue]]ParagraphComment[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]… 40 …K: {{^}}[[Blue]]| |-[[RESET]][[Blue]]TextComment[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]… 41 …]| |-[[RESET]][[Blue]]HTMLStartTagComment[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Ye… [all …]
|
D | diag-template-diffing-color.cpp | 9 …ion from 'foo<[[CYAN:.\[0;1;36m]]double[[RESET:.\[0m]]>' to 'foo<[[CYAN]]int[[RESET]]>' for 1st ar… 12 // TREE: {{\[}}[[CYAN:.\[0;1;36m]]double[[RESET:.\[0m]] != [[CYAN]]int[[RESET]]]>[[RESET]] 16 …e 'foo<[[CYAN]]double[[RESET]][[BOLD:.\[1m]]>' cannot bind to a value of unrelated type 'foo<[[CYA… 19 // TREE: {{\[}}[[CYAN]]double[[RESET]][[BOLD:.\[1m]] != [[CYAN]]int[[RESET]][[BOLD]]]>[[RESET]] 27 …iable: no known conversion from 'vector<const vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}int>>' to '… 31 // TREE: {{\[}}[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}!= [[CYAN]](no qualifiers)[[RESET]]] int>> 37 …unction not viable: no known conversion from 'vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}vector<...>… 40 // TREE: {{\[}}[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}!= [[CYAN]](no qualifiers){{ ?}}[[RESET]]]{{ ?… 46 …own conversion from 'vector<vector<...>>' to 'vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}vector<...>… 49 // TREE: {{\[}}[[CYAN]](no qualifiers){{ ?}}[[RESET]]{{ ?}}!= [[CYAN]]const[[RESET]]] vector<..… [all …]
|
/external/sg3_utils/doc/ |
D | sg_reset.8 | 3 sg_reset \- sends SCSI device, target, bus or host reset; or checks reset 14 reset state (e.g. if a reset is underway) of the \fIDEVICE\fR. When given 16 option it requests a device, target, bus or host reset respectively. 18 A device reset is applied to the Logical Unit (LU) corresponding to 20 in Linux as a LOGICAL UNIT RESET task management function. 22 The ability to reset a SCSI target was added in Linux kernel 2.6.27 . A LLD 23 may send Low level Drivers (LLDs) the I_T NEXUS RESET task management 25 thing (e.g. a hard reset on the link containing a SAS target). 30 Users of this utility can check whether a reset recovery is already underway 31 before trying to send a new reset with this utility. Calling this utility [all …]
|
/external/arm-trusted-firmware/docs/design/ |
D | reset-design.rst | 1 CPU Reset 10 document which provides greater implementation details around the reset code, 13 General reset code flow 16 The TF-A reset code is implemented in BL1 by default. The following high-level 19 |Default reset code flow| 21 This diagram shows the default, unoptimised reset flow. Depending on the system 29 this case. Please refer to section 6 "Using BL31 entrypoint as the reset 32 Programmable CPU reset address 35 By default, TF-A assumes that the CPU reset address is not programmable. 37 they reset. Further logic is then required to identify whether it is a cold or [all …]
|
/external/cronet/base/memory/ |
D | weak_auto_reset_unittest.cc | 47 WeakAutoReset reset = hwf.SetValueScoped(1); in TEST() local 55 WeakAutoReset reset = hwf->SetValueScoped(1); in TEST() local 57 hwf.reset(); in TEST() 64 WeakAutoReset reset = hwf.SetValueScoped(1); in TEST() local 77 WeakAutoReset reset = hwf->SetValueScoped(1); in TEST() local 81 hwf.reset(); in TEST() 87 // Create an auto-reset outside of a scope. in TEST() 88 WeakAutoReset reset = hwf.SetValueScoped(1); in TEST() local 92 // Move the auto-reset to an instance inside the scope. This should not in TEST() 93 // cause the value to reset. in TEST() [all …]
|
/external/cpu_features/ci/ |
D | Makefile | 8 RESET=\e[0m macro 11 @echo -e "${BOLD}SYNOPSIS${RESET}" 14 @echo -e "${BOLD}DESCRIPTION${RESET}" 17 @echo -e "${BOLD}MAKE TARGETS${RESET}" 18 @echo -e "\t${BOLD}help${RESET}: display this help and exit." 20 …@echo -e "\t${BOLD}amd64_<stage>${RESET}: build <stage> docker image using an Ubuntu:latest x86_64… 21 @echo -e "\t${BOLD}save_amd64_<stage>${RESET}: Save the <stage> docker image." 22 …@echo -e "\t${BOLD}sh_amd64_<stage>${RESET}: run a container using the <stage> docker image (debug… 23 @echo -e "\t${BOLD}clean_amd64_<stage>${RESET}: Remove cache and docker image." 25 @echo -e "\tWith ${BOLD}<stage>${RESET}:" [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | TestUScriptRun.java | 234 scriptRun.reset(0, 100); in TestReset() 235 errln("scriptRun.reset(0, 100) did not produce an IllegalArgumentException!"); in TestReset() 237 logln("PASS: scriptRun.reset failed as expected"); in TestReset() 241 scriptRun.reset(100, 0); in TestReset() 242 errln("scriptRun.reset(100, 0) did not produce an IllegalArgumentException!"); in TestReset() 244 logln("PASS: scriptRun.reset failed as expected"); in TestReset() 248 scriptRun.reset(0, -100); in TestReset() 249 errln("scriptRun.reset(0, -100) did not produce an IllegalArgumentException!"); in TestReset() 251 logln("PASS: scriptRun.reset failed as expected"); in TestReset() 255 scriptRun.reset(-100, 0); in TestReset() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | TestUScriptRun.java | 237 scriptRun.reset(0, 100); in TestReset() 238 errln("scriptRun.reset(0, 100) did not produce an IllegalArgumentException!"); in TestReset() 240 logln("PASS: scriptRun.reset failed as expected"); in TestReset() 244 scriptRun.reset(100, 0); in TestReset() 245 errln("scriptRun.reset(100, 0) did not produce an IllegalArgumentException!"); in TestReset() 247 logln("PASS: scriptRun.reset failed as expected"); in TestReset() 251 scriptRun.reset(0, -100); in TestReset() 252 errln("scriptRun.reset(0, -100) did not produce an IllegalArgumentException!"); in TestReset() 254 logln("PASS: scriptRun.reset failed as expected"); in TestReset() 258 scriptRun.reset(-100, 0); in TestReset() [all …]
|
/external/arm-trusted-firmware/lib/cpus/ |
D | cpu-ops.mk | 79 # Flag to apply erratum 827671 workaround during reset. This erratum applies 83 # Flag to apply erratum 852421 workaround during reset. This erratum applies 87 # Flag to apply erratum 852423 workaround during reset. This erratum applies 91 # Flag to apply erratum 855472 workaround during reset. This erratum applies 95 # Flag to apply erratum 819472 workaround during reset. This erratum applies 99 # Flag to apply erratum 824069 workaround during reset. This erratum applies 103 # Flag to apply erratum 826319 workaround during reset. This erratum applies 107 # Flag to apply erratum 827319 workaround during reset. This erratum applies 116 # Flag to apply erratum 836870 workaround during reset. This erratum applies 127 # Flag to apply errata 855873 during reset. This errata applies to all [all …]
|
/external/python/cpython3/Tools/peg_generator/pegen/ |
D | grammar_parser.py | 51 self.reset(mark) 66 self.reset(mark) 73 self.reset(mark) 88 self.reset(mark) 95 self.reset(mark) 112 self.reset(mark) 125 self.reset(mark) 138 self.reset(mark) 153 self.reset(mark) 160 self.reset(mark) [all …]
|
/external/ethtool/ |
D | ibm_emac.c | 41 u32 mr1; /* Reset */ 44 u32 rmr; /* Reset */ 46 u32 iser; /* Reset */ 47 u32 iahr; /* Reset, R, T */ 48 u32 ialr; /* Reset, R, T */ 49 u32 vtpid; /* Reset, R, T */ 50 u32 vtci; /* Reset, R, T */ 51 u32 ptr; /* Reset, T */ 55 u32 iaht1; /* Reset, R */ 56 u32 iaht2; /* Reset, R */ [all …]
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_rcc.h | 569 …LAG_RMVF ((CSR_REG_INDEX << 5U) | RCC_CSR_RMVF_Pos) /*!< Remove reset flag */ 570 …G_FWRST ((CSR_REG_INDEX << 5U) | RCC_CSR_FWRSTF_Pos) /*!< Firewall reset flag */ 571 … ((CSR_REG_INDEX << 5U) | RCC_CSR_OBLRSTF_Pos) /*!< Option Byte Loader reset flag */ 572 …C_FLAG_PINRST ((CSR_REG_INDEX << 5U) | RCC_CSR_PINRSTF_Pos) /*!< PIN reset flag */ 573 …C_FLAG_BORRST ((CSR_REG_INDEX << 5U) | RCC_CSR_BORRSTF_Pos) /*!< BOR reset flag */ 574 …G_SFTRST ((CSR_REG_INDEX << 5U) | RCC_CSR_SFTRSTF_Pos) /*!< Software Reset flag */ 575 … ((CSR_REG_INDEX << 5U) | RCC_CSR_IWDGRSTF_Pos) /*!< Independent Watchdog reset flag */ 576 …ST ((CSR_REG_INDEX << 5U) | RCC_CSR_WWDGRSTF_Pos) /*!< Window watchdog reset flag */ 577 …_LPWRRST ((CSR_REG_INDEX << 5U) | RCC_CSR_LPWRRSTF_Pos) /*!< Low-Power reset flag */ 619 * @note After reset, the peripheral clock (used for registers read/write access) [all …]
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_rcc.h | 569 …LAG_RMVF ((CSR_REG_INDEX << 5U) | RCC_CSR_RMVF_Pos) /*!< Remove reset flag */ 570 …G_FWRST ((CSR_REG_INDEX << 5U) | RCC_CSR_FWRSTF_Pos) /*!< Firewall reset flag */ 571 … ((CSR_REG_INDEX << 5U) | RCC_CSR_OBLRSTF_Pos) /*!< Option Byte Loader reset flag */ 572 …C_FLAG_PINRST ((CSR_REG_INDEX << 5U) | RCC_CSR_PINRSTF_Pos) /*!< PIN reset flag */ 573 …C_FLAG_BORRST ((CSR_REG_INDEX << 5U) | RCC_CSR_BORRSTF_Pos) /*!< BOR reset flag */ 574 …G_SFTRST ((CSR_REG_INDEX << 5U) | RCC_CSR_SFTRSTF_Pos) /*!< Software Reset flag */ 575 … ((CSR_REG_INDEX << 5U) | RCC_CSR_IWDGRSTF_Pos) /*!< Independent Watchdog reset flag */ 576 …ST ((CSR_REG_INDEX << 5U) | RCC_CSR_WWDGRSTF_Pos) /*!< Window watchdog reset flag */ 577 …_LPWRRST ((CSR_REG_INDEX << 5U) | RCC_CSR_LPWRRSTF_Pos) /*!< Low-Power reset flag */ 619 * @note After reset, the peripheral clock (used for registers read/write access) [all …]
|
/external/okio/samples/src/jvmTest/java/okio/samples/ |
D | SourceMarkerTest.java | 37 marker.reset(pos7); // Back to 'H' in test() 39 marker.reset(pos3); // Back to 'D' in test() 41 marker.reset(pos7); // Back to 'H' again. in test() 44 marker.reset(pos7); in test() 47 assertThat(expected).hasMessage("cannot reset to 7: out of range"); in test() 50 marker.reset(pos3); in test() 53 assertThat(expected).hasMessage("cannot reset to 3: out of range"); in test() 66 marker.reset(pos7); // Back to 'H' in exceedLimitTest() 68 marker.reset(pos3); // Back to 'D' in exceedLimitTest() 70 marker.reset(pos7); // Back to 'H' again. in exceedLimitTest() [all …]
|
/external/trace-cmd/Documentation/trace-cmd/ |
D | trace-cmd-reset.1.txt | 1 TRACE-CMD-RESET(1) 6 trace-cmd-reset - turn off all Ftrace tracing to bring back full performance 10 *trace-cmd reset* ['OPTIONS'] 14 The trace-cmd(1) reset command turns off all tracing of Ftrace. This will 20 parts of Ftrace to see what trace-cmd did. After the reset command happens, 36 trace-cmd reset -b 1 50 If the kernel supports multiple buffers, this will reset the trace for 53 will not be reset if this option is given (unless the *-t* option is 57 Reset the trace for all existing buffer instances. When this option 58 is used, the top level instance will not be reset unless *-t* is given. [all …]
|
/external/double-conversion/test/cctest/ |
D | test-conversions.cc | 51 builder.Reset(); in TEST() 55 builder.Reset(); in TEST() 59 builder.Reset(); in TEST() 63 builder.Reset(); in TEST() 67 builder.Reset(); in TEST() 71 builder.Reset(); in TEST() 75 builder.Reset(); in TEST() 79 builder.Reset(); in TEST() 83 builder.Reset(); in TEST() 87 builder.Reset(); in TEST() [all …]
|
/external/apache-velocity-engine/velocity-engine-core/src/test/resources/bc_mode/ |
D | test_bc_mode.vtl | 2 #macro(reset)#set($foo = $foo_)#set($bar = $bar_)#end## 12 #store#state => disp miss #disp() => #state#reset 13 #store#state => setn miss #setn() => #state#reset 14 #store#state => setv miss #setv() => #state#reset 16 #store#state => disp null #disp($null) => #state#reset 17 #store#state => setn null #setn($null) => #state#reset 18 #store#state => setv null #setv($null) => #state#reset 20 #store#state => disp ncol #disp($bar) => #state#reset 21 #store#state => setn ncol #setn($bar) => #state#reset 22 #store#state => setv ncol #setv($bar) => #state#reset [all …]
|
/external/webrtc/modules/video_coding/ |
D | decoding_state_unittest.cc | 27 dec_state.Reset(); in TEST() 51 dec_state.Reset(); in TEST() 57 frame.Reset(); in TEST() 64 frame.Reset(); in TEST() 72 frame.Reset(); in TEST() 76 frame.Reset(); in TEST() 88 dec_state.Reset(); in TEST() 89 frame.Reset(); in TEST() 99 frame.Reset(); in TEST() 110 frame.Reset(); in TEST() [all …]
|
/external/arm-trusted-firmware/plat/imx/common/include/sci/svc/pm/ |
D | sci_pm_api.h | 10 * control, clock control, reset control, and wake-up event control. 108 #define SC_PM_RESET_TYPE_COLD 0U /* Cold reset */ 109 #define SC_PM_RESET_TYPE_WARM 1U /* Warm reset */ 110 #define SC_PM_RESET_TYPE_BOARD 2U /* Board reset */ 117 #define SC_PM_RESET_CAUSE_TEMP 0U /* Reset due to temp panic alarm */ 118 #define SC_PM_RESET_CAUSE_FAULT 1U /* Reset due to fault exception */ 119 #define SC_PM_RESET_CAUSE_IRQ 2U /* Reset due to SCU reset IRQ */ 120 #define SC_PM_RESET_CAUSE_WDOG 3U /* Reset due to SW WDOG */ 121 #define SC_PM_RESET_CAUSE_API 4U /* Reset due to pm_reset() or monitor */ 128 #define SC_PM_RESET_REASON_POR 0U /* Power on reset */ [all …]
|
/external/libcxx/test/libcxx/language.support/support.dynamic/ |
D | libcpp_deallocate.sh.cpp | 57 alloc_stats() { reset(); } in alloc_stats() 66 void reset() { in reset() function 150 stats.reset(); in test_libcpp_dealloc() 157 stats.reset(); in test_libcpp_dealloc() 163 stats.reset(); in test_libcpp_dealloc() 169 stats.reset(); in test_libcpp_dealloc() 175 stats.reset(); in test_libcpp_dealloc() 180 stats.reset(); in test_libcpp_dealloc() 185 stats.reset(); in test_libcpp_dealloc() 195 stats.reset(); in test_allocator_and_new_match() [all …]
|
/external/perfetto/src/trace_processor/ |
D | trace_processor_storage_impl.cc | 52 context_.storage.reset(new TraceStorage(context_.config)); in TraceProcessorStorageImpl() 53 context_.track_tracker.reset(new TrackTracker(&context_)); in TraceProcessorStorageImpl() 54 context_.async_track_set_tracker.reset(new AsyncTrackSetTracker(&context_)); in TraceProcessorStorageImpl() 55 context_.args_tracker.reset(new ArgsTracker(&context_)); in TraceProcessorStorageImpl() 56 context_.args_translation_table.reset( in TraceProcessorStorageImpl() 58 context_.slice_tracker.reset(new SliceTracker(&context_)); in TraceProcessorStorageImpl() 59 context_.slice_translation_table.reset( in TraceProcessorStorageImpl() 61 context_.flow_tracker.reset(new FlowTracker(&context_)); in TraceProcessorStorageImpl() 62 context_.event_tracker.reset(new EventTracker(&context_)); in TraceProcessorStorageImpl() 63 context_.process_tracker.reset(new ProcessTracker(&context_)); in TraceProcessorStorageImpl() [all …]
|
/external/arm-trusted-firmware/plat/brcm/board/common/ |
D | platform_common.c | 43 * This path is for L0 reset with in boot_source_get() 47 * external straps will not be read on L1 reset. in boot_source_get() 70 void __dead2 plat_soft_reset(uint32_t reset) in plat_soft_reset() argument 72 if (reset == SOFT_RESET_L3) { in plat_soft_reset() 73 mmio_setbits_32(CRMU_IHOST_SW_PERSISTENT_REG1, reset); in plat_soft_reset() 78 if (reset != SOFT_SYS_RESET_L1) in plat_soft_reset() 79 reset = SOFT_PWR_UP_RESET_L0; in plat_soft_reset() 81 if (reset == SOFT_PWR_UP_RESET_L0) in plat_soft_reset() 82 INFO("L0 RESET...\n"); in plat_soft_reset() 84 if (reset == SOFT_SYS_RESET_L1) in plat_soft_reset() [all …]
|
/external/openscreen/third_party/mozilla/ |
D | url_parse.cc | 93 hostname->reset(); in ParseServerInfo() 94 port_num->reset(); in ParseServerInfo() 123 hostname->reset(); in ParseServerInfo() 128 port_num->reset(); in ParseServerInfo() 144 username->reset(); in DoParseAuthority() 145 password->reset(); in DoParseAuthority() 146 hostname->reset(); in DoParseAuthority() 147 port_num->reset(); in DoParseAuthority() 165 username->reset(); in DoParseAuthority() 166 password->reset(); in DoParseAuthority() [all …]
|
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/language.support/support.dynamic/ |
D | libcpp_deallocate.sh.cpp | 50 alloc_stats() { reset(); } in alloc_stats() 59 void reset() { in reset() function 147 stats.reset(); in test_libcpp_dealloc() 154 stats.reset(); in test_libcpp_dealloc() 160 stats.reset(); in test_libcpp_dealloc() 166 stats.reset(); in test_libcpp_dealloc() 172 stats.reset(); in test_libcpp_dealloc() 177 stats.reset(); in test_libcpp_dealloc() 182 stats.reset(); in test_libcpp_dealloc() 192 stats.reset(); in test_allocator_and_new_match() [all …]
|
/external/bcc/tools/ |
D | reset-trace_example.txt | 1 Demonstrations of reset-trace, for Linux bcc/BPF. 8 used to clean up the tracing state, and reset and disable active tracing. 16 a note is printed. All tracing files can be reset with -F for force, but this 21 # ./reset-trace.sh 29 # ./reset-trace.sh -v 124 you read this. But right now it's a good example of needing reset-trace. 132 state. Using reset-trace: 134 # ./reset-trace.sh -v 139 Needed to reset /sys/kernel/debug/tracing/uprobe_events 176 # ./reset-trace.sh [all …]
|