Searched refs:empty (Results 1 - 25 of 2643) sorted by relevance

1234567891011>>

/external/mesa3d/src/glsl/glcpp/tests/
H A D068-accidental-pasting.c1 #define empty macro
2 <empty<
3 <empty=
4 >empty>
5 >empty=
6 =empty=
7 !empty=
8 &empty&
9 |empty|
10 +empty
[all...]
/external/clang/test/CodeGen/
H A D2007-02-04-EmptyStruct.c4 struct empty { }; struct
6 void foo(struct empty *p) {
/external/webkit/Source/WebKit/chromium/src/
H A DWebCrossOriginPreflightResultCache.cpp40 WebCore::CrossOriginPreflightResultCache::shared().empty();
/external/clang/test/CodeGenCXX/
H A D2004-09-27-DidntEmitTemplate.cpp15 bool empty() const { return true; } function in struct:basic_string
20 return X.empty();
/external/chromium/chrome/browser/
H A Dbrowsing_data_database_helper_unittest.cc25 ASSERT_TRUE(helper->empty());
27 ASSERT_FALSE(helper->empty());
29 ASSERT_TRUE(helper->empty());
H A Dbrowsing_data_indexed_db_helper_unittest.cc25 ASSERT_TRUE(helper->empty());
27 ASSERT_FALSE(helper->empty());
29 ASSERT_TRUE(helper->empty());
H A Dbrowsing_data_local_storage_helper_unittest.cc23 ASSERT_TRUE(helper->empty());
25 ASSERT_FALSE(helper->empty());
27 ASSERT_TRUE(helper->empty());
H A Dcontent_setting_image_model_unittest.cc37 EXPECT_TRUE(content_setting_image_model->get_tooltip().empty());
45 EXPECT_FALSE(content_setting_image_model->get_tooltip().empty());
59 EXPECT_TRUE(content_setting_image_model->get_tooltip().empty());
67 EXPECT_FALSE(content_setting_image_model->get_tooltip().empty());
79 EXPECT_FALSE(content_setting_image_model->get_tooltip().empty());
87 EXPECT_FALSE(content_setting_image_model->get_tooltip().empty());
/external/chromium/chrome/common/extensions/
H A Dupdate_manifest_unittest.cc124 EXPECT_FALSE(parser.errors().empty());
127 EXPECT_TRUE(parser.results().list.empty());
128 EXPECT_FALSE(parser.errors().empty());
131 EXPECT_TRUE(parser.results().list.empty());
132 EXPECT_FALSE(parser.errors().empty());
135 EXPECT_TRUE(parser.results().list.empty());
136 EXPECT_FALSE(parser.errors().empty());
139 EXPECT_TRUE(parser.results().list.empty());
140 EXPECT_FALSE(parser.errors().empty());
144 EXPECT_TRUE(parser.errors().empty());
[all...]
H A Dextension_resource.cc25 if (extension_root_.empty() || relative_path_.empty()) {
26 DCHECK(full_resource_path_.empty());
31 if (!full_resource_path_.empty())
83 if (full_resource_path_.empty())
/external/chromium/base/memory/
H A Dscoped_temp_dir.cc14 if (!path_.empty() && !Delete())
19 if (!path_.empty())
32 if (!path_.empty())
50 if (!path_.empty())
62 if (path_.empty())
83 return !path_.empty() && file_util::DirectoryExists(path_);
/external/webkit/Source/WebCore/rendering/
H A DRenderWordBreak.cpp35 : RenderText(element, StringImpl::empty())
/external/webkit/Source/WebKit/mac/Misc/
H A DWebCache.h31 + (void)empty; variable
/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_utils_linux.cc14 if (!home.empty()) {
/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_tab_helper.cc34 // If search_string is empty, it means FindNext was pressed with a keyboard
36 if (search_string.empty() && find_text_.empty()) {
42 if (!previous_find_text_.empty())
44 else if (!last_search_prepopulate_text.empty())
54 // or if the passed in search text is empty (FindNext keyboard shortcut). The
59 bool find_next = (find_text_ == search_string || search_string.empty()) &&
65 if (!search_string.empty())
90 if (!find_text_.empty())
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h24 // and an object with all zero fields should represent a valid empty list.
34 bool empty() const { return size_ == 0; } function in struct:__sanitizer::IntrusiveList
38 if (empty()) {
51 if (empty()) {
63 CHECK(!empty());
75 if (empty()) {
77 } else if (!l->empty()) {
87 if (empty()) {
/external/chromium/net/disk_cache/
H A Deviction.h30 // If empty is true, the whole cache will be trimmed, regardless of being in
32 void TrimCache(bool empty);
45 void TrimDeletedList(bool empty);
53 bool EvictEntry(CacheRankingsBlock* node, bool empty, Rankings::List list);
58 void TrimCacheV2(bool empty);
65 void TrimDeleted(bool empty);
/external/llvm/tools/bugpoint/
H A DFindBugs.cpp41 if (ReferenceOutputFile.empty()) {
80 if (!Error.empty()) {
93 if (Error.empty() && Diff) {
96 if (Error.empty())
99 if (!Error.empty()) {
/external/clang/lib/Basic/
H A DVersionTuple.cpp40 if (input.empty()) return true;
47 while (!input.empty()) {
63 if (input.empty()) {
73 if (input.empty()) {
84 if (!input.empty()) return true;
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_browsertest.cc65 EXPECT_TRUE(location_bar->GetInputString().empty());
73 EXPECT_TRUE(location_bar->GetInputString().empty());
80 EXPECT_TRUE(location_bar->GetInputString().empty());
86 EXPECT_TRUE(location_bar->GetInputString().empty());
94 EXPECT_TRUE(location_bar->GetInputString().empty());
114 EXPECT_TRUE(location_bar->GetInputString().empty());
115 EXPECT_TRUE(location_bar->location_entry()->GetText().empty());
130 EXPECT_TRUE(location_bar->GetInputString().empty());
135 EXPECT_TRUE(result.empty()) << AutocompleteResultAsString(result);
141 // Make sure that tabbing away from an empty omniba
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp48 if (FS.empty() && CPU.empty())
50 else if (!CPU.empty())
/external/chromium/chrome/browser/password_manager/
H A Dencryptor_password_mac_unittest.cc17 EXPECT_FALSE(password.GetEncryptorPassword().empty());
28 EXPECT_FALSE(password.GetEncryptorPassword().empty());
33 // Test that if get denied access by the user then we return an empty password.
39 EXPECT_TRUE(password.GetEncryptorPassword().empty());
44 // Test that if some random other error happens then we return an empty
50 EXPECT_TRUE(password.GetEncryptorPassword().empty());
61 EXPECT_FALSE(password1.empty());
69 EXPECT_FALSE(password2.empty());
/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_store_interface_unittest.cc37 EXPECT_TRUE(store_pass.policy_map().empty());
39 EXPECT_TRUE(store_pass.policy_map().empty());
41 EXPECT_FALSE(store_pass.policy_map().empty());
50 EXPECT_TRUE(store_block.policy_map().empty());
52 EXPECT_TRUE(store_block.policy_map().empty());
54 EXPECT_TRUE(store_block.policy_map().empty());
/external/llvm/unittests/ADT/
H A DPackedVectorTest.cpp24 EXPECT_TRUE(Vec.empty());
28 EXPECT_FALSE(Vec.empty());
32 EXPECT_FALSE(Vec.empty());
36 EXPECT_FALSE(Vec2.empty());
40 EXPECT_TRUE(Vec.empty());
57 EXPECT_FALSE(Vec.empty());
/external/chromium/base/
H A Dtask_queue.cc31 return queue_.empty();
35 // Nothing to run if our queue is empty.
36 if (queue_.empty())

Completed in 749 milliseconds

1234567891011>>