| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/ |
| init.fail.cpp | 10 // <regex> 20 #include <regex> 31 std::regex phone_numbers("\\d{3}-(\\d{4})"); 34 std::regex("\\d{3}-\\d{4}"), {-1, 0, 1});
|
| int.fail.cpp | 10 // <regex> 19 #include <regex> 30 std::regex phone_numbers("\\d{3}-\\d{4}"); 33 std::regex("\\d{3}-\\d{4}"), -1);
|
| vector.fail.cpp | 10 // <regex> 21 #include <regex> 32 std::regex phone_numbers("\\d{3}-(\\d{4})"); 38 std::regex("\\d{3}-\\d{4}"), v);
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.regex/re.regex.construct/ |
| bad_backref.pass.cpp | 11 // <regex> 18 #include <regex> 26 std::regex re(pat); 42 std::regex re(pat1, pat1 + 7); // extra chars after the end.
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.results/re.results.state/ |
| ready.pass.cpp | 10 // <regex> 16 #include <regex> 26 std::regex_search(s, m, std::regex("cd((e)fg)hi")); 36 std::regex_search(s, m, std::regex("z"));
|
| /external/jarjar/src/main/com/tonicsystems/jarjar/ |
| Wildcard.java | 19 import java.util.regex.Matcher; 20 import java.util.regex.Pattern; 45 String regex = pattern; local 46 regex = replaceAllLiteral(dstar, regex, "(.+?)"); 47 regex = replaceAllLiteral(star, regex, "([^/]+)"); 48 regex = replaceAllLiteral(estar, regex, "*)"); 49 regex = replaceAllLiteral(dollar, regex, "\\$") [all...] |
| /external/selinux/libselinux/src/ |
| regex.h | 71 void regex_data_free(struct regex_data *regex) hidden; 80 * @arg regex If successful, the structure returned through *regex was allocated 90 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, 98 * @arg regex If successful, the structure returned through *regex was allocated 103 * into regex, otherwise set to false to indicate later 110 struct regex_data **regex, 119 * @arg regex The precomplied regular expression data. 124 int regex_writef(struct regex_data *regex, FILE *fp [all...] |
| /external/valgrind/helgrind/tests/ |
| filter_stderr_solaris | 16 my %regex = ( 30 my $check = join "|", keys %regex; 32 s/($check)(.*hg_intercepts.c)/$regex{$1}$2/g;
|
| /prebuilts/tools/common/m2/repository/org/checkerframework/checker-compat-qual/2.0.0/ |
| checker-compat-qual-2.0.0.jar | |
| /system/libvintf/test/ |
| vintf_object_tests.cpp | 233 // Set of framework matrices of different FCM version with regex. 240 " <name>android.hardware.regex</name>\n" 246 " <regex-instance>regex/1.0/[0-9]+</regex-instance>\n" 247 " <regex-instance>regex_common/[0-9]+</regex-instance>\n" 254 " <name>android.hardware.regex</name>\n" 260 " <regex-instance>regex/1.1/[0-9]+</regex-instance>\n [all...] |
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/ |
| CHANGES | 10 *) Handle line terminators before and after regex literals more sensible 92 *) Removed "classic" regex variant. 100 *) "return /regex/" is now recognized as regex expression. It wasn't before, 106 *) Add C extension reimplementing the regex from rjsmin.py
|
| /frameworks/base/core/java/android/service/autofill/ |
| ImageTransformation.java | 36 import java.util.regex.Pattern; 41 * (regex). 99 Log.w(TAG, "Error matching regex #" + i + "(" + option.pattern + ") on id " 121 * @param regex regular expression defining what should be matched to use this image. 129 public Builder(@NonNull AutofillId id, @NonNull Pattern regex, @DrawableRes int resId) { 131 addOption(regex, resId); 139 * @param regex regular expression defining what should be matched to use this image. 144 public Builder(@NonNull AutofillId id, @NonNull Pattern regex, @DrawableRes int resId, 147 addOption(regex, resId, contentDescription); 151 * Adds an option to replace the child view with a different image when the regex matches [all...] |
| /platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/ |
| KnownFailures.java | 22 import java.util.regex.Matcher; 23 import java.util.regex.Pattern; 37 // + ":search.*$", Pattern.MULTILINE), // regex pattern 41 // to contain the pattern described by regex 45 Pattern.MULTILINE), // regex pattern
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
| regex_cursor.h | 1 // class template regex -*- C++ -*- 28 * Do not attempt to use it directly. @headername{regex} 38 * @defgroup regex-detail Base and Implementation Classes 39 * @ingroup regex 97 //@} regex-detail
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
| regex_cursor.h | 1 // class template regex -*- C++ -*- 28 * Do not attempt to use it directly. @headername{regex} 38 * @defgroup regex-detail Base and Implementation Classes 39 * @ingroup regex 97 //@} regex-detail
|
| /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/ |
| kotlin-stdlib-1.0.0-sources.jar | |
| /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.5/ |
| kotlin-stdlib-1.0.5-sources.jar | |
| /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.6/ |
| kotlin-stdlib-1.0.6-sources.jar | |
| /system/libvintf/ |
| MatrixInstance.cpp | 21 #include "Regex.h" 73 details::Regex regex; local 74 if (!regex.compile(regexPattern())) { 77 return regex.matches(e);
|
| /development/vndk/tools/definition-tool/datasets/ |
| minimum_tag_file.csv | 46 [regex]^.*/android\.hardware\.graphics\.mapper@\d+\.\d+-impl\.so$,SP-HAL, 47 [regex]^.*/android\.hardware\.renderscript@1\.0-impl\.so$,SP-HAL, 48 [regex]^.*/gralloc\..*\.so$,SP-HAL, 49 [regex]^/vendor/.*/libEGL_.*\.so$,SP-HAL, 50 [regex]^/vendor/.*/libGLES_.*\.so$,SP-HAL, 51 [regex]^/vendor/.*/libGLESv1_CM_.*\.so$,SP-HAL, 52 [regex]^/vendor/.*/libGLESv2_.*\.so$,SP-HAL, 53 [regex]^/vendor/.*/libGLESv3_.*\.so$,SP-HAL, 54 [regex]^/vendor/.*/libPVRRS\.so$,SP-HAL, 55 [regex]^/vendor/.*/libRSDriver.*\.so$,SP-HAL [all...] |
| /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/ |
| cmd_load_symbols.py | 44 regex = None
variable 57 regex = region_reg
variable 60 regex = region_reg
variable 63 regex = region_reg
variable 68 m = regex.match(a)
70 if regex.groups == 1:
75 if regex.groups == 1:
|
| /external/v8/src/inspector/ |
| v8-regex.cc | 5 #include "src/inspector/v8-regex.h" 29 v8::Local<v8::RegExp> regex; local 32 .ToLocal(®ex)) 33 m_regex.Reset(isolate, regex); 56 v8::Local<v8::RegExp> regex = m_regex.Get(isolate); local 58 if (!regex->Get(context, toV8StringInternalized(isolate, "exec")) 65 ->Call(context, regex, arraysize(argv), argv)
|
| /external/googletest/googletest/src/ |
| gtest-port.cc | 566 // regfree'ing an invalid regex might crash because the content 567 // of the regex is undefined. Since the regex's are essentially 594 void RE::Init(const char* regex) { 595 pattern_ = posix::StrDup(regex); 599 const size_t full_regex_len = strlen(regex) + 10; 602 snprintf(full_pattern, full_regex_len, "^(%s)$", regex); 609 // Some implementation of POSIX regex (e.g. on at least some 611 // regex. We change it to an equivalent form "()" to be safe. 613 const char* const partial_regex = (*regex == '\0') ? "()" : regex [all...] |
| /external/libvpx/libvpx/third_party/googletest/src/src/ |
| gtest-port.cc | 566 // regfree'ing an invalid regex might crash because the content 567 // of the regex is undefined. Since the regex's are essentially 594 void RE::Init(const char* regex) { 595 pattern_ = posix::StrDup(regex); 599 const size_t full_regex_len = strlen(regex) + 10; 602 snprintf(full_pattern, full_regex_len, "^(%s)$", regex); 609 // Some implementation of POSIX regex (e.g. on at least some 611 // regex. We change it to an equivalent form "()" to be safe. 613 const char* const partial_regex = (*regex == '\0') ? "()" : regex [all...] |
| /external/v8/testing/gtest/src/ |
| gtest-port.cc | 548 // regfree'ing an invalid regex might crash because the content 549 // of the regex is undefined. Since the regex's are essentially 576 void RE::Init(const char* regex) { 577 pattern_ = posix::StrDup(regex); 581 const size_t full_regex_len = strlen(regex) + 10; 584 snprintf(full_pattern, full_regex_len, "^(%s)$", regex); 591 // Some implementation of POSIX regex (e.g. on at least some 593 // regex. We change it to an equivalent form "()" to be safe. 595 const char* const partial_regex = (*regex == '\0') ? "()" : regex [all...] |