Searched refs:IsEmpty (Results 101 - 125 of 1248) sorted by relevance

1234567891011>>

/external/lzma/CPP/7zip/Archive/7z/
H A D7zItem.h50 if (UnpackSizes.IsEmpty())
226 bool IsEmpty() const function in struct:NArchive::N7z::CArchiveDatabase
228 return (PackSizes.IsEmpty() &&
229 PackCRCsDefined.IsEmpty() &&
230 PackCRCs.IsEmpty() &&
231 Folders.IsEmpty() &&
232 NumUnpackStreamsVector.IsEmpty() &&
233 Files.IsEmpty());
/external/lzma/CPP/7zip/Archive/Common/
H A DItemNameUtils.cpp31 if (name.IsEmpty())
41 if (name.IsEmpty())
H A DParseProperties.cpp14 if (!name.IsEmpty())
20 if(!name.IsEmpty())
83 if (name.IsEmpty())
102 if (s.IsEmpty() || s.CompareNoCase(L"ON") == 0 || s.Compare(L"+") == 0)
152 if (name.IsEmpty())
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_avatar_icon_util_unittest.cc24 ASSERT_FALSE(gfx::test::IsEmpty(image));
42 EXPECT_FALSE(gfx::test::IsEmpty(result));
60 EXPECT_FALSE(gfx::test::IsEmpty(result));
76 EXPECT_FALSE(gfx::test::IsEmpty(result));
96 EXPECT_FALSE(gfx::test::IsEmpty(result));
/external/chromium_org/media/base/
H A Ddecoder_buffer_queue_unittest.cc35 TEST(DecoderBufferQueueTest, IsEmpty) {
37 EXPECT_TRUE(queue.IsEmpty());
40 EXPECT_FALSE(queue.IsEmpty());
47 EXPECT_FALSE(queue.IsEmpty());
51 EXPECT_TRUE(queue.IsEmpty());
/external/chromium_org/mojo/system/
H A Dlocal_message_pipe_endpoint.cc22 DCHECK(message_queue_.IsEmpty()); // Should be implied by not being open.
48 bool was_empty = message_queue_.IsEmpty();
77 if (message_queue_.IsEmpty()) {
117 if (message_queue_.IsEmpty()) {
132 if (!message_queue_.IsEmpty()) {
/external/chromium_org/remoting/host/
H A Dresizing_host_observer.cc29 CHECK(!candidate.IsEmpty());
30 DCHECK(!preferred.IsEmpty());
125 if (!original_resolution_.IsEmpty())
135 if (resolution.IsEmpty())
172 if (original_resolution_.IsEmpty())
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8AbstractEventListener.cpp96 if (jsEvent.IsEmpty())
110 if (jsEvent.IsEmpty())
140 if (savedEvent.IsEmpty())
147 if (returnValue.IsEmpty())
174 if (value.IsEmpty())
H A DPrivateScriptRunner.cpp24 if (message.IsEmpty())
36 if (!resourceName.IsEmpty() && resourceName->IsString())
122 if (compiledClass.IsEmpty()) {
124 if (installedClasses.IsEmpty()) {
128 RELEASE_ASSERT(!installedClasses.IsEmpty());
133 RELEASE_ASSERT(!compiledClass.IsEmpty());
142 RELEASE_ASSERT(!holder.IsEmpty());
147 if (isInitialized.IsEmpty()) {
150 if (!initializeFunction.IsEmpty() && initializeFunction->IsFunction()) {
179 if (context.IsEmpty())
[all...]
H A DV8PerContextData.cpp58 ASSERT(!object.IsEmpty());
60 ASSERT(!prototypeValue.IsEmpty());
85 if (!instanceTemplate.IsEmpty()) {
101 if (function.IsEmpty())
106 if (prototypeTemplate.IsEmpty())
112 if (!prototypeValue.IsEmpty() && prototypeValue->IsObject()) {
130 if (constructor.IsEmpty())
H A DV8ErrorHandler.cpp62 if (!listener.IsEmpty() && listener->IsFunction()) {
67 if (error.IsEmpty())
85 if (!wrappedEvent.IsEmpty()) {
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8InjectedScriptManager.cpp69 if (UNLIKELY(wrapper.IsEmpty()))
102 if (scriptHostWrapper.IsEmpty())
111 ASSERT(!value.IsEmpty());
124 if (global.IsEmpty())
127 if (holder.IsEmpty())
H A DV8MessageEventCustom.cpp53 if (result.IsEmpty()) {
58 if (!mainWorldData.IsEmpty())
80 if (result.IsEmpty()) {
93 if (result.IsEmpty())
126 if (!dataArg.IsEmpty()) {
H A DV8CustomEventCustom.cpp58 if (!result.IsEmpty()) {
67 if (!mainWorldDetail.IsEmpty())
92 if (!detailsArg.IsEmpty()) {
H A DV8HTMLAllCollectionCustom.cpp73 if (index.IsEmpty()) {
77 if (result.IsEmpty())
111 if (index.IsEmpty())
H A DV8PopStateEventCustom.cpp53 if (!result.IsEmpty()) {
65 if (!mainWorldState.IsEmpty())
88 if (!result.IsEmpty()) {
/external/chromium_org/ppapi/tests/
H A Dtest_paint_aggregator.cc53 ASSERT_TRUE(greg.GetPendingUpdate().scroll_rect.IsEmpty());
73 ASSERT_TRUE(greg.GetPendingUpdate().scroll_rect.IsEmpty());
92 ASSERT_TRUE(greg.GetPendingUpdate().scroll_rect.IsEmpty());
110 ASSERT_FALSE(greg.GetPendingUpdate().scroll_rect.IsEmpty());
152 ASSERT_TRUE(greg.GetPendingUpdate().scroll_rect.IsEmpty());
172 ASSERT_FALSE(greg.GetPendingUpdate().scroll_rect.IsEmpty());
193 ASSERT_FALSE(greg.GetPendingUpdate().scroll_rect.IsEmpty());
220 ASSERT_FALSE(greg.GetPendingUpdate().scroll_rect.IsEmpty());
239 ASSERT_TRUE(greg.GetPendingUpdate().scroll_rect.IsEmpty());
257 ASSERT_TRUE(greg.GetPendingUpdate().scroll_rect.IsEmpty());
[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/ppapi/utility/graphics/
H A Dpaint_aggregator.cc85 return !update_.scroll_rect.IsEmpty() || !update_.paint_rects.empty();
137 if (!update_.scroll_rect.IsEmpty()) {
143 if (update_.paint_rects[update_.paint_rects.size() - 1].IsEmpty())
160 if (!update_.scroll_rect.IsEmpty() && update_.scroll_rect != clip_rect) {
189 if (update_.paint_rects[i].IsEmpty()) {
217 if (!rect.IsEmpty()) {
259 if (update_.scroll_rect.IsEmpty()) {
/external/chromium_org/base/
H A Did_map_unittest.cc25 EXPECT_TRUE(map.IsEmpty());
32 EXPECT_FALSE(map.IsEmpty());
37 EXPECT_FALSE(map.IsEmpty());
44 EXPECT_FALSE(map.IsEmpty());
48 EXPECT_TRUE(map.IsEmpty());
82 EXPECT_TRUE(map.IsEmpty());
86 EXPECT_TRUE(map.IsEmpty());
234 EXPECT_TRUE(map.IsEmpty());
244 EXPECT_TRUE(map.IsEmpty());
/external/chromium_org/ash/touch/
H A Dtouchscreen_util.cc28 !state->GetNativeModeSize().IsEmpty() &&
53 native_size.IsEmpty())
91 !state->GetNativeModeSize().IsEmpty() &&
/external/chromium_org/content/renderer/manifest/
H A Dmanifest_parser_unittest.cc40 ASSERT_TRUE(manifest.IsEmpty());
52 ASSERT_TRUE(manifest.IsEmpty());
65 ASSERT_FALSE(manifest.IsEmpty());
92 ASSERT_FALSE(manifest.IsEmpty());
120 ASSERT_FALSE(manifest.IsEmpty());
175 EXPECT_FALSE(manifest.IsEmpty());
238 EXPECT_FALSE(manifest.IsEmpty());
333 EXPECT_TRUE(manifest.IsEmpty());
340 EXPECT_TRUE(manifest.IsEmpty());
347 EXPECT_TRUE(manifest.IsEmpty());
[all...]
/external/chromium_org/extensions/renderer/
H A Dlogging_native_handler.cc77 if (stack_trace.IsEmpty() || stack_trace->GetFrameCount() <= 0) {
82 CHECK(!frame.IsEmpty());
96 if (v8_string.IsEmpty())
/external/chromium_org/net/cert/
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_read_queue_unittest.cc36 EXPECT_FALSE(queue->IsEmpty());
53 while (!queue->IsEmpty()) {
71 EXPECT_TRUE(queue->IsEmpty());

Completed in 915 milliseconds

1234567891011>>