HomeSort by relevance Sort by last modified time
    Searched refs:IsEmpty (Results 126 - 150 of 526) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/google-breakpad/src/testing/gtest/test/
gtest-filepath_test.cc 88 EXPECT_FALSE(original_dir.IsEmpty());
111 EXPECT_TRUE(FilePath("").IsEmpty());
112 EXPECT_TRUE(FilePath(NULL).IsEmpty());
116 EXPECT_FALSE(FilePath("a").IsEmpty());
117 EXPECT_FALSE(FilePath(".").IsEmpty());
118 EXPECT_FALSE(FilePath("a/b").IsEmpty());
119 EXPECT_FALSE(FilePath("a\\b\\").IsEmpty());
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 184 if (_bindInfo.InStreams.IsEmpty())
301 if (options.IsEmpty())
312 if (_options.Methods.IsEmpty())
317 if (!_options.Binds.IsEmpty())
345 if (_options.Binds.IsEmpty())
366 if (!_options.Binds.IsEmpty())
385 if (_bindInfo.InStreams.IsEmpty())
7zHandler.cpp 155 if (methodName.IsEmpty())
164 if (methodName.IsEmpty())
189 if (!s.IsEmpty())
505 if (methodName.IsEmpty())
516 if (methodName.IsEmpty())
550 if (ref2.Refs.IsEmpty())
728 if (name.IsEmpty())
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 88 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());
  /system/connectivity/shill/
