Searched defs:Delete (Results 1 - 25 of 153) sorted by last modified time

1234567

/external/srec/seti/sltsEngine/src/
H A Dlinklist_impl.c192 LListResult Delete(LList *list) function
/external/skia/src/core/
H A DSkTLS.cpp99 void SkTLS::Delete(CreateProc createProc) { function in class:SkTLS
/external/skia/src/svg/
H A DSkSVGParser.cpp60 void SkSVGParser::Delete(SkTDArray<SkSVGElement*>& fChildren) { function in class:SkSVGParser
63 Delete((*ptr)->fChildren);
106 Delete(fChildren);
/external/regex-re2/lib/codereview/
H A Dcodereview.py296 def Delete(self, ui, repo): member in class:CL
1334 cl.Delete(ui, repo)
2005 cl.Delete(ui, repo)
2049 cl.Delete(ui, repo)
/external/regex-re2/re2/
H A Dregexp.cc46 cc_->Delete();
862 // necessitating a special allocator and Delete method.
875 void CharClass::Delete() { function in class:re2::CharClass
/external/regex-re2/re2/testing/
H A Dcharclass_test.cc122 void Delete(CharClass* cc) { function in namespace:re2
123 cc->Delete();
132 void Delete(CharClassBuilder* cc) { function in namespace:re2
179 Delete(ncc);
187 Delete(ncc);
191 Delete(ncc);
209 cc->Delete();
217 cc->Delete();
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/protobuf/src/google/protobuf/
H A Drepeated_field.cc87 void StringTypeHandlerBase::Delete(string* value) { function in class:google::protobuf::internal::StringTypeHandlerBase
H A Drepeated_field.h165 // static void Delete(Type*);
272 static void Delete(GenericType* value) { delete value; } function in class:google::protobuf::internal::GenericTypeHandler
298 static void Delete(string* value);
622 TypeHandler::Delete(cast<TypeHandler>(elements_[i]));
745 TypeHandler::Delete(cast<TypeHandler>(elements_[current_size_]));
H A Dunknown_field_set.cc57 (*fields_)[i].Delete();
174 void UnknownField::Delete() { function in class:google::protobuf::UnknownField
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h490 static void Delete(T * x) { function in namespace:testing::internal
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h60 void Delete(int start_index, int count);
151 void Delete(int start_index, int count) function in class:CFX_WideTextBuf
153 CFX_BinaryBuf::Delete(start_index * sizeof(FX_WCHAR), count * sizeof(FX_WCHAR));
708 void Delete(int index, int count = 1);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_array.cpp337 void CFX_BaseSegmentedArray::Delete(int index, int count) function in class:CFX_BaseSegmentedArray
H A Dfx_basic_bstring.cpp386 FX_STRSIZE CFX_ByteString::Delete(FX_STRSIZE nIndex, FX_STRSIZE nCount) function in class:CFX_ByteString
H A Dfx_basic_buffer.cpp31 void CFX_BinaryBuf::Delete(int start_index, int count) function in class:CFX_BinaryBuf
H A Dfx_basic_wstring.cpp740 FX_STRSIZE CFX_WideString::Delete(FX_STRSIZE nIndex, FX_STRSIZE nCount) function in class:CFX_WideString
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp714 m_pEdit->Delete(FALSE,TRUE);
1962 FX_BOOL CFX_Edit::Delete() function in class:CFX_Edit
1964 return Delete(TRUE,TRUE);
3126 FX_BOOL CFX_Edit::Delete(FX_BOOL bAddUndo, FX_BOOL bPaint) function in class:CFX_Edit
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_EditCtrl.cpp211 Delete();
317 Delete();
603 void CPWL_EditCtrl::Delete() function in class:CPWL_EditCtrl
606 m_pEdit->Delete();
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h330 static void Delete(T* x) { function in namespace:testing::internal
/external/mesa3d/src/mesa/main/
H A Dmtypes.h2620 /** Delete this renderbuffer */
2621 void (*Delete)(struct gl_context *ctx, struct gl_renderbuffer *rb); member in struct:gl_renderbuffer
2723 /** Delete this framebuffer */
2724 void (*Delete)(struct gl_framebuffer *fb); member in struct:gl_framebuffer
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h329 static void Delete(T* x) { function in namespace:testing::internal
/external/lzma/CPP/Common/
H A DMyString.h116 Delete(0, (int)(p - _chars));
136 Delete(i, _length - i);
421 Delete(0, p - _chars);
460 Delete(i, _length - i);
522 Delete(pos, oldStringLength);
529 int Delete(int index, int count = 1) function in class:CStringBase
540 void DeleteBack() { Delete(_length - 1); }
H A DMyVector.cpp21 void CBaseRecordVector::DeleteBack() { Delete(_size - 1); }
22 void CBaseRecordVector::DeleteFrom(int index) { Delete(index, _size - index); }
79 void CBaseRecordVector::Delete(int index, int num) function in class:CBaseRecordVector
H A DMyVector.h29 virtual void Delete(int index, int num = 1);
207 virtual void Delete(int index, int num = 1) function in class:CObjectVector
212 CPointerVector::Delete(index, num);

Completed in 306 milliseconds

1234567