Searched
full:regex (Results
2151 -
2175 of
5854) sorted by null
<<81828384858687888990>>
| /external/googletest/ |
| README.md | 101 * POSIX(-2) Regular Expressions (regex.h)
|
| /external/googletest/googlemock/test/ |
| gmock_output_test.py | 113 # findall() returns a list of all matches of the regex in output.
|
| /external/googletest/googletest/scripts/ |
| release_docs.py | 108 # This regex matches either
|
| /external/googletest/googletest/test/ |
| gtest_help_test.py | 64 # The help message must match this regex.
|
| gtest_list_tests_unittest.py | 164 'which does not match regex "%s"' %
|
| /external/guava/guava/src/com/google/common/base/ |
| Predicates.java | 30 import java.util.regex.Pattern; 251 * @throws java.util.regex.PatternSyntaxException if the pattern is invalid 254 @GwtIncompatible(value = "java.util.regex.Pattern") 267 @GwtIncompatible(value = "java.util.regex.Pattern")
|
| /external/guava/guava/src/com/google/common/primitives/ |
| Doubles.java | 39 import java.util.regex.Pattern; 582 * This is adapted from the regex suggested by {@link Double#valueOf(String)} 583 * for prevalidating inputs. All valid inputs must pass this regex, but it's 584 * semantically fine if not all inputs that pass this regex are valid --
|
| /external/guava/guava-testlib/src/com/google/common/testing/ |
| ArbitraryInstances.java | 144 import java.util.regex.MatchResult; 145 import java.util.regex.Matcher; 146 import java.util.regex.Pattern; 156 * java.util.concurrent}, {@code java.util.regex}, {@code com.google.common.base}, {@code
|
| /external/harfbuzz_ng/ |
| CMakeLists.txt | 105 string(REGEX MATCH "${variable} = ([^$]+)\\$" temp ${file}) 106 string(REGEX MATCHALL "[^ \n\t\\]+" list ${CMAKE_MATCH_1}) 136 string(REGEX MATCH "\\[(([0-9]+)\\.([0-9]+)\\.([0-9]+))\\]" HB_VERSION_MATCH ${CONFIGUREAC}) 154 string(REGEX MATCH "([^/]+)\\.hh" temp ${ragel_output})
|
| /external/icu/icu4c/source/samples/ugrep/ |
| ugrep.cpp | 18 // The use of the ICU Regex API all occurs within the main() 34 #include "unicode/regex.h" 108 UParseError parseErr; // In the event of a syntax error in the regex pattern, 140 // Loop through the lines of a file, trying to match the regex pattern on each.
|
| /external/icu/icu4c/source/test/depstest/ |
| dependencies.txt | 795 formatting formattable_cnv regex regex_cnv translit 829 uniset_props regex unorm uscript 962 regex unistr_cnv 964 group: regex
|
| /external/icu/icu4c/source/test/intltest/ |
| itutil.cpp | 579 LocalURegularExpressionPointer regex( 584 if(regex.isNull()) { 696 LocalURegularExpressionPointer regex( 699 regex.adoptInstead(NULL);
|
| rbbimonkeytest.h | 18 #include "unicode/regex.h"
|
| /external/icu/icu4c/source/tools/genrb/ |
| prscmnts.cpp | 28 #include "unicode/regex.h"
|
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ |
| JavadocParser.java | 31 import java.util.regex.Pattern;
|
| /external/libcxx/cmake/Modules/ |
| HandleOutOfTreeLLVM.cmake | 25 string(REGEX REPLACE
|
| /external/libcxx/fuzzing/ |
| fuzzing.cpp | 30 #include <regex> 437 // -- regex fuzzers 438 static int regex_helper(const uint8_t *data, size_t size, std::regex::flag_type flag) 445 std::regex re(s, flag);
|
| /external/libcxx/utils/google-benchmark/docs/ |
| tools.md | 152 Where `<filter_baseline>` and `<filter_contender>` are the same regex filters that you would pass to the `[--benchmark_filter=<regex>]` parameter of the benchmark binary. 203 Where `<filter_baseline>` and `<filter_contender>` are the same regex filters that you would pass to the `[--benchmark_filter=<regex>]` parameter of the benchmark binary.
|
| /external/libcxx/utils/google-benchmark/test/ |
| CMakeLists.txt | 20 string (REGEX REPLACE "(^| )[/-]D *NDEBUG($| )" " "
|
| /external/libcxxabi/cmake/Modules/ |
| HandleOutOfTreeLLVM.cmake | 25 string(REGEX REPLACE
|
| /external/libedit/src/ |
| search.c | 49 #if defined(REGEX) 50 #include <regex.h> 116 #if defined (REGEX) 130 #if defined(REGEX)
|
| /external/libmicrohttpd/src/examples/ |
| mhd2spdy_structures.h | 41 #include <regex.h>
|
| /external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/ |
| lexer.py | 200 # is placed before the others because its regex is longer,
|
| /external/libnl/doc/stylesheets/ |
| pygments.css | 58 .highlight .sr { color: #BB6688 } /* Literal.String.Regex */
|
| /external/libxml2/os400/libxmlrpg/ |
| xmlregexp.rpgle | 21 * thank the POSIX regex expressions.
|
Completed in 1056 milliseconds
<<81828384858687888990>>