HomeSort by relevance Sort by last modified time
    Searched defs:is_empty (Results 1 - 18 of 18) sorted by null

  /external/chromium/chrome/common/extensions/
extension_extent.cc 25 bool ExtensionExtent::is_empty() const { function in class:ExtensionExtent
  /external/webkit/Tools/Scripts/webkitpy/common/net/
failuremap.py 41 def is_empty(self): member in class:FailureMap
  /external/chromium/net/proxy/
proxy_info.h 48 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/
smart-pointer.h 90 ASSERT(is_empty());
98 inline bool is_empty() { function in class:v8::internal::SmartPointer
small-pointer-list.h 47 bool is_empty() const { return length() == 0; } function in class:v8::internal::SmallPointerList
splay-tree.h 97 bool is_empty() { return root_ == NULL; } function in class:v8::internal::SplayTree
v8utils.h 299 bool is_empty() const { return length_ == 0; } function in class:v8::internal::MemoryMappedExternalResource
data-flow.h 307 bool is_empty() { return head_ == tail_; } function in class:v8::internal::BASE_EMBEDDED
325 ASSERT(!is_empty());
mark-compact.h 63 bool is_empty() const { return top_ <= low_; } function in class:v8::internal::MarkingStack
83 ASSERT(!is_empty());
heap.h 267 bool is_empty() { return front_ <= rear_; } function in class:v8::internal::PromotionQueue
    [all...]
jsregexp.h 728 bool is_empty() { return from_ == kNone; } function in class:v8::internal::Interval
    [all...]
parser.cc 55 ~PositionStack() { ASSERT(!*ok_ || is_empty()); }
73 bool is_empty() { return top_ == NULL; } function in class:v8::internal::PositionStack
75 ASSERT(!is_empty());
    [all...]
  /external/dbus/bus/
config-loader-libxml.c 54 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/chromium/googleurl/src/
gurl.h 86 bool is_empty() const { function in class:GURL
  /external/mesa3d/src/glsl/
list.h 323 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/chromium/third_party/libjingle/source/talk/base/
sigslot.h 522 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
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 392 def is_empty(self): member in class:MockFailureMap
  /external/clang/test/SemaCXX/
type-traits.cpp 154 void is_empty() function
    [all...]

Completed in 985 milliseconds