/third_party/python/Lib/test/ |
H A D | test_fileio.py | 34 os.remove(TESTFN)
|
H A D | test_urllib2_localnet.py | 186 self._nonces.remove(auth_dict["nonce"])
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | fallback.rs | 89 literal.repr.remove(0); in push_token_from_proc_macro()
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_util.h | 114 * Since Environment Variables leak between tests, there needs to be RAII code to remove them during test cleanup 118 // Wrapper to set & remove env-vars automatically 264 // close file handle, delete file, remove `name` from managed file list. 265 void remove(std::string const& name);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | loctest.cpp | 558 s.remove(); in TestDisplayNames() 568 s.remove(); in TestDisplayNames() 575 s.remove(); in TestDisplayNames() 1710 const char* const remove; in TestAddLikelyAndMinimizeSubtags() member 3854 const char* const exp = item.remove; in TestAddLikelyAndMinimizeSubtags() 6600 errln("setUnicodeKeywordValue should remove all extensions from " in TestSetUnicodeKeywordValueNullInLongLocale()
|
H A D | intltest.cpp | 337 target.remove(); in prettify() 372 target.remove(); in prettify()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 216 // optimistically, it will eventually be able to remove the instruction. in checkSwapSrc01() 2867 // remove any existing load/store records for the store being merged into in combineSt() 3019 ld->bb->remove(ld); in replaceLdFromSt() 3416 // be replaced, so only remove them after this pass is done ? in tryPropagateBranch() 3422 bf->remove(rep); in tryPropagateBranch() 3457 bb->remove(bb->getExit()); in visit() 3514 bb->remove(bb->joinAt); in tryPredicateConditional() 3519 // remove potential join operations at the end of the conditional in tryPredicateConditional() 3812 ik->bb->remove(ik); in visit()
|
/third_party/glfw/deps/glad/ |
H A D | gles2.h | 36 #error OpenGL ES 2 header already included (API: gles2), remove previous include! 40 #error OpenGL ES 3 header already included (API: gles2), remove previous include!
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_functional.py | 200 os.remove(tmpPath) 228 os.remove(tmpPath)
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | Normalizer2Impl.java | 293 public void remove() { in remove() method in Normalizer2Impl.ReorderingBuffer 1321 buffer.remove(); in compose() 2001 // remove the Jamo V/T in recompose()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | PluralRules.java | 1193 source = source.substring(7).trim(); // remove both in parse() 1672 // remove trailing ; in parseRuleChain() 1947 it.remove(); in finish() 2698 subtractedSet.remove(valToRemove); in getKeywordStatus()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Normalizer2Impl.java | 299 public void remove() { in remove() method in Normalizer2Impl.ReorderingBuffer 1330 buffer.remove(); in compose() 2010 // remove the Jamo V/T in recompose()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | dtitvfmt.cpp | 1048 result.remove(dayPeriodStart, dayPeriodLength); in normalizeHourMetacharacters() 1728 // remove the 'a' and any NBSP/NNBSP on one side of it in adjustFieldWidth() 1734 // adjust interior double spaces, remove exterior whitespace in adjustFieldWidth() 1852 source.remove(0, secondQuoteIndex + 1); in findReplaceInPattern()
|
/third_party/libcoap/examples/ |
H A D | coap-client.c | 244 /* Only remove if not Observing */ in track_flush_token() 1528 remove(buf); in get_session() 1531 (void)remove(buf); in get_session()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | dtitvfmt.cpp | 1048 result.remove(dayPeriodStart, dayPeriodLength); in normalizeHourMetacharacters() 1728 // remove the 'a' and any NBSP/NNBSP on one side of it in adjustFieldWidth() 1734 // adjust interior double spaces, remove exterior whitespace in adjustFieldWidth() 1852 source.remove(0, secondQuoteIndex + 1); in findReplaceInPattern()
|
/third_party/node/deps/icu-small/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 633 if ((result = remove(targetFileNamePath)) != 0) { in pkg_executeOptions() 634 fprintf(stderr, "Unable to remove old dat file: %s\n", in pkg_executeOptions() 1625 if (T_FileStream_file_exists(icudtAll) && (result = remove(icudtAll)) != 0) { in pkg_createWithoutAssemblyCode() 1626 fprintf(stderr, "Unable to remove old icudtall file: %s\n", icudtAll); in pkg_createWithoutAssemblyCode() 2100 /* remove spaces at the beginning */ in loadLists() 2109 /* remove trailing newline characters */ in loadLists()
|
/third_party/icu/icu4c/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 630 if ((result = remove(targetFileNamePath)) != 0) { in pkg_executeOptions() 631 fprintf(stderr, "Unable to remove old dat file: %s\n", in pkg_executeOptions() 1622 if (T_FileStream_file_exists(icudtAll) && (result = remove(icudtAll)) != 0) { in pkg_createWithoutAssemblyCode() 1623 fprintf(stderr, "Unable to remove old icudtall file: %s\n", icudtAll); in pkg_createWithoutAssemblyCode() 2096 /* remove spaces at the beginning */ in loadLists() 2105 /* remove trailing newline characters */ in loadLists()
|
/third_party/lz4/programs/ |
H A D | lz4io.c | 771 if (io_prefs->removeSrcFile) { /* remove source file : --rm */ in LZ4IO_compressFilename_extRess() 772 if (remove(srcFileName)) in LZ4IO_compressFilename_extRess() 1299 if (remove(input_filename)) in LZ4IO_decompressSrcFile()
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | lib.rs | 1446 self.options.codegen_config.remove(CodegenConfig::FUNCTIONS); in ignore_functions() 1452 self.options.codegen_config.remove(CodegenConfig::METHODS); in ignore_methods()
|
/third_party/rust/crates/clap/src/builder/ |
H A D | command.rs | 288 self.subcommands.remove(idx) in mut_subcommand() 1823 self.settings.remove(setting.into());
|
/third_party/python/Lib/idlelib/ |
H A D | pyshell.py | 205 self.breakpoints.remove(lineno) 348 # Don't remove shell color tags before "iomark" 1133 "Override EditorWindow method: never remove the colorizer" 1326 # remove leading and trailing empty or whitespace lines 1642 args.remove(filename)
|
/third_party/python/Lib/collections/ |
H A D | __init__.py | 234 '''od.pop(k[,d]) -> v, remove specified key and return the corresponding 556 >>> del c['b'] # remove all 'b' 1297 def remove(self, item): member in UserList 1298 self.data.remove(item)
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 1518 os.remove(link) 1910 self.signals.remove(signum)
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_entry_points.py | 3028 wgl_commands.remove("wglUseFontBitmaps") 3029 wgl_commands.remove("wglUseFontOutlines")
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngwrite.c | 1054 * it should start out with all of the filters, and then remove them in png_set_filter() 2049 * remove the handled transformations from the 'format' flags for checking. in png_image_write_main() 2361 (void)remove(file_name); in png_image_write_to_file() 2372 (void)remove(file_name); in png_image_write_to_file()
|