Searched
full:regex (Results
1126 -
1150 of
5854) sorted by null
<<41424344454647484950>>
| /external/google-benchmark/tools/gbench/ |
| report.py | 75 regex = re.compile(family) 79 if not regex.search(be['name']): 82 filteredbench['name'] = regex.sub(replacement, filteredbench['name'])
|
| /external/libcxx/utils/google-benchmark/tools/gbench/ |
| report.py | 75 regex = re.compile(family) 79 if not regex.search(be['name']): 82 filteredbench['name'] = regex.sub(replacement, filteredbench['name'])
|
| /external/libtextclassifier/util/utf8/ |
| unilib-icu.cc | 274 const UnicodeText& regex) const { 278 regex.data(), regex.size_bytes())),
|
| unilib_test.cc | 90 TEST(UniLibTest, Regex) { 94 // test the regex functionality with it to verify we are handling the indices 135 // test the regex functionality with it to verify we are handling the indices
|
| /external/llvm/lib/IR/ |
| DiagnosticInfo.cpp | 26 #include "llvm/Support/Regex.h" 40 std::shared_ptr<Regex> Pattern; 45 Pattern = std::make_shared<Regex>(Val);
|
| /external/python/cpython2/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. 87 # Make sure any characters that could be taken as regex syntax is
|
| /external/squashfs-tools/ |
| ACKNOWLEDGEMENTS | 43 Vito Di Leo sent a patch extending Mksquashfs to support regex filters. 45 perform unpredictably with poorly choosen regex expressions. It, however, 46 encouraged myself to add support for wildcard pattern matching and regex
|
| /external/swiftshader/third_party/subzero/src/ |
| IceCompiler.cpp | 47 #include <regex> 55 std::regex_match(Filename, std::regex(".*\\.ll")); 60 std::regex_match(Filename, std::regex(".*\\.wasm"));
|
| /external/toolchain-utils/crosperf/ |
| experiment_file.py | 32 # Field regex, e.g. "iterations: 3" 34 # Open settings regex, e.g. "label {" 36 # Close settings regex.
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
| DeviceInfoUtils.java | 43 import java.util.regex.Matcher; 44 import java.util.regex.Pattern; 86 Log.e(TAG, "Regex did not match on uname version " + uname.version);
|
| /frameworks/support/development/checkstyle/prebuilt/ |
| com.android.support.checkstyle.jar | |
| /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
| SplitTest.java | 1 package org.apache.harmony.regex.tests.java.util.regex; 4 import java.util.regex.*;
|
| /packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
| HtmlConversationTemplates.java | 31 import java.util.regex.Pattern; 150 * URLs) and any false negatives that the regex misses. This maintains overall security 151 * level by not relying solely on the regex.
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/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. 87 # Make sure any characters that could be taken as regex syntax is
|
| /prebuilts/gdb/linux-x86/lib/python2.7/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. 87 # Make sure any characters that could be taken as regex syntax is
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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. 87 # Make sure any characters that could be taken as regex syntax is
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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. 87 # Make sure any characters that could be taken as regex syntax is
|
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sparc/ |
| sparc.exp | 65 # objdump: Apply objdump options on result. Compare with regex (last arg). 66 # nm: Apply nm options on result. Compare with regex (last arg). 67 # readelf: Apply readelf options on result. Compare with regex (last arg).
|
| /tools/loganalysis/tests/src/com/android/loganalysis/parser/ |
| TraceFormatParserTest.java | 30 import java.util.regex.Matcher; 37 // "unwrap" the regex strings so that we can compare with the generated regex
|
| /tools/tradefederation/core/src/com/android/tradefed/testtype/ |
| JacocoCodeCoverageTest.java | 40 import java.util.regex.Pattern; 66 description = "Regex pattern used to select the instrumented class files " 192 * Test if build file matches any of the regex patterns provided to get classfile jars
|
| /art/tools/checker/file_format/checker/ |
| parser.py | 26 """ Attempts to parse a check line. The regex searches for a comment symbol 149 matchPattern = re.search(TestExpression.Regex.regexPattern, line) 150 matchVariableDefinition = re.search(TestExpression.Regex.regexVariableDefinition, line) 151 matchVariableReference = re.search(TestExpression.Regex.regexVariableReference, line)
|
| /cts/libs/vogar-expect/src/vogar/ |
| Expectation.java | 21 import java.util.regex.Pattern;
|
| /cts/tests/autofillservice/src/android/autofillservice/cts/ |
| TextValueSanitizerTest.java | 31 import java.util.regex.Pattern;
|
| /cts/tests/tests/media/src/android/media/cts/ |
| DecodeAccuracyTest.java | 38 import java.util.regex.Matcher; 39 import java.util.regex.Pattern; 163 Pattern regex = Pattern.compile("^\\w+-(\\w+)_\\d+fps.\\w+"); local 164 Matcher matcher = regex.matcher(file);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/ |
| test_decode.py | 20 # the whitespace regex, so this test is designed to try and
|
Completed in 2485 milliseconds
<<41424344454647484950>>