/developers/samples/android/ui/actionbarcompat/ActionBarCompat-ShareActionProvider/ |
gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
|
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/ |
gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
|
/developers/samples/android/ui/holo/BorderlessButtons/ |
gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
|
/developers/samples/android/ui/lists/CustomChoiceList/ |
gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
|
/developers/samples/android/ui/notifications/BasicNotifications/ |
gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
|
/developers/samples/android/ui/notifications/CustomNotifications/ |
gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
|
/developers/samples/android/ui/views/HorizontalPaging/ |
gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
|
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsBasic/ |
gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
|
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/ |
gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
|
/developers/samples/android/ui/views/TextSwitcher/ |
gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
|
/developers/samples/android/ui/window/AdvancedImmersiveMode/ |
gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
|
/developers/samples/android/ui/window/BasicImmersiveMode/ |
gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
|
/developers/samples/android/ui/window/ImmersiveMode/ |
gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
|
/developers/samples/android/views/TextLinkify/ |
gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
|
/development/samples/training/testingfun/ |
gradlew.bat | 29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
|
/development/testrunner/test_defs/ |
instrumentation_test.py | 361 match = re_package.match(line) 362 if match: 363 return match.group(1)
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/ |
filter.rb | 12 the token! method can match a token without raising a RecognitionError.
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicDomainHandler.java | 69 // have DNS names. Since they have no dots, to domain-match the 81 // domain must match host 101 public boolean match(final Cookie cookie, final CookieOrigin origin) { method in class:BasicDomainHandler
|
RFC2109DomainHandler.java | 79 + "\" does not match the host \"" 111 public boolean match(final Cookie cookie, final CookieOrigin origin) { method in class:RFC2109DomainHandler
|
/external/arduino/hardware/arduino/cores/arduino/ |
WString.h | 84 String replace( const String& match, const String& replace );
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_index.h | 58 struct Match; 59 typedef std::vector<Match> Matches; 71 // Extracts BookmarkNodes from |match| and retrieves typed counts for each 76 const Match& match, 99 // Iterates over |matches| updating each Match's nodes to contain the 100 // intersection of the Match's current nodes and the nodes at |index_i|. 101 // If the intersection is empty, the Match is removed. 108 // Match's nodes and the nodes at |index_i|. If the intersection between the 109 // two is non-empty, a new match is added to |result| [all...] |
bookmark_index_unittest.cc | 91 const bookmark_utils::TitleMatch& match = matches[0]; local 92 ASSERT_EQ(expected_positions.size(), match.match_positions.size()); 94 EXPECT_EQ(expected_positions[i].first, match.match_positions[i].first); 95 EXPECT_EQ(expected_positions[i].second, match.match_positions[i].second); 114 // Trivial test case of only one term, exact match. 117 // Prefix match, one term. 120 // Prefix match, multiple terms. 123 // Exact and prefix match. 126 // Exact and prefix match. 134 // Make sure quotes don't do a prefix match [all...] |
/external/chromium/googleurl/ |
PRESUBMIT.py | 66 if item.match(path):
|
/external/chromium/net/base/ |
mime_sniffer.cc | 249 bool match = false; local 253 match = (base::strncasecmp(magic_entry->magic, content, len) == 0); 257 match = MagicCmp(magic_entry->magic, content, len); 260 if (match) { 304 // but with some modifications to better match the HTML5 spec. 343 // So we match explicitly on this, and don't match other ways of writing 670 // tighter than the others because we don't have to match legacy behavior.
|
/external/chromium_org/build/android/pylib/perf/ |
surface_stats_collector.py | 295 match = re.search('^Result: Parcel\((\w+)', results[0]) 297 if match: 299 cur_surface = int(match.group(1), 16) 301 logging.error('Failed to parse current surface from ' + match.group(1))
|