HomeSort by relevance Sort by last modified time
    Searched refs:matches (Results 401 - 425 of 772) sorted by null

<<11121314151617181920>>

  /external/guava/guava/src/com/google/common/net/
HostAndPort.java 157 checkArgument(matcher.matches(), "Invalid bracketed host/port: %s", hostPortString);
  /external/icu4c/i18n/
repattrn.cpp 474 // matches Convenience function to test for a match, starting
478 UBool U_EXPORT2 RegexPattern::matches(const UnicodeString &regex, function in class:RegexPattern
491 retVal = matcher->matches(status);
500 // matches, UText mode
502 UBool U_EXPORT2 RegexPattern::matches(UText *regex, function in class:RegexPattern
517 retVal = matcher->matches(status);
  /external/iproute2/include/
utils.h 104 int matches(const char *arg, const char *pattern);
  /external/ipsec-tools/src/racoon/
cftoken.l 101 glob_t matches;
637 incstack[incstackp].matches.gl_pathc) {
638 char* filepath = incstack[incstackp].matches.gl_pathv[incstack[incstackp].matchon];
648 globfree(&incstack[incstackp].matches);
716 if (glob(path, GLOB_TILDE, NULL, &incstack[incstackp].matches) != 0 ||
717 incstack[incstackp].matches.gl_pathc == 0) {
719 "glob found no matches for path \"%s\"\n", path);
726 if (incstack[incstackp].matchon >= incstack[incstackp].matches.gl_pathc)
729 incstack[incstackp].matches.gl_pathv[incstack[incstackp].matchon];
  /external/markdown/markdown/
inlinepatterns.py 125 * pattern: A regular expression that matches a pattern
  /external/protobuf/gtest/test/
gtest_xml_output_unittest.py 192 gtest_prog_name matches expected_xml, a string containing another
  /external/webkit/Source/WebCore/dom/
Attr.cpp 191 return qualifiedName().matches(document()->idAttributeName());
NamedNodeMap.h 130 if (m_attributes[i]->name().matches(name))
143 // Optimize for the case where the attribute exists and its name exactly matches.
QualifiedName.h 75 bool matches(const QualifiedName& other) const { return m_impl == other.m_impl || (localName() == other.localName() && namespaceURI() == other.namespaceURI()); } function in class:WebCore::QualifiedName
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduComposer.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ApnSetting.java 105 // matches() operates on the whole string, so append .* to the regex.
106 if (data.matches(V2_FORMAT_REGEX + ".*")) {
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnection.java 158 return Patterns.IP_ADDRESS.matcher(address).matches();
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
Matcher2Test.java 38 assertFalse(m.matches());
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 297 return p.matcher(mimeType).matches();
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java 171 return matcher.matches() ? matcher.group(1) : path;
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
WebCorpus.java 80 return Patterns.WEB_URL.matcher(query).matches();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceListPreferenceFragment.java 162 if (mFilter.matches(cachedDevice.getDevice())) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Device.java 94 if (m.matches()) {
137 if (batteryMatch.matches()) {
146 if (scaleMatch.matches()) {
296 return mSerialNumber.matches(RE_EMULATOR_SN);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
KmlParser.java 139 if (m.matches()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerDeltaVisitor.java 204 resourceName).matches()) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
HardwareProperties.java 135 if (m.matches()) {
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/repository/
ValidateAddonXmlTest.java 78 actualString.matches(expectedRegexp));
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 416 if (mSelectionPattern.matcher(path.toString()).matches()) {
433 if (mProjectionPatterns[i].matcher(localNodePath).matches()) {
  /external/bluetooth/bluez/src/
attrib-server.c 571 GSList *l, *matches; local
579 for (l = database, matches = NULL, range = NULL; l; l = l->next) {
588 /* Primary service? Attribute value matches? */
598 matches = g_slist_append(matches, range);
611 if (matches == NULL)
615 len = enc_find_by_type_resp(matches, opdu, mtu);
617 g_slist_foreach(matches, (GFunc) g_free, NULL);
618 g_slist_free(matches);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-launcher.jar 

Completed in 921 milliseconds

<<11121314151617181920>>