HomeSort by relevance Sort by last modified time
    Searched defs:Exclude (Results 1 - 7 of 7) 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]))
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 45 Exclude,
Archive.h 95 enum Status { Include, Exclude, Unknown };
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 392 const SmallInstructionSet &Exclude,
396 const SmallInstructionSet &Exclude,
401 const SmallInstructionSet &Exclude,
570 // use set (even if they are users). This is used, for example, to exclude
578 Instruction *Root, const SmallInstructionSet &Exclude,
596 if (L->contains(User) && !Exclude.count(User)) {
605 if (Op->hasOneUse() && L->contains(Op) && !Exclude.count(Op) &&
616 const SmallInstructionSet &Exclude,
621 collectInLoopUserSet(*I, Exclude, Final, Users);
899 SmallInstructionSet Exclude;
    [all...]
  /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...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc 783 temps.Exclude(operand.reg());
1020 temps.Exclude(operand.reg());
2472 RegList exclude = reg1.Bit() | reg2.Bit() | reg3.Bit() | reg4.Bit(); local
2490 RegList exclude = 0; local
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 197 milliseconds