Home
last modified time | relevance | path

Searched refs:regex (Results 376 - 387 of 387) sorted by relevance

1...<<111213141516

/third_party/lame/
H A Dltmain.sh338 # Sed substitution that turns a string into a regex matching for the
1179 # PREFIX and SUFFIX must not contain globbing or regex special
3731 -export-symbols-regex REGEX
3742 -precious-files-regex REGEX
6925 -export-symbols | -export-symbols-regex)
7126 -precious-files-regex)
9392 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
9395 $ECHO "*** using a regex pattern. Last file checked: $potlib"
/third_party/node/deps/cares/
H A Dltmain.sh352 # Sed substitution that turns a string into a regex matching for the
1328 # PREFIX and SUFFIX must not contain globbing or regex special
3977 -export-symbols-regex REGEX
3988 -precious-files-regex REGEX
7181 -export-symbols | -export-symbols-regex)
7394 -precious-files-regex)
9678 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
9681 $ECHO "*** using a regex pattern. Last file checked: $potlib"
/third_party/node/deps/cares/config/
H A Dltmain.sh352 # Sed substitution that turns a string into a regex matching for the
1328 # PREFIX and SUFFIX must not contain globbing or regex special
3977 -export-symbols-regex REGEX
3988 -precious-files-regex REGEX
7181 -export-symbols | -export-symbols-regex)
7394 -precious-files-regex)
9678 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
9681 $ECHO "*** using a regex pattern. Last file checked: $potlib"
/third_party/libevdev/build-aux/
H A Dltmain.sh352 # Sed substitution that turns a string into a regex matching for the
1340 # PREFIX and SUFFIX must not contain globbing or regex special
3978 -export-symbols-regex REGEX
3989 -precious-files-regex REGEX
7182 -export-symbols | -export-symbols-regex)
7395 -precious-files-regex)
9671 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
9674 $ECHO "*** using a regex pattern. Last file checked: $potlib"
/third_party/skia/third_party/externals/libpng/
H A Dltmain.sh338 # Sed substitution that turns a string into a regex matching for the
1179 # PREFIX and SUFFIX must not contain globbing or regex special
3731 -export-symbols-regex REGEX
3742 -precious-files-regex REGEX
6925 -export-symbols | -export-symbols-regex)
7126 -precious-files-regex)
9392 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
9395 $ECHO "*** using a regex pattern. Last file checked: $potlib"
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/cups-filters/utils/
H A Dcups-browsed.c40 #include <regex.h>
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js2299 // We used to use the regex /[.-]((min)|(\d+(\.\d+)*))$/ and would just .replace it twice.
2300 // Unfortunately, that regex has O(n^2) performance because v8 doesn't match from the end of the string.
2595 * The simple regex for this, /\s+$/g is O(n^2) in v8.
2597 * we provide a (still much faster than the simple regex) fallback.
2998 // This regex can trigger slow backtracking because of overlapping potential captures.
3000 // we're just taking note of it for anyone checking regex performance in the future.
7871 backslashRegExp.lastIndex = index; // prime regex with known position
11926 // regex. Report error and return what we have so far.
[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js2171 // We used to use the regex /[.-]((min)|(\d+(\.\d+)*))$/ and would just .replace it twice.
2172 // Unfortunately, that regex has O(n^2) performance because v8 doesn't match from the end of the string.
2468 * The simple regex for this, /\s+$/g is O(n^2) in v8.
2470 * we provide a (still much faster than the simple regex) fallback.
2898 // This regex can trigger slow backtracking because of overlapping potential captures.
2900 // we're just taking note of it for anyone checking regex performance in the future.
[all...]
H A Dtypescript.js2162 // We used to use the regex /[.-]((min)|(\d+(\.\d+)*))$/ and would just .replace it twice.
2163 // Unfortunately, that regex has O(n^2) performance because v8 doesn't match from the end of the string.
2459 * The simple regex for this, /\s+$/g is O(n^2) in v8.
2461 * we provide a (still much faster than the simple regex) fallback.
2889 // This regex can trigger slow backtracking because of overlapping potential captures.
2891 // we're just taking note of it for anyone checking regex performance in the future.
[all...]
H A DtypescriptServices.js2162 // We used to use the regex /[.-]((min)|(\d+(\.\d+)*))$/ and would just .replace it twice.
2163 // Unfortunately, that regex has O(n^2) performance because v8 doesn't match from the end of the string.
2459 * The simple regex for this, /\s+$/g is O(n^2) in v8.
2461 * we provide a (still much faster than the simple regex) fallback.
2889 // This regex can trigger slow backtracking because of overlapping potential captures.
2891 // we're just taking note of it for anyone checking regex performance in the future.
[all...]
H A Dtsserver.js2172 // We used to use the regex /[.-]((min)|(\d+(\.\d+)*))$/ and would just .replace it twice.
2173 // Unfortunately, that regex has O(n^2) performance because v8 doesn't match from the end of the string.
2469 * The simple regex for this, /\s+$/g is O(n^2) in v8.
2471 * we provide a (still much faster than the simple regex) fallback.
2899 // This regex can trigger slow backtracking because of overlapping potential captures.
2901 // we're just taking note of it for anyone checking regex performance in the future.
[all...]

Completed in 175 milliseconds

1...<<111213141516