HomeSort by relevance Sort by last modified time
    Searched defs:Exclude (Results 1 - 6 of 6) sorted by null

  /cts/tools/utils/cts/
tools.py 117 all_packages: The full list of available packages. Subsequent calls to Exclude() and
146 """Exclude specific tests from this plan.
162 def Exclude(self, pattern):
163 """Exclude all packages matching the given regular expression from the plan.
165 If this is the first call to Exclude() or Include(), all packages are selected before applying
169 pattern: A regular expression selecting the package names to exclude.
196 Requires Include() or Exclude() to be called prior to calling this method.
210 entry.setAttribute('exclude', ';'.join(self.excludedTestsMap[package]))
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusRegion.h 209 Region::Exclude(IN const RectF& rect)
215 Region::Exclude(IN const Rect& rect)
221 Region::Exclude(IN const GraphicsPath* path)
227 Region::Exclude(IN const Region* region)
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 45 Exclude,
Archive.h 105 Exclude,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 1207 __inline__ Status Region::Exclude(const RectF& rect)
1213 __inline__ Status Region::Exclude(const Rect& rect)
1219 __inline__ Status Region::Exclude(const Region *region)
1226 __inline__ Status Region::Exclude(const GraphicsPath *path)
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 333 milliseconds