HomeSort by relevance Sort by last modified time
    Searched refs:is_regex (Results 1 - 10 of 10) sorted by null

  /external/lldb/scripts/Python/interface/
SBTypeNameSpecifier.i 23 bool is_regex = false);
60 __swig_getmethods__["is_regex"] = IsRegex
61 if _newclass: is_regex = property(IsRegex, None)
  /external/lldb/include/lldb/DataFormatters/
FormatClasses.h 47 TypeNameSpecifierImpl (const char* name, bool is_regex) :
48 m_is_regex(is_regex),
55 // if constructing with a given type, is_regex cannot be true since we are
  /external/lldb/include/lldb/API/
SBTypeNameSpecifier.h 24 bool is_regex = false);
  /external/lldb/source/API/
SBTypeNameSpecifier.cpp 28 bool is_regex) :
29 m_opaque_sp(new TypeNameSpecifierImpl(name, is_regex))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 187 def include_pattern(self, pattern, anchor=1, prefix=None, is_regex=0):
204 If 'is_regex' is true, 'anchor' and 'prefix' are ignored, and
215 pattern_re = translate_pattern(pattern, anchor, prefix, is_regex)
232 def exclude_pattern(self, pattern, anchor=1, prefix=None, is_regex=0):
241 pattern_re = translate_pattern(pattern, anchor, prefix, is_regex)
312 def translate_pattern(pattern, anchor=1, prefix=None, is_regex=0):
316 Return the compiled regex. If 'is_regex' true,
320 if is_regex:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 187 def include_pattern(self, pattern, anchor=1, prefix=None, is_regex=0):
204 If 'is_regex' is true, 'anchor' and 'prefix' are ignored, and
215 pattern_re = translate_pattern(pattern, anchor, prefix, is_regex)
232 def exclude_pattern(self, pattern, anchor=1, prefix=None, is_regex=0):
241 pattern_re = translate_pattern(pattern, anchor, prefix, is_regex)
312 def translate_pattern(pattern, anchor=1, prefix=None, is_regex=0):
316 Return the compiled regex. If 'is_regex' true,
320 if is_regex:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 134 translate_pattern('a', anchor=True, is_regex=False),
140 translate_pattern(regex, anchor=True, is_regex=True),
145 translate_pattern('a', anchor=True, is_regex=True),
150 '*.py', anchor=True, is_regex=False).search('filelist.py'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 134 translate_pattern('a', anchor=True, is_regex=False),
140 translate_pattern(regex, anchor=True, is_regex=True),
145 translate_pattern('a', anchor=True, is_regex=True),
150 '*.py', anchor=True, is_regex=False).search('filelist.py'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 357 self.filelist.exclude_pattern(vcs_ptrn, is_regex=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 357 self.filelist.exclude_pattern(vcs_ptrn, is_regex=1)

Completed in 762 milliseconds