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

<<11121314151617181920>>

  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Splitter.java 451 while (start < end && trimmer.matches(toSplit.charAt(start))) {
454 while (end > start && trimmer.matches(toSplit.charAt(end - 1))) {
469 while (end > start && trimmer.matches(toSplit.charAt(end - 1))) {
  /external/icu4c/i18n/
strmatch.cpp 83 UMatchDegree StringMatcher::matches(const Replaceable& text, function in class:StringMatcher
103 subm->matches(text, cursor, limit, incremental);
137 subm->matches(text, cursor, limit, incremental);
250 * set of matches with this segment.
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...]
  /external/iproute2/ip/
xfrm_policy.c 984 if (matches(*argv, "add") == 0)
987 if (matches(*argv, "update") == 0)
990 if (matches(*argv, "delete") == 0)
992 if (matches(*argv, "deleteall") == 0 || matches(*argv, "delall") == 0)
994 if (matches(*argv, "list") == 0 || matches(*argv, "show") == 0
995 || matches(*argv, "lst") == 0)
997 if (matches(*argv, "get") == 0)
999 if (matches(*argv, "flush") == 0
    [all...]
ipaddress.c 786 if (matches(*argv, "help") == 0)
1025 } else if (matches(*argv, "broadcast") == 0 ||
1066 } else if (matches(*argv, "valid_lft") == 0) {
1073 } else if (matches(*argv, "preferred_lft") == 0) {
1088 if (matches(*argv, "help") == 0)
1105 if (l && matches(d, l) != 0) {
1181 if (matches(*argv, "add") == 0)
1183 if (matches(*argv, "change") == 0 ||
1186 if (matches(*argv, "replace") == 0)
1188 if (matches(*argv, "delete") == 0
    [all...]
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)
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
StructuralWhitespaceStripper.java 190 return INLINE_WHITESPACE.matcher(text).matches();
207 if (!matcher.matches()) {
218 if (!matcher.matches()) {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
PropertyBoxParserImpl.java 190 boolean matches = m.matches();
191 if (!matches) {
  /external/oprofile/libpp/
locate_images.cpp 83 vector<string> matches; local
90 matches.push_back(cit->second + '/' + cit->first);
93 return matches;
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
LevenshteinFormatterTest.java 97 int[] matches = mFormatter.findMatches(sourceTokens, targetTokens); local
98 assertEquals(targetTokens.length, matches.length);
103 int sourceIdx = matches[i];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java 287 if (DIMENSION_PATTERN.matcher(value).matches()) {
300 if (FLOAT_PATTERN.matcher(value).matches()) {
315 if (INTEGER_PATTERN.matcher(value).matches()) {
  /external/icu4c/test/intltest/
dadrcal.cpp 222 if (!fromSet.matches(fromCalendar, diffSet, status)) {
270 } else if (!toSet.matches(toCalendar, diffSet, status)) {
306 if (!fromSet.matches(fromCalendar, diffSet, status)) {
328 if (!fromSet.matches(fromCalendar, diffSet, status)) {
348 if (!toSet.matches(toCalendar, diffSet, status)) {
  /external/linux-tools-perf/util/
callchain.c 323 u64 matches; local
352 /* matches not, relay on the parent */
359 matches = cursor->pos - start;
362 if (matches < root->val_nr) {
363 split_add_child(root, cursor, cnode, start, matches, period);
368 if (matches == root->val_nr && cursor->pos == cursor->nr) {
  /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 339 Iterator<PhoneNumberMatch> matches = phoneUtil.findNumbers(text, region).iterator(); local
340 assertEquals(match1, matches.next());
341 assertEquals(match2, matches.next());
633 Iterator<PhoneNumberMatch> matches = local
636 assertEquals(match1, matches.next());
637 assertEquals(match2, matches.next());
652 // Matches all 100. Max only applies to failed cases.
690 // Only matches the first 10 despite there being 100 numbers due to max matches.
823 Iterator<PhoneNumberMatch> matches = local
934 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/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/clang/lib/Driver/
Tools.cpp 157 if (A.getOption().matches(options::OPT_Z_reserved_lib_stdcxx)) {
159 } else if (A.getOption().matches(options::OPT_Z_reserved_lib_cckext)) {
227 } else if (A->getOption().matches(options::OPT_M) ||
228 A->getOption().matches(options::OPT_MM)) {
261 if (A->getOption().matches(options::OPT_M) ||
262 A->getOption().matches(options::OPT_MD))
267 if (!A || A->getOption().matches(options::OPT_MD) ||
268 A->getOption().matches(options::OPT_MMD))
282 if (A->getOption().matches(options::OPT_MQ)) {
304 if (A->getOption().matches(options::OPT_include))
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 10 // Implements an algorithm to efficiently search for matches on AST nodes.
11 // Uses memoization to support recursive matches like HasDescendant.
14 // calling the Matches(...) method of each matcher we are running on each
114 // Creates an AST visitor that matches 'matcher' on all children or
131 Matches(false) {}
151 return Matches;
190 Matches = false;
219 if (Matcher->matches(ast_type_traits::DynTypedNode::create(Node),
221 Matches = true;
235 if (Matcher->matches(ast_type_traits::DynTypedNode::create(Node)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiResourceAttributeNode.java 223 * Computes the set of resource string matches for a given resource prefix in a given editor
228 * @return an array of resource string matches
256 // Also compute matches for each of the libraries, and combine them
257 Set<String> matches = new HashSet<String>(200); local
259 matches.add(s);
267 matches.add(s);
271 String[] sorted = matches.toArray(new String[matches.size()]);
289 * Computes the set of resource string matches for a given prefix and a
297 * @return an array of resource string matches
    [all...]
  /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 151 if (propRegex.equals(name) || Pattern.matches(propRegex, name)) {
164 if (propRegex.equals(name) || Pattern.matches(propRegex, name)) {
441 if (m.matches()) {

Completed in 1257 milliseconds

<<11121314151617181920>>