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

1 2

  /cts/tools/utils/
buildCts.py 104 plan.Exclude('android\.performance.*')
109 plan.Exclude('android\.performance.*')
110 plan.Exclude('android\.media\.cts\.StreamingMediaPlayerTest.*')
115 plan.Exclude('android\.performance.*')
118 plan.Exclude(r'android\.signature')
119 plan.Exclude(r'android\.core.*')
124 plan.Exclude(r'android\.core\.tests\.libcore.\package.\harmony*')
141 plan.Exclude('.*')
147 plan.Exclude('android\.mediastress')
160 plan.Exclude(r'com\.android\.cts\.browserbench'
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 45 Exclude,
Archive.h 105 Exclude,
  /external/iptables/extensions/
Android.mk 6 # Exclude some modules that are problematic to compile (types/header).
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 321 const SmallInstructionSet &Exclude,
326 const SmallInstructionSet &Exclude,
465 // use set (even if they are users). This is used, for example, to exclude
473 Instruction *Root, const SmallInstructionSet &Exclude,
491 if (L->contains(User) && !Exclude.count(User)) {
500 if (Op->hasOneUse() && L->contains(Op) && !Exclude.count(Op) &&
511 const SmallInstructionSet &Exclude,
516 collectInLoopUserSet(L, *I, Exclude, Final, Users);
821 SmallInstructionSet Exclude(AllRoots);
822 Exclude.insert(LoopIncs.begin(), LoopIncs.end())
    [all...]
  /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)
GdiPlusHeaders.h 67 Status Exclude(IN const Rect& rect);
68 Status Exclude(IN const RectF& rect);
69 Status Exclude(IN const GraphicsPath* path);
70 Status Exclude(IN const Region* region);
  /external/vixl/src/a64/
macro-assembler-a64.cc 201 temps.Exclude(operand.reg());
256 temps.Exclude(operand.reg());
692 temps.Exclude(operand.reg());
704 temps.Exclude(operand.reg());
    [all...]
macro-assembler-a64.h     [all...]
  /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);
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/mockito/
Android.mk 44 # 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/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
jsbundler.py 147 path_rewriter=PathRewriter(), exclude=[]):
164 if any((r.search(name) for r in exclude)):
306 parser.add_option('-x', '--exclude', action='append', default=[],
307 help=('Exclude files whose full path contains a match for '
319 exclude = [re.compile(r) for r in options.exclude]
321 path_rewriter, exclude)
  /art/compiler/utils/arm64/
assembler_arm64.cc 85 temps.Exclude(reg_x(rd), reg_x(rn));
205 temps.Exclude(reg_x(dest));
308 temps.Exclude(reg_x(dst.AsCoreRegister()), reg_x(base.AsCoreRegister()));
524 temps.Exclude(reg_x(base.AsCoreRegister()), reg_x(scratch.AsCoreRegister()));
614 temps.Exclude(reg_x(exception->scratch_.AsCoreRegister()));
  /external/bison/
cfg.mk 40 # Exclude changelog-check here so that there's less churn in ChangeLog
76 exclude = \ macro
78 $(call exclude, \
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 351 return Archive::Symbol::Exclude;
404 // Set this object as no export if the archive is in the exclude libs.
  /external/oprofile/events/i386/atom/
unit_masks 114 0x00 exclude_hw Exclude hardware prefetch
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 31 return LDFileFormat::Exclude;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js 1008 // Exclude anything in the head
1013 // Exclude script nodes
1018 // Exclude noscript nodes
1023 // Exclude noembed nodes since NOEMBED is deprecated. We treat
1030 // Exclude style nodes that have been dumped into the body
    [all...]
  /external/chromium_org/third_party/lcov/bin/
geninfo 583 --no-recursion Exclude subdirectories from processing
    [all...]
lcov 528 --no-recursion Exclude subdirectories from processing
    [all...]
  /build/core/
main.mk 462 # Exclude tools/acp when cross-compiling windows under linux
    [all...]
  /external/chromium_org/v8/tools/
tickprocessor.js 849 'Exclude ticks of unknown code entries from processing'],
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 486 milliseconds

1 2