| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.traits/ |
| transform_primary.pass.cpp | 13 // <regex> 21 #include <regex>
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
| boundsquery.py | 53 self.log.debug("Parent: {0.parent!r}, regex: {0.parent_regex}".format(self)) 54 self.log.debug("Child: {0.child!r}, regex: {0.child_regex}".format(self))
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
| SystraceVersionDetector.java | 30 import java.util.regex.Matcher; 31 import java.util.regex.Pattern;
|
| /tools/loganalysis/src/com/android/loganalysis/parser/ |
| DumpsysPackageStatsParser.java | 22 import java.util.regex.Matcher; 23 import java.util.regex.Pattern;
|
| InterruptParser.java | 22 import java.util.regex.Matcher; 23 import java.util.regex.Pattern;
|
| LocationServiceParser.java | 22 import java.util.regex.Matcher; 23 import java.util.regex.Pattern;
|
| TopParser.java | 22 import java.util.regex.Matcher; 23 import java.util.regex.Pattern;
|
| /tools/tradefederation/contrib/src/com/android/media/tests/ |
| CameraBurstStartupTest.java | 27 import java.util.regex.Matcher; 28 import java.util.regex.Pattern;
|
| /tools/tradefederation/core/src/com/android/tradefed/device/ |
| BatteryTemperature.java | 27 import java.util.regex.Matcher; 28 import java.util.regex.Pattern;
|
| /tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
| SandboxInvocationRunner.java | 32 import java.util.regex.Matcher; 33 import java.util.regex.Pattern;
|
| /tools/tradefederation/core/src/com/android/tradefed/testtype/ |
| NativeStressTestParser.java | 22 import java.util.regex.Matcher; 23 import java.util.regex.Pattern;
|
| /tools/tradefederation/core/src/com/android/tradefed/util/ |
| KeyguardControllerState.java | 21 import java.util.regex.Matcher; 22 import java.util.regex.Pattern;
|
| /external/guice/lib/build/ |
| jsr305.jar | |
| /external/vogar/lib/ |
| jsr305.jar | |
| /prebuilts/misc/common/jsr305/ |
| jsr305-3.0.1.jar | |
| /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/3.0.1/ |
| jsr305-3.0.1.jar | |
| /prebuilts/sdk/tools/jetifier/jetifier-standalone/lib/ |
| kotlin-stdlib-1.2.20.jar | |
| /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.2.20/ |
| kotlin-stdlib-1.2.20.jar | |
| /external/autotest/contrib/ |
| log_distiller.py | 52 def apply_regex(regex, line): 53 """Simple regex applicator. 55 @param regex: Regex to apply. 56 @param line: The line to apply regex on. 60 log_match = re.match(regex, line) 175 """Apply a line regex and save any information the parsed line contains. 179 # Regex for all the things. 209 # Regex for isolating the date and time from scheduler logs, eg: 241 # Regex for getting host status. Eg [all...] |
| /external/python/cpython2/Lib/distutils/ |
| filelist.py | 205 'pattern' is assumed to be either a string containing a regex or a 206 regex object -- no translation is done, the regex is just compiled 216 self.debug_print("include_pattern: applying regex r'%s'" % 242 self.debug_print("exclude_pattern: applying regex r'%s'" % 291 Return a string containing the regex. Differs from 304 # we're using a regex to manipulate a regex, so we need 316 Return the compiled regex. If 'is_regex' true, 317 then 'pattern' is directly compiled to a regex (if it's a string [all...] |
| /external/python/cpython3/Lib/distutils/ |
| filelist.py | 197 'pattern' is assumed to be either a string containing a regex or a 198 regex object -- no translation is done, the regex is just compiled 208 self.debug_print("include_pattern: applying regex r'%s'" % 233 self.debug_print("exclude_pattern: applying regex r'%s'" % 272 a string containing the regex. Differs from 'fnmatch.translate()' in 285 # we're using a regex to manipulate a regex, so we need 295 expression. Return the compiled regex. If 'is_regex' true, 296 then 'pattern' is directly compiled to a regex (if it's a string [all...] |
| /libcore/ojluni/src/main/java/sun/net/spi/ |
| DefaultProxySelector.java | 40 import java.util.regex.Pattern; 43 import static java.util.regex.Pattern.quote; 378 * @return {@link java.util.regex.Pattern} corresponding to this mask 388 String regex = disjunctToRegex(disjunct.toLowerCase()); local 389 joiner.add(regex); 396 * @return java regex string corresponding to this mask 399 String regex; local 401 regex = ".*" + quote(disjunct.substring(1)); 403 regex = quote(disjunct.substring(0, disjunct.length() - 1)) + ".*"; 405 regex = quote(disjunct) [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
| filelist.py | 205 'pattern' is assumed to be either a string containing a regex or a 206 regex object -- no translation is done, the regex is just compiled 216 self.debug_print("include_pattern: applying regex r'%s'" % 242 self.debug_print("exclude_pattern: applying regex r'%s'" % 291 Return a string containing the regex. Differs from 304 # we're using a regex to manipulate a regex, so we need 316 Return the compiled regex. If 'is_regex' true, 317 then 'pattern' is directly compiled to a regex (if it's a string [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
| filelist.py | 205 'pattern' is assumed to be either a string containing a regex or a 206 regex object -- no translation is done, the regex is just compiled 216 self.debug_print("include_pattern: applying regex r'%s'" % 242 self.debug_print("exclude_pattern: applying regex r'%s'" % 291 Return a string containing the regex. Differs from 304 # we're using a regex to manipulate a regex, so we need 316 Return the compiled regex. If 'is_regex' true, 317 then 'pattern' is directly compiled to a regex (if it's a string [all...] |
| /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/doc/ |
| pprof.md | 94 *regex*. 96 *regex*. 97 * **-show= _regex_:** Only show entries that match *regex*. 98 * **-hide= _regex_:** Do not show entries that match *regex*. 124 When using `-tagfocus=regex` and `-tagignore=regex`, the regex will be compared 132 exactly, and the value can be either a regex or a range. If one specifies 211 regex, with flat/cum weights for each source line. 213 matching *regex* [all...] |