Searched defs:Full (Results 1 - 8 of 8) sorted by relevance

/external/llvm/unittests/Support/
H A DConstantRangeTest.cpp21 static ConstantRange Full; member in class:__anon7944::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/webkit/Source/WebCore/inspector/front-end/
H A DDrawer.js131 this.state = (this.fullPanel ? WebInspector.Drawer.State.Full : WebInspector.Drawer.State.Variable);
225 this._animateDrawerHeight(height, WebInspector.Drawer.State.Full);
236 // so that the new animation can't do an immediate transition between Hidden/Full states.
301 // Immediate if going between Hidden and Full in full panel mode
302 if (this.fullPanel && (this.state === WebInspector.Drawer.State.Hidden || this.state === WebInspector.Drawer.State.Full))
361 Full: 2
/external/webkit/Source/WebCore/page/
H A DSpatialNavigation.h99 Full enumerator in enum:WebCore::RectsAlignment
/external/chromium/net/tools/flip_server/
H A Dring_buffer.cc46 bool RingBuffer::Full() const { function in class:net::RingBuffer
H A Dsimple_buffer.cc77 bool SimpleBuffer::Full() const { function in class:net::SimpleBuffer
/external/llvm/lib/Support/
H A DConstantRange.cpp20 // [T, T) = {F, T} = Full set
32 ConstantRange::ConstantRange(uint32_t BitWidth, bool Full) { argument
33 if (Full)
592 // If the LHS is Full and the RHS is a wrapped interval containing 1 then
/external/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs24 None, Partial, Sync, Full, Finish, Block enumerator in enum:DotZLib.FlushTypes
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h33 Full, // The value fills the full location. enumerator in enum:llvm::CCValAssign::LocInfo

Completed in 260 milliseconds