/external/u-boot/doc/device-tree-bindings/reset/ |
D | reset.txt | 3 This binding is intended to represent the hardware reset signals present 8 Hardware blocks typically receive a reset signal. This signal is generated by 9 a reset provider (e.g. power management or clock module) and received by a 10 reset consumer (the module being reset, or a module managing when a sub- 11 ordinate module is reset). This binding exists to represent the provider and 14 A reset signal is represented by the phandle of the provider, plus a reset 15 specifier - a list of DT cells that represents the reset signal within the 16 provider. The length (number of cells) and semantics of the reset specifier 17 are dictated by the binding of the reset provider, although common schemes 20 A word on where to place reset signal consumers in device tree: It is possible [all …]
|
/external/u-boot/drivers/reset/ |
D | Kconfig | 4 bool "Enable reset controllers using Driver Model" 7 Enable support for the reset controller driver class. Many hardware 8 modules are equipped with a reset signal, typically driven by some 9 reset controller hardware module within the chip. In U-Boot, reset 10 controller drivers allow control over these reset signals. In some 12 although driving such reset isgnals using GPIOs may be more 16 bool "Enable the sandbox reset test driver" 19 Enable support for a test reset controller implementation, which 20 simply accepts requests to reset various HW modules without actually 24 bool "Enable the STi reset" [all …]
|
D | Makefile | 5 obj-$(CONFIG_DM_RESET) += reset-uclass.o 6 obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset.o 7 obj-$(CONFIG_SANDBOX_MBOX) += sandbox-reset-test.o 8 obj-$(CONFIG_STI_RESET) += sti-reset.o 9 obj-$(CONFIG_STM32_RESET) += stm32-reset.o 10 obj-$(CONFIG_TEGRA_CAR_RESET) += tegra-car-reset.o 11 obj-$(CONFIG_TEGRA186_RESET) += tegra186-reset.o 12 obj-$(CONFIG_RESET_BCM6345) += reset-bcm6345.o 13 obj-$(CONFIG_RESET_UNIPHIER) += reset-uniphier.o 14 obj-$(CONFIG_AST2500_RESET) += ast2500-reset.o [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/u-boot/doc/device-tree-bindings/gpu/ |
D | nvidia,tegra20-host1x.txt | 14 - resets: Must contain an entry for each entry in reset-names. 15 See ../reset/reset.txt for details. 16 - reset-names: Must include the following entries: 30 - resets: Must contain an entry for each entry in reset-names. 31 See ../reset/reset.txt for details. 32 - reset-names: Must include the following entries: 43 - resets: Must contain an entry for each entry in reset-names. 44 See ../reset/reset.txt for details. 45 - reset-names: Must include the following entries: 56 - resets: Must contain an entry for each entry in reset-names. [all …]
|
/external/skqp/tests/ |
D | UtilsTest.cpp | 58 tmp.reset(0); // test out reset(0) when already at 0 in test_autostarray() 59 tmp.reset(4); // this should force a new allocation in test_autostarray() 61 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 62 tmp[1].reset(SkRef(&obj1)); in test_autostarray() 67 tmp.reset(0); in test_autostarray() 72 tmp.reset(2); // this should use the preexisting allocation in test_autostarray() 74 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 75 tmp[1].reset(SkRef(&obj1)); in test_autostarray() 87 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 88 tmp[1].reset(SkRef(&obj1)); in test_autostarray() [all …]
|
/external/skia/tests/ |
D | UtilsTest.cpp | 58 tmp.reset(0); // test out reset(0) when already at 0 in test_autostarray() 59 tmp.reset(4); // this should force a new allocation in test_autostarray() 61 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 62 tmp[1].reset(SkRef(&obj1)); in test_autostarray() 67 tmp.reset(0); in test_autostarray() 72 tmp.reset(2); // this should use the preexisting allocation in test_autostarray() 74 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 75 tmp[1].reset(SkRef(&obj1)); in test_autostarray() 87 tmp[0].reset(SkRef(&obj0)); in test_autostarray() 88 tmp[1].reset(SkRef(&obj1)); in test_autostarray() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_py3kwarn.py | 72 w.reset() 78 w.reset() 81 w.reset() 84 w.reset() 87 w.reset() 94 w.reset() 101 w.reset() 108 w.reset() 110 w.reset() 112 w.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() 241 scriptRun.reset(100, 0); in TestReset() 248 scriptRun.reset(0, -100); in TestReset() 255 scriptRun.reset(-100, 0); in TestReset() 262 scriptRun.reset(dummy, 0, 6); in TestReset() 269 scriptRun.reset(dummy, 6, 0); in TestReset() 276 scriptRun.reset(dummy, 0, -100); in TestReset() 283 scriptRun.reset(dummy, -100, 0); in TestReset() 290 scriptRun.reset(dummy, 0, dummy.length); in TestReset() 297 scriptRun.reset(0, 6); 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() 244 scriptRun.reset(100, 0); in TestReset() 251 scriptRun.reset(0, -100); in TestReset() 258 scriptRun.reset(-100, 0); in TestReset() 265 scriptRun.reset(dummy, 0, 6); in TestReset() 272 scriptRun.reset(dummy, 6, 0); in TestReset() 279 scriptRun.reset(dummy, 0, -100); in TestReset() 286 scriptRun.reset(dummy, -100, 0); in TestReset() 293 scriptRun.reset(dummy, 0, dummy.length); in TestReset() 300 scriptRun.reset(0, 6); in TestReset() [all …]
|
/external/icu/icu4c/source/extra/scrptrun/ |
D | scrptrun.h | 44 void reset(); 46 void reset(int32_t start, int32_t count); 48 void reset(const UChar chars[], int32_t start, int32_t length); 104 reset(NULL, 0, 0); in ScriptRun() 109 reset(chars, 0, length); in ScriptRun() 114 reset(chars, start, length); in ScriptRun() 132 inline void ScriptRun::reset() in reset() function 140 inline void ScriptRun::reset(int32_t start, int32_t length) in reset() function 145 reset(); in reset() 148 inline void ScriptRun::reset(const UChar chars[], int32_t start, int32_t length) in reset() function [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
D | UScriptRun.java | 69 reset(nullChars, 0, 0); in UScriptRun() 84 reset (text); in UScriptRun() 101 reset(text, start, count); in UScriptRun() 116 reset(chars); in UScriptRun() 133 reset(chars, start, count); in UScriptRun() 144 public final void reset() in reset() method in UScriptRun 176 public final void reset(int start, int count) in reset() method in UScriptRun 192 reset(); in reset() 208 public final void reset(char[] chars, int start, int count) in reset() method in UScriptRun 216 reset(start, count); in reset() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | UScriptRun.java | 71 reset(nullChars, 0, 0); in UScriptRun() 86 reset (text); in UScriptRun() 103 reset(text, start, count); in UScriptRun() 118 reset(chars); in UScriptRun() 135 reset(chars, start, count); in UScriptRun() 146 public final void reset() in reset() method in UScriptRun 178 public final void reset(int start, int count) in reset() method in UScriptRun 194 reset(); in reset() 210 public final void reset(char[] chars, int start, int count) in reset() method in UScriptRun 218 reset(start, count); in reset() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | range_sampler_test.cc | 82 sampler_.reset(new UniformSampler(10)); in TEST_F() 89 sampler_.reset(new UniformSampler(10)); in TEST_F() 94 sampler_.reset(new UniformSampler(10)); in TEST_F() 100 sampler_.reset(new LogUniformSampler(range)); in TEST_F() 108 sampler_.reset(new LogUniformSampler(10)); in TEST_F() 113 sampler_.reset(new LogUniformSampler(10)); in TEST_F() 118 sampler_.reset(new UnigramSampler(10)); in TEST_F() 128 sampler_.reset(new UnigramSampler(10)); in TEST_F() 135 sampler_.reset(new UnigramSampler(10)); in TEST_F() 141 sampler_.reset(new UnigramSampler(10)); in TEST_F() [all …]
|
/external/mockito/src/test/java/org/mockitousage/basicapi/ |
D | ResetTest.java | 30 reset(mock); in shouldResetOngoingStubbingSoThatMoreMeaningfulExceptionsAreRaised() 40 reset(""); in resettingNonMockIsSafe() 45 reset(new Object[]{null}); in resettingNullIsSafe() 52 reset(mock); in shouldRemoveAllStubbing() 60 reset(mock); in shouldRemoveAllInteractions() 68 reset(mockTwo); in shouldRemoveStubbingToString() 76 reset(mock); in shouldStubbingNotBeTreatedAsInteraction() 84 reset(mock); in shouldNotAffectMockName() 93 reset(mock, mockTwo); in shouldResetMultipleMocks() 104 reset(mockTwo); in shouldValidateStateWhenResetting() [all …]
|
/external/u-boot/drivers/sysreset/ |
D | Kconfig | 2 # System reset devices 5 menu "System reset device drivers" 8 bool "Enable support for system reset drivers" 11 Enable system reset drivers which can be used to reset the CPU or 12 board. Each driver can provide a reset method which will be called 13 to effect a reset. The uclass will try all available drivers when 32 Reboot support for generic SYSCON mapped register reset. 38 Reboot support for generic watchdog reset.
|
/external/u-boot/arch/arm/dts/ |
D | tegra30.dtsi | 47 reset-names = "pex", "afi", "pcie_x"; 97 reset-names = "host1x"; 110 reset-names = "mpe"; 119 reset-names = "vi"; 128 reset-names = "epp"; 137 reset-names = "isp"; 146 reset-names = "2d"; 157 reset-names = "3d", "3d2"; 168 reset-names = "dc"; 187 reset-names = "dc"; [all …]
|
D | tegra20.dtsi | 19 reset-names = "host1x"; 32 reset-names = "mpe"; 41 reset-names = "vi"; 50 reset-names = "epp"; 59 reset-names = "isp"; 68 reset-names = "2d"; 76 reset-names = "3d"; 87 reset-names = "dc"; 104 reset-names = "dc"; 121 reset-names = "hdmi"; [all …]
|
D | tegra114.dtsi | 20 reset-names = "host1x"; 33 reset-names = "2d"; 41 reset-names = "3d"; 52 reset-names = "dc"; 71 reset-names = "dc"; 90 reset-names = "hdmi"; 102 reset-names = "dsi"; 118 reset-names = "dsi"; 168 #reset-cells = <1>; 213 reset-names = "dma"; [all …]
|
D | meson-gxl.dtsi | 11 #include <dt-bindings/reset/amlogic,meson-gxbb-reset.h> 34 resets = <&reset RESET_USB_OTG>; 35 reset-names = "usb_otg"; 57 resets = <&reset RESET_USB_OTG>; 58 reset-names = "phy"; 68 resets = <&reset RESET_USB_OTG>; 69 reset-names = "phy"; 80 resets = <&reset RESET_USB_OTG>, <&reset RESET_USB_OTG>; 81 reset-names = "phy", "peripheral"; 260 resets = <&reset RESET_HDMITX_CAPB3>, [all …]
|
/external/u-boot/doc/device-tree-bindings/exynos/ |
D | emmc-reset.txt | 1 * Samsung eMMC reset 7 - compatible: should be "samsung,emmc-reset" 8 - reset-gpio: gpio chip for eMMC reset. 12 emmc-reset { 13 compatible = "samsung,emmc-reset"; 14 reset-gpio = <&gpk1 2 0>;
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ |
D | remove_if.pass.cpp | 72 ia[0].reset(new int(0)); in test1() 73 ia[1].reset(new int(1)); in test1() 74 ia[2].reset(new int(2)); in test1() 75 ia[3].reset(new int(3)); in test1() 76 ia[4].reset(new int(4)); in test1() 77 ia[5].reset(new int(2)); in test1() 78 ia[6].reset(new int(3)); in test1() 79 ia[7].reset(new int(4)); in test1() 80 ia[8].reset(new int(2)); in test1()
|
/external/boringssl/src/crypto/pool/ |
D | pool_test.cc | 75 buf.reset(CRYPTO_BUFFER_new(kData, sizeof(kData), pool.get())); in TEST() 78 buf2.reset(CRYPTO_BUFFER_new(kData, sizeof(kData), pool.get())); in TEST() 80 buf3.reset(CRYPTO_BUFFER_new(kData2, sizeof(kData2), pool.get())); in TEST() 101 buf2.reset(); in TEST() 116 buf.reset(); in TEST() 118 buf2.reset(CRYPTO_BUFFER_new(kData, sizeof(kData), pool.get())); in TEST() 128 std::thread thread([&] { buf.reset(); }); in TEST() 130 buf2.reset(CRYPTO_BUFFER_new(kData, sizeof(kData), pool.get())); in TEST() 142 std::thread thread([&] { buf.reset(); }); in TEST() 143 std::thread thread2([&] { buf3.reset(); }); in TEST() [all …]
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/ |
D | rjsmin.c | 93 const rchar *reset, *pcreset = NULL, *pctoken = NULL, *xtarget, in rjsmin() local 117 reset = source; in rjsmin() 141 target -= source - reset; in rjsmin() 142 source = reset; in rjsmin() 184 reset = source; in rjsmin() 234 target -= source - reset; in rjsmin() 235 source = reset; in rjsmin() 267 reset = source++; in rjsmin() 273 pcreset = reset; in rjsmin() 285 reset = NULL; in rjsmin() [all …]
|
/external/perfetto/src/trace_processor/ |
D | trace_processor_impl.cc | 225 db_.reset(std::move(db)); in TraceProcessorImpl() 227 context_.storage.reset(new TraceStorage()); in TraceProcessorImpl() 228 context_.args_tracker.reset(new ArgsTracker(&context_)); in TraceProcessorImpl() 229 context_.slice_tracker.reset(new SliceTracker(&context_)); in TraceProcessorImpl() 230 context_.event_tracker.reset(new EventTracker(&context_)); in TraceProcessorImpl() 231 context_.process_tracker.reset(new ProcessTracker(&context_)); in TraceProcessorImpl() 232 context_.syscall_tracker.reset(new SyscallTracker(&context_)); in TraceProcessorImpl() 233 context_.clock_tracker.reset(new ClockTracker(&context_)); in TraceProcessorImpl() 234 context_.heap_profile_tracker.reset(new HeapProfileTracker(&context_)); in TraceProcessorImpl() 278 context_.chunk_reader.reset(new JsonTraceTokenizer(&context_)); in Parse() [all …]
|