Searched refs:IsEmpty (Results 51 - 75 of 437) sorted by relevance

1234567891011>>

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Caret.cpp44 if (!rcClip.IsEmpty()) {
46 if (!rcRect.IsEmpty()) {
79 if (!rcClip.IsEmpty()) {
/external/v8/src/compiler/
H A Dlive-range-separator.cc110 if (range == nullptr || range->IsEmpty() || range->IsSplinter()) {
123 if (top == nullptr || top->IsEmpty() || top->splinter() == nullptr) {
145 if (range == nullptr || range->IsEmpty() || !range->IsSplinter()) {
/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp54 if (name.IsEmpty())
118 if (name.IsEmpty())
/external/lzma/CPP/Windows/
H A DFileName.cpp18 if (dirPath.IsEmpty())
27 if (dirPath.IsEmpty())
526 GetSuperPathBase superPath.IsEmpty() onlyIfNew
543 if (superPath.IsEmpty())
562 if (d1.IsEmpty() && d2.IsEmpty() && onlyIfNew)
564 if (d1.IsEmpty()) d1 = fs2us(s1);
565 if (d2.IsEmpty()) d2 = fs2us(s2);
575 return !superPath.IsEmpty();
631 if (!curDir.IsEmpty()
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp298 if (!dirPathParts.IsEmpty())
301 if (s.IsEmpty())
389 if (!s.IsEmpty())
407 if (s.IsEmpty())
511 if (linkPath.IsEmpty() && _arc->GetRawProps)
537 if (!linkPath.IsEmpty())
554 if (!linkPath.IsEmpty() && !isRelative && _removePathParts.Size() != 0)
599 if (_pathMode == NExtract::NPathMode::kNoPaths && !pathParts.IsEmpty())
606 if (pathParts.IsEmpty())
706 MakeCorrectPath(_directoryPath.IsEmpty(), pathPart
[all...]
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
H A Dtypeannotation_test.py136 self.assertTrue(self._ParseType('').IsEmpty())
137 self.assertFalse(self._ParseType('?').IsEmpty())
138 self.assertFalse(self._ParseType('!').IsEmpty())
139 self.assertFalse(self._ParseType('<?>').IsEmpty())
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dname_expansion.py220 if post_step2_iter.IsEmpty():
340 if name_expansion_iterator.IsEmpty():
385 if self.name_expansion_iterator.IsEmpty():
519 if not implicit_subdir_iterator.IsEmpty():
H A Dplurality_checkable_iterator.py91 def IsEmpty(self): member in class:PluralityCheckableIterator
/external/clang/include/clang/Lex/
H A DPragma.h113 bool IsEmpty() { function in class:clang::PragmaNamespace
/external/google-breakpad/src/common/
H A Dmemory_range.h57 bool IsEmpty() const { function in class:google_breakpad::MemoryRange
/external/google-breakpad/src/testing/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/gtest/include/gtest/internal/
H A Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath
/external/libweave/src/commands/
H A Dcommand_queue_unittest.cc87 EXPECT_TRUE(queue_.IsEmpty());
96 EXPECT_FALSE(queue_.IsEmpty());
104 EXPECT_FALSE(queue_.IsEmpty());
115 EXPECT_TRUE(queue_.IsEmpty());
/external/llvm/utils/unittest/googletest/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/lzma/CPP/7zip/UI/Console/
H A DUserInputUtils.cpp32 if (!scannedString.IsEmpty())
/external/mesa3d/src/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/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_fm2jsapi.cpp14 if (wsFormcalc.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/skia/experimental/SkV8Example/
H A DGlobal.cpp38 if (message.IsEmpty()) {
160 if (result.IsEmpty()) {
227 if (compiledScript.IsEmpty()) {
237 if (result.IsEmpty()) {
H A DPath2D.cpp26 if (gPath2DTemplate.IsEmpty()) {
/external/v8/src/crankshaft/
H A Dhydrogen-infer-types.cc49 DCHECK(in_worklist_.IsEmpty());
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } function in class:testing::internal::FilePath
/external/webrtc/webrtc/libjingle/xmllite/
H A Dqname.cc58 bool QName::IsEmpty() const { function in class:buzz::QName
H A Dqname.h47 bool IsEmpty() const;
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_search.cpp40 if (rcPreObj.IsEmpty() && rcCurObj.IsEmpty()) {
43 if (!rcPreObj.IsEmpty() || !rcCurObj.IsEmpty()) {
45 if (rcPreObj.IsEmpty()) {
222 if (wstr.IsEmpty() || wstr.GetAt(wstr.GetLength() - 1) == L' ') {
280 if (unicode_str.IsEmpty()) {

Completed in 2932 milliseconds

1234567891011>>