| /external/owasp/sanitizer/tools/findbugs/doc/manual/ |
| filter.html | 75 easily using regex name match. 78 <code class="literal">name</code> attribute is used to specify the exact or regex match pattern 91 the exact or regex match pattern for the method name. 101 the exact or regex match pattern for the field name. You can also filter fields according to their signature - 105 the exact or regex match pattern for the local variable name. Local variables are variables defined within a method. 125 See <a class="ulink" href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html" target="_top"><code class="literal">java.util.regex.Pattern</code></a>
|
| /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/26.2.0-alpha16/ |
| ddmlib-26.2.0-alpha16.jar | |
| /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/ |
| checkstyle-5.9.jar | |
| /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.51/ |
| kotlin-stdlib-1.1.51.jar | |
| /external/curl/ |
| CMakeLists.txt | 53 string (REGEX MATCH "#define LIBCURL_VERSION \"[^\"]*" 55 string (REGEX REPLACE "[^\"]+\"" "" CURL_VERSION ${CURL_VERSION}) 56 string (REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+" 58 string (REGEX REPLACE "[^0]+0x" "" CURL_VERSION_NUM ${CURL_VERSION_NUM}) [all...] |
| /external/google-breakpad/src/testing/gtest/test/ |
| gtest-death-test_test.cc | 321 // TODO(wan@google.com): <regex.h> doesn't support matching strings 510 const testing::internal::RE regex(regex_c_str); 511 EXPECT_DEATH(GlobalFunction(), regex); local 602 const char* regex = "DieIf"; local 603 const char* regex_save = regex; 604 EXPECT_DEATH(DieIfLessThan(3, 4), regex++); 605 EXPECT_EQ(regex_save + 1, regex); 821 const ::testing::internal::RE* regex, 937 const ::testing::internal::RE* /*regex*/, [all...] |
| /external/googletest/googletest/test/ |
| gtest-death-test_test.cc | 319 // TODO(wan@google.com): <regex.h> doesn't support matching strings 503 const testing::internal::RE regex(regex_c_str); 504 EXPECT_DEATH(GlobalFunction(), regex); local 599 const char* regex = "DieIf"; local 600 const char* regex_save = regex; 601 EXPECT_DEATH(DieIfLessThan(3, 4), regex++); 602 EXPECT_EQ(regex_save + 1, regex); 884 const ::testing::internal::RE* regex, 1000 const ::testing::internal::RE* /*regex*/, [all...] |
| /external/v8/testing/gtest/test/ |
| gtest-death-test_test.cc | 319 // TODO(wan@google.com): <regex.h> doesn't support matching strings 503 const testing::internal::RE regex(regex_c_str); 504 EXPECT_DEATH(GlobalFunction(), regex); local 599 const char* regex = "DieIf"; local 600 const char* regex_save = regex; 601 EXPECT_DEATH(DieIfLessThan(3, 4), regex++); 602 EXPECT_EQ(regex_save + 1, regex); 884 const ::testing::internal::RE* regex, 1000 const ::testing::internal::RE* /*regex*/, [all...] |
| /external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
| gtest-death-test_test.cc | 319 // TODO(wan@google.com): <regex.h> doesn't support matching strings 508 const testing::internal::RE regex(regex_c_str); 509 EXPECT_DEATH(GlobalFunction(), regex); local 600 const char* regex = "DieIf"; local 601 const char* regex_save = regex; 602 EXPECT_DEATH(DieIfLessThan(3, 4), regex++); 603 EXPECT_EQ(regex_save + 1, regex); 885 const ::testing::internal::RE* regex, 1001 const ::testing::internal::RE* /*regex*/, [all...] |
| /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/ |
| gtest-death-test_test.cc | 320 // 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*/, [all...] |
| /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/ |
| ddmlib-22.2.0.jar | |
| /development/tools/bugreport/src/com/android/bugreport/inspector/ |
| Inspector.java | 41 import java.util.regex.Pattern; 42 import java.util.regex.Matcher; 706 * exact match and a message which is a regex pattern. 708 public InterestingLineMatcher(String tag, String regex) { 710 mMatcher = Pattern.compile(regex).matcher("");
|
| /external/guava/guava/src/com/google/common/base/ |
| Splitter.java | 32 import java.util.regex.Matcher; 33 import java.util.regex.Pattern; 214 @GwtIncompatible("java.util.regex") 247 * @throws java.util.regex.PatternSyntaxException if {@code separatorPattern} 252 @GwtIncompatible("java.util.regex")
|
| /external/icu/icu4c/source/tools/toolutil/ |
| xmlparser.cpp | 22 #include "unicode/regex.h" 126 // the regex for an entire element start. There, the attributes 245 // Trim the quotes from the att value. These are left over from the original regex 500 // Trim the quotes from the att value. These are left over from the original regex 593 // See the initialization for the regex matcher mAmps.
|
| /external/libmojo/third_party/jinja2/ |
| lexer.py | 620 for regex, tokens, new_state in statetokens: 621 m = regex.match(source, pos) 654 % regex) 710 regex) 720 'stack change' % regex)
|
| /external/llvm/cmake/modules/ |
| HandleLLVMOptions.cmake | 41 string (REGEX REPLACE "(^| )[/-]D *NDEBUG($| )" " " 326 string(REGEX REPLACE " /W[0-4]" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}") 327 string(REGEX REPLACE " /W[0-4]" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 608 string(REGEX REPLACE "(^| ) */EH[-cs]+ *( |$)" "\\1 \\2" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 609 string(REGEX REPLACE "(^| ) */GR-? *( |$)" "\\1 \\2" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
|
| /external/protobuf/objectivec/DevTools/ |
| pddm.py | 110 # Regex for macro definition. 112 # Regex for macro's argument definition. 122 # Takes in a list of macro names and makes a regex that will match invokes 128 # Takes in a list of macro arg names and makes a regex that will match 347 # Let the regex do the work!
|
| /external/python/cpython3/Lib/test/libregrtest/ |
| main.py | 180 # regex to match 'test_builtin' in line: 182 regex = (r'^(?:[0-9]+:[0-9]+:[0-9]+ *)?' 185 regex = re.compile(regex) 191 match = regex.match(line)
|
| /external/vulkan-validation-layers/scripts/ |
| generator.py | 97 # versions - regex matching API versions to process interfaces for. 99 # emitversions - regex matching API versions to actually emit 106 # addExtensions - regex matching names of additional extensions 108 # removeExtensions - regex matching names of extensions to 115 # The regex patterns can be None or empty, in which case they match
|
| /libcore/ojluni/src/main/java/java/nio/file/ |
| FileSystem.java | 311 * "{@code regex}" syntaxes, and may support others. The value of the syntax 404 * <p> When the syntax is "{@code regex}" then the pattern component is a 405 * regular expression as defined by the {@link java.util.regex.Pattern} 408 * <p> For both the glob and regex syntaxes, the matching details, such as 419 * @throws java.util.regex.PatternSyntaxException
|
| /libcore/ojluni/src/main/java/java/util/regex/ |
| Pattern.java | 27 package java.util.regex; [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
| regex_compiler.h | 1 // class template regex -*- C++ -*- 28 * Do not attempt to use it directly. @headername{regex} 38 * @addtogroup regex-detail 55 * @brief struct _Scanner. Scans an input range for regex tokens. 1107 //@} regex-detail
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
| regex_compiler.h | 1 // class template regex -*- C++ -*- 28 * Do not attempt to use it directly. @headername{regex} 38 * @addtogroup regex-detail 55 * @brief struct _Scanner. Scans an input range for regex tokens. 1107 //@} regex-detail
|
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/ |
| generator.py | 96 # versions - regex matching API versions to process interfaces for. 98 # emitversions - regex matching API versions to actually emit 105 # addExtensions - regex matching names of additional extensions 107 # removeExtensions - regex matching names of extensions to 114 # The regex patterns can be None or empty, in which case they match
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
| GLFunctionTraceViewer.java | 100 import java.util.regex.Matcher; 101 import java.util.regex.Pattern; 739 for (String regex : filter.split(" ")) { 740 mPatterns.add(Pattern.compile(regex, Pattern.CASE_INSENSITIVE)); 753 // match if there are no regex filters [all...] |