HomeSort by relevance Sort by last modified time
    Searched refs:matches (Results 451 - 475 of 840) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/regress/
regress-1748.js 28 // Test that /^/ only matches at beginning of string.
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
entitygetxmlencoding03.js 80 declaration precisely matches the specified value.
  /frameworks/base/core/java/android/net/
Proxy.java 83 // Matches blank input, ips, and domain names
253 if (!match.matches()) {
257 if (!listMatch.matches()) {
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
AccessPointParserHelper.java 237 passwordStr.matches("[0-9A-Fa-f]*")) {
243 if (passwordStr.matches("[0-9A-Fa-f]{64}")) {
  /libcore/luni/src/test/java/libcore/java/lang/
OldStringTest.java 497 + strings[i][j], strings[i][j].matches(patterns[i]));
498 assertFalse("" + i, strings[i][j].matches(patternsInc[i]));
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 274 matches the very first line of input the
306 sequence in a regular expression matches the newline character,
  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 280 if (Patterns.WEB_URL.matcher(url).matches()
281 || UrlUtils.ACCEPTED_URI_SCHEMA.matcher(url).matches()) {
  /packages/apps/Settings/src/com/android/settings/
ProxySelector.java 61 // Matches blank input, ips, and domain names
205 if (!match.matches()) return R.string.proxy_error_invalid_host;
209 if (!m.matches()) return R.string.proxy_error_invalid_exclusion_list;
262 // FIXME: If the user types in a proxy that matches the default, should
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-samples.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java 336 if (m.matches()) {
345 if (m.matches()) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
  /external/guava/guava-tests/test/com/google/common/base/
CharMatcherTest.java 50 @Override public boolean matches(char c) {
81 CharMatcher.JAVA_ISO_CONTROL.matches((char) c));
219 assertFalse(matcher.matches(s.charAt(0)));
247 assertTrue(matcher.matches(s.charAt(0)));
315 assertTrue(matcher.matches(s.charAt(0)));
332 assertFalse(matcher.matches(s.charAt(0)));
  /external/webkit/Source/JavaScriptCore/yarr/
YarrPattern.cpp 158 void addSorted(Vector<UChar>& matches, UChar ch)
161 unsigned range = matches.size();
167 int val = matches[pos+index] - ch;
178 if (pos == matches.size())
179 matches.append(ch);
181 matches.insert(pos, ch);
624 // matches Firefox. :-/
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 334 if (matches(getResources().getDomainSuffixes(), reverse(domain))) {
381 // prefix matches, we reverse all the strings to get suffix comparisons.
831 if (m.matches()) {
890 if (m.matches()) {
981 if (m.matches()) {
1068 if (m.matches()) {
1073 if (m.matches()) {
1381 private static boolean matches(TrieNode root, String str) { method in class:AbstractMessageParser
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 598 if ((m = p_code.matcher(javadoc)).matches()) {
605 } else if ((m = p_link.matcher(javadoc)).matches()) {
614 } else if ((m = p_elem.matcher(javadoc)).matches()) {
621 } else if ((m = p_break.matcher(javadoc)).matches()) {
625 } else if ((m = p_open.matcher(javadoc)).matches()) {
628 } else if ((m = p_text.matcher(javadoc)).matches()) {
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 424 var matches = description.match(regexp);
425 if (!matches) {
429 for (var i = 0; i < matches.length; i++) {
430 var type = matches[i].split(":")[1];
440 result = result.replace(matches[i], replacement);
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 415 * Types of phone number matches. See detailed description beside the isNumberMatch() method.
634 return m.matches();
655 if (m.matches()) {
    [all...]
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java 544 !ProjectCreator.RE_PROJECT_NAME.matcher(projectName).matches()) {
552 !ProjectCreator.RE_ACTIVITY_NAME.matcher(activityName).matches()) {
560 !ProjectCreator.RE_PACKAGE_NAME.matcher(packageName).matches()) {
677 !ProjectCreator.RE_PROJECT_NAME.matcher(projectName).matches()) {
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 118 if (A->getOption().matches(options::OPT_mcpu_EQ) &&
181 if ((A->getOption().matches(options::OPT_Wl_COMMA) ||
182 A->getOption().matches(options::OPT_Xlinker)) &&
199 if (A->getOption().matches(options::OPT_Wp_COMMA) &&
214 if (A->getOption().matches(options::OPT_l)) {
444 if (A->getOption().matches(options::OPT_arch)) {
691 // return an answer which matches our definition of __VERSION__.
877 if (A->getOption().matches(options::OPT_arch)) {
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 1398 List matches = new ArrayList(); local
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ProfilesPanel.js 606 searchMatchFound: function(view, matches)
608 view.profile._profilesTreeElement.searchMatches = matches;
885 set searchMatches(matches)
887 if (!matches) {
890 this.bubbleElement.removeStyleClass("search-matches");
895 this.bubbleText = matches;
896 this.bubbleElement.addStyleClass("search-matches");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 158 * Suggestions for horizontal matches. There could be more than one, but all matches
162 * however have multiple matches all 5 pixels to the left.)
170 * Suggestions for vertical matches.
257 protected Match pickBestMatch(List<Match> matches) {
258 int alternatives = matches.size();
262 Match match = matches.get(0);
266 Collections.sort(matches, new MatchComparator());
267 return matches.get(0);
426 // Center horizontal, center vertical and Baseline only matches the sam
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 62 /** Produces matches for configurations */
456 private ConfigMatch selectConfigMatch(List<ConfigMatch> matches) {
462 Collections.sort(matches, new TabletConfigComparator());
465 Collections.sort(matches, new PhoneConfigComparator());
479 for (ConfigMatch match : matches) {
488 return matches.get(0);
623 * Returns the layout {@link IFile} which best matches the configuration
627 * @return the file which best matches the settings
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 762 List<TypeInfo> matches = new ArrayList<TypeInfo>(); local
    [all...]

Completed in 1851 milliseconds

<<11121314151617181920>>