| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
| cursesf.h | 792 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/gradle-plugin/com/android/tools/sdk-common/24.1.0/ |
| sdk-common-24.1.0.jar | |
| /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.1.3/ |
| sdk-common-24.1.3.jar | |
| /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.4.0-beta5/ |
| sdk-common-24.4.0-beta5.jar | |
| /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
| TreeParser.java | 32 import java.util.regex.Matcher; 33 import java.util.regex.Pattern; 43 // precompiled regex used by inContext
|
| /external/libmojo/mojo/public/cpp/bindings/tests/ |
| binding_callback_unittest.cc | 334 std::string regex("Check failed: !is_valid"); 337 regex.clear(); 339 EXPECT_DEATH_IF_SUPPORTED(server_impl.DeleteCallback(), regex.c_str());
|
| /external/libtextclassifier/datetime/ |
| extractor.cc | 28 if (rule_.regex->groups() == nullptr) { 32 for (int group_id = 0; group_id < rule_.regex->groups()->size(); group_id++) { 34 const int group_type = rule_.regex->groups()->Get(group_id);
|
| /external/llvm/utils/Misc/ |
| zkill | 167 group.add_option("", "--name", dest="execName", metavar="REGEX", 170 group.add_option("", "--exec", dest="execPath", metavar="REGEX", 173 group.add_option("", "--user", dest="userName", metavar="REGEX",
|
| /external/python/cpython3/Doc/library/ |
| compileall.rst | 55 .. cmdoption:: -x regex 57 regex is used to search the full path to each file considered for 58 compilation, and if the regex produces a match, the file is skipped.
|
| /external/python/cpython3/Lib/test/ |
| test_strftime.py | 21 Escape text to deal with possible locale values that have regex 22 syntax while allowing regex syntax used for comparison. 85 # Make sure any characters that could be taken as regex syntax is
|
| /external/swiftshader/third_party/LLVM/utils/Misc/ |
| zkill | 167 group.add_option("", "--name", dest="execName", metavar="REGEX", 170 group.add_option("", "--exec", dest="execPath", metavar="REGEX", 173 group.add_option("", "--user", dest="userName", metavar="REGEX",
|
| /frameworks/base/core/java/android/net/ |
| Proxy.java | 29 import java.util.regex.Matcher; 30 import java.util.regex.Pattern; 78 // Hostname / IP REGEX validation
|
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/ |
| aarch64-elf.exp | 31 # objdump: Apply objdump options on result. Compare with regex (last arg). 32 # nm: Apply nm options on result. Compare with regex (last arg). 33 # readelf: Apply readelf options on result. Compare with regex (last arg).
|
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/ |
| sh64.exp | 42 # objdump: Apply objdump options on result. Compare with regex (last arg). 43 # nm: Apply nm options on result. Compare with regex (last arg). 44 # readelf: Apply readelf options on result. Compare with regex (last arg).
|
| /external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
| gtest-port.h | 121 // GTEST_USES_POSIX_RE - enhanced POSIX regex is used. Do not confuse with 124 // GTEST_USES_SIMPLE_RE - our own simple regex is used; 279 // On some platforms, <regex.h> needs someone to define size_t, and 283 # include <regex.h> // NOLINT 289 // <regex.h> is not available on Windows. Use our own simple regex 295 // <regex.h> may not be available on this platform. Use our own 296 // simple regex implementation instead. 831 // A simple C++ wrapper for <regex.h>. It uses the POSIX Extended 840 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLIN [all...] |
| /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
| prettify.js | 352 * @return {RegExp} a global regex. 360 var regex = regexs[i]; 361 if (regex.ignoreCase) { 363 } else if (/[a-z]/i.test(regex.source.replace( 474 function allowAnywhereFoldCaseAndRenumberGroups(regex) { 478 var parts = regex.source.match( 543 if (regex.ignoreCase && needToFoldCase) { 566 var regex = regexs[i]; 567 if (regex.global || regex.multiline) { throw new Error('' + regex); [all...] |
| /external/llvm/utils/unittest/googletest/include/gtest/internal/ |
| gtest-port.h | 122 // GTEST_USES_POSIX_RE - enhanced POSIX regex is used. Do not confuse with 125 // GTEST_USES_SIMPLE_RE - our own simple regex is used; 282 // On some platforms, <regex.h> needs someone to define size_t, and 286 # include <regex.h> // NOLINT 292 // <regex.h> is not available on Windows. Use our own simple regex 298 // <regex.h> may not be available on this platform. Use our own 299 // simple regex implementation instead. 820 // A simple C++ wrapper for <regex.h>. It uses the POSIX Extended 829 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLIN [all...] |
| /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
| gtest-port.h | 120 // GTEST_USES_POSIX_RE - enhanced POSIX regex is used. Do not confuse with 123 // GTEST_USES_SIMPLE_RE - our own simple regex is used; 276 // On some platforms, <regex.h> needs someone to define size_t, and 280 # include <regex.h> // NOLINT 286 // <regex.h> is not available on Windows. Use our own simple regex 292 // <regex.h> may not be available on this platform. Use our own 293 // simple regex implementation instead. 812 // A simple C++ wrapper for <regex.h>. It uses the POSIX Extended 821 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLIN [all...] |
| /external/tensorflow/tensorflow/python/debug/cli/ |
| curses_ui_test.py | 812 """Test regex search.""" 819 string_to_codes("/(b|r)\n"), # Regex search and highlight. 820 string_to_codes("/a\n"), # Regex search and highlight. 834 # The wrapped outputs should show highlighting depending on the regex. 854 """Test continuing scrolling down to next regex match.""" 861 string_to_codes("/(b|r)\n"), # Regex search and highlight. 902 string_to_codes("/foo\n"), # Regex search and highlight. 923 """Test continuing scrolling when there is no regex match.""" 930 string_to_codes("/foo\n"), # Regex search and highlight. 939 # The regex search and continuation search in the 3rd command should no [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
| regex | 1 // class template regex -*- C++ -*- 26 * @file tr1/regex 57 * @brief ISO C++ 0x entities sub namespace for regex. 83 * @brief This is a bitmask type indicating how to interpret the regex. 207 * @brief This is a bitmask type indicating regex matching rules. 419 * @param ecode the regex error code. 427 * @brief Gets the regex error code. 429 * @returns the regex error code. 446 * The class %regex is parameterized around a set of related types and 808 * @param rhs A @p regex object [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
| regex | 1 // class template regex -*- C++ -*- 26 * @file tr1/regex 57 * @brief ISO C++ 0x entities sub namespace for regex. 83 * @brief This is a bitmask type indicating how to interpret the regex. 207 * @brief This is a bitmask type indicating regex matching rules. 419 * @param ecode the regex error code. 427 * @brief Gets the regex error code. 429 * @returns the regex error code. 446 * The class %regex is parameterized around a set of related types and 808 * @param rhs A @p regex object [all...] |
| /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.5.0/ |
| sdk-common-24.5.0.jar | |
| /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/25.2.4/ |
| ddmlib-25.2.4.jar | |
| /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.0-alpha2/ |
| sdk-common-24.3.0-alpha2.jar | |
| /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.3.0-alpha3/ |
| sdk-common-24.3.0-alpha3.jar | |