HomeSort by relevance Sort by last modified time
    Searched refs:Clear (Results 1 - 25 of 1490) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lzma/CPP/7zip/UI/Common/
TempFiles.h 10 void Clear();
13 ~CTempFiles() { Clear(); }
TempFiles.cpp 12 void CTempFiles::Clear()
  /external/webrtc/webrtc/base/
messagehandler.cc 17 MessageQueueManager::Clear(this);
  /external/google-breakpad/src/processor/
call_stack.cc 42 Clear();
45 void CallStack::Clear() {
process_state.cc 43 Clear();
46 void ProcessState::Clear() {
50 crash_reason_.clear();
52 assertion_.clear();
59 threads_.clear();
60 system_info_.Clear();
62 // the underlying CodeModule pointers. Just clear the vectors.
63 modules_without_symbols_.clear();
64 modules_with_corrupt_symbols_.clear();
  /external/v8/src/
lookup-cache.cc 12 void DescriptorLookupCache::Clear() {
  /external/google-breakpad/src/google_breakpad/processor/
call_stack.h 59 CallStack() { Clear(); }
63 void Clear();
  /external/lzma/CPP/Common/
Lang.h 17 ~CLang() { Clear(); }
19 void Clear() throw();
  /external/rmi4utils/f54test/
display.h 27 virtual void Clear() {};
38 virtual void Clear();
  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.h 17 void Clear()
19 CBindInfo::Clear();
20 CoderMethodIDs.Clear();
7zItem.h 101 void Clear()
103 Defs.Clear();
104 Vals.Clear();
121 void Clear()
123 Defs.Clear();
124 Vals.Clear();
  /external/lzma/CPP/7zip/UI/FileManager/
SysIconUtils.h 40 void Clear()
43 _extMap.Clear();
44 _attribMap.Clear();
  /art/dexlayout/
dex_container.h 46 // Clear the container.
47 virtual void Clear() = 0;
72 void Clear() OVERRIDE {
73 data_.clear();
  /external/lzma/CPP/7zip/Archive/
XzHandler.h 45 CStatInfo() { Clear(); }
47 void Clear();
  /external/v8/tools/clang/plugins/
SuppressibleDiagnosticBuilder.h 29 // Clear the counts and underlying data, so the base class destructor
32 Clear();
33 // Also clear the current diagnostic being processed by the
35 diagnostics_->Clear();
  /external/tensorflow/tensorflow/tools/proto_text/
gen_proto_text_functions_lib_test.cc 74 proto.Clear();
91 proto.Clear();
102 proto.Clear();
109 proto.Clear();
118 proto.Clear();
127 proto.Clear();
138 proto.Clear();
224 proto.Clear();
228 proto.Clear();
232 proto.Clear();
    [all...]
  /external/dng_sdk/source/
dng_ref_counted_block.cpp 49 Clear ();
58 Clear ();
80 void dng_ref_counted_block::Clear ()
137 Clear ();
  /external/pdfium/core/fxcrt/
cfx_utf8decoder.h 16 void Clear();
  /external/pdfium/core/fxcrt/css/
cfx_csstextbuf.h 20 void Clear() { m_iDatLen = 0; }
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMap.h 35 //Clear the map, that's enough - the CPVRTArray members will tidy everything else up.
36 Clear();
168 void Clear()
172 m_Keys.Clear();
173 m_Data.Clear();
  /external/tensorflow/tensorflow/core/util/
saved_tensor_slice_util_test.cc 36 s.Clear();
  /external/tensorflow/tensorflow/tools/graph_transforms/
remove_device.cc 34 output_graph_def->Clear();
  /external/webrtc/webrtc/voice_engine/
level_indicator.h 33 void Clear();
  /system/nvram/core/tests/
fake_storage.h 40 void Clear();
  /system/nvram/messages/include/nvram/messages/
optional.h 40 void Clear() {

Completed in 874 milliseconds

1 2 3 4 5 6 7 8 91011>>