Home
last modified time | relevance | path

Searched refs:Exclude (Results 1 – 25 of 146) sorted by relevance

123456

/external/pdfium/build_overrides/
Dgtest.gni5 # Exclude support for registering main function in multi-process tests.
8 # Exclude support for platform-specific operations across unit tests.
11 # Exclude support for testing Objective C code on OS X and iOS.
14 # Exclude support for flushing coverage files on iOS.
/external/v8/build_overrides/
Dgtest.gni5 # Exclude support for registering main function in multi-process tests.
8 # Exclude support for platform-specific operations across unit tests.
11 # Exclude support for testing Objective C code on OS X and iOS.
14 # Exclude support for flushing coverage files on iOS.
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp382 const SmallInstructionSet &Exclude,
386 const SmallInstructionSet &Exclude,
391 const SmallInstructionSet &Exclude,
697 Instruction *Root, const SmallInstructionSet &Exclude, in collectInLoopUserSet() argument
715 if (L->contains(User) && !Exclude.count(User)) { in collectInLoopUserSet()
724 if (Op->hasOneUse() && L->contains(Op) && !Exclude.count(Op) && in collectInLoopUserSet()
735 const SmallInstructionSet &Exclude, in collectInLoopUserSet() argument
739 collectInLoopUserSet(Root, Exclude, Final, Users); in collectInLoopUserSet()
1010 SmallInstructionSet Exclude; in collectUsedInstructions() local
1012 Exclude.insert(DRS.Roots.begin(), DRS.Roots.end()); in collectUsedInstructions()
[all …]
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.327 Similar to existing exclude files except with wildcards. Exclude
34 Exclude all files matching "*.gz" in the top level directory "test".
38 Exclude all files beginning with "example" inside directories called
45 Exclude all files matching "*.gz" in top level directory "test",
59 Exclude files matching "*.gz" anywhere in the source directories.
65 Exclude files matching "*.gz" inside directories called "Test" or
72 Exclude all files matching "*.gz" anywhere in the source directories,
/external/libyuv/files/build_overrides/
Dgtest.gni15 # Exclude support for testing Objective C code on OS X and iOS.
18 # Exclude support for flushing coverage files on iOS.
/external/llvm/include/llvm/
Dmodule.modulemap24 // Exclude these; they're intended to be included into only a single
104 // Exclude this; it's an optional component of the ExecutionEngine.
107 // Exclude these; they're intended to be included into only a single
194 // Exclude this; it's fundamentally non-modular.
242 // Exclude this; it's only included on Solaris.
245 // Exclude this; it's fundamentally non-modular.
/external/vixl/test/aarch32/
Dtest-simulator-rd-rn-rm-a32.cc85 harness_scratch.Exclude(ip); \
505 scratch_registers.Exclude(rd); in TestHelper()
506 scratch_registers.Exclude(rn); in TestHelper()
507 scratch_registers.Exclude(rm); in TestHelper()
Dtest-simulator-rd-rn-rm-t32.cc85 harness_scratch.Exclude(ip); \
505 scratch_registers.Exclude(rd); in TestHelper()
506 scratch_registers.Exclude(rn); in TestHelper()
507 scratch_registers.Exclude(rm); in TestHelper()
Dtest-simulator-cond-rd-rn-operand-imm12-t32.cc85 harness_scratch.Exclude(ip); \
940 scratch_registers.Exclude(rd); in TestHelper()
941 scratch_registers.Exclude(rn); in TestHelper()
Dtest-simulator-cond-rd-rn-rm-sel-a32.cc85 harness_scratch.Exclude(ip); \
428 scratch_registers.Exclude(rd); in TestHelper()
429 scratch_registers.Exclude(rn); in TestHelper()
430 scratch_registers.Exclude(rm); in TestHelper()
Dtest-simulator-cond-rd-rn-rm-sel-t32.cc85 harness_scratch.Exclude(ip); \
428 scratch_registers.Exclude(rd); in TestHelper()
429 scratch_registers.Exclude(rn); in TestHelper()
430 scratch_registers.Exclude(rm); in TestHelper()
Dtest-simulator-cond-rd-rn-rm-q-t32.cc85 harness_scratch.Exclude(ip); \
435 scratch_registers.Exclude(rd); in TestHelper()
436 scratch_registers.Exclude(rn); in TestHelper()
437 scratch_registers.Exclude(rm); in TestHelper()
Dtest-simulator-cond-rdlow-rnlow-rmlow-t32.cc85 harness_scratch.Exclude(ip); \
916 scratch_registers.Exclude(rd); in TestHelper()
917 scratch_registers.Exclude(rn); in TestHelper()
918 scratch_registers.Exclude(rm); in TestHelper()
Dtest-simulator-cond-rd-rn-rm-q-a32.cc85 harness_scratch.Exclude(ip); \
435 scratch_registers.Exclude(rd); in TestHelper()
436 scratch_registers.Exclude(rn); in TestHelper()
437 scratch_registers.Exclude(rm); in TestHelper()
Dtest-simulator-cond-rd-rn-rm-ge-a32.cc85 harness_scratch.Exclude(ip); \
451 scratch_registers.Exclude(rd); in TestHelper()
452 scratch_registers.Exclude(rn); in TestHelper()
453 scratch_registers.Exclude(rm); in TestHelper()
/external/vixl/test/
Dtest-use-scratch-register-scope.cc213 local_temps.Exclude(r1, r2); in TEST_AARCH32()
214 local_temps.Exclude(s1, q1); in TEST_AARCH32()
242 local_temps.Exclude(s2, d3); in TEST_AARCH32()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_exclude.cpp25 XFA_Element::Exclude, in CXFA_Exclude()
Dcxfa_script.cpp15 {XFA_Element::Exclude, 1, 0},
/external/testng/src/test/java/test/
DExclude.java5 public class Exclude { class
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/examples/
DBUILD22 # Exclude any .class files that might have been generated
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc901 temps.Exclude(operand.GetRegister()); in LogicalMacro()
1131 temps.Exclude(operand.GetRegister()); in Mvn()
1797 temps.Exclude(operand.GetRegister()); in AddSubWithCarryMacro()
1813 temps.Exclude(operand.GetRegister()); in AddSubWithCarryMacro()
2431 temps.Exclude(kPCSVarargs); in PrintfNoPreserve()
2432 temps.Exclude(kPCSVarargsFP); in PrintfNoPreserve()
2433 temps.Exclude(arg0, arg1, arg2, arg3); in PrintfNoPreserve()
2502 temps.Exclude(x0); in PrintfNoPreserve()
2590 temps.Exclude(arg0, arg1, arg2, arg3); in Printf()
2810 void UseScratchRegisterScope::Exclude(const CPURegList& list) { in Exclude() function in vixl::aarch64::UseScratchRegisterScope
[all …]
/external/tensorflow/tensorflow/contrib/hvx/clock_cycle_profiling/
DBUILD43 "-Wl,--exclude-libs,ALL", # Exclude syms in all libs from auto export
/external/jacoco/jacoco-maven-plugin.test/it/it-includes-excludes/
Dverify.bsh19 throw new RuntimeException("Include/Exclude was not configured correct" );
/external/autotest/client/site_tests/security_SandboxedServices/
Dexclude52 # Exclude for now, should eventually move to the baseline.
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8632Traits.h544 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)) \

123456