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

<<41424344454647484950>>

  /frameworks/base/test-runner/src/android/test/
MoreAsserts.java 27 import java.util.regex.MatchResult;
28 import java.util.regex.Matcher;
29 import java.util.regex.Pattern;
542 failWithMessage(message, "expected to match regex:<" + expectedRegex
549 failWithMessage(message, "expected to contain regex:<" + expectedRegex
555 failWithMessage(message, "expected not to match regex:<" + expectedRegex
561 failWithMessage(message, "expected not to contain regex:<" + expectedRegex
  /prebuilts/tools/common/m2/repository/com/github/shyiko/klob/klob/0.2.0/
klob-0.2.0.jar 
  /external/jsr305/javadoc/
index-all.html 114 <DT><A HREF="./javax/annotation/RegEx.Checker.html#forConstantValue(javax.annotation.RegEx, java.lang.Object)"><B>forConstantValue(RegEx, Object)</B></A> -
115 Method in class javax.annotation.<A HREF="./javax/annotation/RegEx.Checker.html" title="class in javax.annotation">RegEx.Checker</A>
190 <DT><A HREF="./javax/annotation/RegEx.html" title="annotation in javax.annotation"><B>RegEx</B></A> - Annotation Type in <A HREF="./javax/annotation/package-summary.html">javax.annotation</A><DD>This qualifier is used to denote String values that should be a Regular
191 expression.<DT><A HREF="./javax/annotation/RegEx.Checker.html" title="class in javax.annotation"><B>RegEx.Checker</B></A> - Class in <A HREF="./javax/annotation/package-summary.html">javax.annotation</A><DD>&nbsp;<DT><A HREF="./javax/annotation/RegEx.Checker.html#RegEx.Checker()"><B>RegEx.Checker()</B></A> -
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.1/
javawriter-2.5.1.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2-sources.jar 
  /art/test/testrunner/
testrunner.py 387 # components in the regex parser in parse_test_name.
844 regex = '^test-art-'
845 regex += '(' + '|'.join(VARIANT_TYPE_DICT['target']) + ')-'
846 regex += 'run-test-'
847 regex += '(' + '|'.join(VARIANT_TYPE_DICT['run']) + ')-'
848 regex += '(' + '|'.join(VARIANT_TYPE_DICT['prebuild']) + ')-'
849 regex += '(' + '|'.join(VARIANT_TYPE_DICT['compiler']) + ')-'
850 regex += '(' + '|'.join(VARIANT_TYPE_DICT['relocate']) + ')-'
851 regex += '(' + '|'.join(VARIANT_TYPE_DICT['trace']) + ')-'
852 regex += '(' + '|'.join(VARIANT_TYPE_DICT['gc']) + ')-
    [all...]
  /prebuilts/tools/common/google-api-services-compute/
google-api-services-compute-v1-rev181-1.23.0.jar 
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 171 for (regex, token_type) in token_table:
172 m = regex.search(line)
174 # We found regex in lines
196 # We found a regex in line.
243 def ParseToken(lines, pos, regex, token_type):
245 m = regex.search(line)
261 def Skip(lines, pos, regex):
263 m = re.search(regex, line)
270 def SkipUntil(lines, pos, regex, token_type):
272 m = re.search(regex, line
    [all...]
  /external/googletest/googletest/scripts/
pump.py 171 for (regex, token_type) in token_table:
172 m = regex.search(line)
174 # We found regex in lines
196 # We found a regex in line.
243 def ParseToken(lines, pos, regex, token_type):
245 m = regex.search(line)
261 def Skip(lines, pos, regex):
263 m = re.search(regex, line)
270 def SkipUntil(lines, pos, regex, token_type):
272 m = re.search(regex, line
    [all...]
  /external/protobuf/gtest/scripts/
pump.py 172 for (regex, token_type) in token_table:
173 m = regex.search(line)
175 # We found regex in lines
197 # We found a regex in line.
233 def ParseToken(lines, pos, regex, token_type):
235 m = regex.search(line)
251 def Skip(lines, pos, regex):
253 m = re.search(regex, line)
260 def SkipUntil(lines, pos, regex, token_type):
262 m = re.search(regex, line
    [all...]
  /external/python/cpython3/Lib/test/
test_capi.py 604 regex = (r"Debug memory block at address p={ptr}: API 'm'\n"
616 regex = regex.format(ptr=self.PTR_REGEX)
617 regex = re.compile(regex, flags=re.DOTALL)
618 self.assertRegex(out, regex)
622 regex = (r"Debug memory block at address p={ptr}: API 'm'\n"
630 regex = regex.format(ptr=self.PTR_REGEX)
631 self.assertRegex(out, regex)
    [all...]
  /external/v8/testing/gtest/scripts/
pump.py 171 for (regex, token_type) in token_table:
172 m = regex.search(line)
174 # We found regex in lines
196 # We found a regex in line.
243 def ParseToken(lines, pos, regex, token_type):
245 m = regex.search(line)
261 def Skip(lines, pos, regex):
263 m = re.search(regex, line)
270 def SkipUntil(lines, pos, regex, token_type):
272 m = re.search(regex, line
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
pump.py 171 for (regex, token_type) in token_table:
172 m = regex.search(line)
174 # We found regex in lines
196 # We found a regex in line.
243 def ParseToken(lines, pos, regex, token_type):
245 m = regex.search(line)
261 def Skip(lines, pos, regex):
263 m = re.search(regex, line)
270 def SkipUntil(lines, pos, regex, token_type):
272 m = re.search(regex, line
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/scripts/
pump.py 171 for (regex, token_type) in token_table:
172 m = regex.search(line)
174 # We found regex in lines
196 # We found a regex in line.
243 def ParseToken(lines, pos, regex, token_type):
245 m = regex.search(line)
261 def Skip(lines, pos, regex):
263 m = re.search(regex, line)
270 def SkipUntil(lines, pos, regex, token_type):
272 m = re.search(regex, line
    [all...]
  /external/tpm2/generator/
tpm_table.py 184 """Split the passed in word by the regex used to pick TPM algorithms.
186 The TPM algorithm regex is used all over the spec in situations where
195 and the part after the letters included in the algorithm regex.
203 In some cases there is no regex suffix present, only the !ALG string, as
348 for regex, func in self.TABLE_ROUTER:
349 if regex.search(self._title):
445 """Process a token as an algorithm regex.
450 In case the encoded algorithm regex matches, the function splits the token
455 token: a string, potentially including the algorithm regex.
458 in case the regex matched returns a tri-tuple of two strings (prefix an
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 110 // GTEST_USES_POSIX_RE - enhanced POSIX regex is used.
111 // GTEST_USES_SIMPLE_RE - our own simple regex is used;
227 // On some platforms, <regex.h> needs someone to define size_t, and
231 #include <regex.h> // NOLINT
246 // <regex.h> is not available on Windows. Use our own simple regex
252 // <regex.h> may not be available on this platform. Use our own
253 // simple regex implementation instead.
656 // A simple C++ wrapper for <regex.h>. It uses the POSIX Extended
665 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLIN
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
PKG-INFO 222 - there is no error detection: unterminated string, regex and comment
224 - Control characters inside string and regex literals are left untouched; they
226 - Newline characters are not allowed inside string and regex literals, except
228 - "return /regex/" is recognized correctly.
229 - Line terminators after regex literals are handled more sensibly
236 Since most parts of the logic are handled by the regex engine it's way faster
  /external/owasp/sanitizer/tools/findbugs/lib/
annotations.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/
annotations-3.0.0.jar 
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
gatts_lib.py 126 regex = "({}|{}|{}|{}|{}|{})".format(desc_read, desc_write, char_read,
129 events = self.dut.ed.pop_events(regex, 5, small_timeout)
281 regex = "({}|{}|{}|{}|{})".format(desc_read, desc_write, char_read,
294 events = self.dut.ed.pop_events(regex, 10, small_timeout)
322 regex = "({}|{}|{}|{}|{})".format(desc_read, desc_write, char_read,
333 events = self.dut.ed.pop_events(regex, 10, small_timeout)
  /cts/tests/autofillservice/src/android/autofillservice/cts/
CharSequenceTransformationTest.java 38 import java.util.regex.Pattern;
79 // bad subst: The regex has no capture groups
82 // bad subst: The regex does not have enough capture groups
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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/autotest/client/site_tests/platform_Perf/
platform_Perf.py 16 # device. The actual name may change so use regex pattern matching. This is
102 for regex in self._DSO_WHITELIST_REGEX:
103 if regex.match(dso_name):
  /external/droiddriver/src/io/appium/droiddriver/finders/
By.java 89 * Matches a UiElement whose text matches {@code regex}.
91 public static MatchFinder textRegex(String regex) {
92 return new MatchFinder(Predicates.attributeMatches(Attribute.TEXT, regex));

Completed in 1215 milliseconds

<<41424344454647484950>>