Searched refs:matches (Results 1 - 25 of 860) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as651 /** Consume tokens until one matches the given token set */
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas990 /// return true if the pattern matches and fill the labels Map with
4198 // check roots (wildcard matches anything)
H A DAntlr.Runtime.pas819 /// <summary>Consume tokens until one matches the given token set </summary>
1201 /// to get the .text property anyway if the rule matches tokens from multiple
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Drewrites.rb550 a : b b^ ; // 2nd b matches only an INT; can make it root
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
H A Dimport.rb188 s : x y ; // matches AA, which should be "aa"
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DDecisionProbe.java856 if ( t.label.matches(label) ) {
H A DLabel.java234 public boolean matches(int atom) { method in class:Label
244 public boolean matches(IntSet set) { method in class:Label
249 // matches if intersection non-nil
256 public boolean matches(Label other) { method in class:Label
258 return matches(other.getSet());
261 return matches(other.getAtom());
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DRubyTarget.java206 if ( value.matches( "[a-zA-Z_]\\w*[\\?\\!\\=]?" ) ) {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DInterpreter.java333 else if ( label.matches(t) ) {
408 // special case: EOT matches any char
409 if ( t.label.matches(c) ) {
/external/apache-http/src/org/apache/commons/codec/language/
H A DMetaphone.java319 boolean matches = false;
322 matches = string.charAt(index - 1) == c;
324 return matches;
328 boolean matches = false;
331 matches = string.charAt(index + 1) == c;
333 return matches;
337 boolean matches = false;
341 matches = substring.equals( test );
343 return matches;
/external/apache-http/src/org/apache/http/conn/util/
H A DInetAddressUtils.java62 return IPV4_PATTERN.matcher(input).matches();
66 return IPV6_STD_PATTERN.matcher(input).matches();
70 return IPV6_HEX_COMPRESSED_PATTERN.matcher(input).matches();
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DTemplateSubPatternAssociation.java119 * @return True if the given mode matches this template's mode
151 public boolean matches(XPathContext xctxt, int targetNode, QName mode) method in class:TemplateSubPatternAssociation
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java167 * Given an string, init an XPath object for pattern matches,
255 * Check whether m_token matches the target string.
260 * return true if the current token matches the string, else false.
272 * @return If m_token is null, returns false, or return true if c matches
288 * @return true if the next token matches the character argument.
322 * @return true if the token behind the current token matches the character
394 * @return true if the token behind the current token matches the string
1885 // "Node test that matches either NCName:* or QName was expected."
1912 // "Node test that matches either NCName:* or QName was expected."
/external/bison/build-aux/
H A Dtexinfo.tex524 % whether the environment name matches. The \checkenv macro can also be
/external/bison/
H A Dmaint.mk468 # re: a regular expression that matches IFF something provided by $h is used.
756 exclude='^Binary file .* matches$$' \
968 # Define this to a regular expression that matches
970 # The default is to ignore no matches.
979 # "can not"; this matches them even when the two words appear on different
993 # Define this to a regular expression that matches
995 # The default is to ignore no matches.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DCertPathValidatorUtilities.java1401 List matches = new ArrayList();
1403 matches.addAll(CertPathValidatorUtilities.findCertificates(certSelect, pkixParams.getCertStores()));
1404 matches.addAll(CertPathValidatorUtilities.findCertificates(certSelect, pkixParams.getStores()));
1405 matches.addAll(CertPathValidatorUtilities.findCertificates(certSelect, pkixParams.getAdditionalStores()));
1407 iter = matches.iterator();
H A DRFC3280CertPathUtilities.java70 * the names in the IDP matches one of the names in the DP. If the
73 * names in the IDP matches one of the names in the cRLIssuer field of the
149 boolean matches = false;
150 // verify that one of the names in the IDP matches one
198 matches = true;
203 if (!matches)
210 // the IDP matches one of the names in the cRLIssuer field of
224 matches = true;
228 if (!matches)
271 * complete CRL matches cRLIssue
[all...]
/external/chromium-trace/trace-viewer/build/
H A Dparse_deps.py289 matches = [m for m in [m_r, m_s, m_irs] if m]
292 matches.sort(key=lambda x: x.start())
293 if len(matches):
294 m = matches[0]
/external/chromium_org/athena/main/
H A Durl_search_provider.cc275 const ACMatches& matches = provider_->matches(); local
276 for (ACMatches::const_iterator it = matches.begin(); it != matches.end();
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DResourceExtractor.java111 if (!paksToInstall.matcher(file).matches()) {
/external/chromium_org/base/android/jni_generator/
H A Djni_generator.py393 matches = re.findall(re_package, contents)
394 if not matches:
396 return (matches[0].replace('.', '/') + '/' +
689 # Replace matches that are comments with nothing; return literals/strings
/external/chromium_org/base/i18n/
H A Dicu_encoding_detection.cc44 const UCharsetMatch** matches = ucsdet_detectAll(detector, local
62 const char* encoding_name = ucsdet_getName(matches[i], &get_name_status);
68 int32_t confidence = ucsdet_getConfidence(matches[i], &get_name_status);
/external/chromium_org/build/android/gyp/
H A Dapk_install.py35 matches = filter(apk_matcher, output)
36 return matches[0] if matches else None

Completed in 499 milliseconds

1234567891011>>