Searched defs:is_empty (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dfailuremap.py41 def is_empty(self): member in class:FailureMap
/external/chromium/chrome/common/extensions/
H A Dextension_extent.cc25 bool ExtensionExtent::is_empty() const { function in class:ExtensionExtent
/external/chromium/net/proxy/
H A Dproxy_info.h48 if (is_empty())
55 if (is_empty())
62 if (is_empty())
69 if (is_empty())
75 bool is_empty() const { function in class:net::ProxyInfo
79 // Returns the first valid proxy server. is_empty() must be false to be able
/external/v8/src/
H A Dsmart-array-pointer.h85 ASSERT(is_empty());
92 inline bool is_empty() { return p_ == NULL; } function in class:v8::internal::SmartArrayPointer
H A Dsmall-pointer-list.h72 bool is_empty() const { return length() == 0; } function in class:v8::internal::SmallPointerList
H A Dsplay-tree.h99 bool is_empty() { return root_ == NULL; } function in class:v8::internal::SplayTree
H A Dv8utils.h243 bool is_empty() const { return length_ == 0; } function in class:v8::internal::MemoryMappedExternalResource
H A Dheap.h302 ASSERT(is_empty());
328 bool is_empty() { function in class:v8::internal::PromotionQueue
336 ASSERT(!is_empty());
H A Djsregexp.h733 bool is_empty() { return from_ == kNone; } function in class:v8::internal::Interval
H A Dast.h274 bool is_empty() const { return list_.is_empty(); } function in class:v8::internal::SmallMapList
H A Dparser.cc55 ~PositionStack() { ASSERT(!*ok_ || is_empty()); }
73 bool is_empty() { return top_ == NULL; } function in class:v8::internal::PositionStack
75 ASSERT(!is_empty());
978 if (names_.is_empty()) {
3439 if (!stack->is_empty()) {
3516 if ((stack == NULL) || stack->is_empty()) return result;
/external/chromium/googleurl/src/
H A Dgurl.h86 bool is_empty() const { function in class:GURL
/external/dbus/bus/
H A Dconfig-loader-libxml.c54 int i, status, is_empty; local
64 is_empty = xmlTextReaderIsEmptyElement (reader);
66 if (name == NULL || n_attributes < 0 || is_empty == -1)
102 if (ret && is_empty == 1)
/external/mesa3d/src/glsl/
H A Dlist.h323 bool is_empty() const function in struct:exec_list
340 return !is_empty() ? head : NULL;
345 return !is_empty() ? head : NULL;
350 return !is_empty() ? tail_pred : NULL;
355 return !is_empty() ? tail_pred : NULL;
408 if (is_empty()) {
428 if (source->is_empty())
462 if (before->is_empty())
/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dmocktool.py392 def is_empty(self): member in class:MockFailureMap
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsigslot.h522 bool is_empty() function in class:sigslot::_signal_base0
676 bool is_empty() function in class:sigslot::_signal_base1
815 bool is_empty() function in class:sigslot::_signal_base2
953 bool is_empty() function in class:sigslot::_signal_base3
1091 bool is_empty() function in class:sigslot::_signal_base4
1231 bool is_empty() function in class:sigslot::_signal_base5
1371 bool is_empty() function in class:sigslot::_signal_base6
1511 bool is_empty() function in class:sigslot::_signal_base7
1652 bool is_empty() function in class:sigslot::_signal_base8
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp170 void is_empty() function

Completed in 441 milliseconds