Home
last modified time | relevance | path

Searched refs:remove (Results 1726 - 1750 of 1810) sorted by relevance

1...<<61626364656667686970>>...73

/third_party/node/
H A Dvcbuild.bat405 if errorlevel 1 echo "Old build output exists at 'out\%config%'. Please remove." & exit /B
/third_party/node/deps/icu-small/source/common/
H A Dutext.cpp2246 // move: copy to destIndex, then remove original
2252 us->remove(start32, segLength);
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dninja.py779 # remove them all in a single pass
782 mac_bundle_resources.remove(source)
H A Dmsvs.py940 inputs.remove(_FixPath(trigger_file))
1302 # Also remove duplicate entries, leaving only the last duplicate, while
/third_party/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp663 text.remove(); in TestOpenClose()
H A Dtranstst.cpp4869 rsource.remove(); in expect()
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java261 // actually two phone numbers, (530) 583-6985 x302 and (530) 583-6985 x2303. We remove the second
266 // Regular expression of trailing characters that we want to remove. We remove all characters that
718 // If we discover this, remove the non-geo entity from the set of supported regions and log. in PhoneNumberUtil()
719 if (supportedRegions.remove(REGION_CODE_FOR_NON_GEO_ENTITY)) { in PhoneNumberUtil()
733 * (530) 583-6985 x302 and (530) 583-6985 x2303. We remove the second extension so that the first
839 return normalizeHelper(number, DIALLABLE_CHAR_MAPPINGS, true /* remove non matches */); in normalizeDiallableCharsOnly()
1032 // If neither of the above are true, we remove this character. in normalizeHelper()
1719 // Otherwise, we need to remove the national prefix from our output. in formatInOriginalFormat()
2902 // so, we remove th in maybeExtractCountryCode()
[all...]
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs2545 args.remove(0); in codegen_method()
/third_party/python/Lib/idlelib/
H A Dconfigdialog.py215 Iterate over window instances defined in parent and remove
219 # config must be done - remove the previous keybindings.
1980 opt_list.remove(opt_name)
2056 If the value is the same as the default, then remove it
2196 """Handle remove button for the help list.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2423 MF->remove(EntryBB);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp133 // FIXME: Find a good default for this flag and remove the flag.
2841 SetOfBrokenHints.remove(&LI);
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.cpp2794 queries.remove(query);
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngstest.c134 /* Cast support: remove GCC whines. */
643 (void)remove(image->tmpfile_name); in freeimage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1142 Cycle.remove(I); in findCycle()
/third_party/skia/third_party/externals/icu/source/common/
H A Dutext.cpp2243 // move: copy to destIndex, then remove original
2249 us->remove(start32, segLength);
/third_party/python/Lib/
H A Dpydoc.py434 # Also remove any submodules because they won't appear
1074 argspec = argspec[1:-1] # remove parentheses
1504 argspec = argspec[1:-1] # remove parentheses
2731 # Otherwise, add the current directory to the given path, and remove the
2737 revised_path.remove(script_dir)
H A Dtyping.py305 all_params.remove(t)
314 Flatten Unions among parameters, then remove duplicates.
H A Dzipfile.py1698 """Replace bad characters and remove trailing dots from parts."""
1705 # remove trailing dots
1724 # interpret absolute pathname as relative, remove drive letter or
2057 dirlist.remove("__init__.py")
/third_party/python/Lib/urllib/
H A Drequest.py313 # remove port, if present
365 # if we change data we need to remove content-length header
594 default_classes.remove(klass)
/third_party/astc-encoder/Source/
H A Dtinyexr.h625 this bug, just remove the uses of this flag from both helper funcs (and of
884 // Define MINIZ_NO_ZLIB_APIS to remove all ZLIB-style compression/decompression
4654 #define MZ_DELETE_FILE remove
4670 #define MZ_DELETE_FILE remove
4686 #define MZ_DELETE_FILE remove
4702 #define MZ_DELETE_FILE remove
4718 #define MZ_DELETE_FILE remove
8482 // frq, and remove the smallest frq value from fHeap. in hufBuildEncTable()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h3975 remove them if not needed.
4976 void remove(size_t index) in remove() function in VmaVector
5008 remove(0);
5032 vec.remove(index); in VmaVectorRemove()
5188 void remove(size_t index) in remove() function in VmaSmallVector
5222 remove(0);
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex423 % the input line (except we remove a trailing comment). #1 should be a
443 % First remove any @comment, then any @c comment.
476 % But first, we have to remove the trailing space token.
7407 % remove this
7772 % We need some trickery to remove the optional spaces around the equal
7807 % also remove a trailing comma, in case of something like this:
9883 \def^^L{\par} % remove \outer, so ^L can appear in an @comment
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp3191 // Commas are used as a separator in ANGLE's renderer string, so remove commas from each in initRendererString()
3193 vendorString.erase(std::remove(vendorString.begin(), vendorString.end(), ','), in initRendererString()
3195 rendererString.erase(std::remove(rendererString.begin(), rendererString.end(), ','), in initRendererString()
3197 versionString.erase(std::remove(versionString.begin(), versionString.end(), ','), in initRendererString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp730 // Next, brutally remove the operand list. This is safe to do, as there are
761 // Finally, remove uses due to operands of this node, remove from the
790 NodeAllocator.Deallocate(AllNodes.remove(N));
1052 AllNodes.remove(AllNodes.begin());
2399 // TODO - remove this and rely purely on SelectionDAG::isSplatValue,
7885 // Clear the operands list, updating used nodes to remove this from their
8325 // This node is about to morph, remove its old self from the CSE maps.
8381 // This node is about to morph, remove its old self from the CSE maps.
8426 // This node is about to morph, remove it
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp4025 translatedPattern.remove(); in translatePattern()

Completed in 150 milliseconds

1...<<61626364656667686970>>...73