Searched refs:IsEmpty (Results 1 - 25 of 1248) sorted by last modified time

1234567891011>>

/external/vixl/src/a64/
H A Dassembler-a64.cc35 if (IsEmpty()) {
47 if (IsEmpty()) {
70 // We can't use IsEmpty here because that asserts IsValid().
85 VIXL_ASSERT(IsEmpty());
H A Dassembler-a64.h413 inline bool IsEmpty() const {
H A Dmacro-assembler-a64.cc794 while (!registers.IsEmpty()) {
814 while (!registers.IsEmpty()) {
1495 VIXL_CHECK(!available->IsEmpty());
/external/skia/experimental/SkV8Example/
H A DGlobal.cpp38 if (message.IsEmpty()) {
160 if (result.IsEmpty()) {
227 if (compiledScript.IsEmpty()) {
237 if (result.IsEmpty()) {
H A DJsContext.cpp35 if (gContextTemplate.IsEmpty()) {
93 if (result.IsEmpty()) {
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa_old.cpp374 if(rect.IsEmpty())
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-filepath.h115 bool IsEmpty() const { return c_str() == NULL || *c_str() == '\0'; } function in class:testing::internal::FilePath
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc162 if (directory.IsEmpty())
H A Dgtest-internal-inl.h880 if (original_working_dir_.IsEmpty()) {
882 GTEST_CHECK_(!original_working_dir_.IsEmpty())
/external/protobuf/gtest/test/
H A Dgtest-filepath_test.cc88 EXPECT_FALSE(original_dir.IsEmpty());
107 EXPECT_TRUE(FilePath("").IsEmpty());
108 EXPECT_TRUE(FilePath(NULL).IsEmpty());
112 EXPECT_FALSE(FilePath("a").IsEmpty());
113 EXPECT_FALSE(FilePath(".").IsEmpty());
114 EXPECT_FALSE(FilePath("a/b").IsEmpty());
115 EXPECT_FALSE(FilePath("a\\b\\").IsEmpty());
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h859 FX_BOOL IsEmpty() const function in class:CFX_MapPtrToPtr
999 FX_BOOL IsEmpty() const function in class:CFX_MapByteStringToPtr
H A Dfx_coordinates.h337 FX_BOOL IsEmpty() const function in class:CFX_RTemplate
341 FX_BOOL IsEmpty(FX_FLOAT fEpsilon) const function in class:CFX_RTemplate
502 return !rect.IsEmpty();
508 return !rect.IsEmpty(fEpsilon);
558 FX_BOOL IsEmpty() const function in struct:FX_RECT
634 FX_BOOL IsEmpty() const function in class:CFX_FloatRect
H A Dfx_string.h108 bool IsEmpty() const function in class:CFX_ByteStringC
202 bool IsEmpty() const function in class:CFX_ByteString
542 bool IsEmpty() const function in class:CFX_WideStringC
649 FX_BOOL IsEmpty() const function in class:CFX_WideString
/external/pdfium/core/src/fpdfapi/
H A Dfpdf_basic_module.cpp95 if (!m_DefaultModulePath.IsEmpty()) {
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp278 if (basefont.IsEmpty()) {
318 if (name.IsEmpty()) {
664 if (basefont.IsEmpty()) {
705 if (name.IsEmpty()) {
930 if (name.IsEmpty()) {
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp181 if (!wsRet.IsEmpty()) {
214 if (!unicode.IsEmpty()) {
643 if (word.IsEmpty()) {
649 if (word.IsEmpty() || word == FX_BSTRC("endbfchar")) {
671 if (low.IsEmpty() || low == FX_BSTRC("endbfrange")) {
1525 if (!wsUnicode.IsEmpty()) {
H A Dfpdf_font_cid.cpp63 if (name.IsEmpty()) {
220 if (word.IsEmpty()) {
343 if (m_PredefinedCMap.IsEmpty()) {
489 if (word.IsEmpty()) {
1306 if (uni_str.IsEmpty()) {
1419 if (unicode_str.IsEmpty()) {
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp861 if (mediabox.IsEmpty()) {
869 if (m_BBox.IsEmpty()) {
H A Dfpdf_page_doc.cpp292 if (fontName.IsEmpty()) {
H A Dfpdf_page_func.cpp159 if (word.IsEmpty()) {
H A Dfpdf_page_parser_old.cpp92 if (!key.IsEmpty()) {
363 if (Decoder.IsEmpty()) {
616 if (!key.IsEmpty()) {
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_encrypt.cpp92 if (password.IsEmpty()) {
347 if (perms.IsEmpty()) {
H A Dfpdf_parser_fdf.cpp197 if (wsFileName.IsEmpty()) {
203 if (wsFileName.IsEmpty() && pDict->KeyExist(FX_BSTRC("DOS"))) {
H A Dfpdf_parser_parser.cpp509 if (word.IsEmpty()) {
2152 if (key.IsEmpty()) {
2334 if (key.IsEmpty()) {
H A Dfpdf_parser_utility.cpp190 if (word.IsEmpty()) {
202 if (!start_token.IsEmpty()) {
211 if (word.IsEmpty()) {
236 if (word.IsEmpty()) {

Completed in 3686 milliseconds

1234567891011>>