HomeSort by relevance Sort by last modified time
    Searched full:exclude_pattern (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/data-binding/gradlePlugin/src/main/java/android/databinding/tool/
DataBindingExcludeGeneratedTask.java 48 private final String EXCLUDE_PATTERN = "android/databinding/layouts/*.*";
88 exclude(EXCLUDE_PATTERN);
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
filelist.py 133 if not self.exclude_pattern(pattern, anchor=1):
147 if not self.exclude_pattern(pattern, anchor=0):
165 if not self.exclude_pattern(pattern, prefix=dir):
178 if not self.exclude_pattern(None, prefix=dir_pattern):
232 def exclude_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): member in class:FileList
242 self.debug_print("exclude_pattern: applying regex r'%s'" %
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
filelist.py 133 if not self.exclude_pattern(pattern, anchor=1):
147 if not self.exclude_pattern(pattern, anchor=0):
165 if not self.exclude_pattern(pattern, prefix=dir):
178 if not self.exclude_pattern(None, prefix=dir_pattern):
232 def exclude_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): member in class:FileList
242 self.debug_print("exclude_pattern: applying regex r'%s'" %
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 133 if not self.exclude_pattern(pattern, anchor=1):
147 if not self.exclude_pattern(pattern, anchor=0):
165 if not self.exclude_pattern(pattern, prefix=dir):
178 if not self.exclude_pattern(None, prefix=dir_pattern):
232 def exclude_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): member in class:FileList
242 self.debug_print("exclude_pattern: applying regex r'%s'" %
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 133 if not self.exclude_pattern(pattern, anchor=1):
147 if not self.exclude_pattern(pattern, anchor=0):
165 if not self.exclude_pattern(pattern, prefix=dir):
178 if not self.exclude_pattern(None, prefix=dir_pattern):
232 def exclude_pattern(self, pattern, anchor=1, prefix=None, is_regex=0): member in class:FileList
242 self.debug_print("exclude_pattern: applying regex r'%s'" %
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
DataBindingBuilder.java 46 private final static String EXCLUDE_PATTERN = "android/databinding/layouts/*.*";
114 excludes.add(EXCLUDE_PATTERN);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 155 self.assertFalse(file_list.exclude_pattern('*.py'))
160 self.assertTrue(file_list.exclude_pattern('*.py'))
165 file_list.exclude_pattern('*.py')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 155 self.assertFalse(file_list.exclude_pattern('*.py'))
160 self.assertTrue(file_list.exclude_pattern('*.py'))
165 file_list.exclude_pattern('*.py')
  /development/tools/idegen/src/com/android/idegen/
DirectorySearch.java 51 private static final Pattern EXCLUDE_PATTERN = Pattern.compile("values-..(-.*)*");
195 Matcher matcher = EXCLUDE_PATTERN.matcher(child.getName());
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
sdist.py 344 self.filelist.exclude_pattern(None, prefix=build.build_base)
345 self.filelist.exclude_pattern(None, prefix=base_dir)
357 self.filelist.exclude_pattern(vcs_ptrn, is_regex=1)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
sdist.py 344 self.filelist.exclude_pattern(None, prefix=build.build_base)
345 self.filelist.exclude_pattern(None, prefix=base_dir)
357 self.filelist.exclude_pattern(vcs_ptrn, is_regex=1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 344 self.filelist.exclude_pattern(None, prefix=build.build_base)
345 self.filelist.exclude_pattern(None, prefix=base_dir)
357 self.filelist.exclude_pattern(vcs_ptrn, is_regex=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 344 self.filelist.exclude_pattern(None, prefix=build.build_base)
345 self.filelist.exclude_pattern(None, prefix=base_dir)
357 self.filelist.exclude_pattern(vcs_ptrn, is_regex=1)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
rsync.py 546 if cls.exclude_pattern:
550 if cls.exclude_pattern.match(str_to_check):
    [all...]
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0/
compilerCommon-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0-rc5/
compilerCommon-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.1/
compilerCommon-1.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0/
compilerCommon-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-alpha9/
compilerCommon-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta2/
compilerCommon-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta5/
compilerCommon-2.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta6/
compilerCommon-2.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta7/
compilerCommon-2.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-rc3/
compilerCommon-2.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0/
compilerCommon-2.1.0.jar 

Completed in 657 milliseconds

1 2