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

1 2 3

  /external/testng/src/test/java/test/
Exclude.java 5 public class Exclude {
47 System.out.println("[Exclude] " + s);
  /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]))
  /build/soong/cmd/pom2bp/
pom2bp.go 93 type Exclude map[string]bool
95 func (e Exclude) String() string {
99 func (e Exclude) Set(v string) error {
104 var excludes = make(Exclude)
338 Usage: %s [--rewrite <regex>=<replace>] [-exclude <module>] [--extra-deps <module>=<module>[,<module>]] [<dir>] [-regen <file>]
346 -exclude <module>
369 flag.Var(&excludes, "exclude", "Exclude module")
  /build/soong/cmd/pom2mk/
pom2mk.go 91 type Exclude map[string]bool
93 func (e Exclude) String() string {
97 func (e Exclude) Set(v string) error {
102 var excludes = make(Exclude)
349 Usage: %s [--rewrite <regex>=<replace>] [-exclude <module>] [--extra-deps <module>=<module>[,<module>]] [<dir>] [-regen <file>]
357 -exclude <module>
380 flag.Var(&excludes, "exclude", "Exclude module")
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 45 Exclude,
Archive.h 95 enum Status { Include, Exclude, Unknown };
  /external/vixl/src/aarch32/
macro-assembler-aarch32.cc 176 void UseScratchRegisterScope::Exclude(const RegisterList& list) {
183 void UseScratchRegisterScope::Exclude(const VRegisterList& list) {
190 void UseScratchRegisterScope::Exclude(const Operand& operand) {
192 Exclude(operand.GetBaseRegister());
194 Exclude(operand.GetBaseRegister(), operand.GetShiftRegister());
451 // Exclude all registers from the available scratch registers, so
868 temps.Exclude(operand);
    [all...]
macro-assembler-aarch32.h     [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/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 382 const SmallInstructionSet &Exclude,
386 const SmallInstructionSet &Exclude,
391 const SmallInstructionSet &Exclude,
689 // use set (even if they are users). This is used, for example, to exclude
697 Instruction *Root, const SmallInstructionSet &Exclude,
715 if (L->contains(User) && !Exclude.count(User)) {
724 if (Op->hasOneUse() && L->contains(Op) && !Exclude.count(Op) &&
735 const SmallInstructionSet &Exclude,
739 collectInLoopUserSet(Root, Exclude, Final, Users);
    [all...]
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 901 temps.Exclude(operand.GetRegister());
2824 RegList exclude = local
2844 RegList exclude = 0; local
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 139 Exclude,
655 Exclude,
  /prebuilts/tools/common/m2/repository/org/reflections/reflections/0.9.10/
reflections-0.9.10.jar 
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/
traceview-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.3.0/
traceview-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.3.0-alpha1/
traceview-25.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.3.0-beta1/
traceview-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.3.0-beta2/
traceview-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.3.0-beta3/
traceview-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.3.0-beta4/
traceview-25.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.3.1/
traceview-25.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.3.3/
traceview-25.3.3.jar 

Completed in 282 milliseconds

1 2 3