Searched refs:empty (Results 226 - 250 of 8144) sorted by relevance

1234567891011>>

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h52 bool empty() const { return Pool.empty(); } function in class:llvm::DwarfStringPool
/external/llvm/lib/CodeGen/
H A DPHIEliminationUtils.cpp25 if (MBB->empty())
43 if (DefUsesInMBB.empty()) {
/external/llvm/lib/ExecutionEngine/
H A DEventListenerCommon.h37 if (Filename.empty()) {
46 if (P.empty()) {
/external/openfst/src/bin/
H A Dfstconcat.cc47 if (in1_name.empty() && in2_name.empty()) {
H A Dfstequal.cc45 if (in1_name.empty() && in2_name.empty()) {
/external/stlport/test/unit/
H A Dqueue_test.cpp47 CPPUNIT_ASSERT(q.empty());
63 CPPUNIT_ASSERT(q.empty());
H A Dstack_test.cpp45 CPPUNIT_ASSERT(s.empty());
59 CPPUNIT_ASSERT(s.empty());
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction_unittest.cc171 EXPECT_TRUE(transaction->task_queue_.empty());
172 EXPECT_TRUE(transaction->preemptive_task_queue_.empty());
180 EXPECT_TRUE(transaction->task_queue_.empty());
181 EXPECT_TRUE(transaction->preemptive_task_queue_.empty());
193 EXPECT_FALSE(transaction->task_queue_.empty());
194 EXPECT_TRUE(transaction->preemptive_task_queue_.empty());
201 EXPECT_TRUE(transaction->task_queue_.empty());
202 EXPECT_TRUE(transaction->preemptive_task_queue_.empty());
213 EXPECT_TRUE(transaction->task_queue_.empty());
214 EXPECT_TRUE(transaction->preemptive_task_queue_.empty());
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcall-stack.rb12 if parts.empty?
/external/chromium-libpac/src/
H A Dproxy_resolver_js_bindings.cc51 if (my_hostname.empty())
58 if (my_hostname.empty())
83 if (!address_list_str.empty())
86 if (address_string.empty())
/external/chromium_org/base/message_loop/
H A Dincoming_task_queue.cc50 return incoming_queue_.empty();
55 DCHECK(work_queue->empty());
59 if (!incoming_queue_.empty())
62 // Reset the count of high resolution tasks since our queue is now empty.
108 bool was_empty = incoming_queue_.empty();
/external/chromium_org/base/
H A Dsys_info_linux.cc34 DCHECK(!contents.empty());
35 if (!contents.empty() && contents[contents.length() - 1] == '\n') {
85 DCHECK(!contents.empty());
86 if (!contents.empty()) {
/external/chromium_org/chrome/browser/extensions/api/command_line_private/
H A Dcommand_line_private_api.cc17 const char kEmptySwitchName[] = "Switch name is empty.";
29 if (params->name.empty()) {
/external/chromium_org/chrome/browser/
H A Dfullscreen_aurax11.cc29 if (all_windows.empty())
H A Dupgrade_detector_impl_unittest.cc78 EXPECT_TRUE(notifications_listener.notifications_received().empty());
83 EXPECT_TRUE(notifications_listener.notifications_received().empty());
99 EXPECT_TRUE(notifications_listener.notifications_received().empty());
104 EXPECT_TRUE(notifications_listener.notifications_received().empty());
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dpicasa_finder.cc45 if (value.empty())
53 if (path.empty() && !PathService::Get(base::DIR_LOCAL_APP_DATA, &path))
62 if (path.empty() && !PathService::Get(base::DIR_APP_DATA, &path))
88 if (!database_path.empty()) {
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dportable_device_map_service.cc28 DCHECK(!device_location.empty());
37 DCHECK(!device_location.empty());
47 DCHECK(!device_location.empty());
57 DCHECK(!device_location.empty());
/external/chromium_org/chrome/browser/ui/app_list/search/people/
H A Dperson.cc90 if (person->id.empty() ||
91 person->owner_id.empty() ||
92 person->display_name.empty() ||
93 person->email.empty() ||
/external/chromium_org/chrome/browser/ui/passwords/
H A Dsave_password_refusal_combobox_model.cc30 return items_[index].empty();
/external/chromium_org/chrome/installer/launcher_support/
H A Dchrome_launcher_support.cc54 // specified product's "ClientState" registry key. Returns an empty FilePath if
74 if (setup_exe_path.empty())
76 // If we fail again, then setup_exe_path would be empty.
82 // empty base::FilePath if none found, or if |setup_exe_path| is empty.
85 if (!setup_exe_path.empty()) {
111 if (chrome_path.empty())
113 if (chrome_path.empty())
/external/chromium_org/chromeos/network/
H A Dnetwork_profile.h30 return userhash.empty() ? TYPE_SHARED : TYPE_USER;
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_data_model.cc26 return !origin_.empty() && !GURL(origin_).is_valid();
/external/chromium_org/content/browser/appcache/
H A Dappcache_working_set.cc17 DCHECK(caches_.empty());
18 DCHECK(groups_.empty());
19 DCHECK(groups_by_origin_.empty());
62 if (groups_in_origin->empty())
/external/chromium_org/content/browser/battery_status/
H A Dbattery_status_service.cc39 if (callback_list_.empty()) {
59 if (callback_list_.empty()) {
78 if (callback_list_.empty())
87 if (!callback_list_.empty())
/external/chromium_org/content/public/common/
H A Dmanifest.cc33 icons.empty();

Completed in 1499 milliseconds

1234567891011>>