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

<<51525354555657585960>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_decode.py 20 # the whitespace regex, so this test is designed to try and
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
rolequery.py 62 self.log.debug("Types: {0.types!r}, regex: {0.types_regex}, "
typeattrquery.py 62 self.log.debug("Types: {0.types!r}, regex: {0.types_regex}, "
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 131 # regex syntax is escaped.
138 # Check that compiled regex is correct
146 "Match failed with '%s' regex and '%s' string" %
159 self.assertTrue(found, "Matching failed on '%s' using '%s' regex" %
164 # Make sure when tuple or something has no values no regex is generated.
178 # Check that if locale data contains regex metacharacters they are
187 "locale data that contains regex metacharacters is not"
373 # Make sure all characters that have regex significance are escaped.
375 # unbalanced parentheses when the regex is compiled if they are not
  /sdk/eclipse/
dictionary.txt 241 regex
  /system/libvintf/
Android.bp 51 "Regex.cpp",
  /test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
CpuFeatures.java 21 import java.util.regex.Pattern;
  /tools/tradefederation/core/src/com/android/tradefed/command/
ICommandScheduler.java 262 * @param regex the regular expression to which commands should be matched in order to be
265 public void displayCommandsInfo(PrintWriter printWriter, String regex);
272 * @param regex the regular expression to which commands should be matched in order for the
275 public void dumpCommandsXml(PrintWriter printWriter, String regex);
  /external/python/cpython3/Doc/library/
re.rst 42 that don't require you to compile a regex object first, but miss some
47 The third-party `regex <https://pypi.python.org/pypi/regex/>`_ module,
73 information and a gentler presentation, consult the :ref:`regex-howto`.
494 can be used for matching using its :func:`~regex.match` and
495 :func:`~regex.search` methods, described below.
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5-sources.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0-sources.jar 
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 22 #include "llvm/Support/Regex.h"
186 Regex(RegexStr) { }
189 return Regex.isValid(Error);
193 return Regex.match(S);
197 llvm::Regex Regex;
367 KindStr = "regex";
493 // Check that regex directives contain at least one regex.
904 // Append the regex, enclosed in parentheses
    [all...]
  /external/kotlinc/lib/
kotlin-stdlib-jdk8.jar 
kotlin-stdlib-jre8.jar 
  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
Utils.java 37 import java.util.regex.Matcher;
38 import java.util.regex.Pattern;
  /cts/hostsidetests/backup/src/android/cts/backup/
BackupPreparer.java 31 import java.util.regex.Matcher;
32 import java.util.regex.Pattern;
BaseBackupHostSideTest.java 32 import java.util.regex.Matcher;
33 import java.util.regex.Pattern;
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
AccountCheckHostSideTest.java 23 import java.util.regex.Matcher;
24 import java.util.regex.Pattern;
  /cts/hostsidetests/multiuser/src/android/host/multiuser/
CreateUsersNoAppCrashesTest.java 37 import java.util.regex.Matcher;
38 import java.util.regex.Pattern;
  /cts/hostsidetests/net/src/com/android/cts/net/
HostsideNetworkTestCase.java 36 import java.util.regex.Matcher;
37 import java.util.regex.Pattern;
  /cts/hostsidetests/os/src/android/os/cts/
OsHostTests.java 36 import java.util.regex.Matcher;
37 import java.util.regex.Pattern;
  /cts/hostsidetests/sustainedperf/dhrystone/
LICENSE.TXT 67 OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex}
  /cts/hostsidetests/usb/src/com/android/cts/usb/
TestUsbTest.java 41 import java.util.regex.Matcher;
42 import java.util.regex.Pattern;
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerAmStartOptionsTests.java 35 import java.util.regex.Matcher;
36 import java.util.regex.Pattern;
  /cts/tests/tests/opengl/src/android/opengl/cts/
Egl14Utils.java 27 import java.util.regex.Matcher;
28 import java.util.regex.Pattern;

Completed in 942 milliseconds

<<51525354555657585960>>