Searched defs:IsEmpty (Results 51 - 75 of 144) sorted by relevance

123456

/external/lzma/CPP/7zip/Archive/7z/
H A D7zCompressionMode.h40 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } function in struct:NArchive::N7z::CCompressionMethodMode
/external/chromium_org/cc/base/
H A Dregion.cc45 bool Region::IsEmpty() const { function in class:cc::Region
58 if (rect.IsEmpty())
64 if (region.IsEmpty())
109 if (IsEmpty())
H A Dsimple_enclosed_region.h40 bool IsEmpty() const { return rect_.IsEmpty(); } function in class:cc::SimpleEnclosedRegion
42 size_t GetRegionComplexity() const { return rect_.IsEmpty() ? 0 : 1; }
71 bool both_empty = rect_.IsEmpty() && other.rect_.IsEmpty();
/external/chromium_org/cc/output/
H A Dcopy_output_request.h42 bool IsEmpty() const { return result_callback_.is_null(); } function in class:cc::CopyOutputRequest
H A Dfilter_operations.cc45 bool FilterOperations::IsEmpty() const { function in class:cc::FilterOperations
/external/chromium_org/components/url_matcher/
H A Dregex_set_matcher.cc63 bool RegexSetMatcher::IsEmpty() const { function in class:url_matcher::RegexSetMatcher
/external/chromium_org/content/renderer/media/
H A Dtagged_list.h79 bool IsEmpty() const { function in class:content::TaggedList
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfifo_char.cc27 bool FIFOChar::IsEmpty() { function in class:nacl_io::FIFOChar
/external/chromium_org/net/cert/
H A Dtest_root_certs_mac.cc64 bool TestRootCerts::IsEmpty() const { function in class:net::TestRootCerts
69 if (IsEmpty())
H A Dtest_root_certs_win.cc119 if (!ok || TestRootCerts::GetInstance()->IsEmpty() ||
170 bool TestRootCerts::IsEmpty() const { function in class:net::TestRootCerts
175 if (IsEmpty())
/external/chromium_org/net/spdy/
H A Dspdy_write_queue.cc37 bool SpdyWriteQueue::IsEmpty() const { function in class:net::SpdyWriteQueue
/external/chromium_org/third_party/webrtc/base/
H A Datomicops.h100 if (IsEmpty()) {
131 int IsEmpty() const { return pushed_count_ == popped_count_; } function in class:rtc::FixedSizeLockFreeQueue
/external/chromium_org/v8/src/
H A Dhydrogen-gvn.h30 bool IsEmpty() const { return bits_ == 0; } function in class:v8::internal::FINAL
/external/lldb/include/lldb/Core/
H A DConstString.h359 IsEmpty () const function in class:lldb_private::ConstString
/external/lldb/source/Target/
H A DSectionLoadList.cpp29 SectionLoadList::IsEmpty() const function in class:SectionLoadList
/external/chromium_org/cc/resources/
H A Deviction_tile_priority_queue.cc22 if (a->IsEmpty() || b->IsEmpty())
23 return b->IsEmpty() < a->IsEmpty();
107 bool EvictionTilePriorityQueue::IsEmpty() const { function in class:cc::EvictionTilePriorityQueue
108 return paired_queues_.empty() || paired_queues_.front()->IsEmpty();
112 DCHECK(!IsEmpty());
117 DCHECK(!IsEmpty());
146 bool EvictionTilePriorityQueue::PairedPictureLayerQueue::IsEmpty() const { function in class:cc::EvictionTilePriorityQueue::PairedPictureLayerQueue
152 DCHECK(!IsEmpty());
[all...]
H A Dprioritized_tile_set.cc91 bool PrioritizedTileSet::IsEmpty() { function in class:cc::PrioritizedTileSet
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_schema_graph.py379 def IsEmpty(self): member in class:APISchemaGraph
/external/chromium_org/components/autofill/core/browser/
H A Dphone_number.cc225 if (IsEmpty())
237 bool PhoneNumber::PhoneCombineHelper::IsEmpty() const { function in class:autofill::PhoneNumber::PhoneCombineHelper
/external/chromium_org/components/invalidation/
H A Dsingle_object_invalidation_set.cc42 bool SingleObjectInvalidationSet::IsEmpty() const { function in class:syncer::SingleObjectInvalidationSet
/external/chromium_org/components/password_manager/core/browser/
H A Dtest_password_store.cc27 bool TestPasswordStore::IsEmpty() const { function in class:password_manager::TestPasswordStore
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_store_unittest.cc101 bool IsEmpty() { function in class:policy::ComponentCloudPolicyStoreTest
215 EXPECT_TRUE(IsEmpty());
217 EXPECT_TRUE(IsEmpty());
246 EXPECT_TRUE(IsEmpty());
255 EXPECT_FALSE(IsEmpty());
275 EXPECT_FALSE(IsEmpty());
296 EXPECT_FALSE(IsEmpty());
/external/chromium_org/components/policy/core/common/
H A Dpolicy_bundle_unittest.cc77 bool IsEmpty(const PolicyBundle& bundle) { function in namespace:policy::__anon6738
85 EXPECT_TRUE(IsEmpty(bundle));
89 EXPECT_FALSE(IsEmpty(bundle));
107 EXPECT_FALSE(IsEmpty(bundle));
109 EXPECT_TRUE(IsEmpty(bundle));
120 EXPECT_FALSE(IsEmpty(bundle0));
121 EXPECT_TRUE(IsEmpty(bundle1));
131 EXPECT_TRUE(IsEmpty(bundle0));
132 EXPECT_FALSE(IsEmpty(bundle1));
140 EXPECT_FALSE(IsEmpty(bundle
[all...]
/external/chromium_org/media/cast/net/
H A Dudp_transport.cc26 bool IsEmpty(const net::IPEndPoint& addr) { function in namespace:media::cast::__anon8614
60 DCHECK(!IsEmpty(local_end_point) || !IsEmpty(remote_end_point));
72 if (!IsEmpty(local_addr_)) {
78 } else if (!IsEmpty(remote_addr_)) {
144 if (IsEmpty(remote_addr_)) {
201 } else if (!IsEmpty(remote_addr_)) {
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dconnector_unittest.cc30 bool IsEmpty() const { function in class:mojo::test::__anon8776::MessageAccumulator
31 return queue_.IsEmpty();
127 ASSERT_FALSE(accumulator.IsEmpty());
153 ASSERT_FALSE(accumulator.IsEmpty());
179 ASSERT_FALSE(accumulator.IsEmpty());
208 ASSERT_FALSE(accumulator.IsEmpty());
237 ASSERT_FALSE(accumulator.IsEmpty());
246 ASSERT_TRUE(accumulator.IsEmpty());
298 ASSERT_FALSE(accumulator.IsEmpty());
326 ASSERT_FALSE(accumulator.IsEmpty());
[all...]

Completed in 917 milliseconds

123456