HomeSort by relevance Sort by last modified time
    Searched defs:empty (Results 676 - 700 of 3009) sorted by null

<<21222324252627282930>>

  /external/clang/test/SemaCXX/
missing-namespace-qualifier-typo-corrections.cpp 11 void empty() { function
  /external/google-breakpad/src/testing/gtest/test/
gtest-typed-test_test.cc 104 typename TestFixture::Vector empty; local
105 EXPECT_EQ(0U, empty.size());
  /external/guava/guava/src/com/google/common/io/
CharSource.java 57 * there to be an empty line at the end if the contents are terminated with a line separator.
157 * Reads the first link of this source as a string. Returns {@code null} if this source is empty.
161 * there to be an extra empty line at the end if the content is terminated with a line separator.
178 * Reads all the lines of this source as a list of strings. The returned list will be empty if
179 * this source is empty.
183 * there to be an extra empty line at the end if the content is terminated with a line separator.
211 * and does not consider there to be an extra empty line at the end if the content is terminated
321 public static CharSource empty() { method in class:CharSource
353 * a newline, a final empty string is not included to match the behavior of
367 // skip last line if it's empty
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
CollectionToArrayTester.java 61 E[] empty = getSubjectGenerator().createArray(0); local
62 E[] array = collection.toArray(empty);
64 empty.getClass(), array.getClass());
71 E[] empty = getSubjectGenerator().createArray(0); local
72 E[] array = collection.toArray(empty);
74 empty.getClass(), array.getClass());
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionToArrayTester.java 64 E[] empty = getSubjectGenerator().createArray(0); local
65 E[] array = collection.toArray(empty);
67 empty.getClass(), array.getClass());
74 E[] empty = getSubjectGenerator().createArray(0); local
75 E[] array = collection.toArray(empty);
77 empty.getClass(), array.getClass());
  /external/icu/icu4c/source/samples/ugrep/
ugrep.cpp 125 UnicodeString empty; local
126 RegexMatcher *matcher = rePat->matcher(empty, status);
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/parametrization/
ResolvedTypeParametersMap.java 94 public static ResolvedTypeParametersMap empty() { method in class:ResolvedTypeParametersMap
119 return Optional.empty();
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
ConstraintFormula.java 26 public static ReductionResult empty() { method in class:ConstraintFormula.ReductionResult
47 this.boundSet = BoundSet.empty();
52 return empty();
56 return empty().withBound(Bound.falseBound());
93 return empty().withConstraint(constraintFormula);
101 return empty().withBound(bound);
120 * set is empty.
  /external/libchrome/base/
callback_list.h 118 bool empty() { function in class:base::internal::CallbackListBase
120 return callbacks_.empty();
  /external/libchrome/base/memory/
scoped_vector.h 50 bool empty() const { return v_.empty(); } function in class:ScopedVector
72 DCHECK(!empty());
  /external/libmojo/mojo/public/cpp/bindings/
binding_set.h 140 bool empty() const { return bindings_.empty(); } function in class:mojo::BindingSetBase
  /external/llvm/include/llvm/ADT/
ArrayRef.h 50 /// Construct an empty ArrayRef.
53 /// Construct an empty ArrayRef from None.
129 /// empty - Check if the array is empty.
130 bool empty() const { return Length == 0; } function in class:llvm::ArrayRef
139 assert(!empty());
145 assert(!empty());
232 /// Construct an empty MutableArrayRef.
235 /// Construct an empty MutableArrayRef from None.
271 assert(!this->empty());
    [all...]
MapVector.h 56 bool empty() const { function in class:llvm::MapVector
57 return Vector.empty();
PriorityWorklist.h 61 /// Construct an empty PriorityWorklist
64 /// Determine if the PriorityWorklist is empty or not.
65 bool empty() const { function in class:llvm::PriorityWorklist
66 return V.empty();
82 assert(!empty() && "Cannot call back() on empty PriorityWorklist!");
110 assert(!empty() && "Cannot remove an element when empty!");
115 } while (!V.empty() && V.back() == T());
136 } while (!V.empty() && V.back() == T())
    [all...]
SmallPtrSet.h 44 /// Large sets use a classic exponentially-probed hash table. Empty buckets are
87 bool LLVM_ATTRIBUTE_UNUSED_RESULT empty() const { return size() == 0; } function in class:llvm::SmallPtrSetImplBase
96 // Fill the array with empty markers.
SparseSet.h 156 // It's not hard to resize the universe on a non-empty set, but it doesn't
158 assert(empty() && "Can only resize universe on an empty map");
179 /// empty - Returns true if the set is empty.
181 /// This is not the same as BitVector::empty().
183 bool empty() const { return Dense.empty(); } function in class:llvm::SparseSet
TinyPtrVector.h 49 if (RHS.empty()) {
80 if (RHS.empty()) {
107 : Val(Elts.empty()
145 bool empty() const { function in class:llvm::TinyPtrVector
146 // This vector can be empty if it contains no element, or if it
147 // contains a pointer to an empty vector.
150 return Vec->empty();
155 if (empty())
198 assert(!Val.isNull() && "can't index into an empty vector");
210 assert(!empty() && "vector empty")
    [all...]
  /external/llvm/include/llvm/Analysis/
IVUsers.h 170 bool empty() const { return IVUses.empty(); } function in class:llvm::IVUsers
  /external/llvm/include/llvm/CodeGen/
ScheduleDFS.h 126 bool empty() const { return DFSNodeData.empty(); } function in class:llvm::SchedDFSResult
171 if (empty())
  /external/llvm/include/llvm/IR/
BasicBlock.h 238 inline bool empty() const { return InstList.empty(); } function in class:llvm::BasicBlock
  /external/ltp/testcases/kernel/syscalls/modify_ldt/
modify_ldt02.c 80 unsigned int empty:25; member in struct:modify_ldt_ldt_t
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.h 78 * svga_host_surface_cache::empty
96 * 1. empty (entry->handle = NULL)
123 /** Empty entries (1) */
124 struct list_head empty; member in struct:svga_host_surface_cache
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
hash_map.hpp 92 // Check whether the map is empty.
93 bool empty() const function in class:asio::detail::hash_map
95 return values_.empty();
202 // Initialise all buckets to empty.
239 // Update number of buckets and initialise all buckets to empty.
271 if (spares_.empty())
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 46 private static readonly ByteString empty = new ByteString(new byte[0]); field in class:Google.Protobuf.ByteString
92 /// Returns an empty ByteString.
94 public static ByteString Empty
96 get { return empty; }
108 /// Returns <c>true</c> if this byte string is empty, <c>false</c> otherwise.
139 // By handling the empty string explicitly, we not only optimize but we fix a
141 return bytes == "" ? Empty : new ByteString(Convert.FromBase64String(bytes));
  /external/protobuf/gtest/test/
gtest-typed-test_test.cc 104 typename TestFixture::Vector empty; local
105 EXPECT_EQ(0U, empty.size());

Completed in 822 milliseconds

<<21222324252627282930>>