HomeSort by relevance Sort by last modified time
    Searched refs:matches (Results 226 - 250 of 879) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mockito/src/org/mockito/internal/matchers/
EqualsWithDelta.java 26 public boolean matches(Object actual) { method in class:EqualsWithDelta
ArrayEquals.java 21 public boolean matches(Object actual) { method in class:ArrayEquals
24 return super.matches(actual);
  /external/proguard/src/proguard/classfile/visitor/
ClassNameFilter.java 31 * matches a given regular expression.
110 return regularExpressionMatcher.matches(name);
  /external/webkit/Source/WebKit/win/
WebUserContentURLPattern.h 53 virtual HRESULT STDMETHODCALLTYPE matchesSubdomains(BOOL* matches);
  /frameworks/base/services/java/com/android/server/firewall/
SenderPermissionFilter.java 36 public boolean matches(IntentFirewall ifw, Intent intent, ApplicationInfo callerApp, method in class:SenderPermissionFilter
  /packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
SmartDialNameMatcherTest.java 47 // Matches only word boundary.
71 // wjs matches (W)illiam (J)ohn (S)mith
73 // wjsmit matches (W)illiam (J)ohn (Smit)h
75 // wjohn matches (W)illiam (John) Smith
77 // jsmi matches William (J)ohn (Smi)th
84 // wjs matches (W)illiam (J)ohn (S)mith
86 // wjsmit matches (W)illiam (J)ohn-(OShe)a
88 // wjohn matches (W)illiam-(John) Smith
90 // jsmi matches William (J)ohn-(Smi)th
92 // wsmi matches (W)illiam John (Smi)t
    [all...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
ExchangeServiceTest.java 47 assertTrue(id.matches("^[a-zA-Z0-9]+$"));
  /packages/apps/Exchange/tests/src/com/android/exchange/
ExchangeServiceTest.java 47 assertTrue(id.matches("^[a-zA-Z0-9]+$"));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
AccountUtils.java 40 if (Patterns.EMAIL_ADDRESS.matcher(name).matches()) {
  /system/security/keystore/
keystore_cli.cpp 149 Vector<String16> matches; local
150 int32_t ret = service->saw(name, uid, &matches);
158 Vector<String16>::const_iterator it = matches.begin();
159 for (; it != matches.end(); ++it) {
  /external/chromium/net/http/
http_auth_filter_unittest.cc 33 bool matches; member in struct:net::__anon5018::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);
  /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)
  /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...]
  /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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonMatchingStrategy.java 42 public boolean matches(IEditorReference editorRef, IEditorInput input) { method in class:CommonMatchingStrategy
53 return m.matches(editorRef, fileInput);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
SourceRevealer.java 119 // 1. if there are > 1 file name matches, try to see if they can be narrowed down
174 // no matches for search by method, so search by filename
206 // multiple matches for search by method, narrow down by filename
222 private boolean revealLineMatch(List<SearchMatch> matches, String fileName, int lineNumber,
224 SearchMatch match = getMatchToDisplay(matches,
266 private List<SearchMatch> filterMatchByFileName(List<SearchMatch> matches, String fileName) {
268 return matches;
271 // Use a map to collapse multiple matches in a single file into just one match since
274 new HashMap<IResource, SearchMatch>(matches.size());
276 for (SearchMatch m: matches) {
    [all...]
  /frameworks/base/services/java/com/android/server/usb/
UsbSettingsManager.java 178 private boolean matches(int clasz, int subclass, int protocol) { method in class:UsbSettingsManager.DeviceFilter
184 public boolean matches(UsbDevice device) { method in class:UsbSettingsManager.DeviceFilter
189 if (matches(device.getDeviceClass(), device.getDeviceSubclass(),
196 if (matches(intf.getInterfaceClass(), intf.getInterfaceSubclass(),
203 public boolean matches(DeviceFilter f) { method in class:UsbSettingsManager.DeviceFilter
208 return matches(f.mClass, f.mSubclass, f.mProtocol);
311 public boolean matches(UsbAccessory acc) { method in class:UsbSettingsManager.AccessoryFilter
318 public boolean matches(AccessoryFilter f) { method in class:UsbSettingsManager.AccessoryFilter
538 // Checks to see if a package matches a device or accessory.
557 if (filter.matches(device))
578 ArrayList<ResolveInfo> matches = new ArrayList<ResolveInfo>(); local
593 ArrayList<ResolveInfo> matches = new ArrayList<ResolveInfo>(); local
611 ArrayList<ResolveInfo> matches; local
642 ArrayList<ResolveInfo> matches; local
    [all...]
  /system/core/toolbox/grep/
util.c 247 /* Count the matches if we have a match limit */
282 * matches. The matching lines are passed to printline() to display the
288 regmatch_t matches[MAX_LINE_MATCHES]; local
342 matches[m++] = pmatch;
343 /* matches - skip further patterns */
352 /* One pass if we are not recording matches */
357 break; /* No matches */
372 printline(l, ':', matches, m);
374 printline(l, '-', matches, m);
443 printline(struct str *line, int sep, regmatch_t *matches, int m
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 134 * error: No resource found that matches the given name (at 'text' with value '@string/foo')
184 Pattern.compile("No resource found that matches the given name: attr '(.+)'\\."); //$NON-NLS-1$
247 if (m.matches()) {
253 if (m.matches()) {
275 if (m.matches()) {
300 if (m.matches()) {
322 if (m.matches()) {
338 if (m.matches()) {
362 if (m.matches()) {
378 if (m.matches()) {
    [all...]

Completed in 5964 milliseconds

1 2 3 4 5 6 7 8 91011>>