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

1 2 3 4 5 6 7

  /development/gsi/gsi_util/gsi_util/utils/
fastboot_utils.py 33 def erase(partition_name=None, allow_error=False): function
34 """fastboot erase a partition."""
39 run_command(['fastboot', 'erase', partition_name],
  /external/tensorflow/tensorflow/core/graph/
edgeset.cc 52 EdgeSet::size_type EdgeSet::erase(key_type key) { function in class:tensorflow::EdgeSet
66 return s->erase(key);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ThreadLocal.h 48 // erase - Removes the pointer associated with the current thread.
49 void erase() { removeInstance(); } function in class:llvm::sys::ThreadLocal
  /art/libartbase/base/
dchecked_vector.h 30 // and for insert()/emplace()/erase() positions.
172 // Modifiers: erase(). Check position.
173 iterator erase(const_iterator position) { function in class:art::dchecked_vector
175 return Base::erase(position);
177 iterator erase(const_iterator first, const_iterator last) {
180 return Base::erase(first, last);
  /external/llvm/include/llvm/ADT/
SmallSet.h 102 bool erase(const T &V) { function in class:llvm::SmallSet
104 return Set.erase(V);
107 Vector.erase(I);
  /external/llvm/include/llvm/IR/
TypeFinder.h 58 iterator erase(iterator I, iterator E) { return StructTypes.erase(I, E); } function in class:llvm::TypeFinder
  /external/llvm/include/llvm/Support/
ThreadLocal.h 57 // erase - Removes the pointer associated with the current thread.
58 void erase() { removeInstance(); } function in class:llvm::sys::ThreadLocal
  /external/python/cpython2/Demo/curses/
life.py 6 # E : Erase the board
34 erase() -- clear the entire board
81 def erase(self): member in class:LifeBoard
193 board.erase()
  /external/python/cpython3/Tools/demo/
life.py 7 E : Erase the board
33 erase() -- clear the entire board
84 def erase(self): member in class:LifeBoard
224 board.erase()
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallSet.h 85 bool erase(const T &V) { function in class:llvm::SmallSet
87 return Set.erase(V);
90 Vector.erase(I);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
TypeFinder.h 58 iterator erase(iterator I, iterator E) { return StructTypes.erase(I, E); } function in class:llvm::TypeFinder
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
ThreadLocal.h 57 // erase - Removes the pointer associated with the current thread.
58 void erase() { removeInstance(); } function in class:llvm::sys::ThreadLocal
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallSet.h 107 bool erase(const T &V) { function in class:llvm::SmallSet
109 return Set.erase(V);
112 Vector.erase(I);
  /frameworks/av/media/libmedia/
StringArray.cpp 74 void StringArray::erase(int idx) { function in class:android::StringArray
  /external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
windows_user.h 54 void erase(HWND hwnd) { function in namespace:windows_user::detail
66 ON_UNWIND(unwind_userdata, [&](){erase(hwnd);});
111 detail::erase(hWnd);
  /external/bcc/src/cc/
bpffs_table.cc 44 virtual unique_ptr<TableStorageIteratorImpl> erase(const TableStorageIteratorImpl &it) override;
65 unique_ptr<TableStorageIteratorImpl> BpfFsTableStorage::erase(const TableStorageIteratorImpl &it) { function in class:ebpf::BpfFsTableStorage
shared_table.cc 55 virtual unique_ptr<TableStorageIteratorImpl> erase(const TableStorageIteratorImpl &it) override;
81 tables_.erase(it);
98 unique_ptr<TableStorageIteratorImpl> SharedTableStorage::erase(const TableStorageIteratorImpl &it) { function in class:ebpf::SharedTableStorage
102 return make_unique<iterator>(tables_.erase(i));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
Trace.h 99 iterator erase(iterator q) { return BasicBlocks.erase (q); } function in class:llvm::Trace
100 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } function in class:llvm::Trace
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
FunctionComparator.h 81 void erase(GlobalValue *Global) { function in class:llvm::GlobalNumberState
82 GlobalNumbers.erase(Global);
  /external/turbine/java/com/google/turbine/types/
Erasure.java 33 public static Type erase(Type ty, Function<TyVarSymbol, SourceTypeBoundClass.TyVarInfo> tenv) { method in class:Erasure
53 return erase(ty.bounds().get(0), tenv);
59 return erase(info.bound(), tenv);
64 return ArrayTy.create(erase(ty.elementType(), tenv), ty.annos());
  /external/clang/include/clang/AST/
ASTUnresolvedSet.h 67 void erase(unsigned I) { Decls[I] = Decls.pop_back_val(); } function in class:clang::ASTUnresolvedSet
  /external/libxcam/xcore/
safe_list.h 51 inline bool erase (const ObjPtr &obj);
110 _obj_list.erase (_obj_list.begin ());
126 SafeList<OBj>::erase (const SafeList<OBj>::ObjPtr &obj) function in class:XCam::SafeList
133 _obj_list.erase (i_obj);
157 _obj_list.erase (i_obj++);
  /external/llvm/include/llvm/Analysis/
Trace.h 104 iterator erase(iterator q) { return BasicBlocks.erase (q); } function in class:llvm::Trace
105 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } function in class:llvm::Trace
  /external/llvm/lib/Target/Hexagon/
RDFDeadCode.cpp 37 Set.erase(V);
165 // Erase the nodes given in the Nodes set from DFG. In addition to removing
168 bool DeadCodeElimination::erase(const SetVector<NodeId> &Nodes) { function in class:DeadCodeElimination
  /external/swiftshader/src/OpenGL/compiler/
InfoSink.h 102 void erase() { sink.clear(); } function in class:TInfoSinkBase

Completed in 2480 milliseconds

1 2 3 4 5 6 7