Searched defs:regex (Results 1 - 25 of 318) sorted by relevance

1234567891011>>

/prebuilts/tools/common/m2/repository/oro/oro/2.0.8/
H A Doro-2.0.8.jar ... public abstract org.apache.oro.text.regex.MatchResult getMatch () } org/apache/oro/text/regex/Pattern. ...
/prebuilts/ndk/current/sources/third_party/googletest/googletest/src/
H A Dgtest-port.cc142 // regfree'ing an invalid regex might crash because the content
143 // of the regex is undefined. Since the regex's are essentially
170 void RE::Init(const char* regex) { argument
171 pattern_ = posix::StrDup(regex);
175 const size_t full_regex_len = strlen(regex) + 10;
178 snprintf(full_pattern, full_regex_len, "^(%s)$", regex);
185 // Some implementation of POSIX regex (e.g. on at least some
187 // regex. We change it to an equivalent form "()" to be safe.
189 const char* const partial_regex = (*regex
250 FormatRegexSyntaxError(const char* regex, int index) argument
257 ValidateRegex(const char* regex) argument
320 MatchRepetitionAndRegexAtHead( bool escaped, char c, char repeat, const char* regex, const char* str) argument
347 MatchRegexAtHead(const char* regex, const char* str) argument
383 MatchRegexAnywhere(const char* regex, const char* str) argument
417 Init(const char* regex) argument
[all...]
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
H A Dgtest-port.cc142 // regfree'ing an invalid regex might crash because the content
143 // of the regex is undefined. Since the regex's are essentially
170 void RE::Init(const char* regex) { argument
171 pattern_ = posix::StrDup(regex);
175 const size_t full_regex_len = strlen(regex) + 10;
178 snprintf(full_pattern, full_regex_len, "^(%s)$", regex);
185 // Some implementation of POSIX regex (e.g. on at least some
187 // regex. We change it to an equivalent form "()" to be safe.
189 const char* const partial_regex = (*regex
250 FormatRegexSyntaxError(const char* regex, int index) argument
257 ValidateRegex(const char* regex) argument
320 MatchRepetitionAndRegexAtHead( bool escaped, char c, char repeat, const char* regex, const char* str) argument
347 MatchRegexAtHead(const char* regex, const char* str) argument
383 MatchRegexAnywhere(const char* regex, const char* str) argument
417 Init(const char* regex) argument
[all...]
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
H A Dgtest-port.cc142 // regfree'ing an invalid regex might crash because the content
143 // of the regex is undefined. Since the regex's are essentially
170 void RE::Init(const char* regex) { argument
171 pattern_ = posix::StrDup(regex);
175 const size_t full_regex_len = strlen(regex) + 10;
178 snprintf(full_pattern, full_regex_len, "^(%s)$", regex);
185 // Some implementation of POSIX regex (e.g. on at least some
187 // regex. We change it to an equivalent form "()" to be safe.
189 const char* const partial_regex = (*regex
250 FormatRegexSyntaxError(const char* regex, int index) argument
257 ValidateRegex(const char* regex) argument
320 MatchRepetitionAndRegexAtHead( bool escaped, char c, char repeat, const char* regex, const char* str) argument
347 MatchRegexAtHead(const char* regex, const char* str) argument
383 MatchRegexAnywhere(const char* regex, const char* str) argument
417 Init(const char* regex) argument
[all...]
/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest-port_test.cc362 const char regex[] = local
373 regex);
H A Dgtest-death-test_test.cc320 // TODO(wan@google.com): <regex.h> doesn't support matching strings
509 const testing::internal::RE regex(regex_c_str);
510 EXPECT_DEATH(GlobalFunction(), regex); local
601 const char* regex = "DieIf"; local
602 const char* regex_save = regex;
603 EXPECT_DEATH(DieIfLessThan(3, 4), regex++);
604 EXPECT_EQ(regex_save + 1, regex);
820 const ::testing::internal::RE* regex,
936 const ::testing::internal::RE* /*regex*/,
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
H A Dgtest-port_test.cc362 const char regex[] = local
373 regex);
H A Dgtest-death-test_test.cc320 // TODO(wan@google.com): <regex.h> doesn't support matching strings
509 const testing::internal::RE regex(regex_c_str);
510 EXPECT_DEATH(GlobalFunction(), regex); local
601 const char* regex = "DieIf"; local
602 const char* regex_save = regex;
603 EXPECT_DEATH(DieIfLessThan(3, 4), regex++);
604 EXPECT_EQ(regex_save + 1, regex);
820 const ::testing::internal::RE* regex,
936 const ::testing::internal::RE* /*regex*/,
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
H A Dgtest-port_test.cc362 const char regex[] = local
373 regex);
H A Dgtest-death-test_test.cc320 // TODO(wan@google.com): <regex.h> doesn't support matching strings
509 const testing::internal::RE regex(regex_c_str);
510 EXPECT_DEATH(GlobalFunction(), regex); local
601 const char* regex = "DieIf"; local
602 const char* regex_save = regex;
603 EXPECT_DEATH(DieIfLessThan(3, 4), regex++);
604 EXPECT_EQ(regex_save + 1, regex);
820 const ::testing::internal::RE* regex,
936 const ::testing::internal::RE* /*regex*/,
/prebuilts/sdk/18/
H A Duiautomator.jar ... core.UiSelector textMatches (java.lang.String) String regex public com.android.uiautomator.core.UiSelector ...
/prebuilts/sdk/19/
H A Duiautomator.jar ... core.UiSelector textMatches (java.lang.String) String regex public com.android.uiautomator.core.UiSelector ...
/prebuilts/sdk/20/
H A Duiautomator.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/uiautomator/ com/android/uiautomator/core/ ...
/prebuilts/sdk/21/
H A Duiautomator.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/uiautomator/ com/android/uiautomator/core/ ...
/prebuilts/sdk/22/
H A Duiautomator.jar ... core.UiSelector textMatches (java.lang.String) String regex public com.android.uiautomator.core.UiSelector ...
/prebuilts/sdk/23/
H A Duiautomator.jar ... core.UiSelector textMatches (java.lang.String) String regex public com.android.uiautomator.core.UiSelector ...
/prebuilts/sdk/24/
H A Duiautomator.jar ... core.UiSelector textMatches (java.lang.String) String regex public com.android.uiautomator.core.UiSelector ...
/prebuilts/sdk/25/
H A Duiautomator.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/uiautomator/ com/android/uiautomator/testrunner/ ...
/prebuilts/sdk/26/
H A Duiautomator.jar ... core.UiSelector textMatches (java.lang.String) String regex public com.android.uiautomator.core.UiSelector ...
/prebuilts/sdk/current/
H A Duiautomator.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/uiautomator/ com/android/uiautomator/core/ ...
/prebuilts/sdk/17/
H A Duiautomator.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/uiautomator/ com/android/uiautomator/testrunner/ ...
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dcursesf.h792 char* regex; member in class:Regular_Expression_Field
795 OnError(::set_field_type(f.get_field(),fieldtype,regex));
800 regex = new char[1 + ::strlen(source)];
801 (::strcpy)(regex, source);
807 regex(NULL)
816 copy_regex(rhs.regex);
824 regex(NULL)
826 copy_regex(rhs.regex);
830 delete[] regex;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dcursesf.h792 char* regex; member in class:Regular_Expression_Field
795 OnError(::set_field_type(f.get_field(),fieldtype,regex));
800 regex = new char[1 + ::strlen(source)];
801 (::strcpy)(regex, source);
807 regex(NULL)
816 copy_regex(rhs.regex);
824 regex(NULL)
826 copy_regex(rhs.regex);
830 delete[] regex;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dregex.h1 // class template regex -*- C++ -*-
26 * @file bits/regex.h
28 * Do not attempt to use it directly. @headername{regex}
36 * @addtogroup regex
46 * The class %regex is parameterized around a set of related types and
411 * @param __rhs A @p regex object.
421 * @param __rhs A @p regex object.
552 * @brief Assigns a new regular expression to a regex object from a
569 * @brief Assigns a new regular expression to a regex object from a
586 * @brief Assigns a new regular expression to a regex objec
706 typedef basic_regex<char> regex; typedef
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dregex.h1 // class template regex -*- C++ -*-
26 * @file bits/regex.h
28 * Do not attempt to use it directly. @headername{regex}
36 * @addtogroup regex
46 * The class %regex is parameterized around a set of related types and
411 * @param __rhs A @p regex object.
421 * @param __rhs A @p regex object.
552 * @brief Assigns a new regular expression to a regex object from a
569 * @brief Assigns a new regular expression to a regex object from a
586 * @brief Assigns a new regular expression to a regex objec
706 typedef basic_regex<char> regex; typedef
[all...]

Completed in 679 milliseconds

1234567891011>>