/third_party/rust/crates/clap/src/builder/ |
H A D | arg.rs | 845 self.settings.remove(setting.into());
|
/third_party/rust/crates/libc/src/solid/ |
H A D | mod.rs | 466 pub fn remove(arg1: *const c_char) -> c_int; in remove() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 473 pub fn remove(a: *const c_char) -> c_int; in remove() functions
|
/third_party/python/Lib/asyncio/ |
H A D | unix_events.py | 308 os.remove(path) 313 logger.error('Unable to check or remove stale UNIX socket ' 869 False if there was nothing to remove."""
|
/third_party/python/Lib/multiprocessing/ |
H A D | managers.py | 1152 'append', 'count', 'extend', 'index', 'insert', 'pop', 'remove', 1253 self.segment_names.remove(segment_name)
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkResourceInterface.cpp | 842 pit->remove(); in destroyPipeline()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 867 sys::fs::remove(OutputPath); in writeGeneratedObject()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderSubroutineTests.hpp | 109 void remove();
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | validitygenerator.py | 533 # Void pointers do not actually point at anything - remove the word "to" 1074 queues.remove(queuetype) 1431 """Check each enumerant name in the enums list and remove it if not 1438 """Check each command name in the commands list and remove it if not 1445 """Check each element name in the supplied dictionary and remove it if not
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | capture_replay_tests.py | 708 os.remove(os.path.join(path, f))
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | makepng.c | 1937 remove(file_name); in main()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | nfrule.cpp | 520 // remove the substitution from the rule text 1123 text.remove(0, pfl);
|
H A D | translit.cpp | 1302 registry->remove(ID); in unregister() 1307 * == OBSOLETE - remove in ICU 3.4 == 1323 * == OBSOLETE - remove in ICU 3.4 == 1607 // Since there was an error, remove registry in initializeRegistry()
|
/third_party/skia/src/sksl/ |
H A D | SkSLInliner.cpp | 1201 usage->remove(candidate.fCandidateExpr->get()); in analyze()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-coretext.cc | 682 active_features.remove (feature - active_features.arrayZ); in _hb_coretext_shape()
|
/third_party/python/Lib/test/ |
H A D | test_posixpath.py | 168 os.remove(os_helper.TESTFN + "1")
|
H A D | test_zipimport.py | 549 os.remove(TEMP_ZIP)
|
H A D | test_gzip.py | 849 os.remove(gzipname)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 191 // Try to remove a gep instruction to make the pointer (actually index at this in getStrideFromPointer() 974 StoreGroups.remove(StoreGroup); in analyzeInterleaving()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnswitch.cpp | 932 /// and remove (but not erase!) it from the function. 1410 Worklist.erase(std::remove(Worklist.begin(), Worklist.end(), I), in RemoveFromWorklist() 1414 /// When we find that I really equals V, remove I from the 1526 // Found a dead case value. Don't remove PHI nodes in the in RewriteLoopBodyWithConditionConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceCfgNode.cpp | 77 L->remove(I); in removeDeletedAndRenumber() 112 // allows us to remove some dead control flow without a major rework of the phi
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIPeepholeSDWA.cpp | 501 MBB->remove(&MI); in convertToSDWA() 514 // Convert MI as any other SDWADstOperand and remove v_or_b32 in convertToSDWA()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | messagepattern.cpp | 305 msg.remove(); in clear()
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 458 # This is to remove all the data files
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | MapLiteTest.java | 253 map.entrySet().remove(map.entrySet().iterator().next()); in assertImmutable()
|