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

<<41424344454647484950>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
SplitTest.java 18 package org.apache.harmony.tests.java.util.regex;
20 import java.util.regex.Pattern;
21 import java.util.regex.PatternSyntaxException;
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
Matcher2Test.java 17 package org.apache.harmony.regex.tests.java.util.regex;
20 import java.util.regex.*;
  /packages/apps/Contacts/src/com/android/contacts/compat/
TelephonyThreadsCompat.java 32 import java.util.regex.Matcher;
33 import java.util.regex.Pattern;
67 * Regex pattern for names and email addresses.
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
WebAddress.java 22 import java.util.regex.Matcher;
23 import java.util.regex.Pattern;
87 // The ':' character is not returned by the regex.
  /packages/apps/DeskClock/src/com/android/deskclock/data/
CityDAO.java 36 import java.util.regex.Matcher;
37 import java.util.regex.Pattern;
45 /** Regex to match numeric index values when parsing city names. */
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
MimeBodyPart.java 26 import java.util.regex.Pattern;
35 // regex that matches content id surrounded by "<>" optionally.
37 // regex that matches end of line.
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeBodyPart.java 27 import java.util.regex.Pattern;
39 // regex that matches content id surrounded by "<>" optionally.
41 // regex that matches end of line.
  /packages/services/BuiltInPrintService/src/com/android/bips/ui/
AddManualPrinterDialog.java 43 import java.util.regex.Matcher;
44 import java.util.regex.Pattern;
55 * A regex matching any printer URI with optional protocol, port and path.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h 145 /* If this bit is set, do not process the GNU regex operators.
146 If not set, then the GNU regex operators are recognized. */
149 /* If this bit is set, turn on internal regex debugging.
151 This only works if regex.c is compiled -DDEBUG.
153 debugging is to recompile regex.c; the calling code can always have
162 /* EGLIBC: Old regex implementation does not support these. */
169 for ^, because it is difficult to scan the regex backwards to find
236 /* Syntax bits common to both basic and extended POSIX regex syntax. */
322 `re_error_msg' table in regex.c. */
358 other fields are private to the regex routines. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_grep_matcher.tcc 1 // class template regex -*- C++ -*-
28 * Do not attempt to use it directly. @headername{regex}
31 #include <regex>
regex_nfa.tcc 1 // class template regex -*- C++ -*-
28 * Do not attempt to use it directly. @headername{regex}
30 #include <regex>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_grep_matcher.tcc 1 // class template regex -*- C++ -*-
28 * Do not attempt to use it directly. @headername{regex}
31 #include <regex>
regex_nfa.tcc 1 // class template regex -*- C++ -*-
28 * Do not attempt to use it directly. @headername{regex}
30 #include <regex>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/cmake/Modules/
HandleLibcxxFlags.cmake 15 string(REGEX REPLACE "^/" "" strippedStr "${strippedStr}")
16 string(REGEX REPLACE "^-+" "" strippedStr "${strippedStr}")
17 string(REGEX REPLACE "-+$" "" strippedStr "${strippedStr}")
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/cmake/Modules/
HandleLibcxxabiFlags.cmake 15 string(REGEX REPLACE "^/" "" strippedStr "${strippedStr}")
16 string(REGEX REPLACE "^-+" "" strippedStr "${strippedStr}")
17 string(REGEX REPLACE "-+$" "" strippedStr "${strippedStr}")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
rbacrulequery.py 95 "regex: {0.source_regex}".format(self))
97 "regex: {0.target_regex}".format(self))
99 self.log.debug("Default: {0.default!r}, regex: {0.default_regex}".format(self))
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.1.1/
javawriter-2.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.2.1/
javawriter-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68k/
m68k.exp 32 # objdump: Apply objdump options on result. Compare with regex (last arg).
33 # nm: Apply nm options on result. Compare with regex (last arg).
34 # readelf: Apply readelf options on result. Compare with regex (last arg).
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-s390/
s390.exp 34 # objdump: Apply objdump options on result. Compare with regex (last arg).
35 # nm: Apply nm options on result. Compare with regex (last arg).
36 # readelf: Apply readelf options on result. Compare with regex (last arg).
  /tools/tradefederation/core/src/com/android/tradefed/device/
DumpsysPackageReceiver.java 25 import java.util.regex.Matcher;
26 import java.util.regex.Pattern;
36 /** regex for marking the start of a single package's output */
  /tools/tradefederation/core/src/com/android/tradefed/result/
TestDescription.java 24 import java.util.regex.Matcher;
25 import java.util.regex.Pattern;
30 /** Regex for method parameterized. For example: testName[0] */
  /prebuilts/gradle-plugin/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/
kotlin-stdlib-1.1.3.jar 

Completed in 1674 milliseconds

<<41424344454647484950>>