Searched refs:IsEmpty (Results 1 - 25 of 437) sorted by relevance

1234567891011>>

/external/v8/test/unittests/
H A Dlocked-queue-unittest.cc19 EXPECT_TRUE(queue.IsEmpty());
25 EXPECT_TRUE(queue.IsEmpty());
27 EXPECT_FALSE(queue.IsEmpty());
32 EXPECT_TRUE(queue.IsEmpty());
38 EXPECT_TRUE(queue.IsEmpty());
40 EXPECT_FALSE(queue.IsEmpty());
45 EXPECT_FALSE(queue.IsEmpty());
49 EXPECT_TRUE(queue.IsEmpty());
55 EXPECT_TRUE(queue.IsEmpty());
64 EXPECT_TRUE(queue.IsEmpty());
[all...]
/external/v8/test/cctest/
H A Dtest-unbound-queue.cc41 CHECK(cq.IsEmpty());
43 CHECK(!cq.IsEmpty());
47 CHECK(cq.IsEmpty());
54 CHECK(cq.IsEmpty());
56 CHECK(!cq.IsEmpty());
59 CHECK(!cq.IsEmpty());
63 CHECK(!cq.IsEmpty());
69 CHECK(!cq.IsEmpty());
72 CHECK(!cq.IsEmpty());
76 CHECK(cq.IsEmpty());
[all...]
H A Dtest-constantpool.cc31 CHECK(builder.IsEmpty());
36 CHECK(!builder.IsEmpty());
51 CHECK(builder.IsEmpty());
57 CHECK(!builder.IsEmpty());
76 CHECK(builder.IsEmpty());
88 CHECK(!builder.IsEmpty());
118 CHECK(builder.IsEmpty());
129 CHECK(!builder.IsEmpty());
156 CHECK(builder.IsEmpty());
174 CHECK(!builder.IsEmpty());
[all...]
/external/gmock/include/gmock/
H A Dgmock-more-matchers.h48 MATCHER(IsEmpty, negation ? "isn't empty" : "is empty") {
/external/lzma/CPP/7zip/UI/Common/
H A DTempFiles.cpp14 while (!Paths.IsEmpty())
H A DSetProperties.cpp22 if (*end != 0 || s.IsEmpty())
32 if (properties.IsEmpty())
49 if (property.Value.IsEmpty())
51 if (!name.IsEmpty())
/external/libbrillo/brillo/
H A Dany.cc40 if (IsEmpty())
47 if (!IsEmpty())
57 bool Any::IsEmpty() const { function in class:brillo::Any
58 return data_buffer_.IsEmpty();
66 return !IsEmpty() && data_buffer_.GetDataPtr()->IsConvertibleToInteger();
70 CHECK(!IsEmpty()) << "Must not be called on an empty Any";
75 CHECK(!IsEmpty()) << "Must not be called on an empty Any";
H A Dany_internal_impl_unittest.cc15 EXPECT_TRUE(buffer.IsEmpty());
23 EXPECT_FALSE(buffer.IsEmpty());
31 EXPECT_FALSE(buffer.IsEmpty());
40 EXPECT_FALSE(buffer.IsEmpty());
47 EXPECT_FALSE(buffer.IsEmpty());
57 EXPECT_FALSE(buffer.IsEmpty());
69 EXPECT_FALSE(buffer.IsEmpty());
81 EXPECT_FALSE(buffer.IsEmpty());
89 EXPECT_FALSE(buffer.IsEmpty());
100 EXPECT_FALSE(buffer1.IsEmpty());
[all...]
H A Dany_unittest.cc17 EXPECT_TRUE(val.IsEmpty());
20 EXPECT_TRUE(val.IsEmpty());
21 EXPECT_TRUE(val2.IsEmpty());
24 EXPECT_TRUE(val.IsEmpty());
25 EXPECT_TRUE(val3.IsEmpty());
30 EXPECT_FALSE(val.IsEmpty());
35 EXPECT_FALSE(val2.IsEmpty());
47 EXPECT_FALSE(val.IsEmpty());
51 EXPECT_TRUE(val.IsEmpty());
59 EXPECT_FALSE(val.IsEmpty());
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zCompressionMode.h39 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } function in struct:NArchive::N7z::CCompressionMethodMode
/external/dng_sdk/source/
H A Ddng_rect.cpp76 if (c.IsEmpty ())
93 if (a.IsEmpty ())
98 if (b.IsEmpty ())
129 if (c.IsEmpty ())
146 if (a.IsEmpty ())
151 if (b.IsEmpty ())
H A Ddng_area_task.cpp104 if (repeatingTile1.IsEmpty ())
109 if (repeatingTile2.IsEmpty ())
114 if (repeatingTile3.IsEmpty ())
195 if (repeatingTile1.IsEmpty ())
200 if (repeatingTile2.IsEmpty ())
205 if (repeatingTile3.IsEmpty ())
H A Ddng_iptc.h127 bool IsEmpty () const;
134 return !IsEmpty ();
/external/pdfium/core/src/fxcrt/
H A Dfx_xml_composer.cpp14 if (bsFullName.IsEmpty()) {
38 ASSERT(!qTagName.IsEmpty());
/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_program.cpp21 if (!m_pErrorInfo.message.IsEmpty()) {
25 if (!m_pErrorInfo.message.IsEmpty()) {
/external/webrtc/webrtc/modules/video_coding/
H A Dtimestamp_map.cc39 while (!IsEmpty()) {
60 bool VCMTimestampMap::IsEmpty() const { function in class:webrtc::VCMTimestampMap
H A Dtimestamp_map.h37 bool IsEmpty() const;
/external/v8/src/
H A Dlocked-queue.h26 inline bool IsEmpty() const;
/external/lzma/CPP/7zip/Archive/Common/
H A DItemNameUtils.cpp44 if (name.IsEmpty())
54 if (!name.IsEmpty())
68 if (name.IsEmpty())
/external/pdfium/xfa/src/fxjse/src/
H A Dutil_inline.h15 ASSERT(!hObject.IsEmpty());
22 ASSERT(!hJSObject.IsEmpty());
29 if (hProtoObject.IsEmpty() || !hProtoObject->IsObject()) {
H A Dvalue.h21 if (m_hValue.IsEmpty()) {
30 if (m_hValue.IsEmpty()) {
39 if (m_hValue.IsEmpty()) {
48 if (m_hValue.IsEmpty()) {
57 if (m_hValue.IsEmpty()) {
66 if (m_hValue.IsEmpty()) {
75 if (m_hValue.IsEmpty()) {
84 if (m_hValue.IsEmpty()) {
93 if (m_hValue.IsEmpty()) {
102 if (m_hValue.IsEmpty()) {
[all...]
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp55 return (stringResult.IsEmpty());
168 if (!config.IsEmpty())
185 if (!installPrompt.IsEmpty() && !assumeYes)
235 if (errorMessage.IsEmpty())
252 if (!executeFile.IsEmpty())
266 if (!switches.IsEmpty())
268 if (!executeParameters.IsEmpty())
274 if (parametersSys.IsEmpty())
295 if (appLaunched.IsEmpty())
316 if (!switches.IsEmpty())
[all...]
/external/google-breakpad/src/common/linux/
H A Dmemory_mapped_file_unittest.cc54 EXPECT_TRUE(mapped_file.content().IsEmpty());
113 EXPECT_FALSE(mapped_file.content().IsEmpty());
121 EXPECT_FALSE(mapped_file.content().IsEmpty());
149 EXPECT_FALSE(mapped_file.content().IsEmpty());
155 EXPECT_FALSE(mapped_file.content().IsEmpty());
163 EXPECT_FALSE(mapped_file.content().IsEmpty());
169 EXPECT_FALSE(mapped_file.content().IsEmpty());
191 EXPECT_FALSE(mapped_file.content().IsEmpty());
201 EXPECT_FALSE(mapped_file.content().IsEmpty());
/external/pdfium/xfa/src/fxbarcode/common/
H A DBC_CommonByteArray.h23 FX_BOOL IsEmpty();
/external/v8/src/profiler/
H A Dunbound-queue.h29 INLINE(bool IsEmpty() const);

Completed in 4646 milliseconds

1234567891011>>