HomeSort by relevance Sort by last modified time
    Searched defs:empty (Results 226 - 250 of 1198) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinystr.h 65 // TiXmlString empty constructor
139 // Checks if a TiXmlString is empty
140 bool empty () const { return rep_->size == 0; } function in class:TiXmlString
  /external/chromium_org/tools/gn/
ordered_set.h 31 bool empty() const { function in class:OrderedSet
32 return ordering_.empty();
  /external/chromium_org/tools/grit/grit/
grd_reader_unittest.py 19 from grit.node import empty namespace
120 self.failUnless(isinstance(messages_node, empty.MessagesNode))
122 empty.MessagesNode().DefaultAttributes()["first_id"])
157 self.assertTrue(isinstance(messages_node, empty.MessagesNode))
160 self.assertTrue(isinstance(messages_node, empty.MessagesNode))
  /external/chromium_org/ui/gfx/image/
image_family.h 109 bool empty() const { return map_.empty(); } function in class:gfx::ImageFamily
142 // |map_| must not be empty. |desired_aspect| must be > 0.0.
  /external/clang/include/clang/AST/
ASTUnresolvedSet.h 68 bool empty() const { return Decls.empty(); } function in class:clang::ASTUnresolvedSet
  /external/clang/include/clang/Analysis/Analyses/
PostOrderCFGView.h 86 bool empty() { return begin() == end(); } function in class:clang::PostOrderCFGView
  /external/clang/test/SemaCXX/
literal-type.cpp 30 struct Empty {};
35 Empty empty; member in struct:LiteralType
45 static_assert(__is_literal(Empty), "fail");
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_list.h 24 // 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 (l->empty())
77 if (empty()) {
79 } else if (!l->empty()) {
89 if (l->empty())
91 if (empty()) {
    [all...]
  /external/gtest/include/gtest/internal/
gtest-string.h 64 // Note that String can represent both NULL and the empty string,
67 // NULL and the empty string are considered different. NULL is less
68 // than anything (including the empty string) except itself.
133 // including the empty string.
151 // including the empty string.
159 // including the empty string.
168 // including the empty string.
240 // Returns true iff this is an empty string (i.e. "").
241 bool empty() const { return (c_str() != NULL) && (length() == 0); } function in class:testing::internal::String
261 // String is considered to end with a NULL or empty suffix
    [all...]
  /external/icu4c/common/
uvector.h 290 * <p>The poorly named <tt>empty()</tt> method doesn't empty the
291 * stack; it determines if the stack is empty.
310 UBool empty(void) const;
389 inline UBool UStack::empty(void) const { function in class:UStack
  /external/llvm/include/llvm/ADT/
SetVector.h 49 /// \brief Construct an empty SetVector
58 /// \brief Determine if the SetVector is empty or not.
59 bool empty() const { function in class:llvm::SetVector
60 return vector_.empty();
90 assert(!empty() && "Cannot call back() on empty SetVector!");
168 assert(!empty() && "Cannot remove an element from an empty SetVector!");
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 84 bool empty() const { return Seqs.empty(); } function in class:llvm::SequenceToOffsetTable
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-string.h 64 // Note that String can represent both NULL and the empty string,
67 // NULL and the empty string are considered different. NULL is less
68 // than anything (including the empty string) except itself.
133 // including the empty string.
151 // including the empty string.
159 // including the empty string.
168 // including the empty string.
240 // Returns true iff this is an empty string (i.e. "").
241 bool empty() const { return (c_str() != NULL) && (length() == 0); } function in class:testing::internal::String
261 // String is considered to end with a NULL or empty suffix
    [all...]
  /external/marisa-trie/lib/marisa/
bitvector.h 69 bool empty() const { function in class:marisa::BitVector
70 return blocks_.empty();
intvector.h 74 bool empty() const { function in class:marisa::IntVector
vector.h 84 bool empty() const { function in class:marisa::Vector
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
bitvector.h 69 bool empty() const { function in class:marisa_alpha::BitVector
70 return blocks_.empty();
intvector.h 74 bool empty() const { function in class:marisa_alpha::IntVector
vector.h 84 bool empty() const { function in class:marisa_alpha::Vector
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-string.h 64 // Note that String can represent both NULL and the empty string,
67 // NULL and the empty string are considered different. NULL is less
68 // than anything (including the empty string) except itself.
133 // including the empty string.
151 // including the empty string.
159 // including the empty string.
168 // including the empty string.
240 // Returns true iff this is an empty string (i.e. "").
241 bool empty() const { return (c_str() != NULL) && (length() == 0); } function in class:testing::internal::String
261 // String is considered to end with a NULL or empty suffix
    [all...]
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-string.h 62 // both NULL and the empty string, while std::string cannot represent
65 // NULL and the empty string are considered different. NULL is less
66 // than anything (including the empty string) except itself.
131 // including the empty string.
149 // including the empty string.
157 // including the empty string.
166 // including the empty string.
240 // Returns true iff this is an empty string (i.e. "").
241 bool empty() const { return (c_str() != NULL) && (length() == 0); } function in class:testing::internal::String
261 // String is considered to end with a NULL or empty suffix
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-string.h 62 // both NULL and the empty string, while std::string cannot represent
65 // NULL and the empty string are considered different. NULL is less
66 // than anything (including the empty string) except itself.
131 // including the empty string.
149 // including the empty string.
157 // including the empty string.
166 // including the empty string.
240 // Returns true iff this is an empty string (i.e. "").
241 bool empty() const { return (c_str() != NULL) && (length() == 0); } function in class:testing::internal::String
261 // String is considered to end with a NULL or empty suffix
    [all...]
  /external/protobuf/src/google/protobuf/io/
printer.cc 91 if (varname.empty()) {
115 static map<string, string> empty; local
116 Print(empty, text);
140 if (indent_.empty()) {
  /external/sfntly/cpp/src/test/tinyxml/
tinystr.h 65 // TiXmlString empty constructor
139 // Checks if a TiXmlString is empty
140 bool empty () const { return rep_->size == 0; } function in class:TiXmlString
  /external/skia/tests/
PathOpsBoundsTest.cpp 18 {{2, 0, 4, 1}, {3, 0, 3, 0}}, // intersecting an empty bounds is OK
85 bool empty = bounds.isReallyEmpty(); local
86 REPORTER_ASSERT(reporter, empty);
91 bool empty = bounds.isReallyEmpty(); local
92 REPORTER_ASSERT(reporter, !empty);

Completed in 1405 milliseconds

1 2 3 4 5 6 7 8 91011>>