/external/proguard/src/proguard/retrace/ |
ReTrace.java | 201 if (matcher.matches()) 377 if (fieldInfo.matches(type)) 452 if (methodInfo.matches(lineNumber, type, arguments)) 639 private boolean matches(String type) method in class:ReTrace.FieldInfo 669 private boolean matches(int lineNumber, String type, String arguments) method in class:ReTrace.MethodInfo
|
/external/webkit/Source/WebCore/page/ |
ContentSecurityPolicy.cpp | 115 bool matches(const KURL& url) const function in class:WebCore::CSPSource 162 bool matches(const KURL&); 188 bool CSPSourceList::matches(const KURL& url) function in class:WebCore::CSPSourceList 191 if (m_list[i].matches(url)) 406 return m_sourceList.matches(url);
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
PhoneNumberMatcherTest.java | 338 Iterator<PhoneNumberMatch> matches = phoneUtil.findNumbers(text, region).iterator(); local 339 assertEquals(match1, matches.next()); 340 assertEquals(match2, matches.next()); 632 Iterator<PhoneNumberMatch> matches = local 635 assertEquals(match1, matches.next()); 636 assertEquals(match2, matches.next()); 651 // Matches all 100. Max only applies to failed cases. 689 // Only matches the first 10 despite there being 100 numbers due to max matches. 822 Iterator<PhoneNumberMatch> matches = local 933 StringBuilder matches = new StringBuilder(); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar | |
/external/bluetooth/glib/tests/ |
regex-test.c | 291 GSList *matches = NULL; local 328 matches = g_slist_prepend (matches, match); 334 matches = g_slist_reverse (matches); 336 if (g_slist_length (matches) != g_slist_length (expected)) 338 gint match_count = g_slist_length (matches); 340 match_count == 1 ? "match" : "matches", 347 l_match = matches; 376 gint count = g_slist_length (matches); 663 gchar **matches; local [all...] |
/external/javassist/src/main/javassist/bytecode/ |
CodeIterator.java | 1200 int[] matches = new int[npairs]; local 1549 int[] matches; field in class:CodeIterator.Lookup [all...] |
/external/libvpx/examples/includes/geshi/ |
geshi.php | 2059 $matches = array(); variable [all...] |
/external/iproute2/ip/ |
ipntable.c | 641 if (matches(*argv, "change") == 0 || 642 matches(*argv, "chg") == 0) 646 if (matches(*argv, "show") == 0 || 647 matches(*argv, "lst") == 0 || 648 matches(*argv, "list") == 0) 650 if (matches(*argv, "help") == 0)
|
/packages/apps/Settings/src/com/android/settings/ |
TetherSettings.java | 325 if (s.matches(regex)) { 335 if (s.matches(regex)) usbTethered = true; 341 if (s.matches(regex)) usbErrored = true; 377 if (s.matches(regex)) bluetoothTethered++; 383 if (s.matches(regex)) bluetoothErrored = true; 549 if (iface.matches(regex)) {
|
/external/icu4c/i18n/ |
rbt_rule.cpp | 229 * Internal method. Returns true if this rule matches the given 232 * It matches this rule if it matches the first character of the 247 * r1 matches any input string that r2 matches. If r1 masks r2 and r2 masks 280 * matches everything ab matches, and {a}b matches {|a|}b but ab 343 * @param incremental if TRUE, test for partial matches that may 392 match = anteContext->matches(text, oText, anteLimit, FALSE) [all...] |
tzgnames.h | 47 TimeZoneGenericNameMatchInfo(UVector* matches);
|
/sdk/ddms/app/src/com/android/ddms/ |
StaticPortEditDialog.java | 278 if (p.matches("^[a-zA-Z][a-zA-Z0-9]*") == false) { //$NON-NLS-1$ 286 if (p.matches("^[a-z][a-z0-9]*") == false) { //$NON-NLS-1$ 307 if (mPortNumber.matches("[0-9]*") == false) { //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
StaticPortEditDialog.java | 278 if (p.matches("^[a-zA-Z][a-zA-Z0-9]*") == false) { //$NON-NLS-1$ 286 if (p.matches("^[a-z][a-z0-9]*") == false) { //$NON-NLS-1$ 307 if (mPortNumber.matches("[0-9]*") == false) { //$NON-NLS-1$
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ |
ProjectProperties.java | 144 if (propRegex.equals(name) || Pattern.matches(propRegex, name)) { 157 if (propRegex.equals(name) || Pattern.matches(propRegex, name)) { 396 if (m.matches()) {
|
/external/chromium/chrome/browser/history/ |
url_database.h | 180 // We allow matches of exactly |base| iff |allow_base| is true. 209 std::vector<KeywordSearchTermVisit>* matches);
|
/external/icu4c/i18n/unicode/ |
regex.h | 402 * Test whether a string matches a regular expression. This convenience function 411 * @return True if the regular expression exactly matches the full input string. 415 static UBool U_EXPORT2 matches(const UnicodeString ®ex, 422 * Test whether a string matches a regular expression. This convenience function 431 * @return True if the regular expression exactly matches the full input string. 435 static UBool U_EXPORT2 matches(UText *regex, 467 * Pattern matches identify delimiters that separate the input 511 * Pattern matches identify delimiters that separate the input 586 int32_t fMinMatchLen; // Minimum Match Length. All matches will have length 638 * for testing for matches, and for find and replace operations [all...] |
/external/icu4c/test/intltest/ |
fldset.h | 234 * @param matches fillin to hold any fields different. Will have the calendar's value set on them. 235 * @return true if the calendar matches in these fields. 237 UBool matches(U_NAMESPACE_QUALIFIER Calendar *cal,
|
/external/oprofile/libpp/ |
arrange_profiles.h | 115 /// merging matches against this 157 bool matches(profile_classes const & classes);
|
/external/proguard/src/proguard/util/ |
ClassNameParser.java | 163 * Creates a StringMatcher that matches any type (class or primitive type, 208 System.out.println(" -> match = "+matcher.matches(args[index]));
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/ |
Mixed.pm | 243 my @matches = grep(/^$opt$/, keys %options); 245 return undef if $#matches < 0; 246 return $matches[0] if $#matches == 0; 248 $opt = $matches[0]; 251 foreach (@matches) { 638 long option with several possible matches). The option has already 669 A regular expression that matches an integer. Default is 670 '^[-+]?\d+$', which matches a string of digits preceded by an 677 A regular expression that matches a floating point number. Default i [all...] |
/external/webkit/Tools/Scripts/ |
resolve-ChangeLogs | 270 my $matches; 273 $matches = /^([C]).{6} (.+?)[\r\n]*$/; 276 $matches = /^([C]).{5} (.+?)[\r\n]*$/; 279 if ($matches) {
|
/frameworks/base/core/java/android/net/ |
WebAddress.java | 78 if (m.matches()) {
|
/frameworks/base/core/java/android/preference/ |
PreferenceActivity.java | 1171 ArrayList<Header> matches = new ArrayList<Header>(); local [all...] |
/frameworks/ex/common/java/com/android/common/ |
Rfc822Validator.java | 70 matcher(tokens[0].getAddress()).matches();
|
/libcore/luni/src/main/java/java/net/ |
ProxySelectorImpl.java | 117 * and matches {@code host}. 141 return host.matches(pattern);
|