/external/tinyxml/ |
tinystr.h | 62 // TiXmlString empty constructor 138 // Checks if a TiXmlString is empty 139 bool empty () const { return rep_->size == 0; } function in class:TiXmlString
|
/frameworks/compile/mclinker/include/mcld/Support/ |
HandleToArea.h | 101 bool empty() const function in class:mcld::HandleToArea 102 { return m_AreaMap.empty(); }
|
/frameworks/compile/mclinker/include/mcld/Target/ |
GOT.h | 77 bool empty() const function in class:mcld::GOT 78 { return m_SectionData->empty(); } 83 /// reserve - reseve number of pNum of empty entries 85 /// needed. If an entry is needed, the empty entry is reserved for layout
|
SymbolEntryMap.h | 48 bool empty() const { return m_Pool.empty(); } function in class:mcld::SymbolEntryMap
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
ieee754.h | 140 unsigned int empty:16; member in struct:ieee854_long_double::__anon37413 148 unsigned int empty:16; member in struct:ieee854_long_double::__anon37413 156 unsigned int empty:16; member in struct:ieee854_long_double::__anon37413 167 unsigned int empty:16; member in struct:ieee854_long_double::__anon37414 177 unsigned int empty:16; member in struct:ieee854_long_double::__anon37414 189 unsigned int empty:16; member in struct:ieee854_long_double::__anon37414
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
ieee754.h | 140 unsigned int empty:16; member in struct:ieee854_long_double::__anon39003 148 unsigned int empty:16; member in struct:ieee854_long_double::__anon39003 156 unsigned int empty:16; member in struct:ieee854_long_double::__anon39003 167 unsigned int empty:16; member in struct:ieee854_long_double::__anon39004 177 unsigned int empty:16; member in struct:ieee854_long_double::__anon39004 189 unsigned int empty:16; member in struct:ieee854_long_double::__anon39004
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
ieee754.h | 140 unsigned int empty:16; member in struct:ieee854_long_double::__anon40518 148 unsigned int empty:16; member in struct:ieee854_long_double::__anon40518 156 unsigned int empty:16; member in struct:ieee854_long_double::__anon40518 167 unsigned int empty:16; member in struct:ieee854_long_double::__anon40519 177 unsigned int empty:16; member in struct:ieee854_long_double::__anon40519 189 unsigned int empty:16; member in struct:ieee854_long_double::__anon40519
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
RangeManip.cpp | 59 bool RangeList::empty() const{ function in class:RangeList 60 return list.empty(); 105 if(list.empty()) return;
|
/art/runtime/ |
safe_map.h | 51 bool empty() const { return map_.empty(); } function in class:art::SafeMap
|
/bionic/libc/stdio/ |
findfp.c | 80 static FILE empty; local 95 *p = empty;
|
/bionic/tests/ |
fortify_test.cpp | 33 char empty[0]; member in struct:foo 136 ASSERT_EXIT(strcpy(myfoo.empty, src), 150 ASSERT_EXIT(strcpy(myfoo.empty, src),
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
ObjectStack.java | 121 * @throws EmptyStackException if this stack is empty. 139 * @throws EmptyStackException if this stack is empty. 157 * @throws EmptyStackException if this stack is empty. 171 * Tests if this stack is empty. 173 * @return <code>true</code> if this stack is empty; 177 public boolean empty() method in class:ObjectStack
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1TaggedObject.java | 15 boolean empty = false; field in class:ASN1TaggedObject 106 if (tagNo != other.tagNo || empty != other.empty || explicit != other.explicit) 167 return empty;
|
/external/chromium/base/ |
file_path.h | 174 bool empty() const { return path_.empty(); } function in class:FilePath 216 // Returns ".jpg" for path "C:\pics\jojo.jpg", or an empty string if 217 // the file has no extension. If non-empty, Extension() will always start 243 // empty, then the extension is removed from |file_name|. 289 // Return the path as ASCII, or the empty string if the path is not ASCII.
|
/external/chromium/base/memory/ |
scoped_vector.h | 33 bool empty() const { return v.empty(); } function in class:ScopedVector
|
/external/chromium/chrome/browser/ |
browsing_data_appcache_helper.cc | 142 bool CannedBrowsingDataAppCacheHelper::empty() const { function in class:CannedBrowsingDataAppCacheHelper 143 return info_collection_->infos_by_origin.empty();
|
browsing_data_local_storage_helper.cc | 96 for (FilePath file_path = file_enumerator.Next(); !file_path.empty(); 178 bool CannedBrowsingDataLocalStorageHelper::empty() const { function in class:CannedBrowsingDataLocalStorageHelper 180 return local_storage_info_.empty() && pending_local_storage_info_.empty();
|
/external/chromium/chrome/browser/extensions/ |
apps_promo.cc | 20 std::string empty; local 21 local_state->RegisterStringPref(prefs::kNTPWebStorePromoId, empty); 22 local_state->RegisterStringPref(prefs::kNTPWebStorePromoHeader, empty); 23 local_state->RegisterStringPref(prefs::kNTPWebStorePromoButton, empty); 24 local_state->RegisterStringPref(prefs::kNTPWebStorePromoLink, empty); 25 local_state->RegisterStringPref(prefs::kNTPWebStorePromoExpire, empty); 152 } else if (installed_ids.empty()) { 167 if (!installed_ids.empty())
|
/external/chromium/testing/gtest/test/ |
gtest-tuple_test.cc | 147 tuple<> empty; local
|
/external/chromium_org/ash/wm/overview/ |
window_selector_panels.cc | 147 bool WindowSelectorPanels::empty() const { function in class:ash::WindowSelectorPanels 148 return transform_windows_.empty();
|
/external/chromium_org/base/files/ |
file_path.h | 182 bool empty() const { return path_.empty(); } function in class:base::FilePath 224 // Returns ".jpg" for path "C:\pics\jojo.jpg", or an empty string if 225 // the file has no extension. If non-empty, Extension() will always start 267 // |extension| is empty. Returns "" if BaseName() == "." or "..". 273 // empty, then the extension is removed from |file_name|. 310 // the input path is empty, an empty FilePath will be returned. 327 // Return the path as ASCII, or the empty string if the path is not ASCII.
|
/external/chromium_org/base/i18n/ |
rtl_unittest.cc | 80 // Test empty string. 161 // Test empty string. 214 // Test empty path. 256 string16 empty; local 257 WrapStringWithLTRFormatting(&empty); 258 EXPECT_TRUE(empty.empty()); 259 WrapStringWithRTLFormatting(&empty); 260 EXPECT_TRUE(empty.empty()); [all...] |
/external/chromium_org/base/prefs/ |
pref_service_unittest.cc | 288 base::DictionaryValue empty; local 289 observer_.Expect(kName, &empty); 290 prefs_.Set(kName, empty); 314 base::ListValue empty; local 315 observer_.Expect(kName, &empty); 316 prefs_.Set(kName, empty);
|
/external/chromium_org/cc/output/ |
filter_operations_unittest.cc | 546 // Tests blending non-empty sequences that have the same length and matching 584 FilterOperations empty; local 591 FilterOperations blended = empty.Blend(filters, -0.75); 598 blended = empty.Blend(filters, 0.75); 605 blended = empty.Blend(filters, 1.5); 612 blended = filters.Blend(empty, -0.75); 619 blended = filters.Blend(empty, 0.75); 626 blended = filters.Blend(empty, 1.5); 635 FilterOperations empty; local 637 FilterOperations blended = empty.Blend(empty, -0.75) [all...] |
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_appcache_helper.cc | 131 bool CannedBrowsingDataAppCacheHelper::empty() const { function in class:CannedBrowsingDataAppCacheHelper 132 return info_collection_->infos_by_origin.empty();
|