HomeSort by relevance Sort by last modified time
    Searched full:regex (Results 501 - 525 of 1927) sorted by null

<<21222324252627282930>>

  /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/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2-sources.jar 
  /external/chromium_org/third_party/WebKit/Tools/qunit/test/
same.js 372 // Tests same regex with same modifiers in different order
404 // Different regex, same modifiers
407 equals(QUnit.equiv(r11, r13), false, "Regex pattern");
411 equals(QUnit.equiv(r14, r15), false, "Regex pattern");
418 equals(QUnit.equiv(r1, r2), true, "Regex pattern");
419 equals(QUnit.equiv(r1, r3), false, "Regex pattern");
420 equals(QUnit.equiv(r1, r4), false, "Regex pattern");
422 // More complex regex
425 // regex 3 is different: '.' not escaped
434 equals(QUnit.equiv(r21, r22), true, "Complex Regex");
    [all...]
  /external/chromium/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/chromium_org/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/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/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 103 // GTEST_USES_POSIX_RE - enhanced POSIX regex is used.
104 // GTEST_USES_SIMPLE_RE - our own simple regex is used;
211 // On some platforms, <regex.h> needs someone to define size_t, and
215 #include <regex.h> // NOLINT
229 // <regex.h> is not available on Windows. Use our own simple regex
235 // <regex.h> may not be available on this platform. Use our own
236 // simple regex implementation instead.
627 // A simple C++ wrapper for <regex.h>. It uses the POSIX Enxtended
633 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLIN
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 103 // GTEST_USES_POSIX_RE - enhanced POSIX regex is used.
104 // GTEST_USES_SIMPLE_RE - our own simple regex is used;
210 // On some platforms, <regex.h> needs someone to define size_t, and
214 #include <regex.h> // NOLINT
228 // <regex.h> is not available on Windows. Use our own simple regex
234 // <regex.h> may not be available on this platform. Use our own
235 // simple regex implementation instead.
620 // A simple C++ wrapper for <regex.h>. It uses the POSIX Enxtended
626 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLIN
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/annotations/2.0.1/
annotations-2.0.1.jar 
  /external/chromium/chrome/browser/resources/
about_memory_linux.html 50 var regex = /(\d+)(\d{3})/;
51 while (regex.test(x1)) {
52 x1 = x1.replace(regex, '$1' + ',' + '$2');
about_memory_mac.html 50 var regex = /(\d+)(\d{3})/;
51 while (regex.test(x1)) {
52 x1 = x1.replace(regex, '$1' + ',' + '$2');
  /external/chromium_org/components/url_matcher/
url_matcher_factory.cc 206 re2::RE2 regex(str_value);
207 if (!regex.ok()) {
209 kUnparseableRegexString, str_value.c_str(), regex.error().c_str());
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
SplitTest.java 1 package org.apache.harmony.regex.tests.java.util.regex;
4 import java.util.regex.*;
  /ndk/build/awk/
gen-cygwin-deps-converter.awk 77 # Note that we properly escape regex meta characters like . or $
157 # believe they are regex operators. For example, if a path
165 # Anything else is valid. The regex meta characters are: ^.[]$()|*+?{}\
  /ndk/sources/host-tools/sed-4.2.1/
BUGS 40 regex syntax clashes (problems with backslashes)
63 the regex matcher parsed `\/' as `/' in the common case of escaping
65 this, and this is good because the regex matcher is only partially
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex11.c 29 #include <regex.h>
41 /* Test for newline handling in regex. */
53 in glibc regex it always matched, so avoid changing it. */
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HtmlConversationTemplates.java 32 import java.util.regex.Pattern;
156 * URLs) and any false negatives that the regex misses. This maintains overall security
157 * level by not relying solely on the regex.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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/ceres-solver/cmake/
uninstall.cmake.in 37 STRING(REGEX REPLACE "\n" ";" files "${files}")
  /external/chromium/chrome/browser/autofill/
phone_field.cc 279 phone_field_grammars_[i].regex != REGEX_SEPARATOR; ++i) {
280 if (!ParseText(&q, phone_field->GetRegExp(phone_field_grammars_[i].regex),
292 if (phone_field_grammars_[i].regex == REGEX_SEPARATOR)
297 phone_field_grammars_[i].regex != REGEX_SEPARATOR);
phone_field.h 114 RegexType regex; // Field matching reg-ex. member in struct:PhoneField::Parser
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 130 # Regex for matching source file path and line number in the compiler's errors.
137 def _FindAllMatches(regex, s):
138 """Generates all matches of regex in string s."""
140 r = re.compile(regex)
152 diagnoses: A list of pairs (regex, pattern for formatting the diagnosis
153 for matching regex).
159 for regex, diagnosis in diagnoses:
160 if re.search(regex, msg):
162 for m in _FindAllMatches(regex, msg):
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
IntentHelper.java 21 import java.util.regex.Pattern;

Completed in 2507 milliseconds

<<21222324252627282930>>