HomeSort by relevance Sort by last modified time
    Searched refs:regex (Results 51 - 75 of 292) sorted by null

1 23 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
RegionQualifier.java 23 import java.util.regex.Matcher;
24 import java.util.regex.Pattern;
VersionQualifier.java 23 import java.util.regex.Matcher;
24 import java.util.regex.Pattern;
ScreenDimensionQualifier.java 23 import java.util.regex.Matcher;
24 import java.util.regex.Pattern;
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-port.cc 36 #include <regex.h>
66 void RE::Init(const char* regex) {
67 pattern_ = strdup(regex);
68 is_valid_ = regcomp(&regex_, regex, REG_EXTENDED) == 0;
70 << "Regular expression \"" << regex
  /external/gtest/src/
gtest-death-test.cc 312 bool DeathTest::Create(const char* statement, const RE* regex,
315 statement, regex, file, line, test);
333 DeathTestImpl(const char* statement, const RE* regex)
335 regex_(regex),
343 const RE* regex() const { return regex_; } function in class:testing::internal::DeathTestImpl
400 const RE* regex,
403 : DeathTestImpl(statement, regex), file_(file), line_(line) {}
641 ForkingDeathTest(const char* statement, const RE* regex);
661 ForkingDeathTest::ForkingDeathTest(const char* statement, const RE* regex)
662 : DeathTestImpl(statement, regex),
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 292 bool DeathTest::Create(const char* statement, const RE* regex,
295 statement, regex, file, line, test);
311 DeathTestImpl(const char* statement, const RE* regex)
313 regex_(regex),
327 const RE* regex() const { return regex_; } function in class:testing::internal::DeathTestImpl
436 // regex: A regular expression object to be applied to
468 const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
473 << " Expected: " << regex()->pattern() << "\n"
523 const RE* regex,
526 : DeathTestImpl(statement, regex), file_(file), line_(line) {
    [all...]
  /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;
25 import java.util.regex.*;
31 @TestTargetClass(java.util.regex.Matcher.class)
87 args = {java.util.regex.Pattern.class}
  /build/core/
checktree 40 def run(command, regex, filt):
59 regex_compiled = re.compile(regex)
  /build/tools/droiddoc/src/
DocFile.java 21 import java.util.regex.Pattern;
22 import java.util.regex.Matcher;
AttrTagInfo.java 17 import java.util.regex.Pattern;
18 import java.util.regex.Matcher;
  /external/chromium/third_party/icu/source/i18n/
repattrn.cpp 15 #include "unicode/regex.h"
240 RegexPattern::compile(const UnicodeString &regex,
277 compiler.compile(regex, pe, status);
291 RegexPattern::compile(const UnicodeString &regex,
295 return compile(regex, 0, pe, err);
304 RegexPattern::compile( const UnicodeString &regex,
309 return compile(regex, flags, pe, err);
383 UBool U_EXPORT2 RegexPattern::matches(const UnicodeString &regex,
394 pat = RegexPattern::compile(regex, 0, pe, status);
  /external/guava/src/com/google/common/base/
CaseFormat.java 20 import java.util.regex.Matcher;
21 import java.util.regex.Pattern;
  /external/icu4c/i18n/unicode/
regex.h 6 * file name: regex.h
180 * @param regex The regular expression to be compiled.
188 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
209 * @param regex The regular expression to be compiled. Note, the text referred
219 static RegexPattern * U_EXPORT2 compile( UText *regex,
238 * @param regex The regular expression to be compiled.
247 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
268 * @param regex The regular expression to be compiled. Note, the text referred
279 static RegexPattern * U_EXPORT2 compile( UText *regex,
300 * @param regex The regular expression to be compiled
    [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...]
  /libcore/luni/src/main/java/java/util/regex/
Pattern.java 17 package java.util.regex;
449 private static native int compileImpl(String regex, int flags);
  /packages/apps/Email/src/com/android/email/mail/internet/
EmailHtmlUtil.java 28 import java.util.regex.Matcher;
29 import java.util.regex.Pattern;
33 // Regex that matches characters that have special meaning in HTML. '<', '>', '&' and
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java 31 import java.util.regex.Matcher;
32 import java.util.regex.Pattern;
  /bionic/libc/regex/
regerror.c 43 #include <regex.h>
69 { REG_INVARG, "REG_INVARG", "invalid argument to regex routine" },
  /external/chromium/third_party/icu/public/i18n/unicode/
regex.h 6 * file name: regex.h
177 * @param regex The regular expression to be compiled.
185 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
204 * @param regex The regular expression to be compiled.
213 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
234 * @param regex The regular expression to be compiled.
241 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
310 * @param regex The regular expression
318 static UBool U_EXPORT2 matches(const UnicodeString &regex,
412 // regex character classes, e.g. Word
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
date-format-xparb.js 131 var regex = "";
142 regex += String.escape(ch);
147 regex += obj.s;
168 Date.parseRegexes[regexNum] = new RegExp("^" + regex + "$");
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-xparb.js 131 var regex = "";
142 regex += String.escape(ch);
147 regex += obj.s;
168 Date.parseRegexes[regexNum] = new RegExp("^" + regex + "$");
  /external/webkit/WebCore/
WebCorePrefix.h 81 #include <regex.h>
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
RegexFileFilter.java 21 import java.util.regex.Pattern;
28 * See java.util.regex.Pattern for regex matching rules
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApEnabler.java 165 for (String regex : mWifiRegexs) {
166 if (s.matches(regex)) wifiTethered = true;
171 for (String regex : mWifiRegexs) {
172 if (s.matches(regex)) wifiErrored = true;
  /cts/tests/tests/text/src/android/text/util/cts/
LinkifyTest.java 30 //import android.text.util.Regex;
35 import java.util.regex.Matcher;
36 import java.util.regex.Pattern;
164 args = {android.widget.TextView.class, java.util.regex.Pattern.class,
215 args = {android.widget.TextView.class, java.util.regex.Pattern.class,
273 args = {android.text.Spannable.class, java.util.regex.Pattern.class, java.lang.String.class}
311 args = {android.text.Spannable.class, java.util.regex.Pattern.class, java.lang.String.class,

Completed in 514 milliseconds

1 23 4 5 6 7 8 91011>>