HomeSort by relevance Sort by last modified time
    Searched refs:match (Results 1376 - 1400 of 3045) sorted by null

<<51525354555657585960>>

  /packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/
PartnerBookmarksProvider.java 360 final int match = URI_MATCHER.match(uri); local
366 switch (match) {
370 if (match == URI_MATCH_BOOKMARKS_ID) {
377 } else if (match == URI_MATCH_BOOKMARKS_FOLDER_ID) {
431 final int match = URI_MATCHER.match(uri); local
432 if (match == UriMatcher.NO_MATCH) return null;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 40 keep_line_order = False # For the bottom matcher: match with the
65 self.{pattern,PATTERN} in .match().
80 def match(self, node): member in class:BaseFix
81 """Returns match for a given parse tree node.
90 return self.pattern.match(node, results) and results
97 results: a dict mapping symbolic names to part of the match.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 40 keep_line_order = False # For the bottom matcher: match with the
65 self.{pattern,PATTERN} in .match().
80 def match(self, node): member in class:BaseFix
81 """Returns match for a given parse tree node.
90 return self.pattern.match(node, results) and results
97 results: a dict mapping symbolic names to part of the match.
  /system/core/fastboot/
usbtest.c 129 ifc_match_func match; member in struct:__anon60766
193 usb = usb_open(tests[i].match);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 482 int match = sURIMatcher.match(uri); local
483 switch (match) {
522 int match = sURIMatcher.match(uri); local
523 if (match != MY_DOWNLOADS) {
686 notifyContentChanged(uri, match);
844 int match = sURIMatcher.match(uri); local
1071 int match = sURIMatcher.match(uri); local
1146 int match = sURIMatcher.match(uri); local
    [all...]
  /build/core/tasks/
factory_ramdisk.mk 47 $(error Error: Cannot find match in "$(2)" for "$(1)") \
  /build/tools/
filter-product-graph.py 9 m = reg.match(line)
  /developers/build/
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/build/prebuilts/gradle/ActionBarCompat-Basic/
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/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/
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/build/prebuilts/gradle/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/build/prebuilts/gradle/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/build/prebuilts/gradle/ActivityInstrumentation/
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/build/prebuilts/gradle/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/build/prebuilts/gradle/AppRestrictions/
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/build/prebuilts/gradle/BasicAccessibility/
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/build/prebuilts/gradle/BasicAndroidKeyStore/
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/build/prebuilts/gradle/BasicContactables/
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/build/prebuilts/gradle/BasicGestureDetect/
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/build/prebuilts/gradle/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/build/prebuilts/gradle/BasicMediaDecoder/
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/build/prebuilts/gradle/BasicMediaRouter/
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/build/prebuilts/gradle/BasicMultitouch/
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/build/prebuilts/gradle/BasicNetworking/
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/build/prebuilts/gradle/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

Completed in 1187 milliseconds

<<51525354555657585960>>