http_proxy.cc 524 if (server_data_.IsEmpty()) {
595 if (state_ == kStateTunnelData && client_data_.IsEmpty()) {
598 if (server_data_.IsEmpty()) {
619 if (state_ == kStateTunnelData && !client_data_.IsEmpty()) {
630 !server_data_.IsEmpty()) {
697 if (server_data_.IsEmpty()) {
722 if (client_data_.IsEmpty()) {
  /external/pdfium/core/src/fpdfdoc/
doc_form.cpp 275 if (csStr.IsEmpty()) {
383 if (!pDocument || csFontName.IsEmpty())
510 if (!csFontName.IsEmpty()) {
528 if (csNewFieldName.IsEmpty()) {
539 if (iPos < iLength && !csSub.IsEmpty()) {
587 if (csSub.IsEmpty()) {
599 return pField && !csNewFieldName.IsEmpty() &&
606 if (!pControl || csNewFieldName.IsEmpty()) {
652 if (csFieldName.IsEmpty()) {
931 if (csWName.IsEmpty()) {
    [all...]
doc_annot.cpp 86 if (annot_rect.IsEmpty()) {
168 if (as.IsEmpty()) {
170 if (value.IsEmpty()) {
174 if (value.IsEmpty() || !pDict->KeyExist(value))
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidgetacc.cpp 193 return !wsName.IsEmpty();
239 if (wsValue.IsEmpty() && (defValue = pAcc->GetDefaultValue())) {
404 if (wsScriptMsg.IsEmpty()) {
417 if (wsScriptMsg.IsEmpty()) {
428 if (!wsRawValue.IsEmpty()) {
431 if (wsPicture.IsEmpty()) {
450 if (wsFormatMsg.IsEmpty()) {
459 if (wsFormatMsg.IsEmpty()) {
481 if (!wsValue.IsEmpty()) {
495 if (!wsNullMsg.IsEmpty()) {
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 206 int phyParent = phyPrefix.IsEmpty() ? -1 : AddPrefix(-1, -1, fs2us(phyPrefix));
207 int logParent = logPrefix.IsEmpty() ? -1 : AddPrefix(-1, -1, logPrefix);
395 if (addArchivePrefix.IsEmpty())
427 if (name.IsEmpty())
459 if (addArchivePrefix.IsEmpty() && !enterToSubFolders)
475 if (phyPrefix.IsEmpty() && item.IsDriveItem())
561 if (phyPrefix.IsEmpty() && NWildcard::IsDriveColonName(nextNode.Name))
594 if (phyPrefix.IsEmpty() && curNode.IncludeItems.Size() > 0)
669 int phyParent = pair.Prefix.IsEmpty() ? -1 : dirItems.AddPrefix(-1, -1, pair.Prefix);
676 if (!addPathPrefix.IsEmpty())
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 233 if (!errorInfo.Message.IsEmpty())
238 if (!errorInfo.FileName.IsEmpty())
243 if (!errorInfo.FileName2.IsEmpty())
253 if (!message.IsEmpty())
569 if (!ext.AddExt.IsEmpty())
694 if (!options.HashMethods.IsEmpty())
708 if (!errorMessage.IsEmpty())
823 if (uo.SfxMode && uo.SfxModule.IsEmpty())
831 options.PasswordEnabled && !options.Password.IsEmpty();
841 callback.AskPassword = options.PasswordEnabled && options.Password.IsEmpty();
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.cpp 263 if (!_currentArchivePath.IsEmpty())
274 if (messageID != 0 && msg.IsEmpty())
279 if (msg.IsEmpty() && !msgOld.IsEmpty())
283 if (msg.IsEmpty())
285 if (!msg.IsEmpty())
406 if (m.IsEmpty())
413 if (!s.IsEmpty())
424 if (!s.IsEmpty())
439 if (!_currentArchivePath.IsEmpty())
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp 224 if (m_pValue.IsEmpty())
244 if (m_pValue.IsEmpty())
250 if (m_pValue.IsEmpty())
422 if (m_pArray.IsEmpty())
430 if (m_pArray.IsEmpty())
438 if (m_pArray.IsEmpty())
444 if (m_pArray.IsEmpty())
484 if (m_pDate.IsEmpty())
582 if (m_pDate.IsEmpty())
588 if (m_pDate.IsEmpty())
    [all...]
  /external/pdfium/xfa/src/fxjse/src/
value.cpp 260 if (utf8Name != "Error" && !utf8Name.IsEmpty()) {
274 ASSERT(!m_hValue.IsEmpty());
277 ASSERT(!hValue.IsEmpty());
456 if (hOldFunction.IsEmpty() || !hOldFunction->IsFunction()) {
462 if (hNewThis.IsEmpty()) {
474 if (hBoundFunction.IsEmpty() || !hBoundFunction->IsFunction()) {
489 !hFunctionValue.IsEmpty() && hFunctionValue->IsObject()
493 if (hFunctionObject.IsEmpty() || !hFunctionObject->IsCallable()) {
510 if (lpLocalArgs[i].IsEmpty()) {
524 if (hReceiver.IsEmpty() || !hReceiver->IsObject()) {
    [all...]
  /external/gtest/test/
gtest-filepath_test.cc 88 EXPECT_FALSE(original_dir.IsEmpty());
111 EXPECT_TRUE(FilePath("").IsEmpty());
115 EXPECT_FALSE(FilePath("a").IsEmpty());
116 EXPECT_FALSE(FilePath(".").IsEmpty());
117 EXPECT_FALSE(FilePath("a/b").IsEmpty());
118 EXPECT_FALSE(FilePath("a\\b\\").IsEmpty());
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-filepath_test.cc 88 EXPECT_FALSE(original_dir.IsEmpty());
111 EXPECT_TRUE(FilePath("").IsEmpty());
115 EXPECT_FALSE(FilePath("a").IsEmpty());
116 EXPECT_FALSE(FilePath(".").IsEmpty());
117 EXPECT_FALSE(FilePath("a/b").IsEmpty());
118 EXPECT_FALSE(FilePath("a\\b\\").IsEmpty());
  /ndk/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 88 EXPECT_FALSE(original_dir.IsEmpty());
111 EXPECT_TRUE(FilePath("").IsEmpty());
115 EXPECT_FALSE(FilePath("a").IsEmpty());
116 EXPECT_FALSE(FilePath(".").IsEmpty());
117 EXPECT_FALSE(FilePath("a/b").IsEmpty());
118 EXPECT_FALSE(FilePath("a\\b\\").IsEmpty());
  /external/lzma/CPP/7zip/UI/GUI/
ExtractDialog.cpp 142 if (s.IsEmpty())
144 if (!ArcPath.IsEmpty())
199 if (pathPrefix.IsEmpty())
  /external/v8/src/
dateparser.h 287 bool IsEmpty() { return hour_ == kNone; }
297 bool IsEmpty() const { return index_ == 0; }
331 bool IsEmpty() const { return index_ == 0; }
effects.h 176 bool IsEmpty() { return map_->is_empty(); }
243 bool IsEmpty() {
245 if (!node->effects.IsEmpty()) return false;
  /development/testrunner/
make_tree.py 114 def IsEmpty(self):
  /external/dng_sdk/source/
dng_tile_iterator.cpp 112 if (area.IsEmpty ())
  /external/libbrillo/brillo/
any.h 172 bool IsEmpty() const;
  /external/libweave/src/privet/
privet_types.h 42 bool IsEmpty() const { return user.empty(); }
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractEngine.cpp 134 if (errorMessage.IsEmpty())
  /external/lzma/CPP/Common/
ListFileUtils.cpp 24 if (!s.IsEmpty())

Completed in 820 milliseconds

1 2 3 4 56 7 8 91011>>