HomeSort by relevance Sort by last modified time
    Searched refs:IsEmpty (Results 1 - 25 of 576) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lzma/CPP/7zip/UI/Common/
TempFiles.cpp 14 while (!Paths.IsEmpty())
SetProperties.cpp 22 if (*end != 0 || s.IsEmpty())
32 if (properties.IsEmpty())
49 if (property.Value.IsEmpty())
51 if (!name.IsEmpty())
ExtractingFilePath.cpp 43 if (!s.IsEmpty())
97 if (s.IsEmpty())
149 if (s.IsEmpty())
172 if (res.IsEmpty())
188 if (parts[0].IsEmpty())
192 if (parts.Size() > 1 && parts[1].IsEmpty())
236 if (s.IsEmpty())
259 if (parts.IsEmpty())
264 if (s.IsEmpty())
  /external/pdfium/core/fxcrt/xml/
cxml_attritem.cpp 11 return (space.IsEmpty() || m_QSpaceName == space) && m_AttrName == name;
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-more-matchers.h 48 MATCHER(IsEmpty, negation ? "isn't empty" : "is empty") {
  /external/libbrillo/brillo/
any.cc 40 if (IsEmpty())
47 if (!IsEmpty())
57 bool Any::IsEmpty() const {
58 return data_buffer_.IsEmpty();
66 return !IsEmpty() && data_buffer_.GetDataPtr()->IsConvertibleToInteger();
70 CHECK(!IsEmpty()) << "Must not be called on an empty Any";
75 CHECK(!IsEmpty()) << "Must not be called on an empty Any";
any_internal_impl_unittest.cc 15 EXPECT_TRUE(buffer.IsEmpty());
23 EXPECT_FALSE(buffer.IsEmpty());
31 EXPECT_FALSE(buffer.IsEmpty());
40 EXPECT_FALSE(buffer.IsEmpty());
47 EXPECT_FALSE(buffer.IsEmpty());
57 EXPECT_FALSE(buffer.IsEmpty());
69 EXPECT_FALSE(buffer.IsEmpty());
81 EXPECT_FALSE(buffer.IsEmpty());
89 EXPECT_FALSE(buffer.IsEmpty());
100 EXPECT_FALSE(buffer1.IsEmpty());
    [all...]
  /external/libtextclassifier/utils/sentencepiece/
sorted_strings_table_test.cc 48 EXPECT_THAT(matches, testing::IsEmpty());
54 EXPECT_THAT(matches, testing::IsEmpty());
60 EXPECT_THAT(matches, testing::IsEmpty());
66 EXPECT_THAT(matches, testing::IsEmpty());
72 EXPECT_THAT(matches, testing::IsEmpty());
78 EXPECT_THAT(matches, testing::IsEmpty());
85 EXPECT_THAT(matches, testing::IsEmpty());
double_array_trie_test.cc 54 EXPECT_THAT(matches, testing::IsEmpty());
60 EXPECT_THAT(matches, testing::IsEmpty());
66 EXPECT_THAT(matches, testing::IsEmpty());
72 EXPECT_THAT(matches, testing::IsEmpty());
78 EXPECT_THAT(matches, testing::IsEmpty());
85 EXPECT_THAT(matches, testing::IsEmpty());
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-exegesis/
PerfHelperTest.cpp 19 using ::testing::IsEmpty;
38 EXPECT_THAT(CallbackEventNameFullyQualifed, Not(IsEmpty()));
  /external/googletest/googlemock/include/gmock/
gmock-more-matchers.h 61 MATCHER(IsEmpty, negation ? "isn't empty" : "is empty") {
  /external/libchrome/mojo/public/cpp/bindings/tests/
message_queue.h 21 bool IsEmpty() const;
message_queue.cc 19 bool MessageQueue::IsEmpty() const {
  /external/lzma/CPP/7zip/UI/FileManager/
PropertyName.cpp 15 if (!s.IsEmpty())
  /external/dng_sdk/source/
dng_rect.cpp 76 if (c.IsEmpty ())
93 if (a.IsEmpty ())
98 if (b.IsEmpty ())
129 if (c.IsEmpty ())
146 if (a.IsEmpty ())
151 if (b.IsEmpty ())
  /external/protobuf/src/google/protobuf/util/internal/
expecting_objectwriter.h 62 using testing::IsEmpty;
95 ? EXPECT_CALL(*mock_, StartObject(IsEmpty()))
111 ? EXPECT_CALL(*mock_, StartList(IsEmpty()))
127 ? EXPECT_CALL(*mock_, RenderBool(IsEmpty(), TypedEq<bool>(value)))
137 ? EXPECT_CALL(*mock_, RenderInt32(IsEmpty(), TypedEq<int32>(value)))
147 ? EXPECT_CALL(*mock_, RenderUint32(IsEmpty(), TypedEq<uint32>(value)))
157 ? EXPECT_CALL(*mock_, RenderInt64(IsEmpty(), TypedEq<int64>(value)))
167 ? EXPECT_CALL(*mock_, RenderUint64(IsEmpty(), TypedEq<uint64>(value)))
177 ? EXPECT_CALL(*mock_, RenderDouble(IsEmpty(),
188 ? EXPECT_CALL(*mock_, RenderFloat(IsEmpty(),
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 62 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); }
  /external/webrtc/webrtc/modules/video_coding/
timestamp_map.cc 39 while (!IsEmpty()) {
60 bool VCMTimestampMap::IsEmpty() const {
timestamp_map.h 37 bool IsEmpty() const;
  /external/pdfium/fxjs/
cjs_return.h 23 bool HasReturn() const { return !return_.IsEmpty(); }
  /external/perfetto/src/traced/probes/ftrace/
ftrace_procfs_unittest.cc 23 using testing::IsEmpty;
64 EXPECT_THAT(ftrace.AvailableClocks(), IsEmpty());
83 EXPECT_THAT(ftrace.AvailableClocks(), IsEmpty());
96 EXPECT_THAT(ftrace.AvailableClocks(), IsEmpty());
  /external/v8/src/inspector/
v8-regex.h 24 bool isValid() const { return !m_regex.IsEmpty(); }
  /external/v8/src/
locked-queue.h 26 inline bool IsEmpty() const;
  /external/v8/src/profiler/
unbound-queue.h 29 V8_INLINE bool IsEmpty() const;
  /external/lzma/CPP/7zip/Archive/Common/
ItemNameUtils.cpp 38 if (name.IsEmpty())
49 if (!name.IsEmpty())
67 if (name.IsEmpty())

Completed in 2012 milliseconds

1 2 3 4 5 6 7 8 91011>>