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

<<41424344454647484950>>

  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 
  /external/selinux/libselinux/src/
label_file.c 41 * there is no match - IE for a file in the root directory or a regex that is
179 /* Check if regex version mismatch */
288 /* allocate the regex array */
339 /* Process regex string */
392 rc = regex_load_mmap(mmap_area, &spec->regex, reg_arch_matches,
864 regex_data_free(spec->regex);
948 * a regex check */
954 rc = regex_match(spec->regex, key, partial);
956 rc = regex_match(spec->regex, buf, partial);
1088 * end, we might need to skip over additional regex
    [all...]
  /prebuilts/devtools/tools/lib/
sdkstats.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkstats/24.4.0-beta6/
sdkstats-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkstats/24.5.0/
sdkstats-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkstats/25.0.0-alpha1/
sdkstats-25.0.0-alpha1.jar 
  /libcore/ojluni/src/main/java/java/lang/
String.java 39 import java.util.regex.Pattern;
40 import java.util.regex.PatternSyntaxException;
    [all...]
  /external/adhd/cras/src/server/
cras_udev.c 14 #include <regex.h>
49 * A: The whole regex will be matched.
68 /* Card regex is similar to above, but only has one field -- the card. The
394 static void compile_regex(regex_t *regex, const char *str)
396 int r = regcomp(regex, str, REG_EXTENDED);
  /external/clang/lib/Driver/
Multilib.cpp 23 #include "llvm/Support/Regex.h"
218 MultilibSet &MultilibSet::FilterOut(const char *Regex) {
219 llvm::Regex R(Regex);
224 llvm_unreachable("Invalid regex!");
  /external/devlib/devlib/utils/
uefi.py 124 :param option: Could be an ``int`` index of the option, or a string/regex to
149 # special chars might cause regex to fail. To avoid these issues i'm
192 """Returns the menu index of the specified option text (uses regex matching). If the option
199 """Returns the menu index of the specified option text (uses regex matching). If the option
210 matched (using regex) the specified text."""
  /external/google-benchmark/test/
output_test.h 28 // the regex
37 std::shared_ptr<benchmark::Regex> regex; member in struct:TestCase
55 // Add or set a list of substitutions to be performed on constructed regex's
71 // bm_name_pattern: a name or a regex pattern which will be matched against
  /external/libcxx/utils/google-benchmark/test/
output_test.h 28 // the regex
37 std::shared_ptr<benchmark::Regex> regex; member in struct:TestCase
55 // Add or set a list of substitutions to be performed on constructed regex's
71 // bm_name_pattern: a name or a regex pattern which will be matched against
  /external/testng/src/main/java/org/testng/internal/
MethodHelper.java 11 import java.util.regex.Pattern;
124 * Finds method based on regex and TestNGMethod. If regex doesn't represent the
127 * @param regExp regex representing a method and/or related class name
153 Utils.log("MethodHelper", 3, "Caught exception while searching for methods using regex");
  /frameworks/rs/tests/lldb/tests/harness/
test_base.py 281 for regex in patterns:
282 match = re.search(regex, text)
285 'the output'.format(regex))
287 msg = 'Found match to regex {0}: {1}'.format(regex,
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.1.51/
kotlin-stdlib-1.1.51-sources.jar 
  /external/selinux/python/sepolgen/src/sepolgen/
audit.py 535 def __init__(self, regex):
536 self.regex = re.compile(regex)
539 if self.regex.match(avc.scontext.type):
541 if self.regex.match(avc.tcontext.type):
546 def __init__(self, regex):
547 self.regex = re.compile(regex)
550 if self.regex.match(avc.invalid_context.type):
552 if self.regex.match(avc.scontext.type)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
MatcherTest.java 18 package org.apache.harmony.tests.java.util.regex;
20 import java.util.regex.Matcher;
21 import java.util.regex.Pattern;
707 hitEndTest(true, "#01.1", "r((ege)|(geg))x", "regex", false);
711 hitEndTest(true, "#02.0", "regex", "rexreger", true);
712 hitEndTest(true, "#02.1", "regex", "raxregexr", false);
731 assertEquals("java.util.regex.Matcher[pattern=(\\d{1,3}) region=0,16 lastmatch=]", m.toString());
733 assertEquals("java.util.regex.Matcher[pattern=(\\d{1,3}) region=0,16 lastmatch=666]", m.toString());
735 assertEquals("java.util.regex.Matcher[pattern=(\\d{1,3}) region=4,8 lastmatch=]", m.toString());
738 private void hitEndTest(boolean callFind, String testNo, String regex,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
audit.py 533 def __init__(self, regex):
534 self.regex = re.compile(regex)
537 if self.regex.match(avc.scontext.type):
539 if self.regex.match(avc.tcontext.type):
544 def __init__(self, regex):
545 self.regex = re.compile(regex)
548 if self.regex.match(avc.invalid_context.type):
550 if self.regex.match(avc.scontext.type)
    [all...]
  /toolchain/binutils/binutils-2.27/include/
xregex2.h 33 <regex.h>. */
152 /* If this bit is set, do not process the GNU regex operators.
153 If not set, then the GNU regex operators are recognized. */
156 /* If this bit is set, turn on internal regex debugging.
158 This only works if regex.c is compiled -DDEBUG.
160 debugging is to recompile regex.c; the calling code can always have
217 /* Syntax bits common to both basic and extended POSIX regex syntax. */
291 `re_error_msg' table in regex.c. */
327 private to the regex routines. */
409 regex.texinfo for a full description of what registers match. *
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
GTest.java 45 import java.util.regex.Pattern;
68 @Option(name = "file-exclusion-filter-regex",
69 description = "Regex to exclude certain files from executing. Can be repeated")
235 * Adds an exclusion file filter regex.
237 * @param regex to exclude file.
240 void addFileExclusionFilterRegex(String regex) {
241 mFileExclusionFilterRegex.add(regex);
503 for (String regex : mFileExclusionFilterRegex) {
504 if (fullPath.matches(regex)) {
505 CLog.i("File %s matches exclusion file regex %s, skipping", fullPath, regex)
    [all...]
  /build/soong/cmd/pom2bp/
pom2bp.go 50 return fmt.Errorf("Must be in the form of <regex>=<replace>")
52 regex, err := regexp.Compile(split[0])
57 regexp: regex,
338 Usage: %s [--rewrite <regex>=<replace>] [-exclude <module>] [--extra-deps <module>=<module>[,<module>]] [<dir>] [-regen <file>]
340 -rewrite <regex>=<replace>
343 project, mappings are searched in the order they were specified. The first <regex> matching
371 flag.Var(&rewriteNames, "rewrite", "Regex(es) to rewrite artifact names")
  /build/soong/cmd/pom2mk/
pom2mk.go 48 return fmt.Errorf("Must be in the form of <regex>=<replace>")
50 regex, err := regexp.Compile(split[0])
55 regexp: regex,
349 Usage: %s [--rewrite <regex>=<replace>] [-exclude <module>] [--extra-deps <module>=<module>[,<module>]] [<dir>] [-regen <file>]
351 -rewrite <regex>=<replace>
354 project, mappings are searched in the order they were specified. The first <regex> matching
382 flag.Var(&rewriteNames, "rewrite", "Regex(es) to rewrite artifact names")
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/
index.html 63 <li>there is no error detection: unterminated string, regex and comment
65 <li>Control characters inside string and regex literals are left untouched; they
67 <li>Newline characters are not allowed inside string and regex literals, except
69 <li>&quot;return /regex/&quot; is recognized correctly.</li>
70 <li>Line terminators after regex literals are handled more sensibly</li>
77 <p>Since most parts of the logic are handled by the regex engine it's way faster
164 substitution regex.</p>
rjsmin-module.html 63 <li>there is no error detection: unterminated string, regex and comment
65 <li>Control characters inside string and regex literals are left untouched; they
67 <li>Newline characters are not allowed inside string and regex literals, except
69 <li>&quot;return /regex/&quot; is recognized correctly.</li>
70 <li>Line terminators after regex literals are handled more sensibly</li>
77 <p>Since most parts of the logic are handled by the regex engine it's way faster
164 substitution regex.</p>
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
CycleDetectingLockFactoryTest.java 31 import java.util.regex.Matcher;
32 import java.util.regex.Pattern;
560 // Checks that the exception.getMessage() matches a regex of the form:
564 String regex = Joiner.on("\\b.*\\b").join(expectedLockCycle); local
565 assertContainsRegex(regex, exception.getMessage());
568 // TODO(cpovirk): consider adding support for regex to Truth
574 fail("expected to contain regex:<" + expectedRegex + "> but was:"

Completed in 1422 milliseconds

<<41424344454647484950>>