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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpatialNavigation.h97 Full enumerator in enum:WebCore::RectsAlignment
/external/llvm/unittests/IR/
H A DConstantRangeTest.cpp20 static ConstantRange Full; member in class:__anon25657::ConstantRangeTest
27 ConstantRange ConstantRangeTest::Full(16);
34 EXPECT_TRUE(Full.isFullSet());
35 EXPECT_FALSE(Full.isEmptySet());
36 EXPECT_TRUE(Full.inverse().isEmptySet());
37 EXPECT_FALSE(Full.isWrappedSet());
38 EXPECT_TRUE(Full.contains(APInt(16, 0x0)));
39 EXPECT_TRUE(Full.contains(APInt(16, 0x9)));
40 EXPECT_TRUE(Full.contains(APInt(16, 0xa)));
41 EXPECT_TRUE(Full
[all...]
/external/chromium_org/chrome/browser/sync/sessions/
H A Dtab_node_pool.cc182 bool TabNodePool::Full() { return nodeid_tabid_map_.empty(); } function in class:browser_sync::TabNodePool
/external/chromium_org/net/tools/balsa/
H A Dsimple_buffer.cc82 bool SimpleBuffer::Full() const { function in class:net::SimpleBuffer
/external/chromium_org/net/tools/flip_server/
H A Dring_buffer.cc27 bool RingBuffer::Full() const { return ReadableBytes() == BufferSize(); } function in class:net::RingBuffer
/external/llvm/include/llvm/Target/
H A DTargetOptions.h49 Full // Use one table per unique function type enumerator in enum:llvm::JumpTable::JumpTableType
/external/llvm/lib/IR/
H A DConstantRange.cpp20 // [T, T) = {F, T} = Full set
32 ConstantRange::ConstantRange(uint32_t BitWidth, bool Full) { argument
33 if (Full)
647 // If the LHS is Full and the RHS is a wrapped interval containing 1 then
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs24 None, Partial, Sync, Full, Finish, Block enumerator in enum:DotZLib.FlushTypes
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp380 enum { Full = 0, Partial = 1, Runtime = 2 }; enumerator in enum:__anon25468
389 Unrolling = Full;
456 if (Unrolling != Full && Count < 2) {
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h34 Full, // The value fills the full location. enumerator in enum:llvm::CCValAssign::LocInfo
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddebugallocation.cc169 bool Full() { function in class:FreeQueue
581 RAW_CHECK(!free_queue_->Full(), "Free queue mustn't be full!");
591 while (free_queue_size_ > max_free_queue_size || free_queue_->Full()) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Ddebugallocation.cc171 bool Full() { function in class:FreeQueue
583 RAW_CHECK(!free_queue_->Full(), "Free queue mustn't be full!");
593 while (free_queue_size_ > max_free_queue_size || free_queue_->Full()) {
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp444 SDValue Full = N.getOperand(0); local
447 uint64_t Offset = (cast<GlobalAddressSDNode>(Full)->getOffset() -
H A DSystemZISelLowering.cpp643 assert(VA.getLocInfo() == CCValAssign::Full && "Unsupported getLocInfo");
659 case CCValAssign::Full:
1813 SDValue Full = DAG.getTargetGlobalAddress(GV, DL, PtrVT, Anchor + Offset); local
1814 Result = DAG.getNode(SystemZISD::PCREL_OFFSET, DL, PtrVT, Full, Result);

Completed in 426 milliseconds