Searched defs:Empty (Results 1 - 25 of 65) sorted by relevance

123

/external/valgrind/unittest/output_tests/
H A Dfun_hist_test.cc9 void Empty() { function
14 Empty();
21 Empty();
/external/clang/test/CodeGen/
H A D2002-07-30-UnionTest.c4 struct Empty {}; struct
H A D2009-03-08-ZeroEltStructCrash.c3 struct Empty {}; struct
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dvectorbuffer.cpp34 TNodeBuffer::TNode* TNodeBuffer::TNode::Empty(TUint8* aBuffer) function in class:TNodeBuffer::TNode
/external/clang/test/CXX/special/class.copy/
H A Dimplicit-move-def.cpp74 struct Empty { }; struct
75 struct VirtualWithEmptyBase : Empty {
/external/clang/test/CodeGenCXX/
H A Dempty-classes.cpp3 struct Empty { }; struct
11 struct B : A, Empty {
12 B() : A(), Empty() { }
15 struct C : A, Empty {
16 C() : A(), Empty() { }
17 C(const C& other) : A(0x12345678), Empty(other) { }
20 struct D : A, Empty {
23 Empty::operator=(other);
36 // Check that A::a is not overwritten by the Empty default constructor.
/external/clang/test/SemaCXX/
H A Dliteral-type.cpp30 struct Empty {}; struct
35 Empty empty;
45 static_assert(__is_literal(Empty), "fail");
H A Dempty-class-layout.cpp23 struct Empty { Empty(); }; struct in namespace:Test0
25 struct I : Empty {
26 Empty e;
30 struct J : Empty {
31 Empty e[2];
35 template<int N> struct Derived : Empty, Derived<N - 1> {
37 template<> struct Derived<0> : Empty { };
40 Empty e;
45 Empty
91 struct Empty { }; struct in namespace:Test2
104 struct Empty { }; struct in namespace:Test3
114 struct Empty { }; struct in namespace:Test4
125 struct Empty { }; struct in namespace:Test5
138 struct Empty { }; struct in namespace:Test6
150 struct Empty { }; struct in namespace:Test7
[all...]
/external/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp29 expectFailure("", "Empty database");
35 expectFailure("[{}]", "Empty entry");
266 std::vector<std::string> Empty = unescapeJsonCommandLine("\\\""); local
267 ASSERT_EQ(1ul, Empty.size());
268 EXPECT_EQ("", Empty[0]);
/external/llvm/unittests/Support/
H A DConstantRangeTest.cpp22 static ConstantRange Empty; member in class:__anon9860::ConstantRangeTest
29 ConstantRange ConstantRangeTest::Empty(16, false);
45 EXPECT_FALSE(Empty.isFullSet());
46 EXPECT_TRUE(Empty.isEmptySet());
47 EXPECT_TRUE(Empty.inverse().isFullSet());
48 EXPECT_FALSE(Empty.isWrappedSet());
49 EXPECT_FALSE(Empty.contains(APInt(16, 0x0)));
50 EXPECT_FALSE(Empty.contains(APInt(16, 0x9)));
51 EXPECT_FALSE(Empty.contains(APInt(16, 0xa)));
52 EXPECT_FALSE(Empty
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DVideoFrameChromium.h60 Empty, enumerator in enum:WebCore::VideoFrameChromium::Format
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DEnumTest.java37 enum Empty { enum in class:EnumTest
191 assertEquals(0, Empty.values().length);
/external/chromium/net/proxy/
H A Dproxy_config_service_common_unittest.cc110 ProxyRulesExpectation ProxyRulesExpectation::Empty() { function in class:net::ProxyRulesExpectation
/external/chromium/net/tools/flip_server/
H A Dring_buffer.cc40 bool RingBuffer::Empty() const { function in class:net::RingBuffer
H A Dsimple_buffer.cc71 bool SimpleBuffer::Empty() const { function in class:net::SimpleBuffer
/external/chromium/sdch/open-vcdiff/src/
H A Dheaderparser.h54 bool Empty() const { return 0 == UnparsedSize(); } function in class:open_vcdiff::ParseableChunk
152 bool Empty() const { function in class:open_vcdiff::DeltaWindowSection
153 return parseable_chunk_->Empty();
/external/openfst/src/include/fst/
H A Dheap.h111 bool Empty() const { function in class:fst::Heap
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dheap.h103 bool Empty() const { function in class:fst::Heap
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.h63 Empty, enumerator in enum:WebCore::MediaPlayerPrivatePhonon::NetworkState
/external/webkit/Source/WebKit/chromium/public/
H A DWebMediaPlayer.h58 Empty, enumerator in enum:WebKit::WebMediaPlayer::NetworkState
/external/webrtc/src/system_wrappers/source/
H A Dlist_no_stl.cc57 if (!Empty())
69 bool ListWrapper::Empty() const function in class:webrtc::ListWrapper
158 if (!existing_previous_item && !Empty())
194 if (!existing_next_item && !Empty())
260 if (Empty())
276 if (Empty())
H A Dlist_stl.cc50 if (!Empty())
61 bool ListWrapper::Empty() const function in class:webrtc::ListWrapper
186 if (!existing_previous_item && !Empty())
197 if (!Empty())
216 if (!existing_next_item && !Empty())
226 if (!Empty())
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DEnumMapTest.java41 enum Empty { enum in class:EnumMapTest
42 //Empty
109 EnumMap enumEmptyMap = new EnumMap<Empty, Double>(Empty.class);
978 EnumMap enumEmptyMap = new EnumMap<Empty, Double>(Empty.class);
/external/clang/include/clang/AST/
H A DDeclFriend.h70 explicit FriendDecl(EmptyShell Empty) argument
71 : Decl(Decl::Friend, Empty), NextFriend() { }
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp4.cpp150 union Empty { union
151 constexpr Empty() {} // ok function in union:Empty

Completed in 681 milliseconds

123