Searched
full:regex (Results
1076 -
1100 of
1927) sorted by null
<<41424344454647484950>>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_compiler.h | 1 // class template regex -*- C++ -*- 28 * Do not attempt to use it directly. @headername{regex} 49 // @brief Scans an input range for regex tokens.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_compiler.h | 1 // class template regex -*- C++ -*- 28 * Do not attempt to use it directly. @headername{regex} 49 // @brief Scans an input range for regex tokens.
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/ |
printers.py | 695 def add_entry (regex, printer, typename): 700 if regex[0:5] == "boost": 702 pretty_printers_dict[re.compile (prefix+regex+suffix)] \
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/stlport/ |
printers.py | 696 def add_entry (regex, printer, typename): 701 if regex[0:5] == "boost": 703 pretty_printers_dict[re.compile (prefix+regex+suffix)] \
|
/system/core/toolbox/grep/ |
grep.c | 94 /* For regex errors */ 122 int grepbehave = GREP_BASIC; /* -EFGP: type of the regex */ 674 /* Fall back to full regex library */
|
/prebuilts/sdk/13/ |
android.jar | |
/prebuilts/devtools/tools/lib/ |
chimpchat.jar | |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BaseRecognizer.cs | 43 using Regex = System.Text.RegularExpressions.Regex; 358 s = Regex.Replace(s, "\n", "\\\\n"); 359 s = Regex.Replace(s, "\r", "\\\\r"); 360 s = Regex.Replace(s, "\t", "\\\\t"); [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BaseRecognizer.cs | 44 using Regex = System.Text.RegularExpressions.Regex; 423 s = Regex.Replace( s, "\n", "\\\\n" ); 424 s = Regex.Replace( s, "\r", "\\\\r" ); 425 s = Regex.Replace( s, "\t", "\\\\t" ); [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
Makefile.in | 72 $(top_srcdir)/m4/regex.m4 $(top_srcdir)/m4/rename.m4 \ [all...] |
/prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/ |
gradle-tooling-api-1.6.jar | |
/prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/ |
gradle-tooling-api-1.6-rc-1.jar | |
/prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/ |
gradle-tooling-api-1.7.jar | |
/frameworks/base/core/res/res/values/ |
strings.xml | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/ |
fixincl | |
/prebuilts/sdk/renderscript/lib/mips/ |
libc.so | |
/prebuilts/sdk/renderscript/lib/x86/ |
libc.so | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/ |
apitooling-ant.jar | |
/development/scripts/app_engine_server/ |
memcache_zipserve.py | 219 This allows content authors to manually define a set of regex rules which, 312 # Note: re.search adds an implied '^' to the beginning of the regex 313 # This means that the regex must match from the beginning of the
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
SettingsScreen.js | 70 var regex; 72 regex = new RegExp(text); 75 return regex ? null : "Invalid pattern"; [all...] |
/external/mockito/src/org/mockito/ |
Matchers.java | 732 * @param regex
736 public static String matches(String regex) {
737 return reportMatcher(new Matches(regex)).returnString();
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiMonitor.java | 39 import java.util.regex.Pattern; 40 import java.util.regex.Matcher; 166 * Regex pattern for extracting an Ethernet-style MAC address from a string. [all...] |
/prebuilts/misc/common/tools-common/ |
tools-common-prebuilt.jar | |
/art/test/ |
run-test | 272 find $tmp_dir -mindepth 1 ! -regex ".*/\(.*jar\|$build_output\|$expected\)" | xargs rm -rf
|
/bionic/libc/ |
Android.mk | 335 upstream-netbsd/libc/regex/regcomp.c \ 336 upstream-netbsd/libc/regex/regerror.c \ 337 upstream-netbsd/libc/regex/regexec.c \ 338 upstream-netbsd/libc/regex/regfree.c \
|
Completed in 851 milliseconds
<<41424344454647484950>>