Home
last modified time | relevance | path

Searched refs:remove (Results 1651 - 1675 of 2068) sorted by relevance

1...<<61626364656667686970>>...83

/third_party/skia/third_party/externals/icu/source/i18n/
H A Drepattrn.cpp168 fLiteralText.remove(); in init()
H A Dtridpars.cpp590 variant.remove(0, 1); in IDtoSTV()
/third_party/python/Lib/test/test_importlib/
H A Dtest_api.py404 self.addCleanup(lambda: sys.meta_path.remove(meta_ins))
/third_party/python/Lib/test/
H A Dtest_string.py168 unused_args.remove(arg)
H A Dtest_sysconfig.py90 os.remove(path)
H A Dtest_bool.py247 os.remove(os_helper.TESTFN)
H A Dtest_socketserver.py90 os.remove(fn)
H A Dtest_os.py1384 dirs.remove('SUB1')
1652 # remove the bit.
1667 os.remove(path)
2123 self.assertRaises(OSError, os.remove, os_helper.TESTFN)
2697 os.remove(self.filelink)
2701 os.remove(self.missing_link)
2721 os.remove(linkname)
2729 # For compatibility with Unix, os.remove will check the
2732 os.remove(self.missing_link)
2821 os.remove(des
[all...]
H A Dtest_subprocess.py1449 os.remove(ifname)
1451 os.remove(ofname)
1453 os.remove(efname)
2272 os.remove(fname)
2316 os.remove(fname)
2869 open_fds.remove(fd)
3712 os.remove(self.fname)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DAttributes.h750 AttrBuilder &remove(const AttrBuilder &B);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h11 // TR2/boost filesystem (v3), but modified to remove exception handling and the
360 /// @brief Remove path. Equivalent to POSIX remove().
366 std::error_code remove(const Twine &path, bool IgnoreNonExisting = true);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp384 BB->remove(MI); in scheduleRegion()
H A DGCNSchedStrategy.cpp412 BB->remove(MI); in schedule()
/third_party/skia/tools/debugger/
H A DDebugCanvas.cpp261 fCommandVector.remove(index); in deleteDrawCommandAt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h563 iterator remove(iterator I) { in remove() function in llvm::ReadyQueue
760 /// Release SU to make it ready. If it's not in hazard, remove it from
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteString.java217 public final void remove() { in remove() method in ByteString.AbstractByteIterator
H A DRopeByteString.java793 public void remove() { in remove() method in RopeByteString.PieceIterator
/third_party/python/Lib/lib2to3/
H A Dpytree.py138 def remove(self): member in Base
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h153 // Replaces any occurrence of the character 'remove' (or the characters
154 // in 'remove') with the character 'replacewith'.
160 PROTOBUF_EXPORT void ReplaceCharacters(string* s, const char* remove,
/third_party/spirv-tools/source/opt/
H A Ddecoration_manager.cpp73 // For all groups being directly applied to |id|, remove |id| (and the in RemoveDecorationsFrom()
92 // group. However, if the group itself has no decorations, we should remove in RemoveDecorationsFrom()
100 // Otherwise, remove |id| from the targets of |group_id| in RemoveDecorationsFrom()
123 // If the instruction has no targets left, remove the instruction in RemoveDecorationsFrom()
605 v.erase(std::remove(v.begin(), v.end(), inst), v.end()); in RemoveDecoration()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs1321 map.remove(&k);
1343 map.remove(&i);
1643 let v = map.remove(&elt); in clone_slim_100_and_remove_all()
1656 let v = map.remove(&i); in clone_slim_100_and_remove_half()
1714 let v = map.remove(&elt); in clone_slim_10k_and_remove_all()
1727 let v = map.remove(&i); in clone_slim_10k_and_remove_half()
1785 let v = map.remove(&elt); in clone_fat_val_100_and_remove_all()
1798 let v = map.remove(&i); in clone_fat_val_100_and_remove_half()
1911 let ok = set.remove(&elt); in clone_100_and_remove_all()
1924 let ok = set.remove( in clone_100_and_remove_half()
5967 fn remove() { remove() functions
17361 pub fn remove(&mut self, idx: usize) -> char { remove() functions
27858 pub fn remove(&mut self, at: usize) -> T { remove() functions
30686 pub fn remove<Q: ?Sized>(&mut self, key: &Q) -> Option<V> remove() functions
32981 pub fn remove<Q: ?Sized>(&mut self, value: &Q) -> bool remove() functions
34271 mod remove; global() modules
35540 pub fn remove(self) -> V { remove() functions
36828 fn remove<T: Ord>(v: &mut BTreeMap<Box<T>, ()>, t: &T) { test_borrow() functions
39017 pub fn remove( remove() functions
42144 pub fn remove(&mut self, index: usize) -> Option<T> { remove() functions
48159 pub fn remove(&mut self, index: usize) -> T { remove() functions
[all...]
/third_party/googletest/googletest/src/
H A Dgtest.cc1319 const double remove = costs[l_i][r_i + 1];
1321 if (add < remove && add < replace) {
1324 } else if (remove < add && remove < replace) {
1325 costs[l_i + 1][r_i + 1] = remove + 1;
1328 // We make replace a little more expensive than add/remove to lower
5039 int retval = remove(premature_exit_filepath_.c_str());
5041 GTEST_LOG_(ERROR) << "Failed to remove premature exit filepath \""
6737 // help message, but remove the color-encoding from the message first.
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc1063 const double remove = costs[l_i][r_i + 1]; in CalculateOptimalEdits() local
1065 if (add < remove && add < replace) { in CalculateOptimalEdits()
1068 } else if (remove < add && remove < replace) { in CalculateOptimalEdits()
1069 costs[l_i + 1][r_i + 1] = remove + 1; in CalculateOptimalEdits()
1072 // We make replace a little more expensive than add/remove to lower in CalculateOptimalEdits()
4512 int retval = remove(premature_exit_filepath_.c_str()); in ~ScopedPrematureExitFile()
4514 GTEST_LOG_(ERROR) << "Failed to remove premature exit filepath \"" in ~ScopedPrematureExitFile()
/third_party/node/deps/googletest/src/
H A Dgtest.cc1336 const double remove = costs[l_i][r_i + 1];
1338 if (add < remove && add < replace) {
1341 } else if (remove < add && remove < replace) {
1342 costs[l_i + 1][r_i + 1] = remove + 1;
1345 // We make replace a little more expensive than add/remove to lower
5056 int retval = remove(premature_exit_filepath_.c_str());
5058 GTEST_LOG_(ERROR) << "Failed to remove premature exit filepath \""
6709 // If it was a GoogleTest flag, remove it.
6722 // If it was a value for the flag argument, remove i
[all...]
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp909 void remove(size_t index) in remove() function in D3D12MA::Vector
941 remove(0);
972 remove(indexToRemove); in RemoveSorted()
3132 m_FreeSuballocationsBySize.remove(index);
3693 m_Blocks.remove(blockIndex);
3794 m_Blocks.remove(blockIndex);

Completed in 77 milliseconds

1...<<61626364656667686970>>...83