Searched refs:Full (Results 1 - 25 of 41) sorted by relevance

12

/external/skia/src/animator/
H A DSkDrawFull.h16 DECLARE_EMPTY_MEMBER_INFO(Full);
H A DSkDisplayType.cpp130 CASE_NEW(Full);
/external/llvm/unittests/IR/
H A DConstantRangeTest.cpp21 static ConstantRange Full; member in class:__anon12755::ConstantRangeTest
28 ConstantRange ConstantRangeTest::Full(16);
35 EXPECT_TRUE(Full.isFullSet());
36 EXPECT_FALSE(Full.isEmptySet());
37 EXPECT_TRUE(Full.inverse().isEmptySet());
38 EXPECT_FALSE(Full.isWrappedSet());
39 EXPECT_TRUE(Full.contains(APInt(16, 0x0)));
40 EXPECT_TRUE(Full.contains(APInt(16, 0x9)));
41 EXPECT_TRUE(Full.contains(APInt(16, 0xa)));
42 EXPECT_TRUE(Full
[all...]
/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp77 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) {
95 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this))
109 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this)) {
127 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) {
145 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) {
162 if (Fn(i, VT, VT, CCValAssign::Full, Flags, *this)) {
174 if (Fn(0, VT, VT, CCValAssign::Full, ISD::ArgFlagsTy(), *this)) {
208 if (Fn(0, VT, VT, CCValAssign::Full, Flags, *this)) {
/external/autotest/site_utils/admin/apache/
H A Dapache2.conf207 # Header. The default is 'Full' which sends information about the OS-Type
209 # Set to one of: Full | OS | Minor | Minimal | Major | Prod
210 # where Full conveys the most information, and Prod the least.
212 ServerTokens Full
/external/icu/icu4j/perf-tests/
H A DDataset.pm25 my $stats = Statistics::Descriptive::Full->new();
/external/clang/lib/CodeGen/
H A DCGLoopInfo.h44 enum LVEnableState { Unspecified, Enable, Disable, Full }; enumerator in enum:clang::CodeGen::LoopAttributes::LVEnableState
H A DCGLoopInfo.cpp73 else if (Attrs.UnrollEnable == LoopAttributes::Full)
185 case LoopHintAttr::Full:
188 setUnrollState(LoopAttributes::Full);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs24 None, Partial, Sync, Full, Finish, Block enumerator in enum:DotZLib.FlushTypes
/external/autotest/site_utils/
H A Dmetadata_reporter.py48 becomes full. The call does not wait or raise Queue.Full exception, so
59 except Queue.Full:
/external/icu/icu4c/source/test/perf/perldriver/
H A DDataset.pm26 my $stats = Statistics::Descriptive::Full->new();
/external/icu/icu4j/perf-tests/perldriver/
H A DDataset.pm26 my $stats = Statistics::Descriptive::Full->new();
/external/llvm/include/llvm/Target/
H A DTargetOptions.h50 Full // Use one table per unique function type enumerator in enum:llvm::JumpTable::JumpTableType
/external/autotest/client/cros/cellular/mbim_compliance/
H A Dmbim_channel_endpoint.py117 except Queue.Full:
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cc89 TEST(MutexSet, Full) {
/external/clang/lib/Sema/
H A DSemaStmtAttr.cpp117 State = LoopHintAttr::Full;
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp975 enum { Full = 0, Partial = 1, Runtime = 2 }; enumerator in enum:__anon12524
982 Unrolling = Full;
993 Unrolling = Full;
1076 if (Unrolling != Full && Count < 2) {
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h35 Full, // The value fills the full location. enumerator in enum:llvm::CCValAssign::LocInfo
H A DCommandFlags.h246 clEnumValN(JumpTable::Full, "full",
/external/libvpx/libvpx/
H A Dexamples.mk77 vpxdec.DESCRIPTION = Full featured decoder
99 vpxenc.DESCRIPTION = Full featured encoder
/external/llvm/lib/IR/
H A DConstantRange.cpp20 // [T, T) = {F, T} = Full set
34 ConstantRange::ConstantRange(uint32_t BitWidth, bool Full) { argument
35 if (Full)
158 // Full set: nothing signed / unsigned wraps when added to 0.
737 // If the LHS is Full and the RHS is a wrapped interval containing 1 then
/external/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp233 if (VA.getLocInfo() != CCValAssign::Full)
318 case CCValAssign::Full:
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp303 CCValAssign::LocInfo LocInfo = CCValAssign::Full;
477 if (VA.getLocInfo() != CCValAssign::Full)
609 case CCValAssign::Full: break;
/external/curl/packages/vms/
H A Dbuild_vms.com46 $! FULLLIST Full detailed listing.
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp462 SDValue Full = N.getOperand(0); local
465 uint64_t Offset = (cast<GlobalAddressSDNode>(Full)->getOffset() -

Completed in 633 milliseconds

12