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

123

/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawFull.h16 DECLARE_EMPTY_MEMBER_INFO(Full);
/external/skia/src/animator/
H A DSkDrawFull.h16 DECLARE_EMPTY_MEMBER_INFO(Full);
/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_unittest.cc84 EXPECT_TRUE(pool_.Full());
92 EXPECT_FALSE(pool_.Full());
93 EXPECT_FALSE(pool_.Full());
122 EXPECT_TRUE(pool_.Full());
140 EXPECT_TRUE(pool_.Full());
152 EXPECT_FALSE(pool_.Full());
161 EXPECT_TRUE(pool_.Full());
168 EXPECT_TRUE(pool_.Full());
178 EXPECT_FALSE(pool_.Full());
185 EXPECT_TRUE(pool_.Full());
[all...]
H A Dtab_node_pool.h123 bool Full();
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 Dbuffer_interface.h38 virtual bool Full() const = 0;
H A Dsimple_buffer.h40 virtual bool Full() const OVERRIDE;
H A Dsimple_buffer.cc82 bool SimpleBuffer::Full() const { function in class:net::SimpleBuffer
/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/chromium_org/tools/python/google/httpd_config/
H A Dhttpd2_linux.conf129 # Header. The default is 'Full' which sends information about the OS-Type
131 # Set to one of: Full | OS | Minor | Minimal | Major | Prod
132 # where Full conveys the most information, and Prod the least.
134 ServerTokens Full
/external/chromium_org/net/tools/flip_server/
H A Dring_buffer.h46 virtual bool Full() const OVERRIDE;
H A Dring_buffer.cc27 bool RingBuffer::Full() const { return ReadableBytes() == BufferSize(); } function in class:net::RingBuffer
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DSpatialNavigation.h97 Full enumerator in enum:WebCore::RectsAlignment
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dmkfts2amal.tcl29 ** Full Text Search extension 2 (fts2). By combining all the individual C
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dmkfts3amal.tcl29 ** Full Text Search extension 2 (fts3). By combining all the individual C
/external/llvm/include/llvm/Target/
H A DTargetOptions.h49 Full // Use one table per unique function type enumerator in enum:llvm::JumpTable::JumpTableType
/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/chromium_org/content/browser/loader/
H A Dresource_buffer_unittest.cc118 TEST(ResourceBufferTest, Full) {
129 // Full.
/external/chromium_org/third_party/icu/source/test/perf/perldriver/
H A DDataset.pm26 my $stats = Statistics::Descriptive::Full->new();
/external/icu/icu4c/source/test/perf/perldriver/
H A DDataset.pm26 my $stats = Statistics::Descriptive::Full->new();
/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cc89 TEST(MutexSet, Full) {
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dindex.php29 // Full URL of the current application is running under.
60 * @param string $url Full URL of the resource to access

Completed in 1168 milliseconds

123