Searched defs:empty (Results 126 - 150 of 312) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h96 /// empty initially, any existing registers are ignored.
126 bool empty() const { return size() == 0; } function in class:llvm::LiveRangeEdit
/external/llvm/include/llvm/Support/
H A DPathV1.h74 /// invalid Path value which is permitted: the empty path. The class should
75 /// never allow a syntactically invalid non-empty path name to be assigned.
77 /// situations. If the path is empty, the isValid operation will return
108 /// @returns an invalid path (empty) on error
164 /// In extremis, this function may fail and return an empty path.
169 /// empty one. Other invalid names are not permitted. Empty paths are
172 /// @brief Construct an empty (and invalid) path.
240 /// This function determines if the contents of the path name are empty.
242 /// if the file is empty. To get the length of the file itself, Use the
245 /// @returns true iff the path is empty
292 unsigned empty() const { return path.empty(); } function in class:llvm::sys::Path
[all...]
/external/llvm/lib/CodeGen/
H A DLiveIntervalUnion.h74 bool empty() const { return Segments.empty(); } function in class:llvm::LiveIntervalUnion
/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.h71 // Is this set empty?
72 inline bool empty() const;
191 inline bool UnknownFieldSet::empty() const { function in class:google::protobuf::UnknownFieldSet
192 return fields_ == NULL || fields_->empty();
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
H A DSDL_win32_main.c164 int empty; local
179 empty = (fgetc(file) == EOF) ? 1 : 0;
181 if ( empty ) {
189 empty = (fgetc(file) == EOF) ? 1 : 0;
191 if ( empty ) {
/external/regex-re2/re2/
H A Dprog.cc37 void Prog::Inst::InitEmptyWidth(EmptyOp empty, uint32 out) { argument
40 empty_ = empty;
H A Dstringpiece.h52 bool empty() const { return length_ == 0; } function in class:re2::StringPiece
/external/skia/include/core/
H A DSkTArray.h52 * Creates an empty array with no initial storage
63 * Creates an empty array that will preallocate space for reserveCount
120 * Is the array empty.
122 bool empty() const { return !fCount; } function in class:SkTArray
272 * Creates an empty array that will use the passed storage block until it
/external/stlport/stlport/stl/
H A D_map.h171 bool empty() const { return _M_t.empty(); } function in class:map
357 bool empty() const { return _M_t.empty(); } function in class:multimap
H A D_set.h159 bool empty() const { return _M_t.empty(); } function in class:set
330 bool empty() const { return _M_t.empty(); } function in class:multiset
/external/stlport/stlport/stl/debug/
H A D_list.h177 bool empty() const { return _M_non_dbg_impl.empty(); } function in class:list
181 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
185 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
189 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
193 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
264 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
271 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
H A D_tree.h166 bool empty() const { return _M_non_dbg_impl.empty(); } function in class:_Rb_tree
H A D_vector.h159 bool empty() const { return _M_non_dbg_impl.empty(); } function in class:vector
249 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
253 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
257 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
261 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
342 _STLP_VERBOSE_ASSERT(!empty(), _StlMsg_EMPTY_CONTAINER)
/external/stlport/stlport/stl/pointers/
H A D_vector.h93 bool empty() const { return _M_impl.empty(); } function in class:vector
/external/valgrind/main/none/tests/x86-linux/
H A Dseg_override.c82 unsigned int empty:25; member in struct:modify_ldt_ldt_s
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParser.cpp202 Vector<xmlChar> empty; local
203 m_bufferedText.swap(empty);
/external/webkit/Source/WebCore/page/
H A DDOMSelection.cpp248 void DOMSelection::empty() function in class:WebCore::DOMSelection
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
H A DWebAutofill.cpp282 // Set an empty profile. This will ensure that when autofill is enabled,
289 // profile to a non-empty string so that any field type can trigger the autofill
291 // field is an empty string.
292 static const string16 empty = string16(ASCIIToUTF16("a")); local
293 setProfile(empty, empty, empty, empty, empty, empty, empt
[all...]
/external/yaffs2/yaffs2/direct/
H A Dyaffs_ramem2k.c57 int empty; // is this empty? member in struct:__anon16652
105 blk->page[i]->empty = 1;
214 ned.block[blk]->page[pg]->empty = 0;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_thread.c423 int empty = -1; local
435 else if(empty < 0 && ps[i].pfd.fd == -1)
436 empty = i;
438 if(empty >= 0)
441 set_poll(&ps[empty], fd, type, flags, user_id);
/external/chromium/base/
H A Dstring_util_unittest.cc429 // Convert empty strings.
431 std::string empty; local
432 EXPECT_EQ(empty, WideToASCII(wempty));
433 EXPECT_EQ(wempty, ASCIIToWide(empty));
1076 // Providing an empty list of characters should return false but for the empty
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete.cc85 !canonicalized_url.host().empty()))
97 if (type == FORCED_QUERY && !text->empty() && (*text)[0] == L'?')
152 // |parts->scheme| might be empty, e.g. if the user typed "C:\foo".
253 // If we have an empty host it can't be a URL.
265 if (!desired_tld.empty()) {
343 return desired_tld.empty() ? UNKNOWN : REQUESTED_URL;
402 return desired_tld.empty() ? UNKNOWN : REQUESTED_URL;
526 if (matches_.empty())
589 if (old_matches.empty())
592 if (empty()) {
683 bool AutocompleteResult::empty() const { function in class:AutocompleteResult
[all...]
H A Dautocomplete.h276 // autocomplete. When this is non-empty, it also implies that "www." should
438 // with an empty list.
481 // True when the selection is empty.
482 bool empty() const { function in struct:AutocompleteResult::Selection
530 bool empty() const;
/external/chromium/chrome/browser/safe_browsing/
H A Dmalware_details_unittest.cc74 if (data.empty())
110 std::string empty; local
554 // Tests the interaction with the HTTP cache (where the cache is empty).
H A Dsafe_browsing_util.h78 bool empty() const { return chunks_.empty(); } function in class:SBChunkList

Completed in 1343 milliseconds

1234567891011>>