/third_party/node/ |
H A D | vcbuild.bat | 405 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 D | utext.cpp | 2246 // 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 D | ninja.py | 779 # remove them all in a single pass 782 mac_bundle_resources.remove(source)
|
H A D | msvs.py | 940 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 D | srchtest.cpp | 663 text.remove(); in TestOpenClose()
|
H A D | transtst.cpp | 4869 rsource.remove(); in expect()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberUtil.java | 261 // 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 D | mod.rs | 2545 args.remove(0); in codegen_method()
|
/third_party/python/Lib/idlelib/ |
H A D | configdialog.py | 215 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 D | IRTranslator.cpp | 2423 MF->remove(EntryBB);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegAllocGreedy.cpp | 133 // 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 D | Renderer.cpp | 2794 queries.remove(query);
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngstest.c | 134 /* 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 D | HexagonLoopIdiomRecognition.cpp | 1142 Cycle.remove(I); in findCycle()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | utext.cpp | 2243 // move: copy to destIndex, then remove original 2249 us->remove(start32, segLength);
|
/third_party/python/Lib/ |
H A D | pydoc.py | 434 # 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 D | typing.py | 305 all_params.remove(t) 314 Flatten Unions among parameters, then remove duplicates.
|
H A D | zipfile.py | 1698 """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 D | request.py | 313 # 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 D | tinyexr.h | 625 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 D | vk_mem_alloc.h | 3975 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 D | texinfo.tex | 423 % 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 D | Context.cpp | 3191 // 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 D | SelectionDAG.cpp | 730 // 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 D | smpdtfmt.cpp | 4025 translatedPattern.remove(); in translatePattern()
|