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

12

/external/skia/src/animator/
H A DSkDrawFull.h16 DECLARE_EMPTY_MEMBER_INFO(Full);
H A DSkDisplayType.cpp131 CASE_NEW(Full);
/external/llvm/unittests/Support/
H A DConstantRangeTest.cpp21 static ConstantRange Full; member in class:__anon9267::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/chromium/net/tools/flip_server/
H A Dbuffer_interface.h39 virtual bool Full() const = 0;
H A Dring_buffer.h46 virtual bool Full() const;
H A Dsimple_buffer.h42 virtual bool Full() const;
H A Dsimple_buffer.cc77 bool SimpleBuffer::Full() const { function in class:net::SimpleBuffer
H A Dring_buffer.cc46 bool RingBuffer::Full() const { function in class:net::RingBuffer
H A Dsm_connection.cc405 while (!read_buffer_.Full()) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.cpp83 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this, 0, 0, false)) {
103 CCValAssign::Full));
109 CCValAssign::Full));
119 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this, -1, -1, false)){
149 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this,
168 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this, -1, -1,
187 if (Fn(i, VT, VT, CCValAssign::Full, Flags, *this, -1, -1, false)) {
198 if (Fn(0, VT, VT, CCValAssign::Full, ISD::ArgFlagsTy(), *this, -1, -1,
/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp74 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) {
92 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this))
106 if (Fn(i, VT, VT, CCValAssign::Full, ArgFlags, *this)) {
124 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) {
143 if (Fn(i, ArgVT, ArgVT, CCValAssign::Full, ArgFlags, *this)) {
160 if (Fn(i, VT, VT, CCValAssign::Full, Flags, *this)) {
173 if (Fn(0, VT, VT, CCValAssign::Full, ISD::ArgFlagsTy(), *this)) {
/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
H A DSpatialNavigation.cpp105 return Full;
628 candidate.alignment = Full;
H A DFocusController.cpp456 if (candidate.isOffscreenAfterScrolling && candidate.alignment < Full)
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs24 None, Partial, Sync, Full, Finish, Block enumerator in enum:DotZLib.FlushTypes
/external/icu4c/test/perf/perldriver/
H A DDataset.pm26 my $stats = Statistics::Descriptive::Full->new();
/external/chromium/chrome/common/
H A Dweb_apps_unittest.cc119 TEST(WebAppInfo, Full) {
/external/libvpx/examples/includes/geshi/geshi/
H A Dtsql.php175 //Full-Text Search Procedures
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dindex.php30 // Full URL of the current application is running under.
61 * @param string $url Full URL of the resource to access
/external/libvpx/
H A Dexamples.mk29 vpxdec.DESCRIPTION = Full featured decoder
39 vpxenc.DESCRIPTION = Full featured encoder
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h33 Full, // The value fills the full location. enumerator in enum:llvm::CCValAssign::LocInfo
/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)
644 // If the LHS is Full and the RHS is a wrapped interval containing 1 then
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp734 case CCValAssign::Full: break;
923 if (VA.getLocInfo() != CCValAssign::Full) {
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp352 if (VA.getLocInfo() != CCValAssign::Full)
475 case CCValAssign::Full: break;

Completed in 410 milliseconds

12