/third_party/skia/tools/skp/ |
H A D | webpages_playback.py | 227 os.remove(archive_file)
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | norm2allmodes.h | 52 dest.remove();
|
H A D | normlzr.cpp | 476 buffer.remove(); in clearBuffer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAG.h | 535 virtual void remove(SUnit *SU) = 0;
|
/third_party/vixl/src/aarch64/ |
H A D | decoder-aarch64.cc | 149 visitors_.remove(visitor); in RemoveVisitor()
|
/third_party/python/Lib/test/ |
H A D | test_reprlib.py | 263 os.remove(p)
|
H A D | test_linecache.py | 261 os.remove(self.deleted_file)
|
H A D | test_urllib2net.py | 159 os.remove(TESTFN)
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyMap.java | 299 return table.remove(key); in delete()
|
H A D | RubyRepeatedField.java | 181 this.storage.remove(ret); in pop_one()
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | pgen.py | 31 names.remove(self.startsymbol)
|
/third_party/python/Lib/ |
H A D | asyncore.py | 61 'Python {remove}. The recommended replacement is asyncio') 62 warnings._deprecated(__name__, _DEPRECATION_MSG, remove=(3, 12)) 250 # the user and remove it from the map (to prevent
|
H A D | cgitb.py | 37 warnings._deprecated(__name__, remove=(3, 13))
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_dist.py | 472 os.remove(user_filename)
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | utility.cc | 229 std::remove(enum_name_without_underscore.begin(), in FindEnumValueByNameWithoutUnderscoreOrNull()
|
/third_party/python/Lib/unittest/ |
H A D | loader.py | 96 # XXX After Python 3.5, remove backward compatibility hacks for 317 sys.path.remove(top_level_dir)
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | function.rs | 718 name.remove(0); in parse()
|
/third_party/skia/include/private/ |
H A D | SkTDArray.h | 210 void remove(int index, int count = 1) { in remove() function in SkTDArray
|
/third_party/vk-gl-cts/scripts/khr_util/ |
H A D | registry.py | 254 assert eComponent.tag == 'remove' 257 items.remove(item) 259 warning("Tried to remove absent item: %s", item) 268 for eComponent in elem.xpath('require|remove'): 431 # BOZA TODO: I suppose adding primitive types will remove a lot of warnings
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueUtils.cpp | 135 bool QueueGlobalPriorities::remove (const Priority& prio) in remove() function in vkt::synchronization::QueueGlobalPriorities
|
/third_party/vk-gl-cts/framework/qphelper/ |
H A D | qpCrashHandler.c | 555 remove(tmpFileName); in qpCrashHandler_writeCrashInfo()
|
/third_party/zlib/contrib/untgz/ |
H A D | untgz.c | 601 remove(fname); in tar()
|
/third_party/zlib/test/ |
H A D | minigzip.c | 52 # define unlink remove 439 * Compress the given file: create a corresponding .gz file and remove the 477 * Uncompress the given file and remove the original.
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetISO2022.java | 2999 setFillIn.remove(0x0e); in getUnicodeSetImpl() 3000 setFillIn.remove(0x0f); in getUnicodeSetImpl() 3001 setFillIn.remove(0x1b); in getUnicodeSetImpl() 3004 setFillIn.remove(0x80, 0x9f); in getUnicodeSetImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineBlockPlacement.cpp | 98 // FIXME: Find a good default for this flag and remove the flag. 257 bool remove(MachineBasicBlock* BB) { in remove() function in __anon24043::BlockChain 1268 // If it is, remove the chain from the map, grow it, and put it back in the in precomputeTriangleChains() 2590 if (!LoopBlockSet.remove(ChainBB)) { in buildLoopChains() 2711 // than assert when the branch cannot be analyzed in order to remove this in buildCFGChains() 2772 // E.g., the target may be able to remove an unconditional branch to in optimizeBranches() 2975 Chain->remove(RemBB); in maybeTailDuplicateBlock() 2999 BlockFilter->remove(RemBB); in maybeTailDuplicateBlock()
|