Home
last modified time | relevance | path

Searched refs:CleanUp (Results 1 – 25 of 35) sorted by relevance

12

/external/zlib/src/contrib/dotzlib/DotZLib/
DCodecBase.cs59 CleanUp(false); in CodecBase()
125 CleanUp(false); in ~CodecBase()
133 CleanUp(true); in Dispose()
140 protected abstract void CleanUp(); in CleanUp() method in DotZLib.CodecBase
143 private void CleanUp(bool isDisposing) in CleanUp() method in DotZLib.CodecBase
147 CleanUp(); in CleanUp()
DInflater.cs101 protected override void CleanUp() { inflateEnd(ref _ztream); } in CleanUp() method in DotZLib.Inflater
DDeflater.cs103 protected override void CleanUp() { deflateEnd(ref _ztream); } in CleanUp() method in DotZLib.Deflater
/external/tensorflow/tensorflow/core/kernels/
Dconditional_accumulator_base.h115 struct CleanUp { struct
116 CleanUp(DoneCallback&& f, CancellationToken ct, CancellationManager* cm) in CleanUp() function
151 bool TryAttemptLocked(std::vector<CleanUp>* clean_up)
Dqueue_base.h101 struct CleanUp { struct
102 CleanUp(DoneCallback&& f, CancellationToken ct, CancellationManager* cm) in CleanUp() argument
132 bool TryAttemptLocked(Action action, std::vector<CleanUp>* clean_up)
Dconditional_accumulator_base.cc139 std::vector<CleanUp>* clean_up) { in TryAttemptLocked()
169 std::vector<CleanUp> clean_up; in FlushUnlocked()
Dqueue_base.cc265 std::vector<CleanUp>* clean_up) { in TryAttemptLocked()
315 std::vector<CleanUp> clean_up; in FlushUnlocked()
/external/tensorflow/tensorflow/python/platform/
Dgoogletest.py142 self.CleanUp()
149 self.CleanUp()
151 def CleanUp(self): member in StubOutForTesting
/external/webrtc/webrtc/base/
Ddbus.cc157 CleanUp(); in Run()
165 CleanUp(); in Run()
260 void CleanUp() { in CleanUp() function in rtc::DBusMonitor::DBusMonitoringThread
/external/v8/tools/release/
Dauto_tag.py161 class CleanUp(Step): class
196 CleanUp,
Dauto_roll.py171 class CleanUp(Step): class
231 CleanUp,
Dmerge_to_branch.py184 class CleanUp(Step): class
262 CleanUp,
Droll_merge.py211 class CleanUp(Step): class
287 CleanUp,
Dcreate_release.py246 class CleanUp(Step): class
300 CleanUp,
Dpush_to_candidates.py317 class CleanUp(Step): class
392 CleanUp,
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket_posix.cc232 if(!CleanUp()) in CloseBlocking()
267 bool UdpSocketPosix::CleanUp() in CleanUp() function in webrtc::test::UdpSocketPosix
Dudp_socket_posix.h68 bool CleanUp();
/external/libchrome/base/memory/
Dshared_memory_unittest.cc72 static void CleanUp() { in CleanUp() function in base::__anon912385720111::MultipleThreadMain
284 MultipleThreadMain::CleanUp(); in TEST_P()
315 MultipleThreadMain::CleanUp(); in TEST_P()
785 static void CleanUp() { in CleanUp() function in base::SharedMemoryProcessTest
819 SharedMemoryProcessTest::CleanUp(); in TEST_F()
849 SharedMemoryProcessTest::CleanUp(); in TEST_F()
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_tflite_model.cc212 void BenchmarkTfLiteModel::CleanUp() { in CleanUp() function in tflite::benchmark::BenchmarkTfLiteModel
223 BenchmarkTfLiteModel::~BenchmarkTfLiteModel() { CleanUp(); } in ~BenchmarkTfLiteModel()
275 CleanUp(); in PrepareInputData()
Dbenchmark_tflite_model.h86 void CleanUp();
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.test.-stub-out-for-testing.pbtxt5 name: "CleanUp"
/external/libchrome/ipc/
Dipc_channel_reader.h78 void CleanUp(); in COMPONENT_EXPORT()
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc337 void CleanUp() { in CleanUp() function
435 CleanUp(); in WndProc()
/external/libchrome/base/threading/
Dthread.h268 virtual void CleanUp() {} in CleanUp() function
/external/v8/tools/
Dstats-viewer.py94 self.CleanUp()
129 def CleanUp(self): member in StatsViewer

12