/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
ThreadFactoryBuilderTest.java | 93 assertTrue(thread.getName().matches("^pool-\\d+-thread-" + threadId + "$"));
|
/external/icu4c/test/intltest/ |
dadrfmt.cpp | 284 if (!fromSet.matches(cal, diffSet, status)) {
|
/external/oprofile/pp/ |
opreport_options.cpp | 330 if (!classes.matches(classes2)) {
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
AttributeNameFilter.java | 343 return stringMatcher.matches(attribute.getAttributeName(clazz));
|
/external/proguard/src/proguard/gui/ |
OptimizationsDialog.java | 197 optimizationCheckBoxes[index].setSelected(filter.matches(Optimizer.OPTIMIZATION_NAMES[index]));
|
/external/proguard/src/proguard/obfuscate/ |
ClassObfuscator.java | 333 keepPackageNamesMatcher.matches(packagePrefix.length() > 0 ?
|
/external/qemu/distrib/zlib-1.2.3/ |
deflate.h | 116 * bytes. With this organization, matches are limited to a distance of 161 /* Length of the best match at previous step. Matches not greater than this 246 uInt matches; /* number of string matches in current block */ member in struct:internal_state
|
/external/regex-re2/re2/ |
prog.h | 114 inline bool Matches(int c) { 190 // full matches. 195 kManyMatch // for SearchDFA, records set of matches 270 // If matches != NULL and kind == kManyMatch and there is a match, 271 // SearchDFA fills matches with the match IDs of the final matching state. 275 vector<int>* matches);
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
DeodexUtil.java | 80 if (!m.matches()) {
|
/external/smali/util/src/main/java/org/jf/util/ |
ClassFileNameHandler.java | 136 return reservedFileNameRegex.matcher(className).matches();
|
/external/webkit/Source/WebCore/page/ |
Page.cpp | 541 unsigned matches = 0; local 546 matches += frame->editor()->countMatchesForText(target, options, limit ? (limit - matches) : 0, true); 550 return matches;
|
/external/webkit/Source/WebCore/svg/ |
SVGTextContentElement.cpp | 197 if (attr->name().matches(XMLNames::spaceAttr)) {
|
/external/webkit/Tools/Scripts/ |
prepare-ChangeLog | 132 print STDERR " --description One-line description that matches the bug title.\n"; [all...] |
/external/zlib/ |
deflate.h | 119 * bytes. With this organization, matches are limited to a distance of 164 /* Length of the best match at previous step. Matches not greater than this 249 uInt matches; /* number of string matches in current block */ member in struct:internal_state
|
/frameworks/base/core/java/android/net/ |
NetworkTemplate.java | 204 * Test if given {@link NetworkIdentity} matches this template. 206 public boolean matches(NetworkIdentity ident) { method in class:NetworkTemplate 276 * Check if matches Wi-Fi network template. 288 * Check if matches Ethernet network template.
|
/frameworks/base/core/java/android/os/ |
FileUtils.java | 181 // Note, we check whether it matches what's known to be safe, 184 return SAFE_FILENAME_PATTERN.matcher(file.getPath()).matches();
|
/frameworks/base/core/java/android/webkit/ |
FindActionModeCallback.java | 58 com.android.internal.R.id.matches); 70 * the find next or find previous button to find all of the matches. 113 // There are no matches, so moving to the next match will not do 161 * Update the string which tells the user how many matches were found, and
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaInserterTest.java | 61 public boolean matches(Object argument) { method in class:MediaInserterTest.MediaUriMatcher
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaMmiCode.java | 108 if (m.matches()) {
|
/libcore/luni/src/main/java/java/lang/ |
HexStringParser.java | 105 if (!matcher.matches()) {
|
/libcore/luni/src/main/java/java/sql/ |
Timestamp.java | 412 if (!Pattern.matches(TIME_FORMAT_REGEX, s)) {
|
/libcore/luni/src/main/java/java/util/regex/ |
Matcher.java | 277 * walk through the input and replace all matches of the {@code Pattern} 428 * @return true if (and only if) the {@code Pattern} matches. 442 * @return true if (and only if) the {@code Pattern} matches the entire 445 public boolean matches() { method in class:Matcher
|
/libcore/luni/src/main/native/ |
java_util_regex_Matcher.cpp | 165 UBool result = matcher->matches(matcher.status());
|
/packages/apps/Browser/src/com/android/browser/ |
UrlHandler.java | 174 if (m.matches() && !isSpecializedHandlerAvailable(intent)) { 208 // No intent filter matches this intent?
|
/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
MockTransport.java | 353 pair.mPattern != null && s.matches(pair.mPattern));
|