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

1 2 3 4 5 6

  /cts/tools/utils/
buildCts.py 121 plan.Exclude('android\.car')
122 plan.Exclude('android\.performance.*')
127 plan.Exclude('android\.car')
128 plan.Exclude('android\.performance.*')
129 plan.Exclude('android\.media\.cts\.StreamingMediaPlayerTest.*')
134 plan.Exclude('android\.car')
135 plan.Exclude('android\.performance.*')
138 plan.Exclude(r'android\.signature')
139 plan.Exclude(r'android\.core.*')
144 plan.Exclude(r'android\.core\.tests\.libcore\.package\.harmony*'
    [all...]
  /external/testng/src/test/java/test/
Exclude.java 5 public class Exclude {
47 System.out.println("[Exclude] " + s);
  /art/compiler/utils/arm/
jni_macro_assembler_arm_vixl.cc 185 temps.Exclude(src.AsVIXLRegister());
205 temps.Exclude(src.AsVIXLRegister());
213 temps.Exclude(src.AsVIXLRegister());
225 temps.Exclude(scratch.AsVIXLRegister());
235 temps.Exclude(scratch.AsVIXLRegister());
247 temps.Exclude(dst.AsVIXLRegister(), base.AsArm().AsVIXLRegister());
275 temps.Exclude(mscratch.AsVIXLRegister());
294 temps.Exclude(dst.AsVIXLRegister());
304 temps.Exclude(scratch.AsVIXLRegister());
321 temps.Exclude(scratch.AsVIXLRegister())
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 45 Exclude,
Archive.h 95 enum Status { Include, Exclude, Unknown };
  /external/iptables/extensions/
Android.mk 6 # Exclude some modules that are problematic to compile (types/header).
  /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/test/
test-use-scratch-register-scope.cc 217 local_temps.Exclude(r1, r2);
218 local_temps.Exclude(s1, q1);
242 // This time, exclude part of included registers, making sure the entire
246 local_temps.Exclude(s2, d3);
257 // Excluding s2 should exclude d1 but not s3.
262 // Excluding d3 should exclude q1, s7 and s6 but not d2, s5, s4.
  /art/compiler/utils/arm64/
assembler_arm64.cc 58 temps.Exclude(reg_x(dst.AsXRegister()), reg_x(base.AsXRegister()));
69 temps.Exclude(reg_x(base.AsXRegister()), reg_x(scratch.AsXRegister()));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 508 Status Exclude(const RectF& rect);
509 Status Exclude(const Rect& rect);
510 Status Exclude(const Region *region);
511 Status Exclude(const GraphicsPath *path);
  /external/vixl/src/aarch64/
macro-assembler-aarch64.cc 857 temps.Exclude(operand.GetRegister());
1087 temps.Exclude(operand.GetRegister());
2759 RegList exclude = local
2779 RegList exclude = 0; local
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632Traits.h 544 TargetLowering::RegSetMask Exclude) {
558 if (scratch && (Exclude & ::Ice::TargetLowering::RegSet_CallerSave)) \
560 if (preserved && (Exclude & ::Ice::TargetLowering::RegSet_CalleeSave)) \
562 if (stackptr && (Exclude & ::Ice::TargetLowering::RegSet_StackPointer)) \
564 if (frameptr && (Exclude & ::Ice::TargetLowering::RegSet_FramePointer)) \
    [all...]
IceTargetLoweringX8664Traits.h 585 TargetLowering::RegSetMask Exclude) {
601 if (scratch && (Exclude & ::Ice::TargetLowering::RegSet_CallerSave)) \
603 if (preserved && (Exclude & ::Ice::TargetLowering::RegSet_CalleeSave)) \
605 if (stackptr && (Exclude & ::Ice::TargetLowering::RegSet_StackPointer)) \
607 if (frameptr && (Exclude & ::Ice::TargetLowering::RegSet_FramePointer)) \
    [all...]
  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 236 temps.Exclude(ip);
286 temps.Exclude(ip);
318 temps.Exclude(ip);
  /art/compiler/utils/
assembler_thumb_test.cc 334 temps.Exclude(R12);
367 temps.Exclude(R12);
  /external/mockito/
Android.mk 46 # Exclude source used to dynamically create classes since target builds use
  /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/ltp/tools/pounder21/
pounder 50 -e subtests Exclude subtests from next pounder run
60 function exclude() { function
182 e) exclude $OPTARG; exit;;
  /external/vixl/test/aarch32/
test-simulator-rd-rn-rm-a32.cc 86 harness_scratch.Exclude(ip); \
    [all...]
test-simulator-rd-rn-rm-t32.cc 86 harness_scratch.Exclude(ip); \
    [all...]
test-simulator-cond-rd-operand-const-a32.cc 86 harness_scratch.Exclude(ip); \
520 scratch_registers.Exclude(rd);
test-simulator-cond-rd-operand-const-t32.cc 86 harness_scratch.Exclude(ip); \
635 scratch_registers.Exclude(rd);
    [all...]
test-simulator-cond-rd-operand-imm16-t32.cc 86 harness_scratch.Exclude(ip); \
473 scratch_registers.Exclude(rd);
  /external/bison/
cfg.mk 40 # Exclude changelog-check here so that there's less churn in ChangeLog
76 exclude = \ macro
78 $(call exclude, \
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
dumper.go 182 // Exclude non-exported fields because their

Completed in 1343 milliseconds

1 2 3 4 5 6