/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileCreationPage.java | 764 List<TypeInfo> matches = new ArrayList<TypeInfo>(); local [all...] |
/bootable/recovery/mtdutils/ |
mtdutils.c | 132 int matches; local 137 matches = sscanf(bufp, "mtd%d: %x %x \"%63[^\"]", 142 if (matches == 4) {
|
/external/libselinux/src/ |
label_file.c | 33 int matches; /* number of matching pathnames */ member in struct:spec 603 /* if the spec in question matches no stem or has the same 605 * specified or if the mode matches the file mode then we do 619 spec_arr[i].matches++; 649 if (spec_arr[i].matches == 0) { 652 "Warning! No matches for (%s, %s, %s)\n", 658 "Warning! No matches for (%s, %s)\n",
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
TextFormat.java | 505 * If the next token exactly matches {@code token}, consume it and return 518 * If the next token exactly matches {@code token}, consume it. Otherwise, 626 if (DOUBLE_INFINITY.matcher(currentToken).matches()) { 651 if (FLOAT_INFINITY.matcher(currentToken).matches()) { 656 if (FLOAT_NAN.matcher(currentToken).matches()) { 899 // .proto file, which actually matches their type names, not their field [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebPDFView.mm | 620 // highlighting text matches inline. 650 NSMutableArray *matches = [[NSMutableArray alloc] initWithCapacity:limit]; 657 [matches addObject:nextMatch]; 660 if ([matches count] >= limit) 664 [self _setTextMatches:matches]; 665 [matches release]; 667 return [matches count]; [all...] |
/frameworks/base/core/java/android/provider/ |
Telephony.java | [all...] |
/dalvik/docs/ |
prettify.js | 239 pattern += '|^)\\s*$'; // matches at end, and matches empty string 420 // The below pattern matches one of the following 445 var matches = s.match(pr_chunkPattern); 449 if (matches) { 450 for (var i = 0, n = matches.length; i < n; ++i) { 451 var match = matches[i]; 472 var name2 = matches[j].match(pr_tagNameRe); 483 sourceBufLen, matches.slice(i, j + 1).join('')); 525 * Pattern must only match prefixes, and if it matches a prefix and contex [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Interpreter.java | 333 else if ( label.matches(t) ) { 408 // special case: EOT matches any char 409 if ( t.label.matches(c) ) {
|
/external/chromium/chrome/browser/history/ |
url_database.cc | 470 std::vector<KeywordSearchTermVisit>* matches) { 502 matches->push_back(visit);
|
/external/doclava/src/com/google/doclava/ |
LinkReference.java | 328 if (!matcher.matches()) { 339 if (!matcher.matches()) {
|
SampleTagInfo.java | 73 if (!m.matches()) {
|
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_wingl.c | 122 UINT matches = 0; local 154 wglChoosePixelFormatARB(hdc, iAttribs, fAttribs, 1, &pformat, &matches) && pformat ) {
|
/external/valgrind/main/coregrind/ |
m_tooliface.c | 234 Bool (*matches) (Error*, Supp*), 247 VG_(tdict).tool_error_matches_suppression = matches;
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
nodegetbaseuri12.js | 79 and matches the URL of the document entity.
|
/frameworks/base/test-runner/src/android/test/ |
MoreAsserts.java | 213 * Asserts that {@code expectedRegex} exactly matches {@code actual} and 225 if (!matcher.matches()) { 241 * Asserts that {@code expectedRegex} matches any substring of {@code actual} 277 if (matcher.matches()) { 436 * Tests that lhs.equals(rhs) matches expectedResult, as well as
|
/packages/apps/Browser/src/com/android/browser/ |
IntentHandler.java | 302 if (Patterns.WEB_URL.matcher(url).matches() 303 || UrlUtils.ACCEPTED_URI_SCHEMA.matcher(url).matches()) {
|
/build/tools/droiddoc/templates-pdk/assets/ |
search_autocomplete.js | 84 //start hiding rows that are no longer matches 196 // scores are calculated based on exact and prefix matches,
|
/cts/libs/vogar-expect/src/vogar/ |
ExpectationStore.java | 49 * <p>If an outcome matches both an outcome expectation and a failure 74 * exact name matches are preferred, then output matches, then inexact 75 * name matches. 84 if (entry.getValue().matches(outcome)) {
|
/cts/tests/tests/security/src/android/security/cts/ |
ListeningPortsTest.java | 208 if (Pattern.matches(pattern, input)) {
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_model.h | 306 std::vector<bookmark_utils::TitleMatch>* matches);
|
/external/chromium/chrome/browser/search_engines/ |
template_url_model.h | 110 // Returns (in |matches|) all keywords beginning with |prefix|, sorted 115 std::vector<string16>* matches) const; 324 // Iterates through the TemplateURLs to see if one matches the visited url. 325 // For each TemplateURL whose url matches the visited url
|
/external/chromium/testing/gtest/test/ |
gtest_xml_output_unittest.py | 210 gtest_prog_name matches expected_xml, a string containing another
|
/external/clang/include/clang/Driver/ |
Option.h | 146 /// matches - Predicate for whether this option is part of the 149 /// Note that matches against options which are an alias should never be 152 bool matches(OptSpecifier ID) const;
|
/external/doclava/res/assets/templates/assets/ |
search_autocomplete.js | 84 //start hiding rows that are no longer matches 196 // scores are calculated based on exact and prefix matches,
|
/external/gtest/test/ |
gtest_xml_output_unittest.py | 210 gtest_prog_name matches expected_xml, a string containing another
|