Home
last modified time | relevance | path

Searched defs:RemoveAll (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/openthread/src/core/common/
H A Dtimer.cpp146 void TimerMilli::RemoveAll(Instance &aInstance) { aInstance.Get<Scheduler>().RemoveAll(); } in RemoveAll() function in ot::TimerMilli
239 void Timer::Scheduler::RemoveAll(const AlarmApi &aAlarmApi) in RemoveAll() function in ot::Timer::Scheduler
286 void TimerMicro::RemoveAll(Instance &aInstance) { aInstance.Get<Scheduler>().RemoveAll(); } in RemoveAll() function in ot::TimerMicro
H A Dtimer.hpp243 void RemoveAll(void) { Timer::Scheduler::RemoveAll(sAlarmMilliApi); } in RemoveAll() function in ot::TimerMilli::Scheduler
432 void RemoveAll(void) { Timer::Scheduler::RemoveAll(sAlarmMicroApi); } in RemoveAll() function in ot::TimerMicro::Scheduler
/aosp_15_r20/build/soong/finder/fs/
H A Dfs.go65 RemoveAll(path string) (err error) methodSpec
131 func (osFs) RemoveAll(path string) error { func
885 func (m *MockFs) RemoveAll(path string) (err error) { func
H A Dtest.go46 func RemoveAll(t *testing.T, path string, filesystem *MockFs) { func
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddxtmpl.h124 inline void CDXArray<TYPE,ARG_TYPE>::RemoveAll() { SetSize(0,-1); } in RemoveAll() function
441 void CDXList<TYPE,ARG_TYPE>::RemoveAll() { in RemoveAll() function
733 void CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::RemoveAll() { in RemoveAll() function
Dmsputils.h71 void RemoveAll() { in RemoveAll() function
/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_texttabstopscontext.cpp24 void CXFA_TextTabstopsContext::RemoveAll() { in RemoveAll() function in CXFA_TextTabstopsContext
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dpath.go73 func RemoveAll(path string) error { func
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectLibrary/android_common_apex34/kapt/gen/stubs/com/android/healthconnect/controller/permissions/connectedapps/wear/
DPermissionManagerScreen.java13 /*public static final*/ RemoveAll /* = new RemoveAll() */, enumConstant
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/robustio/
Drobustio.go37 func RemoveAll(path string) error { func
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/
Dscoped_observer.h46 void RemoveAll() { in RemoveAll() function
/aosp_15_r20/external/libchrome/base/
H A Dscoped_observer.h43 void RemoveAll() { in RemoveAll() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dscoped_observer.h46 void RemoveAll() { in RemoveAll() function
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DAppState.h58 void RemoveAll() in RemoveAll() function
/aosp_15_r20/external/cronet/components/prefs/
H A Dpref_change_registrar.cc64 void PrefChangeRegistrar::RemoveAll() { in RemoveAll() function in PrefChangeRegistrar
H A Dpref_change_registrar_unittest.cc107 TEST_F(PrefChangeRegistrarTest, RemoveAll) { in TEST_F() argument
/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DImageList.h71 bool RemoveAll() in RemoveAll() function
/aosp_15_r20/prebuilts/go/linux-x86/src/mime/multipart/
Dformdata.go240 func (f *Form) RemoveAll() error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/expvar/
Dexpvar_test.go24 func RemoveAll() { func
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_trickle_timer.cpp93 static void RemoveAll(Instance &aInstance) { TimerMilli::RemoveAll(aInstance); } in RemoveAll() function in ot::TrickleTimerTester
H A Dtest_timer.cpp120 static void RemoveAll(Instance &aInstance) { TimerType::RemoveAll(aInstance); } in RemoveAll() function in ot::TestTimer
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Ddecoder_database.cc175 void DecoderDatabase::RemoveAll() { in RemoveAll() function in webrtc::DecoderDatabase
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/work/
Dshell.go280 func (sh *Shell) RemoveAll(paths ...string) error { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/testsanitizers/
Dcc_test.go547 func (d *tempDir) RemoveAll(t *testing.T) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/
Dfetch.go393 func RemoveAll(dir string) error { func

12