HomeSort by relevance Sort by last modified time
    Searched defs:RemoveAll (Results 1 - 25 of 35) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/os/
path.go 62 // RemoveAll removes path and any children it contains.
64 // it encounters. If the path does not exist, RemoveAll
66 func RemoveAll(path string) error {
91 // Return nil per RemoveAll's docs.
102 err1 := RemoveAll(path + string(PathSeparator) + name)
  /prebuilts/go/linux-x86/src/os/
path.go 62 // RemoveAll removes path and any children it contains.
64 // it encounters. If the path does not exist, RemoveAll
66 func RemoveAll(path string) error {
91 // Return nil per RemoveAll's docs.
102 err1 := RemoveAll(path + string(PathSeparator) + name)
  /external/pdfium/core/fpdfdoc/
clines.cpp 14 RemoveAll();
29 void CLines::RemoveAll() {
32 m_Lines.RemoveAll();
cpdf_interform.cpp 461 void RemoveAll();
477 RemoveAll();
515 void CFieldTree::RemoveAll() {
    [all...]
  /external/pdfium/fxjs/
cfxjse_isolatetracker.cpp 35 void CFXJSE_IsolateTracker::RemoveAll(
  /external/pdfium/xfa/fxfa/app/
cxfa_texttabstopscontext.cpp 34 void CXFA_TextTabstopsContext::RemoveAll() {
35 m_tabstops.RemoveAll();
  /prebuilts/go/darwin-x86/src/mime/multipart/
formdata.go 31 form.RemoveAll()
111 // RemoveAll removes any temporary files associated with a Form.
112 func (f *Form) RemoveAll() error {
  /prebuilts/go/linux-x86/src/mime/multipart/
formdata.go 31 form.RemoveAll()
111 // RemoveAll removes any temporary files associated with a Form.
112 func (f *Form) RemoveAll() error {
  /external/libchrome/base/
scoped_observer.h 26 RemoveAll();
43 void RemoveAll() {
  /external/v8/src/crankshaft/
hydrogen-gvn.h 40 void RemoveAll() { bits_ = 0; }
  /prebuilts/go/darwin-x86/src/expvar/
expvar_test.go 19 // RemoveAll removes all exported variables.
21 func RemoveAll() {
29 RemoveAll()
37 RemoveAll()
87 RemoveAll()
133 RemoveAll()
170 RemoveAll()
242 RemoveAll()
259 RemoveAll()
  /prebuilts/go/linux-x86/src/expvar/
expvar_test.go 19 // RemoveAll removes all exported variables.
21 func RemoveAll() {
29 RemoveAll()
37 RemoveAll()
87 RemoveAll()
133 RemoveAll()
170 RemoveAll()
242 RemoveAll()
259 RemoveAll()
  /external/lzma/CPP/Windows/Control/
ImageList.h 71 bool RemoveAll()
  /external/opencv/otherlibs/highgui/
grfmt_base.cpp 197 RemoveAll();
203 RemoveAll();
207 void GrFmtFactoriesList::RemoveAll()
  /external/pdfium/xfa/fgas/crt/
fgas_utils.h 27 void RemoveAll(bool bLeaveMemory);
76 void RemoveAll(bool bLeaveMemory) { CFX_BaseArray::RemoveAll(bLeaveMemory); }
92 void RemoveAll(bool bLeaveMemory);
114 void RemoveAll();
134 void RemoveAll() { CFX_BaseDiscreteArray::RemoveAll(); }
147 void RemoveAll(bool bLeaveMemory);
170 void RemoveAll(bool bLeaveMemory) { CFX_BaseStack::RemoveAll(bLeaveMemory);
    [all...]
fgas_utils.cpp 41 RemoveAll(false);
117 RemoveAll(true);
133 void CFX_BaseArray::RemoveAll(bool bLeaveMemory) {
156 RemoveAll(false);
221 RemoveAll(true);
292 void CFX_BaseMassArrayImp::RemoveAll(bool bLeaveMemory) {
300 m_pData->RemoveAll();
323 RemoveAll();
360 void CFX_BaseDiscreteArray::RemoveAll() {
367 ChunkBuffer.RemoveAll();
    [all...]
  /external/v8/src/base/
atomic-utils.h 197 void RemoveAll() { base::Release_Store(&bits_, 0); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msputils.h 41 ~CMSPArray() { RemoveAll(); }
71 void RemoveAll() {
dxtmpl.h 94 void RemoveAll();
124 inline void CDXArray<TYPE,ARG_TYPE>::RemoveAll() { SetSize(0,-1); }
337 void RemoveAll();
441 void CDXList<TYPE,ARG_TYPE>::RemoveAll() {
454 RemoveAll();
671 void RemoveAll();
733 void CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::RemoveAll() {
756 RemoveAll();
asptlb.h     [all...]
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.h 125 void RemoveAll(bool bLeaveMemory) {
127 m_LinePieces.RemoveAll(bLeaveMemory);
fgas_textbreak.h 192 void RemoveAll(bool bLeaveMemory = false) {
194 m_pLinePieces->RemoveAll(bLeaveMemory);
  /external/pdfium/core/fxcrt/
fx_basic.h 211 void RemoveAll() { SetSize(0); }
402 m_DataLists.RemoveAll();
  /external/pdfium/xfa/fwl/
cfwl_combobox.cpp 80 void CFWL_ComboBox::RemoveAll() {
  /external/pdfium/xfa/fde/tto/
fde_textout.cpp 453 m_hotKeys.RemoveAll();
874 void CFDE_TTOLine::RemoveAll() {

Completed in 575 milliseconds

1 2