Searched refs:clear (Results 76 - 100 of 273) sorted by relevance

1234567891011

/system/chre/util/include/chre/util/
H A Ddynamic_vector_impl.h48 clear();
54 void DynamicVector<ElementType>::clear() { function in class:chre::DynamicVector
212 clear();
/system/connectivity/wificond/
H A Dserver.cpp162 client_interfaces_.clear();
167 ap_interfaces_.clear();
261 interfaces_.clear();
/system/core/libunwindstack/tests/
H A DArmExidxDecodeTest.cpp94 data_->clear();
107 data_->clear();
134 data_->clear();
147 data_->clear();
984 data_->clear();
989 data_->clear();
994 data_->clear();
999 data_->clear();
1004 data_->clear();
1009 data_->clear();
[all...]
/system/extras/memtrack/
H A Dmemtrack.cpp168 it->second.pids.clear();
175 cur_.clear();
235 list_.clear();
/system/extras/tests/sdcard/
H A Dplot_sdcard.py202 gp.clear()
239 gp.clear()
271 gp.clear()
/system/netd/server/
H A DResolverController.cpp91 servers->clear();
92 domains->clear();
94 stats->clear();
H A DUidRanges.cpp50 mRanges.clear();
/system/bt/service/ipc/binder/
H A Dinterface_with_instances_base.cc85 id_to_instance_.clear();
/system/core/debuggerd/libdebuggerd/
H A Delf_utils.cpp76 build_id->clear();
/system/core/demangle/
H A DDemangler.cpp386 cur_state_.str.clear();
607 cur_state_.str.clear();
656 cur_state_.str.clear();
687 cur_state_.str.clear();
/system/core/libbacktrace/
H A DUnwindMap.cpp96 maps_.clear();
/system/extras/simpleperf/
H A Dreport_lib_interface.cpp210 current_mappings_.clear();
272 callchain_entries_.clear();
333 build_id_string_.clear();
338 build_id_string_.clear();
/system/libhidl/base/
H A DHidlInternal.cpp64 mInstrumentationCallbacks.clear();
/system/nfc/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp474 clear();
517 m_list.clear();
530 if (m_list.size() != 0) m_list.clear();
534 clear();
/system/nfc/src/adaptation/
H A Dconfig.cpp485 clear();
528 m_list.clear();
541 if (m_list.size() != 0) m_list.clear();
545 clear();
/system/update_engine/common/
H A Dmulti_range_http_fetcher.h58 void ClearRanges() { ranges_.clear(); }
/system/update_engine/
H A Dimage_properties_android.cc109 result.target_channel.clear();
/system/core/adb/
H A Dadb_client.cpp277 result->clear();
308 feature_set->clear();
H A Dshell_service_test.cpp116 stdout->clear();
117 stderr->clear();
/system/core/include/sysutils/
H A DList.h172 clear();
246 void clear() { function in class:android::sysutils::List
309 * The simplest way to do this would be to clear out the target list and
/system/core/include/utils/
H A DKeyedVector.h46 inline void clear() { mVector.clear(); } function in class:android::KeyedVector
H A DList.h171 clear();
245 void clear() { function in class:android::List
308 * The simplest way to do this would be to clear out the target list and
/system/core/libmemunreachable/tests/
H A DAllocator_test.cpp143 v.clear();
155 v.clear();
/system/core/libsysutils/include/sysutils/
H A DList.h172 clear();
246 void clear() { function in class:android::sysutils::List
309 * The simplest way to do this would be to clear out the target list and
/system/core/libutils/include/utils/
H A DKeyedVector.h46 inline void clear() { mVector.clear(); } function in class:android::KeyedVector

Completed in 2622 milliseconds

1234567891011