/packages/apps/Exchange/tests/src/com/android/exchange/ |
ExchangeServiceTest.java | 47 assertTrue(id.matches("^[a-zA-Z0-9]+$"));
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
GetPropReceiver.java | 55 if (m.matches()) {
|
NativeStackCallInfo.java | 61 if (m.matches()) {
|
/cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/ |
TestScanner.java | 95 if (matcher.matches()) { 102 if (matcher.matches()) {
|
/external/chromium/net/http/ |
http_auth_filter_unittest.cc | 33 bool matches; member in struct:net::__anon4064::UrlData 99 EXPECT_EQ(urls[i].matches, filter.IsValid(urls[i].url, urls[i].target))
|
/external/easymock/src/org/easymock/internal/ |
UnorderedBehavior.java | 50 if (!entry.getExpectedInvocation().matches(actual)) {
85 && entry.getExpectedInvocation().matches(invocation);
|
MocksBehavior.java | 72 if (each.getExpectedInvocation().matches(actual)) {
135 int matches = 0;
local 144 matches++;
149 if (matches > 1) {
151 .append(". Possible matches are marked with (+1):");
157 m.appendTo(errorMessage, matches);
|
/external/iproute2/genl/ |
ctrl.c | 317 if (matches(*argv, "name") == 0) { 322 } else if (matches(*argv, "id") == 0) { 391 if (matches(*argv, "monitor") == 0) 393 if (matches(*argv, "get") == 0) 395 if (matches(*argv, "list") == 0 || 396 matches(*argv, "show") == 0 || 397 matches(*argv, "lst") == 0) 399 if (matches(*argv, "help") == 0)
|
/external/iproute2/ip/ |
xfrm_monitor.c | 317 if (matches(*argv, "file") == 0) { 320 } else if (matches(*argv, "acquire") == 0) { 323 } else if (matches(*argv, "expire") == 0) { 326 } else if (matches(*argv, "SA") == 0) { 329 } else if (matches(*argv, "aevent") == 0) { 332 } else if (matches(*argv, "policy") == 0) { 335 } else if (matches(*argv, "report") == 0) { 338 } else if (matches(*argv, "help") == 0) {
|
ipaddrlabel.c | 259 } else if (matches(argv[0], "list") == 0 || 260 matches(argv[0], "show") == 0) { 262 } else if (matches(argv[0], "add") == 0) { 264 } else if (matches(argv[0], "delete") == 0) { 266 } else if (matches(argv[0], "flush") == 0) { 268 } else if (matches(argv[0], "help") == 0)
|
ip6tunnel.c | 170 matches(*argv, "dsfield") == 0) { 204 if (matches(*argv, "help") == 0) 390 if (matches(*argv, "add") == 0) 392 if (matches(*argv, "change") == 0) 394 if (matches(*argv, "del") == 0) 396 if (matches(*argv, "show") == 0 || 397 matches(*argv, "lst") == 0 || 398 matches(*argv, "list") == 0) 400 if (matches(*argv, "help") == 0)
|
/external/iproute2/tc/ |
tc_monitor.c | 74 if (matches(*argv, "file") == 0) { 78 if (matches(*argv, "help") == 0) {
|
q_tbf.c | 54 if (matches(*argv, "limit") == 0) { 65 } else if (matches(*argv, "latency") == 0) { 76 } else if (matches(*argv, "burst") == 0 || 123 } else if (matches(*argv, "peakrate") == 0) { 134 } else if (matches(*argv, "overhead") == 0) { 143 } else if (matches(*argv, "linklayer") == 0) {
|
m_action.c | 157 if ((matches(*argv, "change") == 0) || 158 (matches(*argv, "replace") == 0)|| 159 (matches(*argv, "delete") == 0)|| 160 (matches(*argv, "add") == 0)) 438 if (matches(*argv, "index") == 0) { 601 if (matches(*argv, "add") == 0) { 603 } else if (matches(*argv, "change") == 0 || 604 matches(*argv, "replace") == 0) { 606 } else if (matches(*argv, "delete") == 0) { 610 } else if (matches(*argv, "get") == 0) [all...] |
f_u32.c | 210 } else if (matches(*argv, "nexthdr+") == 0) { 498 matches(*argv, "dsfield") == 0) { 507 } else if (matches(*argv, "precedence") == 0) { 704 if (matches(*argv, "u32") == 0) { 707 } else if (matches(*argv, "u16") == 0) { 710 } else if (matches(*argv, "u8") == 0) { 713 } else if (matches(*argv, "ip") == 0) { 716 } else if (matches(*argv, "ip6") == 0) { 719 } else if (matches(*argv, "udp") == 0) { 722 } else if (matches(*argv, "tcp") == 0) [all...] |
/external/webkit/Source/WebKit/mac/Misc/ |
WebUserContentURLPattern.mm | 86 return _private->pattern.matches(url);
|
/frameworks/base/core/java/android/util/ |
DebugUtils.java | 71 if (object.getClass().getSimpleName().matches(selectors[0])) { 91 value.toString() : "null").matches(pair[1]);
|
/sdk/ide_common/src/com/android/ide/common/resources/configuration/ |
LanguageQualifier.java | 40 if (sLanguagePattern.matcher(segment).matches()) { 56 if (sLanguagePattern.matcher(segment).matches()) {
|
NetworkCodeQualifier.java | 43 if (m.matches()) { 114 if (m.matches()) {
|
RegionQualifier.java | 42 if (m.matches()) { 60 if (sRegionPattern.matcher(segment).matches()) {
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/io/ |
MockFileOp.java | 241 if (pathRE.matcher(folder).matches()) {
246 if (pathRE.matcher(filePath).matches()) {
319 if (pathRE.matcher(folder).matches()) {
324 if (pathRE.matcher(filePath).matches()) {
346 if (m.matches()) {
359 if (m.matches()) {
|
/external/chromium/chrome/browser/autocomplete/ |
search_provider_unittest.cc | 52 // Returns an AutocompleteMatch in provider_'s set of matches that matches 200 for (ACMatches::const_iterator i = provider_->matches().begin(); 201 i != provider_->matches().end(); ++i) { 232 // And the URL matches what we expected. 268 ASSERT_FALSE(provider_->matches().empty()); 270 provider_->matches()[0].type); 273 // Issues a query that matches the registered keyword and makes sure history 296 // And the URL matches what we expected. 371 // There should be two matches, one for what you typed, the other fo [all...] |
/external/iptables/iptables/ |
xshared.c | 15 * specified matches and targets. 60 int nolookup, struct xtables_rule_match **matches) 68 return xtables_find_match(protoname, tryload, matches); 70 return xtables_find_match(pname, tryload, matches); 104 cs->options & OPT_NUMERIC, &cs->matches); 122 for (matchp = cs->matches; matchp; matchp = matchp->next) {
|
/frameworks/base/tools/aidl/ |
options_test.cpp | 241 int matches[count]; local 256 matches[i] = test(g_tests[i]); 258 if (0 == matches[i]) { 263 result |= matches[i]; 277 if (matches[i]) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
ResourceValueCompleter.java | 65 String[] matches = computeResourceStringMatches( local 69 if (matches != null && matches.length > 0) { 70 proposals = new ArrayList<IContentProposal>(matches.length); 71 for (String match : matches) { 91 // System matches: only do this if the value already matches at least @a,
|