Searched
full:regex (Results
626 -
650 of
5854) sorted by null
<<21222324252627282930>>
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/ |
| init.pass.cpp | 12 // <regex> 22 #include <regex> 29 std::regex phone_numbers("\\d{3}-(\\d{4})");
|
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-alpha/ |
| alpha.exp | 35 # objdump: Apply objdump options on result. Compare with regex (last arg). 36 # nm: Apply nm options on result. Compare with regex (last arg). 37 # readelf: Apply readelf options on result. Compare with regex (last arg).
|
| /tools/tradefederation/core/prod-tests/src/com/android/build/tests/ |
| ImageStats.java | 42 import java.util.regex.Matcher; 43 import java.util.regex.Pattern; 69 @Option(name = "aggregation-pattern", description = "A key value pair consists of a regex as " 70 + "key and a string label as value. The regex is used to scan and group file size " 73 + "counted multiple times; note that the regex must be a full match, not substring. " 75 + "reporting; the regex may contain unnamed capturing groups, and values may contain " 176 /** Compiles the supplied aggregation regex's */ 189 * The main thing being converted here is that capturing groups in the regex (used to match the 195 * @param matcher the {@link Matcher} representing the matched result from the regex and input 214 CLog.w("Capturing groups were defined in regex '%s', but corresponding [all...] |
| /external/autotest/client/common_lib/cros/ |
| textfsm.py | 211 regex: (str), Regex which the value is matched on. 223 self.regex = None 280 self.regex = ' '.join(value_line[3:]) 285 self.regex = ' '.join(value_line[2:]) 291 if (not re.match(r'^\(.*\)$', self.regex) or 292 self.regex.count('(') != self.regex.count(')')): 294 "Value '%s' must be contained within a '()' pair." % self.regex) 296 self.template = re.sub(r'^\(', '(?P<%s>' % self.name, self.regex) [all...] |
| /external/autotest/client/common_lib/ |
| lsbrelease_utils.py | 18 def _lsbrelease_search(regex, group_id=0, lsb_release_content=None): 19 """Searches /etc/lsb-release for a regex match. 21 @param regex: Regex to match. 22 @param group_id: The group in the regex we are searching for. 36 m = re.match(regex, line)
|
| /external/caliper/caliper/src/test/resources/com/google/caliper/bridge/ |
| jdk7-compilation.txt | 178 1869 167 b java.util.regex.Pattern$BmpCharProperty::match (50 bytes) 179 made not compilable java.util.regex.Pattern$CharProperty::isSatisfiedBy 180 1882 168 b java.util.regex.Matcher::search (109 bytes) 193 2073 178 b java.util.regex.Pattern::has (15 bytes) 196 2089 168 java.util.regex.Matcher::search (109 bytes) made not entrant 197 2089 167 java.util.regex.Pattern$BmpCharProperty::match (50 bytes) made not entrant 203 3023 186 b java.util.regex.Pattern$Curly::match0 (174 bytes) 204 3030 187 b java.util.regex.Matcher::reset (83 bytes) 205 3035 188 b java.util.regex.Pattern$Node::match (27 bytes) 207 3037 189 b java.util.regex.Pattern$BmpCharProperty::match (50 bytes [all...] |
| /external/owasp/sanitizer/distrib/lib/ |
| jsr305.jar | |
| /external/owasp/sanitizer/lib/jsr305/ |
| jsr305.jar | |
| /external/owasp/sanitizer/tools/findbugs/lib/ |
| jsr305.jar | |
| /prebuilts/devtools/tools/lib/ |
| jsr305-1.3.9.jar | |
| /prebuilts/go/darwin-x86/src/regexp/ |
| example_test.go | 193 // Regex pattern captures "key: value" pair from the content. 197 // referencing the values captured by the regex pattern. 202 // For each match of the regex in the content. 225 // Regex pattern captures "key: value" pair from the content. 229 // referencing the values captured by the regex pattern. 234 // For each match of the regex in the content.
|
| /prebuilts/go/linux-x86/src/regexp/ |
| example_test.go | 193 // Regex pattern captures "key: value" pair from the content. 197 // referencing the values captured by the regex pattern. 202 // For each match of the regex in the content. 225 // Regex pattern captures "key: value" pair from the content. 229 // referencing the values captured by the regex pattern. 234 // For each match of the regex in the content.
|
| /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/1.3.9/ |
| jsr305-1.3.9.jar | |
| /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/2.0.1/ |
| jsr305-2.0.1.jar | |
| /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/2.0.2/ |
| jsr305-2.0.2.jar | |
| /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/2.0.3/ |
| jsr305-2.0.3.jar | |
| /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/3.0.0/ |
| jsr305-3.0.0.jar | |
| /cts/common/device-side/util/src/com/android/compatibility/common/util/ |
| AppStandbyUtils.java | 21 import java.util.regex.Matcher; 22 import java.util.regex.Pattern;
|
| /cts/tests/autofillservice/src/android/autofillservice/cts/ |
| RegexValidatorTest.java | 34 import java.util.regex.Pattern; 93 // Regex has to match the whole value
|
| /cts/tests/framework/base/activitymanager/src/android/server/am/ |
| ActivityAndWindowManagerOverrideConfigTests.java | 36 import java.util.regex.Matcher; 37 import java.util.regex.Pattern;
|
| KeyguardTestBase.java | 31 import java.util.regex.Matcher; 32 import java.util.regex.Pattern;
|
| /cts/tests/tests/hardware/src/android/hardware/cts/ |
| GlUtils.java | 23 import java.util.regex.Matcher; 24 import java.util.regex.Pattern;
|
| /cts/tests/tests/selinux/common/src/android/security/ |
| SELinuxTargetSdkTestBase.java | 10 import java.util.regex.Pattern; 11 import java.util.regex.Matcher;
|
| /development/tools/bugreport/src/com/android/bugreport/bugreport/ |
| MetadataParser.java | 25 import java.util.regex.Pattern; 26 import java.util.regex.Matcher;
|
| /development/tools/bugreport/src/com/android/bugreport/stacks/ |
| VmTracesParser.java | 31 import java.util.regex.Pattern; 32 import java.util.regex.Matcher;
|
Completed in 1224 milliseconds
<<21222324252627282930>>