Searched refs:IsEmpty (Results 26 - 50 of 437) sorted by relevance

1234567891011>>

/external/dng_sdk/source/
H A Ddng_opcode_list.h57 bool IsEmpty () const function in class:dng_opcode_list
66 return !IsEmpty ();
H A Ddng_string.h87 bool IsEmpty () const;
91 return !IsEmpty ();
H A Ddng_matrix.h88 bool IsEmpty () const function in class:dng_matrix
95 return !IsEmpty ();
205 bool IsEmpty () const function in class:dng_vector
212 return !IsEmpty ();
/external/pdfium/xfa/src/fxbarcode/common/
H A DBC_CommonDecoderResult.cpp33 if (text.IsEmpty()) {
48 if (text.IsEmpty()) {
/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_fmparse.cpp149 if (m_pErrorInfo->message.IsEmpty()) {
241 if (m_pErrorInfo->message.IsEmpty()) {
256 if (m_pErrorInfo->message.IsEmpty()) {
270 if (m_pErrorInfo->message.IsEmpty()) {
288 if (m_pErrorInfo->message.IsEmpty()) {
312 if (m_pErrorInfo->message.IsEmpty()) {
336 if (m_pErrorInfo->message.IsEmpty()) {
347 if (m_pErrorInfo->message.IsEmpty()) {
371 if (m_pErrorInfo->message.IsEmpty()) {
382 if (m_pErrorInfo->message.IsEmpty()) {
[all...]
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
H A Dtest_plurality_checkable_iterator.py44 self.assertTrue(pcit.IsEmpty())
54 self.assertFalse(pcit.IsEmpty())
64 self.assertFalse(pcit.IsEmpty())
74 self.assertFalse(pcit.IsEmpty())
104 self.assertFalse(pcit.IsEmpty())
/external/lzma/CPP/7zip/UI/Common/
H A DExtractingFilePath.cpp124 if (s.IsEmpty())
153 if (parts.IsEmpty())
158 if (s.IsEmpty())
170 if (res.IsEmpty())
183 while (!s.IsEmpty() && (s.Back() == '.' || s.Back() == ' '))
H A DDefaultName.cpp23 if (addSubExtension.IsEmpty())
/external/libchrome/base/
H A Did_map_unittest.cc27 EXPECT_TRUE(map.IsEmpty());
34 EXPECT_FALSE(map.IsEmpty());
39 EXPECT_FALSE(map.IsEmpty());
46 EXPECT_FALSE(map.IsEmpty());
50 EXPECT_TRUE(map.IsEmpty());
87 EXPECT_TRUE(map.IsEmpty());
91 EXPECT_TRUE(map.IsEmpty());
239 EXPECT_TRUE(map.IsEmpty());
249 EXPECT_TRUE(map.IsEmpty());
369 EXPECT_TRUE(map.IsEmpty());
[all...]
/external/v8/test/unittests/
H A Datomic-utils-unittest.cc115 EXPECT_TRUE(a.IsEmpty());
123 EXPECT_FALSE(a.IsEmpty());
134 EXPECT_FALSE(a.IsEmpty());
135 EXPECT_TRUE(b.IsEmpty());
137 EXPECT_FALSE(b.IsEmpty());
176 EXPECT_TRUE(b.IsEmpty());
190 EXPECT_TRUE(a.IsEmpty());
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp354 } else if (pStaticObjects->at(i) && !pStaticObjects->at(i)->IsEmpty()) {
360 if (!pObj.IsEmpty()) {
462 if (pObj.IsEmpty() || !pObj->InternalFieldCount())
482 if (pObj.IsEmpty())
504 if (pObj.IsEmpty() || !pObj->InternalFieldCount())
514 if (pObj.IsEmpty())
539 if (pObj.IsEmpty() || !pObj->InternalFieldCount())
559 if (pObj.IsEmpty())
570 if (pObj.IsEmpty())
582 if (pObj.IsEmpty())
[all...]
/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.h34 if (!_methods[i].IsEmpty())
/external/lzma/CPP/Common/
H A DStringConvert.cpp15 if (!srcString.IsEmpty())
30 if (!srcString.IsEmpty())
60 if (!s.IsEmpty())
99 if (!s.IsEmpty())
138 if (!srcString.IsEmpty())
154 if (!srcString.IsEmpty())
H A DWildcard.cpp265 if (!Name.IsEmpty() ||
266 !SubNodes.IsEmpty() ||
267 !ExcludeItems.IsEmpty() ||
389 if (isAltStream && !pathParts.IsEmpty())
431 if (path.IsEmpty())
468 if (path.IsEmpty())
472 if (pathParts.Back().IsEmpty())
485 if (front.IsEmpty())
520 if (pathParts[0].IsEmpty() &&
521 pathParts[1].IsEmpty()
[all...]
H A DCommandLineParser.cpp55 if (s2.IsEmpty())
86 if (s.IsEmpty() || !IsItSwitchChar(s[0]))
185 if (!s.IsEmpty() && IsItSwitchChar(s[0]))
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_utils.cpp31 if (m_csDA.IsEmpty()) {
39 if (m_csDA.IsEmpty()) {
56 if (m_csDA.IsEmpty()) {
68 if (m_csDA.IsEmpty()) {
85 if (m_csDA.IsEmpty()) {
127 if (m_csDA.IsEmpty()) {
158 if (m_csDA.IsEmpty()) {
192 if (m_csDA.IsEmpty()) {
200 if (m_csDA.IsEmpty()) {
215 if (m_csDA.IsEmpty()) {
[all...]
/external/v8/src/
H A Ddateparser-inl.h77 bool has_read_number = !day.IsEmpty();
88 if (!time.IsEmpty()) return false;
121 if (type == AM_PM && !time.IsEmpty()) {
135 } else if (token.IsAsciiSign() && (tz.IsUTC() || !time.IsEmpty())) {
238 DCHECK(day->IsEmpty());
239 DCHECK(time->IsEmpty());
240 DCHECK(tz->IsEmpty());
338 if (tz->IsEmpty()) tz->Set(0);
/external/webrtc/webrtc/libjingle/xmllite/
H A Dxmlbuilder.cc38 if (tagName.IsEmpty())
50 if (attName.IsEmpty()) {
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
H A DLinkList.h228 if (IsEmpty())
242 if (IsEmpty())
255 if (IsEmpty())
268 if (IsEmpty())
282 bool IsEmpty() const function in class:List
323 if (IsEmpty())
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_document_imp.cpp287 if (!pRoot || wsID.IsEmpty()) {
294 if (pNode->TryCData(XFA_ATTRIBUTE_Id, wsIDVal) && !wsIDVal.IsEmpty()) {
368 if (pNode->TryCData(XFA_ATTRIBUTE_Id, wsIDVal) && !wsIDVal.IsEmpty()) {
373 if (pNode->TryCData(XFA_ATTRIBUTE_Use, wsUseVal) && !wsUseVal.IsEmpty()) {
376 !wsUseVal.IsEmpty()) {
387 !wsUseVal.IsEmpty()) {
406 !wsUseVal.IsEmpty()) {
415 if (!wsURI.IsEmpty() && wsURI != FX_WSTRC(L".")) {
419 if (!wsSOM.IsEmpty()) {
429 } else if (!wsID.IsEmpty()) {
[all...]
/external/v8/test/unittests/compiler/
H A Djs-type-feedback-unittest.cc116 EXPECT_TRUE(dependencies()->IsEmpty());
141 EXPECT_FALSE(dependencies()->IsEmpty());
160 EXPECT_TRUE(dependencies()->IsEmpty());
185 EXPECT_FALSE(dependencies()->IsEmpty());
202 EXPECT_TRUE(dependencies()->IsEmpty());
227 EXPECT_FALSE(dependencies()->IsEmpty());
245 EXPECT_TRUE(dependencies()->IsEmpty());
278 EXPECT_FALSE(dependencies()->IsEmpty());
296 EXPECT_TRUE(dependencies()->IsEmpty());
330 EXPECT_FALSE(dependencies()->IsEmpty());
[all...]
/external/v8/test/cctest/
H A Dtest-thread-termination.cc58 CHECK(result.IsEmpty());
81 CHECK(result.IsEmpty());
84 CHECK(try_catch.Message().IsEmpty());
100 CHECK(result.IsEmpty());
103 CHECK(try_catch.Message().IsEmpty());
136 CHECK(result.IsEmpty());
141 CHECK(result.IsEmpty());
159 CHECK(result.IsEmpty());
163 CHECK(result.IsEmpty());
201 CHECK(result.IsEmpty());
[all...]
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRCoderMatrixUtil.cpp203 if (!IsEmpty(matrix->Get(xx, y))) {
289 FX_BOOL CBC_QRCoderMatrixUtil::IsEmpty(int32_t value) { function in class:CBC_QRCoderMatrixUtil
308 if (IsEmpty(matrix->Get(i, 6))) {
315 if (IsEmpty(matrix->Get(6, i))) {
343 if (!IsEmpty(matrix->Get(xStart + x, yStart))) {
360 if (!IsEmpty(matrix->Get(xStart, yStart + y))) {
378 if (!IsEmpty(matrix->Get(xStart + x, y + yStart))) {
397 if (!IsEmpty(matrix->Get(xStart + x, yStart + y))) {
459 if (IsEmpty(matrix->Get(x, y))) {
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.h184 bool IsEmpty() const function in struct:NArchive::N7z::CArchiveDatabaseOut
187 PackSizes.IsEmpty() &&
188 NumUnpackStreamsVector.IsEmpty() &&
189 Folders.IsEmpty() &&
190 Files.IsEmpty());
/external/lzma/CPP/7zip/Common/
H A DMethodProps.h180 bool IsEmpty() const { return MethodName.IsEmpty() && Props.IsEmpty(); } function in class:COneMethodInfo

Completed in 2551 milliseconds

1234567891011>>