HomeSort by relevance Sort by last modified time
    Searched defs:IsEmpty (Results 76 - 100 of 110) sorted by null

1 2 34 5

  /external/pdfium/core/src/fpdfdoc/
pdf_vt.h 179 FX_BOOL IsEmpty() { return CFX_ArrayTemplate<TYPE>::GetSize() <= 0; }
  /external/v8/include/
v8-util.h 246 bool IsEmpty() const {
533 static bool IsEmpty(const Impl* impl) {
588 bool IsEmpty() const {
589 return Traits::IsEmpty(&impl_);
  /external/v8/src/crankshaft/
hydrogen-gvn.cc 40 bool IsEmpty() const { return count_ == 0; }
84 bool IsEmpty() const { return count_ == 0; }
839 if (!changes.IsEmpty()) {
884 if ((!successor_map->IsEmpty() || !successor_dominators->IsEmpty()) &&
lithium-allocator.h 202 bool IsEmpty() const { return first_interval() == NULL; }
255 DCHECK(!IsEmpty());
260 DCHECK(!IsEmpty());
  /external/v8/src/
types.cc 24 bool TypeImpl<Config>::Limits::IsEmpty() {
44 if (lhs.IsEmpty()) return rhs;
45 if (rhs.IsEmpty()) return lhs;
58 return !Limits::Intersect(Limits(lhs), Limits(rhs)).IsEmpty();
803 if (!lims.IsEmpty()) {
888 if (!lim.IsEmpty()) {
902 if (!lim.IsEmpty()) {
    [all...]
assembler.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 325 WINBOOL IsEmpty() const;
371 inline WINBOOL CDXList<TYPE,ARG_TYPE>::IsEmpty() const { return m_nCount==0; }
666 WINBOOL IsEmpty() const;
696 inline WINBOOL CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::IsEmpty() const { return m_nCount==0; }
  /external/lzma/CPP/7zip/Bundles/LzmaSpec/
LzmaSpec.cpp 115 bool IsEmpty() const
375 if (!OutWindow.IsEmpty())
499 if (OutWindow.IsEmpty())
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 271 FX_BOOL IsEmpty() const { return width <= 0 || height <= 0; }
272 FX_BOOL IsEmpty(FX_FLOAT fEpsilon) const {
398 return !rect.IsEmpty();
403 return !rect.IsEmpty(fEpsilon);
445 FX_BOOL IsEmpty() const { return right <= left || bottom <= top; }
510 FX_BOOL IsEmpty() const { return left >= right || bottom >= top; }
fx_basic.h 660 FX_BOOL IsEmpty() const { return m_nCount == 0; }
  /external/v8/src/arm64/
assembler-arm64.h 460 bool IsEmpty() const {
692 bool IsEmpty() const {
    [all...]
  /external/v8/src/debug/
debug.h 296 bool IsEmpty() const { return start_ == end_; }
318 bool IsEmpty() const;
512 inline bool has_commands() const { return !command_queue_.IsEmpty(); }
debug.cc     [all...]
  /external/v8/src/heap/
mark-compact.h 196 inline bool IsEmpty() { return top_ == bottom_; }
221 DCHECK(!IsEmpty());
spaces.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h     [all...]
  /art/compiler/utils/arm/
assembler_arm.h 161 bool IsEmpty() const {
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 353 if (Base->isEmpty())
    [all...]
CGStmtOpenMP.cpp 216 auto IsEmpty =
217 Builder.CreateICmpEQ(DestBegin, DestEnd, "omp.arraycpy.isempty");
218 Builder.CreateCondBr(IsEmpty, DoneBB, BodyBB);
280 auto IsEmpty =
281 CGF.Builder.CreateICmpEQ(DestBegin, DestEnd, "omp.arrayinit.isempty");
282 CGF.Builder.CreateCondBr(IsEmpty, DoneBB, BodyBB);
    [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/v8/src/compiler/
register-allocator.h 318 bool IsEmpty() const { return first_interval() == nullptr; }
389 DCHECK(!IsEmpty());
394 DCHECK(!IsEmpty());
684 bool IsEmpty() const { return live_ranges_.empty(); }
    [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp     [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h 106 bool IsEmpty() const { return entries_.empty(); }
167 bool IsEmpty() const { return unresolved_branches_.empty(); }
    [all...]
  /art/compiler/optimizing/
nodes.h 131 bool IsEmpty() const { return first_instruction_ == nullptr; }
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 317 if (Result.empty() && getLangOpts().MSVCCompat && (!SS || SS->isEmpty())) {
748 if (Result.empty() && SS.isEmpty() && getLangOpts().MSVCCompat) {
    [all...]

Completed in 784 milliseconds

1 2 34 5