/external/libtextclassifier/native/annotator/grammar/dates/utils/ |
D | date-match.h | 37 void Reset() { type = MatchType::MatchType_UNKNOWN; } in Reset() function 43 void Reset() { in Reset() function 44 MatchBase::Reset(); in Reset() 53 void Reset() { in Reset() function 54 MatchBase::Reset(); in Reset() 63 void Reset() { in Reset() function 64 MatchBase::Reset(); in Reset() 75 void Reset() { in Reset() function 76 NonterminalMatch::Reset(); in Reset() 84 void Reset() { in Reset() function [all …]
|
/external/libchrome/base/android/ |
D | scoped_java_ref.h | 164 this->Reset(other); in ScopedJavaLocalRef() 174 this->Reset(); in ~ScopedJavaLocalRef() 180 this->Reset(other); 188 void Reset() { in Reset() function 192 void Reset(const ScopedJavaLocalRef<T>& other) { in Reset() function 196 this->Reset(other.env_, other.obj()); in Reset() 199 void Reset(const JavaRef<T>& other) { in Reset() function 202 this->Reset(env_, other.obj()); in Reset() 208 void Reset(JNIEnv* env, T obj) { env_ = this->SetNewLocalRef(env, obj); } in Reset() function 241 this->Reset(other); in ScopedJavaGlobalRef() [all …]
|
/external/u-boot/board/toradex/colibri_imx6/ |
D | pf0100_otp.inc | 74 {pmic_i2c, 0xF1, 0x00}, // Reset Bank 1 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 75 {pmic_i2c, 0xF2, 0x00}, // Reset Bank 2 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 76 {pmic_i2c, 0xF3, 0x00}, // Reset Bank 3 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 77 {pmic_i2c, 0xF4, 0x00}, // Reset Bank 4 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 78 {pmic_i2c, 0xF5, 0x00}, // Reset Bank 5 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 79 {pmic_i2c, 0xF6, 0x00}, // Reset Bank 6 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 80 {pmic_i2c, 0xF7, 0x00}, // Reset Bank 7 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 81 {pmic_i2c, 0xF8, 0x00}, // Reset Bank 8 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 82 {pmic_i2c, 0xF9, 0x00}, // Reset Bank 9 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 83 {pmic_i2c, 0xFA, 0x00}, // Reset Bank 10 ANTIFUSE_RW and ANTIFUSE_BYPASS bits [all …]
|
/external/u-boot/board/toradex/apalis_imx6/ |
D | pf0100_otp.inc | 74 {pmic_i2c, 0xF1, 0x00}, // Reset Bank 1 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 75 {pmic_i2c, 0xF2, 0x00}, // Reset Bank 2 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 76 {pmic_i2c, 0xF3, 0x00}, // Reset Bank 3 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 77 {pmic_i2c, 0xF4, 0x00}, // Reset Bank 4 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 78 {pmic_i2c, 0xF5, 0x00}, // Reset Bank 5 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 79 {pmic_i2c, 0xF6, 0x00}, // Reset Bank 6 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 80 {pmic_i2c, 0xF7, 0x00}, // Reset Bank 7 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 81 {pmic_i2c, 0xF8, 0x00}, // Reset Bank 8 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 82 {pmic_i2c, 0xF9, 0x00}, // Reset Bank 9 ANTIFUSE_RW and ANTIFUSE_BYPASS bits 83 {pmic_i2c, 0xFA, 0x00}, // Reset Bank 10 ANTIFUSE_RW and ANTIFUSE_BYPASS bits [all …]
|
/external/pdfium/fxjs/ |
D | cjs_eventrecorder.cpp | 23 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnDoc_Open() 30 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnDoc_WillPrint() 36 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnDoc_DidPrint() 42 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnDoc_WillSave() 48 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnDoc_DidSave() 54 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnDoc_WillClose() 59 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnPage_Open() 65 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnPage_Close() 71 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnPage_InView() 77 m_pTargetFormFillEnv.Reset(pFormFillEnv); in OnPage_OutView() [all …]
|
/external/perfetto/src/traced/probes/ftrace/ |
D | compact_sched.cc | 224 void CompactSchedSwitchBuffer::Reset() { in Reset() function in perfetto::CompactSchedSwitchBuffer 226 timestamp_.Reset(); in Reset() 227 next_pid_.Reset(); in Reset() 228 prev_state_.Reset(); in Reset() 229 next_prio_.Reset(); in Reset() 230 next_comm_index_.Reset(); in Reset() 242 void CompactSchedWakingBuffer::Reset() { in Reset() function in perfetto::CompactSchedWakingBuffer 244 timestamp_.Reset(); in Reset() 245 pid_.Reset(); in Reset() 246 target_cpu_.Reset(); in Reset() [all …]
|
/external/webrtc/webrtc/modules/video_coding/ |
D | decoding_state_unittest.cc | 24 dec_state.Reset(); in TEST() 46 dec_state.Reset(); in TEST() 52 frame.Reset(); in TEST() 59 frame.Reset(); in TEST() 67 frame.Reset(); in TEST() 71 frame.Reset(); in TEST() 83 dec_state.Reset(); in TEST() 84 frame.Reset(); in TEST() 94 frame.Reset(); in TEST() 105 frame.Reset(); in TEST() [all …]
|
/external/libchrome/base/threading/ |
D | thread_local_unittest.cc | 89 done.Reset(); in TEST() 95 done.Reset(); in TEST() 104 done.Reset(); in TEST() 109 done.Reset(); in TEST() 116 done.Reset(); in TEST() 124 done.Reset(); in TEST() 129 done.Reset(); in TEST() 136 done.Reset(); in TEST()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes_test.cc | 658 ConverterTest() { Reset(); } in ConverterTest() 660 void Reset() { in Reset() function in tensorflow::tensorrt::convert::ConverterTest 886 Reset(); in TEST_F() 892 Reset(); in TEST_F() 897 Reset(); in TEST_F() 903 Reset(); in TEST_F() 911 Reset(); in TEST_F() 917 Reset(); in TEST_F() 1248 Reset(); in OpConverterTest() 1257 void Reset() { in Reset() function in tensorflow::tensorrt::convert::OpConverterTest [all …]
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_nodeiteratortemplate.h | 23 void Reset() { m_pCurrent = m_pRoot; } in Reset() function 29 m_pCurrent.Reset(pNode); in SetCurrent() 37 m_pCurrent.Reset(LastDescendant(m_pRoot.Get())); in MoveToPrev() 42 m_pCurrent.Reset(LastDescendant(pSibling)); in MoveToPrev() 47 m_pCurrent.Reset(pParent); in MoveToPrev() 56 m_pCurrent.Reset(pChild); in MoveToNext() 69 m_pCurrent.Reset(pSibling); in SkipChildrenAndMoveToNext()
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_clock_test.cc | 53 chunked.Reset(&cache); in TEST() 69 chunked.Reset(&cache); in TEST() 84 sync.Reset(&cache); in TEST() 108 chunked.Reset(&cache); in TEST() 123 chunked.Reset(&cache); in TEST() 131 chunked.Reset(&cache); in TEST() 138 chunked.Reset(&cache); in TEST() 145 chunked.Reset(&cache); in TEST() 163 sync.Reset(&cache); in TEST() 178 sync.Reset(&cache); in TEST() [all …]
|
/external/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmsimpleexpression_unittest.cpp | 25 CXFA_FMToJavaScriptDepth::Reset(); in TEST() 50 CXFA_FMToJavaScriptDepth::Reset(); in TEST() 57 CXFA_FMToJavaScriptDepth::Reset(); in TEST() 65 CXFA_FMToJavaScriptDepth::Reset(); in TEST() 73 CXFA_FMToJavaScriptDepth::Reset(); in TEST() 82 CXFA_FMToJavaScriptDepth::Reset(); in TEST()
|
D | cxfa_fmexpression_unittest.cpp | 17 CXFA_FMToJavaScriptDepth::Reset(); in TEST() 29 CXFA_FMToJavaScriptDepth::Reset(); in TEST() 43 CXFA_FMToJavaScriptDepth::Reset(); in TEST() 57 CXFA_FMToJavaScriptDepth::Reset(); in TEST()
|
/external/webrtc/webrtc/common_audio/resampler/ |
D | resampler_unittest.cc | 68 TEST_F(ResamplerTest, Reset) { in TEST_F() argument 82 EXPECT_EQ(0, rs_.Reset(kRates[i], kRates[j], kNumChannels[k])); in TEST_F() 84 EXPECT_EQ(-1, rs_.Reset(kRates[i], kRates[j], kNumChannels[k])); in TEST_F() 103 EXPECT_EQ(0, rs_.Reset(kRates[i], kRates[j], kChannels)); in TEST_F() 108 EXPECT_EQ(-1, rs_.Reset(kRates[i], kRates[j], kChannels)); in TEST_F() 125 EXPECT_EQ(0, rs_.Reset(kRates[i], kRates[j], in TEST_F() 131 EXPECT_EQ(-1, rs_.Reset(kRates[i], kRates[j], in TEST_F()
|
/external/pdfium/core/fxcrt/ |
D | weak_ptr.h | 49 m_pHandle.Reset(); in DeleteObject() 52 void Reset() { m_pHandle.Reset(); } in Reset() function 53 void Reset(std::unique_ptr<T, D> pObj) { in Reset() function 54 m_pHandle.Reset(new Handle(std::move(pObj))); in Reset() 63 void Reset(std::unique_ptr<T, D> ptr) { m_pObj = std::move(ptr); } in Reset() function
|
D | maybe_owned.h | 35 void Reset(std::unique_ptr<T, D> ptr) { in Reset() function 39 void Reset(T* ptr = nullptr) { 46 Reset(); in ResetIfUnowned() 73 Reset(ptr); 77 Reset(ptr.Get()); 81 Reset(std::move(ptr));
|
/external/dng_sdk/source/ |
D | dng_auto_ptr.h | 84 void Reset (T *p); 89 void Reset (); 145 void AutoPtr<T>::Reset (T *p) in Reset() function 160 void AutoPtr<T>::Reset () in Reset() function 176 this->Reset (new T); in Alloc() 211 void Reset (size_t count) in Reset() function
|
/external/u-boot/drivers/reset/ |
D | Kconfig | 1 menu "Reset Controller Support" 43 direct register access to the Tegra CAR (Clock And Reset controller). 61 bool "Reset controller driver for BCM6345" 67 bool "Reset controller driver for UniPhier SoCs" 76 bool "Reset controller driver for AST2500 SoCs" 86 bool "Reset controller driver for Rockchip SoCs" 95 bool "Synopsys HSDK Reset Driver" 102 bool "Reset controller driver for Amlogic Meson SoCs" 110 bool "Reset controller driver for SoCFPGA" 117 bool "Reset controller driver for MediaTek SoCs" [all …]
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_imagecacheentry.cpp | 43 void CPDF_ImageCacheEntry::Reset() { in Reset() function in CPDF_ImageCacheEntry 44 m_pCachedBitmap.Reset(); in Reset() 81 m_pCurBitmap.Reset(); in StartGetCachedBitmap() 95 m_pCurBitmap.Reset(); in Continue() 108 m_pCurBitmap.Reset(); in ContinueGetCachedBitmap() 114 m_pCurMask.Reset(); in ContinueGetCachedBitmap()
|
/external/perfetto/include/perfetto/protozero/ |
D | scattered_heap_buffer.h | 95 void Reset(); 128 msg_.Reset(&writer_); in HeapBuffered() 158 void Reset() { in Reset() function 159 shb_.Reset(); in Reset() 160 writer_.Reset(protozero::ContiguousMemoryRange{}); in Reset() 161 msg_.Reset(&writer_); in Reset()
|
/external/webrtc/webrtc/modules/audio_processing/agc/ |
D | agc_manager_direct_unittest.cc | 59 EXPECT_CALL(*agc_, Reset()); in FirstProcess() 71 EXPECT_CALL(*agc_, Reset()); in ExpectCheckVolumeAndReset() 377 EXPECT_CALL(*agc_, Reset()).Times(1); in TEST_F() 385 EXPECT_CALL(*agc_, Reset()).Times(1); in TEST_F() 414 EXPECT_CALL(*agc_, Reset()).Times(1); in TEST_F() 433 EXPECT_CALL(*agc_, Reset()).Times(1); in TEST_F() 474 EXPECT_CALL(*agc_, Reset()).Times(1); in TEST_F() 484 EXPECT_CALL(*agc_, Reset()).Times(1); in TEST_F() 490 EXPECT_CALL(*agc_, Reset()).Times(0); in TEST_F() 496 EXPECT_CALL(*agc_, Reset()).Times(1); in TEST_F() [all …]
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
D | frame_dropper.cc | 29 Reset(); in FrameDropper() 38 Reset(); in FrameDropper() 41 void FrameDropper::Reset() { in Reset() function in webrtc::FrameDropper 42 _keyFrameRatio.Reset(0.99f); in Reset() 45 _keyFrameSizeAvgKbits.Reset(0.9f); in Reset() 53 _dropRatio.Reset(0.9f); in Reset()
|
/external/v8/src/logging/ |
D | counters.cc | 268 #define SC(name, caption) name##_.Reset(); in ResetCounterFunction() 276 count_of_##name##_.Reset(); \ in ResetCounterFunction() 277 size_of_##name##_.Reset(); in ResetCounterFunction() 282 count_of_CODE_TYPE_##name##_.Reset(); \ in ResetCounterFunction() 283 size_of_CODE_TYPE_##name##_.Reset(); in ResetCounterFunction() 288 count_of_FIXED_ARRAY_##name##_.Reset(); \ in ResetCounterFunction() 289 size_of_FIXED_ARRAY_##name##_.Reset(); in ResetCounterFunction() 297 #define HR(name, caption, min, max, num_buckets) name##_.Reset(); in ResetCreateHistogramFunction() 301 #define HT(name, caption, max, res) name##_.Reset(); in ResetCreateHistogramFunction() 305 #define HT(name, caption, max, res) name##_.Reset(); in ResetCreateHistogramFunction() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | xfeed_manager.cc | 25 void XfeedManager::Reset() { in Reset() function in xla::cpu::runtime::XfeedManager 26 infeed()->Reset(); in Reset() 27 outfeed()->Reset(); in Reset() 30 void XfeedQueueManager::Reset() { in Reset() function in xla::cpu::runtime::XfeedQueueManager
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/ |
D | trt_engine_resource_ops_test.cc | 45 void Reset() { in Reset() function in tensorflow::tensorrt::TRTEngineResourceOpsTest 102 Reset(); in TEST_F() 117 Reset(); in TEST_F() 152 Reset(); in TEST_F() 169 Reset(); in TEST_F() 195 Reset(); in TEST_F() 216 Reset(); in TEST_F()
|