HomeSort by relevance Sort by last modified time
    Searched refs:IsEmpty (Results 1 - 25 of 526) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/unittests/
locked-queue-unittest.cc 19 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/
test-unbound-queue.cc 41 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...]
test-constantpool.cc 31 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/
gmock-more-matchers.h 48 MATCHER(IsEmpty, negation ? "isn't empty" : "is empty") {
  /external/lzma/CPP/7zip/UI/Common/
TempFiles.cpp 14 while (!Paths.IsEmpty())
SetProperties.cpp 22 if (*end != 0 || s.IsEmpty())
32 if (properties.IsEmpty())
49 if (property.Value.IsEmpty())
51 if (!name.IsEmpty())
  /external/libbrillo/brillo/
any.cc 40 if (IsEmpty())
47 if (!IsEmpty())
57 bool Any::IsEmpty() const {
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";
any_internal_impl_unittest.cc 15 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...]
any_unittest.cc 17 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/
7zCompressionMode.h 39 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); }
  /external/dng_sdk/source/
dng_rect.cpp 76 if (c.IsEmpty ())
93 if (a.IsEmpty ())
98 if (b.IsEmpty ())
129 if (c.IsEmpty ())
146 if (a.IsEmpty ())
151 if (b.IsEmpty ())
dng_area_task.cpp 104 if (repeatingTile1.IsEmpty ())
109 if (repeatingTile2.IsEmpty ())
114 if (repeatingTile3.IsEmpty ())
195 if (repeatingTile1.IsEmpty ())
200 if (repeatingTile2.IsEmpty ())
205 if (repeatingTile3.IsEmpty ())
  /external/pdfium/core/src/fxcrt/
fx_xml_composer.cpp 14 if (bsFullName.IsEmpty()) {
38 ASSERT(!qTagName.IsEmpty());
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_program.cpp 21 if (!m_pErrorInfo.message.IsEmpty()) {
25 if (!m_pErrorInfo.message.IsEmpty()) {
  /external/webrtc/webrtc/modules/video_coding/
timestamp_map.cc 39 while (!IsEmpty()) {
60 bool VCMTimestampMap::IsEmpty() const {
timestamp_map.h 37 bool IsEmpty() const;
  /system/update_engine/payload_generator/
payload_generation_config_unittest.cc 34 EXPECT_FALSE(image_config.partitions[0].postinstall.IsEmpty());
49 EXPECT_TRUE(image_config.partitions[0].postinstall.IsEmpty());
  /external/v8/src/
locked-queue.h 26 inline bool IsEmpty() const;
  /external/v8/src/profiler/
unbound-queue.h 29 INLINE(bool IsEmpty() const);
  /external/lzma/CPP/7zip/Archive/Common/
ItemNameUtils.cpp 44 if (name.IsEmpty())
54 if (!name.IsEmpty())
68 if (name.IsEmpty())
  /external/pdfium/xfa/src/fxjse/src/
util_inline.h 15 ASSERT(!hObject.IsEmpty());
22 ASSERT(!hJSObject.IsEmpty());
29 if (hProtoObject.IsEmpty() || !hProtoObject->IsObject()) {
value.h 21 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...]
  /art/runtime/gc/
reference_queue_test.cc 34 ASSERT_TRUE(queue.IsEmpty());
45 ASSERT_TRUE(!queue.IsEmpty());
48 ASSERT_TRUE(!queue.IsEmpty());
54 ASSERT_TRUE(!queue.IsEmpty());
58 ASSERT_TRUE(queue.IsEmpty());
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
SfxSetup.cpp 55 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/
memory_mapped_file_unittest.cc 54 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());

Completed in 257 milliseconds

1 2 3 4 5 6 7 8 91011>>