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

<<11121314151617181920>>

  /external/libcxx/test/std/re/re.regex/re.regex.construct/
default.pass.cpp 10 // <regex>
16 #include <regex>
  /external/libcxx/test/std/re/re.results/re.results.const/
default.pass.cpp 10 // <regex>
16 #include <regex>
  /external/libcxx/test/std/re/re.results/re.results.size/
max_size.pass.cpp 10 // <regex>
16 #include <regex>
  /external/libcxx/test/std/re/re.submatch/re.submatch.members/
default.pass.cpp 10 // <regex>
16 #include <regex>
  /external/libcxx/test/std/re/re.syn/
cmatch.pass.cpp 10 // <regex>
14 #include <regex>
cregex_iterator.pass.cpp 10 // <regex>
14 #include <regex>
cregex_token_iterator.pass.cpp 10 // <regex>
14 #include <regex>
csub_match.pass.cpp 10 // <regex>
14 #include <regex>
smatch.pass.cpp 10 // <regex>
14 #include <regex>
sregex_iterator.pass.cpp 10 // <regex>
14 #include <regex>
sregex_token_iterator.pass.cpp 10 // <regex>
14 #include <regex>
ssub_match.pass.cpp 10 // <regex>
14 #include <regex>
wcmatch.pass.cpp 10 // <regex>
14 #include <regex>
wcregex_iterator.pass.cpp 10 // <regex>
14 #include <regex>
wcregex_token_iterator.pass.cpp 10 // <regex>
14 #include <regex>
wcsub_match.pass.cpp 10 // <regex>
14 #include <regex>
wregex.pass.cpp 10 // <regex>
14 #include <regex>
wsmatch.pass.cpp 10 // <regex>
14 #include <regex>
wsregex_iterator.pass.cpp 10 // <regex>
14 #include <regex>
wsregex_token_iterator.pass.cpp 10 // <regex>
14 #include <regex>
wssub_match.pass.cpp 10 // <regex>
14 #include <regex>
  /external/libcxx/test/std/re/re.traits/
imbue.pass.cpp 12 // <regex>
18 #include <regex>
  /external/lz4/contrib/cmake_unofficial/
CMakeLists.txt 16 file(STRINGS "${LZ4_TOP_SOURCE_DIR}/lib/lz4.h" LZ4_VERSION_MAJOR REGEX "^#define LZ4_VERSION_MAJOR +([0-9]+) +.*$")
17 string(REGEX REPLACE "^#define LZ4_VERSION_MAJOR +([0-9]+) +.*$" "\\1" LZ4_VERSION_MAJOR "${LZ4_VERSION_MAJOR}")
18 file(STRINGS "${LZ4_TOP_SOURCE_DIR}/lib/lz4.h" LZ4_VERSION_MINOR REGEX "^#define LZ4_VERSION_MINOR +([0-9]+) +.*$")
19 string(REGEX REPLACE "^#define LZ4_VERSION_MINOR +([0-9]+) +.*$" "\\1" LZ4_VERSION_MINOR "${LZ4_VERSION_MINOR}")
20 file(STRINGS "${LZ4_TOP_SOURCE_DIR}/lib/lz4.h" LZ4_VERSION_RELEASE REGEX "^#define LZ4_VERSION_RELEASE +([0-9]+) +.*$")
21 string(REGEX REPLACE "^#define LZ4_VERSION_RELEASE +([0-9]+) +.*$" "\\1" LZ4_VERSION_RELEASE "${LZ4_VERSION_RELEASE}")
152 string(REGEX REPLACE "\\-Wno\\-(.+)" "-W\\1" flag_to_test "${flag}")
153 string(REGEX REPLACE "[^a-zA-Z0-9]+" "_" test_name "CFLAG_${flag_to_test}")
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
PropertiesHelper.java 5 import java.util.regex.Matcher;
6 import java.util.regex.Pattern;
  /external/testng/src/main/java/org/testng/internal/
RegexpExpectedExceptionsHolder.java 9 import java.util.regex.Pattern;
27 * message / regEx .* other

Completed in 558 milliseconds

<<11121314151617181920>>