/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineRegisterInfo.cpp | 633 UpdatedCSRs.erase(std::remove(UpdatedCSRs.begin(), UpdatedCSRs.end(), *AI), in disableCalleeSavedRegister()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Type.cpp | 397 // If this struct already had a name, remove its symbol table entry. Don't in setName() 400 SymbolTable.remove((EntryTy *)SymbolTableEntry); in setName()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcViewportArrayTests.hpp | 158 void remove();
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | json_c_generator.py | 205 removeItemList = feature.findall("remove") 210 self.vkscFeatureList.remove(item.get("name"))
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeCommandLineExecutor.cpp | 347 testSet.remove(child); in removeMatchingCases()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | angle_deqp_gtest.cpp | 62 gTestName.erase(std::remove(gTestName.begin(), gTestName.end(), '-'), gTestName.end()); in DrawElementsToGoogleTestName()
|
/third_party/skia/src/core/ |
H A D | SkString.cpp | 578 void SkString::remove(size_t offset, size_t length) { in remove() function in SkString
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | Display.cpp | 750 mSharedImageNameSpace.remove(name); in destroySharedImage()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | decoration_manager.cpp | 74 // For all groups being directly applied to |id|, remove |id| (and the in RemoveDecorationsFrom() 93 // group. However, if the group itself has no decorations, we should remove in RemoveDecorationsFrom() 101 // Otherwise, remove |id| from the targets of |group_id| in RemoveDecorationsFrom() 123 // If the instruction has no targets left, remove the instruction in RemoveDecorationsFrom() 598 v.erase(std::remove(v.begin(), v.end(), inst), v.end()); in RemoveDecoration()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | decoration_manager.cpp | 74 // For all groups being directly applied to |id|, remove |id| (and the in RemoveDecorationsFrom() 93 // group. However, if the group itself has no decorations, we should remove in RemoveDecorationsFrom() 101 // Otherwise, remove |id| from the targets of |group_id| in RemoveDecorationsFrom() 123 // If the instruction has no targets left, remove the instruction in RemoveDecorationsFrom() 598 v.erase(std::remove(v.begin(), v.end(), inst), v.end()); in RemoveDecoration()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | dtitvinf.cpp | 260 nextCalendarType.remove(); in put()
|
H A D | number_fluent.cpp | 639 result.remove(); in getAffixImpl()
|
H A D | number_patternstring.cpp | 1044 output.remove(); in patternInfoToStringBuilder()
|
H A D | repattrn.cpp | 168 fLiteralText.remove(); in init()
|
H A D | tridpars.cpp | 590 variant.remove(0, 1); in IDtoSTV()
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_api.py | 404 self.addCleanup(lambda: sys.meta_path.remove(meta_ins))
|
/third_party/python/Lib/test/ |
H A D | test_string.py | 168 unused_args.remove(arg)
|
H A D | test_sysconfig.py | 90 os.remove(path)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Attributes.h | 750 AttrBuilder &remove(const AttrBuilder &B);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FileSystem.h | 11 // 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 D | GCNIterativeScheduler.cpp | 384 BB->remove(MI); in scheduleRegion()
|
H A D | GCNSchedStrategy.cpp | 412 BB->remove(MI); in schedule()
|
/third_party/skia/tools/debugger/ |
H A D | DebugCanvas.cpp | 261 fCommandVector.remove(index); in deleteDrawCommandAt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineScheduler.h | 563 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 D | ByteString.java | 217 public final void remove() { in remove() method in ByteString.AbstractByteIterator
|