Searched defs:empty (Results 276 - 300 of 610) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dthread_cache.h186 // Is list empty?
187 bool empty() const { function in class:tcmalloc::ThreadCache::FreeList
340 if (list->empty()) {
/external/chromium_org/third_party/webrtc/base/
H A Dflags.cc211 char empty[] = { '\0' }; local
212 char* endp = empty;
H A Dmessagequeue.h209 bool empty() const { return size() == 0u; } function in class:rtc::MessageQueue
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_packet_unittest.cc477 Empty empty; local
480 empty.Append(&rr);
482 RawPacket packet = empty.Build();
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dscoped_vector.h58 bool empty() const { return v_.empty(); } function in class:webrtc::ScopedVector
79 assert(!empty());
/external/chromium_org/tools/gn/
H A Dunique_vector.h127 bool empty() const { return vector_.empty(); } function in class:UniqueVector
/external/chromium_org/tools/grit/grit/tool/
H A Dandroid2grd.py15 import grit.node.empty namespace
72 FILENAME.h) will be placed. Use an empty string to
73 disable rc generation. Default: empty.
77 directory. Use an empty string to disable rc
78 generation. Default: empty.
83 generated. Use an empty string to disable
206 assert (isinstance(messages, grit.node.empty.MessagesNode) and
207 isinstance(translations, grit.node.empty.TranslationsNode) and
208 isinstance(outputs, grit.node.empty.OutputsNode))
/external/chromium_org/ui/base/models/
H A Dtree_node_model.h123 bool empty() const { return children_.empty(); } function in class:ui::TreeNode
/external/chromium_org/ui/gfx/image/
H A Dimage_skia_unittest.cc259 EXPECT_TRUE(bitmap->empty());
282 ImageSkia empty; local
283 test::TestOnThread empty_on_thread(&empty);
/external/chromium_org/ui/gfx/
H A Dskbitmap_operations_unittest.cc428 // Test an empty bitmap
429 SkBitmap empty; local
430 result = SkBitmapOperations::DownsampleByTwo(empty);
/external/chromium_org/v8/src/heap/
H A Dgc-tracer.h56 bool empty() const { return begin_ == end_; } function in class:v8::internal::RingBuffer
/external/clang/include/clang/AST/
H A DStmtIterator.h150 bool empty() const { return first == second; } function in struct:clang::StmtRange
151 LLVM_EXPLICIT operator bool() const { return !empty(); }
157 assert(!empty() && "incrementing on empty range");
163 assert(!empty() && "incrementing on empty range");
193 bool empty() const { return first == second; } function in struct:clang::ConstStmtRange
194 LLVM_EXPLICIT operator bool() const { return !empty(); }
200 assert(!empty() && "incrementing on empty rang
[all...]
H A DUnresolvedSet.h154 bool empty() const { return decls().empty(); } function in class:clang::UnresolvedSetImpl
/external/clang/include/clang/Analysis/
H A DCallGraph.h156 inline bool empty() const {return CalledFunctions.empty(); } function in class:clang::CallGraphNode
/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h56 // Default ctor - Initialize to empty.
95 bool empty() const { return Begin == End; } function in class:clang::BumpVector
139 /// data - Return a pointer to the vector's buffer, even if empty().
144 /// data - Return a pointer to the vector's buffer, even if empty().
/external/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h173 unsigned empty() const { return size() == 0; } function in class:clang::RopePieceBTree
/external/clang/include/clang/Sema/
H A DDesignator.h191 bool empty() const { return Designators.empty(); } function in class:clang::Designation
H A DTemplateDeduction.h275 bool empty() const { return Candidates.empty(); } function in class:clang::TemplateSpecCandidateSet
/external/clang/test/CodeGenCXX/
H A Dvalue-init.cpp113 Test empty[3] = {}; local
/external/clang/test/Sema/
H A Dinit.c98 typedef struct { } empty; typedef in typeref:struct:__anon19126
101 empty e;
/external/clang/test/SemaCXX/
H A Dcxx0x-deleted-default-ctor.cpp123 namespace empty { namespace
H A Ddcl_init_aggr.cpp70 Empty empty; member in struct:NonEmpty
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h31 bool empty() const { return bits_ == 0; } function in class:__sanitizer::BasicBitVector
50 CHECK(!empty());
92 bool hasNext() const { return !bv_.empty(); }
115 // This structure allows O(kLevel1Size) time for clear() and empty(),
136 bool empty() const { function in class:__sanitizer::TwoLevelBitVector
138 if (!l1_[i].empty())
167 if (l2_[i0][i1].empty())
184 if (l1_[i0].empty()) continue;
187 if (!l2_[i0][i1].empty())
202 while (!t.empty()) {
[all...]
/external/deqp/executor/
H A DxeTestCase.hpp160 bool empty (void) const { return m_set.empty(); } function in class:xe::TestSet
/external/deqp/framework/common/
H A DtcuInterval.hpp83 bool empty (void) const { return m_lo > m_hi; } function in class:tcu::Interval
85 bool isOrdinary (void) const { return !hasNaN() && !empty() && isFinite(); }
143 ((empty() && other.empty()) ||
209 if (VAR##_arg_.empty()) \

Completed in 800 milliseconds

<<11121314151617181920>>