Home
last modified time | relevance | path

Searched defs:IsEmpty (Results 1 – 25 of 75) sorted by relevance

123

/external/dng_sdk/source/
Ddng_matrix.h88 bool IsEmpty () const in IsEmpty() function
205 bool IsEmpty () const in IsEmpty() function
Ddng_opcode_list.h57 bool IsEmpty () const in IsEmpty() function
Ddng_bad_pixels.h160 bool IsEmpty () const in IsEmpty() function
Ddng_rect.h106 bool IsEmpty () const in IsEmpty() function
278 bool IsEmpty () const in IsEmpty() function
/external/pdfium/core/include/fxcrt/
Dfx_string.h101 bool IsEmpty() const { return m_Length == 0; } in IsEmpty() function
185 bool IsEmpty() const { return !GetLength(); } in IsEmpty() function
475 bool IsEmpty() const { return m_Length == 0; } in IsEmpty() function
580 FX_BOOL IsEmpty() const { return !GetLength(); } in IsEmpty() function
Dfx_coordinates.h271 FX_BOOL IsEmpty() const { return width <= 0 || height <= 0; } in IsEmpty() function
272 FX_BOOL IsEmpty(FX_FLOAT fEpsilon) const { in IsEmpty() function
445 FX_BOOL IsEmpty() const { return right <= left || bottom <= top; } in IsEmpty() function
510 FX_BOOL IsEmpty() const { return left >= right || bottom >= top; } in IsEmpty() function
/external/clang/test/SemaObjC/
Dselector-2.m8 static inline SEL IsEmpty() { function
/external/webrtc/webrtc/modules/video_coding/
Dtimestamp_map.cc60 bool VCMTimestampMap::IsEmpty() const { in IsEmpty() function in webrtc::VCMTimestampMap
/external/gtest/include/gtest/internal/
Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/external/libweave/src/commands/
Dcommand_queue.h44 bool IsEmpty() const { return map_.empty(); } in IsEmpty() function
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-filepath.h115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } in IsEmpty() function
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dplurality_checkable_iterator.py91 def IsEmpty(self): member in PluralityCheckableIterator
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-filepath.h115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } in IsEmpty() function
/external/protobuf/gtest/include/gtest/internal/
Dgtest-filepath.h115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } in IsEmpty() function
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } in IsEmpty() function
/external/clang/include/clang/Lex/
DPragma.h113 bool IsEmpty() { in IsEmpty() function
/external/v8/src/
Dcompilation-dependencies.h52 bool IsEmpty() const { in IsEmpty() function
Ddateparser.h287 bool IsEmpty() { return hour_ == kNone; } in IsEmpty() function
297 bool IsEmpty() const { return index_ == 0; } in IsEmpty() function
331 bool IsEmpty() const { return index_ == 0; } in IsEmpty() function
/external/pdfium/xfa/src/fxfa/src/common/
Dfxfa_localevalue.h94 inline FX_BOOL IsEmpty() const { return m_wsValue.IsEmpty(); } in IsEmpty() function
/external/webrtc/webrtc/libjingle/xmllite/
Dqname.cc58 bool QName::IsEmpty() const { in IsEmpty() function in buzz::QName
/external/libbrillo/brillo/
Dany.cc57 bool Any::IsEmpty() const { in IsEmpty() function in brillo::Any
/external/pdfium/xfa/src/fxbarcode/common/
DBC_CommonByteArray.cpp61 FX_BOOL CBC_CommonByteArray::IsEmpty() { in IsEmpty() function in CBC_CommonByteArray
/external/google-breakpad/src/common/
Dmemory_range.h57 bool IsEmpty() const { in IsEmpty() function
/external/lzma/CPP/7zip/Archive/7z/
D7zCompressionMode.h39 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } in IsEmpty() function

123