HomeSort by relevance Sort by last modified time
    Searched full:regex (Results 401 - 425 of 5854) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.syn/
wregex.pass.cpp 10 // <regex>
14 #include <regex>
wsmatch.pass.cpp 10 // <regex>
14 #include <regex>
wsregex_iterator.pass.cpp 10 // <regex>
14 #include <regex>
wsregex_token_iterator.pass.cpp 10 // <regex>
14 #include <regex>
wssub_match.pass.cpp 10 // <regex>
14 #include <regex>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.traits/
imbue.pass.cpp 12 // <regex>
18 #include <regex>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
query.py 29 # keys are sorted in reverse order so regex settings
33 # regex settings.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/build/
BaseBuilderTest.java 19 import java.util.regex.Matcher;
20 import java.util.regex.Pattern;
  /system/extras/tests/kernel.config/
scrape_mmap_addr.cpp 4 #include <regex>
13 std::regex reg(std::string("^([a-f0-9]+)\\-[0-9a-f]+\\s+.+\\s+(\\d+)\\s+.+\\s+\\d+\\s+") + std::string(argv[1]) + std::string("\\s*$"));
  /tools/loganalysis/src/com/android/loganalysis/parser/
DumpsysProcStatsParser.java 21 import java.util.regex.Matcher;
22 import java.util.regex.Pattern;
  /external/libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/
int.pass.cpp 10 // <regex>
19 #include <regex>
26 std::regex phone_numbers("\\d{3}-\\d{4}");
45 std::regex phone_numbers("\\d{3}-\\d{4}");
61 std::regex phone_numbers("\\d{3}-(\\d{4})");
  /external/libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.deref/
deref.pass.cpp 10 // <regex>
16 #include <regex>
23 std::regex phone_numbers("\\d{3}-\\d{4}");
42 std::regex phone_numbers("\\d{3}-\\d{4}");
58 std::regex phone_numbers("\\d{3}-(\\d{4})");
  /external/selinux/libselinux/src/
label_file.h 11 * regex.h/c were introduced to hold all dependencies on the regular
12 * expression back-end when we started supporting PCRE2. regex.h defines a
16 #include "regex.h"
46 struct regex_data * regex; /* backend dependent regular expression data */ member in struct:spec
47 bool regex_compiled; /* bool to indicate if the regex is compiled */
48 pthread_mutex_t regex_lock; /* lock for lazy compilation of regex */
299 * the root directory or a regex that is too complex for us). */
359 /* Check if another thread compiled the regex while we waited
391 rc = regex_prepare_data(&spec->regex, anchored_regex, &error_data);
417 char *regex = NULL, *type = NULL, *context = NULL local
    [all...]
  /external/toybox/tests/
expr.test 28 testing "regex position" "expr ab21xx : '[^0-9]*[0-9]*'" "4\n" "" ""
29 testing "regex extraction" "expr ab21xx : '[^0-9]*\([0-9]*\).*'" "21\n" "" ""
30 testing "regex no match" "expr ab21xx : x" "0\n" "" ""
33 # result of ':' regex match can subsequently be used for arithmetic
52 testing "regex segfault" "expr 3 : '\(.\)'" "3\n" "" ""
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
ModeTest.java 17 package org.apache.harmony.regex.tests.java.util.regex;
20 import java.util.regex.Pattern;
21 import java.util.regex.Matcher;
22 import java.util.regex.PatternSyntaxException;
ReplaceTest.java 17 package org.apache.harmony.regex.tests.java.util.regex;
20 import java.util.regex.Pattern;
21 import java.util.regex.Matcher;
22 import java.util.regex.PatternSyntaxException;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_grep_matcher.h 1 // class template regex -*- C++ -*-
28 * Do not attempt to use it directly. @headername{regex}
48 * @defgroup regex-detail Base and Implementation Classes
49 * @ingroup regex
133 //@} regex-detail
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_grep_matcher.h 1 // class template regex -*- C++ -*-
28 * Do not attempt to use it directly. @headername{regex}
48 * @defgroup regex-detail Base and Implementation Classes
49 * @ingroup regex
133 //@} regex-detail
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/
int.pass.cpp 10 // <regex>
19 #include <regex>
26 std::regex phone_numbers("\\d{3}-\\d{4}");
45 std::regex phone_numbers("\\d{3}-\\d{4}");
61 std::regex phone_numbers("\\d{3}-(\\d{4})");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.iter/re.tokiter/re.tokiter.deref/
deref.pass.cpp 10 // <regex>
16 #include <regex>
23 std::regex phone_numbers("\\d{3}-\\d{4}");
42 std::regex phone_numbers("\\d{3}-\\d{4}");
58 std::regex phone_numbers("\\d{3}-(\\d{4})");
  /system/sepolicy/tests/
FcSort.py 84 # The regex without metachars is more specific
90 # The regex with longer stemlen (regex before any meta characters) is more specific.
96 # The regex with longer string length is more specific
102 # A regex with a fileType defined (e.g. file, dir) is more specific.
  /system/tools/hidl/docs/src/lexer/
HidlLexer.kt 31 val matchToDocEnd = Regex("""(.*)\s+${Regex.escape(TokenGrammar.DOC_END.value)}(.*)$""")
46 if (scanner.findWithinHorizon(Regex.escape(TokenGrammar.DOC_END.value), 0) == null) {
86 if (scanner.hasNext(Regex.escape(TokenGrammar.PAREN_OPEN.value))) {
87 while (!scanner.hasNext(Regex.escape(TokenGrammar.PAREN_CLOSE.value))) {
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
cssmin.py 83 regex = re.compile(r"(^|\})(([^\{\:])+\:)+([^\{]*\{)")
84 match = regex.search(css)
90 match = regex.search(css)
129 regex = re.compile(r"rgb\s*\(\s*([0-9,\s]+)\s*\)")
130 match = regex.search(css)
135 match = regex.search(css)
167 regex = re.compile(r"([^\"'=\s])(\s*)#([0-9a-fA-F])([0-9a-fA-F])([0-9a-fA-F])([0-9a-fA-F])([0-9a-fA-F])([0-9a-fA-F])")
168 match = regex.search(css)
174 match = regex.search(css, match.end() - 3)
176 match = regex.search(css, match.end()
    [all...]
  /tools/loganalysis/tests/src/com/android/loganalysis/util/
RegexTrieTest.java 35 import java.util.regex.Pattern;
239 String regex = "regex"; local
240 Pattern p1 = Pattern.compile(regex);
241 Pattern p2 = Pattern.compile(regex);
251 // Make sure that wrapped patterns with the same regex are considered equivalent
264 String regex = "regex"; local
265 Pattern p1 = Pattern.compile(regex);
266 Pattern p2 = Pattern.compile(regex);
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
GoogleBenchmarkTest.java 47 @Option(name = "file-exclusion-filter-regex",
48 description = "Regex to exclude certain files from executing. Can be repeated")
110 * Adds an exclusion file filter regex.
114 * @param regex to exclude file.
116 void addFileExclusionFilterRegex(String regex) {
117 mFileExclusionFilterRegex.add(regex);
217 for (String regex : mFileExclusionFilterRegex) {
218 if (fullPath.matches(regex)) {
219 CLog.i(String.format("File %s matches exclusion file regex %s, skipping",
220 fullPath, regex));
    [all...]

Completed in 1300 milliseconds

<<11121314151617181920>>