HomeSort by relevance Sort by last modified time
    Searched full:regex (Results 726 - 750 of 5854) sorted by null

<<21222324252627282930>>

  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/doc/
pprof.md 94 *regex*.
96 *regex*.
97 * **-show= _regex_:** Only show entries that match *regex*.
98 * **-hide= _regex_:** Do not show entries that match *regex*.
124 When using `-tagfocus=regex` and `-tagignore=regex`, the regex will be compared
132 exactly, and the value can be either a regex or a range. If one specifies
211 regex, with flat/cum weights for each source line.
213 matching *regex*
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 205 'pattern' is assumed to be either a string containing a regex or a
206 regex object -- no translation is done, the regex is just compiled
216 self.debug_print("include_pattern: applying regex r'%s'" %
242 self.debug_print("exclude_pattern: applying regex r'%s'" %
291 Return a string containing the regex. Differs from
304 # we're using a regex to manipulate a regex, so we need
316 Return the compiled regex. If 'is_regex' true,
317 then 'pattern' is directly compiled to a regex (if it's a string
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 205 'pattern' is assumed to be either a string containing a regex or a
206 regex object -- no translation is done, the regex is just compiled
216 self.debug_print("include_pattern: applying regex r'%s'" %
242 self.debug_print("exclude_pattern: applying regex r'%s'" %
291 Return a string containing the regex. Differs from
304 # we're using a regex to manipulate a regex, so we need
316 Return the compiled regex. If 'is_regex' true,
317 then 'pattern' is directly compiled to a regex (if it's a string
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.1/
kotlin-stdlib-1.1.1.jar 
  /external/libcxx/test/std/re/re.alg/re.alg.match/
ecma.pass.cpp 12 // <regex>
24 #include <regex>
36 assert(std::regex_match(s, m, std::regex("a")));
52 assert(std::regex_match(s, m, std::regex("ab")));
67 assert(!std::regex_match(s, m, std::regex("ba")));
74 assert(!std::regex_match(s, m, std::regex("ab")));
80 assert(!std::regex_match(s, m, std::regex("ab"),
87 assert(!std::regex_match(s, m, std::regex("bc")));
93 assert(std::regex_match(s, m, std::regex("ab*c")));
108 assert(std::regex_match(s, m, std::regex("(ab)*c")))
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 32 #include <regex.h>
68 regex_t regex; local
69 if (regcomp(&regex, "^[ \n]+$", REG_EXTENDED)) {
70 fprintf(stderr, "Failed to compile whitespace regex\n");
73 return regexec(&regex, str, 0, NULL, 0) != REG_NOMATCH;
88 regex_t regex; local
92 err_code = regcomp(&regex, regex_str, REG_EXTENDED);
94 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE);
95 fprintf(stderr, "Failed to compile regex: %s\n", err_buf);
99 err_code = regexec(&regex, search_str, num_matches, matches, 0)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.match/
ecma.pass.cpp 12 // <regex>
24 #include <regex>
36 assert(std::regex_match(s, m, std::regex("a")));
52 assert(std::regex_match(s, m, std::regex("ab")));
67 assert(!std::regex_match(s, m, std::regex("ba")));
74 assert(!std::regex_match(s, m, std::regex("ab")));
80 assert(!std::regex_match(s, m, std::regex("ab"),
87 assert(!std::regex_match(s, m, std::regex("bc")));
93 assert(std::regex_match(s, m, std::regex("ab*c")));
108 assert(std::regex_match(s, m, std::regex("(ab)*c")))
    [all...]
  /external/libcxx/test/std/re/re.alg/re.alg.search/
ecma.pass.cpp 12 // <regex>
24 #include <regex>
36 assert(std::regex_search(s, m, std::regex("a")));
52 assert(std::regex_search(s, m, std::regex("ab")));
67 assert(!std::regex_search(s, m, std::regex("ba")));
74 assert(std::regex_search(s, m, std::regex("ab")));
89 assert(!std::regex_search(s, m, std::regex("ab"),
96 assert(std::regex_search(s, m, std::regex("bc")));
111 assert(std::regex_search(s, m, std::regex("ab*c")));
126 assert(std::regex_search(s, m, std::regex("(ab)*c")))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.search/
ecma.pass.cpp 12 // <regex>
24 #include <regex>
36 assert(std::regex_search(s, m, std::regex("a")));
52 assert(std::regex_search(s, m, std::regex("ab")));
67 assert(!std::regex_search(s, m, std::regex("ba")));
74 assert(std::regex_search(s, m, std::regex("ab")));
89 assert(!std::regex_search(s, m, std::regex("ab"),
96 assert(std::regex_search(s, m, std::regex("bc")));
111 assert(std::regex_search(s, m, std::regex("ab*c")));
126 assert(std::regex_search(s, m, std::regex("(ab)*c")))
    [all...]
  /bionic/tests/
utils.h 30 #include <regex>
131 std::regex regex {R"(\s+S\s+)"};
136 if (std::regex_search(content, regex)) {
  /build/soong/ui/build/sandbox/darwin/
global.sb 35 (global-name-regex #"^com\.apple\.distributed_notifications") ; xcodebuild in Soong
  /dalvik/dx/src/com/android/dx/command/grep/
Main.java 23 import java.util.regex.Pattern;
  /development/tools/idegen/src/
Excludes.java 17 import java.util.regex.Pattern;
  /external/clang/INPUTS/
all-std-headers.cpp 73 #include <regex>
  /external/clang/cmake/modules/
CMakeLists.txt 26 string(REGEX REPLACE "/" ";" _count "${CLANG_INSTALL_PACKAGE_DIR}")
  /external/clang/tools/clang-format/
clang-format-diff.py 43 parser.add_argument('-regex', metavar='PATTERN', default=None,
50 '(case insensitive, overridden by -regex)')
72 if args.regex is not None:
73 if not re.match('^%s$' % args.regex, filename):
  /external/curl/CMake/
cmake_uninstall.cmake.in 11 string(REGEX REPLACE "\n" ";" files "${files}")
  /external/desugar/
copy.bara.sky 30 regex = "Licensed under the Apache License, Version 2.0",
  /external/eigen/cmake/
EigenDetermineOSVersion.cmake 33 string(REGEX MATCHALL "[0-9]+"
  /external/gflags/cmake/
cmake_uninstall.cmake.in 11 string(REGEX REPLACE "\n" ";" files "${files}")
  /external/google-benchmark/cmake/
GetGitVersion.cmake 31 string(REGEX REPLACE "-[0-9]+-g" "-" GIT_VERSION ${GIT_VERSION})
  /external/guava/guava-tests/test/com/google/common/base/
SplitterTest.java 33 import java.util.regex.Pattern;
349 @GwtIncompatible("java.util.regex.Pattern")
354 @GwtIncompatible("java.util.regex.Pattern")
362 @GwtIncompatible("java.util.regex.Pattern")
371 @GwtIncompatible("java.util.regex.Pattern")
378 @GwtIncompatible("java.util.regex.Pattern")
385 @GwtIncompatible("java.util.regex.Pattern")
393 @GwtIncompatible("java.util.regex.Pattern")
400 @GwtIncompatible("java.util.regex.Pattern")
407 @GwtIncompatible("java.util.regex.Pattern"
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
PatternFilenameFilterTest.java 23 import java.util.regex.PatternSyntaxException;
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/text/
IsBlankString.java 8 import java.util.regex.Pattern;
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/object/
MatchesPatternTest.java 7 import java.util.regex.Pattern;

Completed in 1393 milliseconds

<<21222324252627282930>>