Home
last modified time | relevance | path

Searched refs:IsEmpty (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/external/v8/test/cctest/
Dtest-unbound-queue.cc41 CHECK(cq.IsEmpty()); in TEST()
43 CHECK(!cq.IsEmpty()); in TEST()
47 CHECK(cq.IsEmpty()); in TEST()
54 CHECK(cq.IsEmpty()); in TEST()
56 CHECK(!cq.IsEmpty()); in TEST()
59 CHECK(!cq.IsEmpty()); in TEST()
63 CHECK(!cq.IsEmpty()); in TEST()
69 CHECK(!cq.IsEmpty()); in TEST()
72 CHECK(!cq.IsEmpty()); in TEST()
76 CHECK(cq.IsEmpty()); in TEST()
Dtest-decls.cc155 CHECK(script.IsEmpty()); in Check()
158 CHECK(!script.IsEmpty()); in Check()
165 if (!value.IsEmpty()) { in Check()
171 if (!value.IsEmpty()) { in Check()
583 CHECK(script.IsEmpty()); in Check()
586 CHECK(!script.IsEmpty()); in Check()
590 if (!value.IsEmpty()) { in Check()
596 if (!value.IsEmpty()) { in Check()
/external/google-breakpad/src/common/linux/
Dmemory_mapped_file_unittest.cc54 EXPECT_TRUE(mapped_file.content().IsEmpty()); in ExpectNoMappedData()
113 EXPECT_FALSE(mapped_file.content().IsEmpty()); in TEST_F()
121 EXPECT_FALSE(mapped_file.content().IsEmpty()); in TEST_F()
149 EXPECT_FALSE(mapped_file.content().IsEmpty()); in TEST_F()
155 EXPECT_FALSE(mapped_file.content().IsEmpty()); in TEST_F()
163 EXPECT_FALSE(mapped_file.content().IsEmpty()); in TEST_F()
169 EXPECT_FALSE(mapped_file.content().IsEmpty()); in TEST_F()
191 EXPECT_FALSE(mapped_file.content().IsEmpty()); in TEST_F()
201 EXPECT_FALSE(mapped_file.content().IsEmpty()); in TEST_F()
/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h50 if (UnpackSizes.IsEmpty()) in GetUnpackSize()
226 bool IsEmpty() const in IsEmpty() function
228 return (PackSizes.IsEmpty() && in IsEmpty()
229 PackCRCsDefined.IsEmpty() && in IsEmpty()
230 PackCRCs.IsEmpty() && in IsEmpty()
231 Folders.IsEmpty() && in IsEmpty()
232 NumUnpackStreamsVector.IsEmpty() && in IsEmpty()
233 Files.IsEmpty()); in IsEmpty()
D7zCompressionMode.h40 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } in IsEmpty() function
D7zEncode.cpp176 if (_bindInfo.InStreams.IsEmpty()) in Encode()
281 if (options.IsEmpty()) in CEncoder()
292 if (_options.Methods.IsEmpty()) in EncoderConstr()
297 if (!_options.Binds.IsEmpty()) in EncoderConstr()
325 if (_options.Binds.IsEmpty()) in EncoderConstr()
346 if (!_options.Binds.IsEmpty()) in EncoderConstr()
365 if (_bindInfo.InStreams.IsEmpty()) in EncoderConstr()
D7zHandler.cpp106 if (methodName.IsEmpty()) in GetArchiveProperty()
108 if (!resString.IsEmpty()) in GetArchiveProperty()
219 if (!item.Name.IsEmpty()) in GetProperty()
267 if (!methodsString.IsEmpty()) in GetProperty()
323 if (!propsString.IsEmpty()) in GetProperty()
457 if (name.IsEmpty()) in SetProperties()
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp201 if(globalObjTemp.IsEmpty()) in JS_DefineGlobalMethod()
224 if(globalObjTemp.IsEmpty()) in JS_DefineGlobalConst()
299 if(!pObjDef->m_StaticObj.IsEmpty()) in JS_ReleaseRuntime()
429 if(pObj.IsEmpty() || !pObj->InternalFieldCount()) return -1; in JS_GetObjDefnID()
438 if(pObj.IsEmpty()) return NULL; in JS_GetRuntime()
440 if(context.IsEmpty()) return NULL; in JS_GetRuntime()
483 if(pObj.IsEmpty()) return NULL; in JS_GetTypeof()
513 if(pObj.IsEmpty() || !pObj->InternalFieldCount()) return; in JS_SetPrivate()
521 if(pObj.IsEmpty()) return NULL; in JS_GetPrivate()
545 if(pObj.IsEmpty() || !pObj->InternalFieldCount()) return; in JS_FreePrivate()
[all …]
/external/pdfium/core/src/fpdfdoc/
Ddoc_utils.cpp31 if (m_csDA.IsEmpty()) { in HasFont()
40 if (m_csDA.IsEmpty()) { in GetFontString()
57 if (m_csDA.IsEmpty()) { in GetFont()
70 if (m_csDA.IsEmpty()) { in HasColor()
87 if (m_csDA.IsEmpty()) { in GetColorString()
128 if (m_csDA.IsEmpty()) { in GetColor()
158 if (m_csDA.IsEmpty()) { in GetColor()
192 if (m_csDA.IsEmpty()) { in HasTextMatrix()
201 if (m_csDA.IsEmpty()) { in GetTextMatrixString()
217 if (m_csDA.IsEmpty()) { in GetTextMatrix()
[all …]
/external/v8/src/
Ddateparser-inl.h75 bool has_read_number = !day.IsEmpty(); in Parse()
86 if (!time.IsEmpty()) return false; in Parse()
119 if (type == AM_PM && !time.IsEmpty()) { in Parse()
133 } else if (token.IsAsciiSign() && (tz.IsUTC() || !time.IsEmpty())) { in Parse()
203 DCHECK(day->IsEmpty()); in ParseES5DateTime()
204 DCHECK(time->IsEmpty()); in ParseES5DateTime()
205 DCHECK(tz->IsEmpty()); in ParseES5DateTime()
303 if (tz->IsEmpty()) tz->Set(0); in ParseES5DateTime()
/external/lzma/CPP/7zip/Archive/Common/
DParseProperties.cpp14 if (!name.IsEmpty()) in ParsePropValue()
20 if(!name.IsEmpty()) in ParsePropValue()
83 if (name.IsEmpty()) in ParsePropDictionaryValue()
102 if (s.IsEmpty() || s.CompareNoCase(L"ON") == 0 || s.Compare(L"+") == 0) in StringToBool()
152 if (name.IsEmpty()) in ParseMtProp()
/external/v8/test/cctest/compiler/
Dtest-run-jsexceptions.cc32 CHECK(!message.IsEmpty()); in TEST()
37 CHECK(!message.IsEmpty()); in TEST()
42 CHECK(!message.IsEmpty()); in TEST()
/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.cpp248 if(m_pValue.IsEmpty()) return VT_unknown; in GetType()
261 if(m_pValue.IsEmpty()) return FALSE; in IsArrayObject()
267 if(m_pValue.IsEmpty()) return FALSE; in IsDateObject()
490 if (m_pArray.IsEmpty()) in GetElement()
498 if (m_pArray.IsEmpty()) in SetElement()
506 if (m_pArray.IsEmpty()) in GetLength()
513 if (m_pArray.IsEmpty()) in operator v8::Local<v8::Array>()
548 if(m_pDate.IsEmpty()) return FALSE; in IsValidDate()
652 if(m_pDate.IsEmpty()) in operator double()
659 if(m_pDate.IsEmpty()) in ToString()
/external/lzma/CPP/Common/
DListFileUtils.cpp49 if (!u.IsEmpty()) in ReadNamesFromListFile()
63 if (!t.IsEmpty()) in ReadNamesFromListFile()
72 if (!t.IsEmpty()) in ReadNamesFromListFile()
/external/lzma/CPP/7zip/UI/Common/
DSetProperties.cpp31 if (properties.IsEmpty()) in SetProperties()
48 if (property.Value.IsEmpty()) in SetProperties()
50 if (!name.IsEmpty()) in SetProperties()
DExtract.cpp63 if (!outDir.IsEmpty()) in DecompressArchive()
166 if (formatIndices.IsEmpty()) in DecompressArchives()
225 if (!password.IsEmpty()) in DecompressArchives()
234 if (!s.IsEmpty()) in DecompressArchives()
252 if (!errorMessage.IsEmpty()) in DecompressArchives()
DExtractingFilePath.cpp23 while (!res.IsEmpty() && res[res.Length() - 1] == '.') in ReplaceIncorrectChars()
92 if (s.IsEmpty()) in MakeCorrectPath()
135 while (!s.IsEmpty() && s[s.Length() - 1] == '.') in GetCorrectFullFsPath()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp275 if (!ext.AddExt.IsEmpty()) in Main2()
424 if (!errorMessage.IsEmpty()) in Main2()
493 if (uo.SfxMode && uo.SfxModule.IsEmpty()) in Main2()
501 options.PasswordEnabled && !options.Password.IsEmpty(); in Main2()
511 callback.AskPassword = options.PasswordEnabled && options.Password.IsEmpty(); in Main2()
547 if (!errorInfo.Message.IsEmpty()) in Main2()
552 if (!errorInfo.FileName.IsEmpty()) in Main2()
557 if (!errorInfo.FileName2.IsEmpty()) in Main2()
567 if (!message.IsEmpty()) in Main2()
/external/pdfium/fpdfsdk/src/
Dfpdf_flatten.cpp28 if (!rcPage.IsEmpty()) in IsValiableRect()
213 if (!key.IsEmpty()) in SetPageContents()
259 if (!key.IsEmpty()) in SetPageContents()
273 if(rcStream.IsEmpty()) in GetMatrix()
355 if (rcOriginalMB.IsEmpty()) in FPDFPage_Flatten()
370 if (!rcOriginalMB.IsEmpty()) in FPDFPage_Flatten()
380 if (!rcOriginalCB.IsEmpty()) in FPDFPage_Flatten()
426 if (!key.IsEmpty()) in FPDFPage_Flatten()
458 if (!sAnnotState.IsEmpty()) in FPDFPage_Flatten()
494 if (rcStream.IsEmpty())continue; in FPDFPage_Flatten()
/external/pdfium/core/src/fpdftext/
Dfpdf_text_search.cpp34 if (rcPreObj.IsEmpty() && rcCurObj.IsEmpty()) { in FPDFText_IsSameTextObject()
37 if (!rcPreObj.IsEmpty() || !rcCurObj.IsEmpty()) { in FPDFText_IsSameTextObject()
39 if (rcPreObj.IsEmpty()) { in FPDFText_IsSameTextObject()
208 if (wstr.IsEmpty() || wstr.GetAt(wstr.GetLength() - 1) == L' ') { in ProcessObject()
265 if (unicode_str.IsEmpty()) { in ProcessObject()
/external/lzma/CPP/7zip/Common/
DMethodProps.h36 bool IsEmpty() const { return Methods.IsEmpty() ; } in IsEmpty() function
/external/v8/samples/
Dshell.cc97 if (context.IsEmpty()) { in main()
180 if (source.IsEmpty()) { in Read()
202 if (source.IsEmpty()) { in Load()
285 if (source.IsEmpty()) { in RunMain()
330 if (script.IsEmpty()) { in ExecuteString()
337 if (result.IsEmpty()) { in ExecuteString()
363 if (message.IsEmpty()) { in ReportException()
/external/lzma/CPP/Windows/
DFileName.cpp14 if (dirPath.IsEmpty()) in NormalizeDirPathPrefix()
23 if (dirPath.IsEmpty()) in NormalizeDirPathPrefix()
/external/pdfium/core/src/fxcrt/
Dfx_xml_composer.cpp11 if (bsFullName.IsEmpty()) { in FX_XML_SplitQualifiedName()
35 ASSERT(!qTagName.IsEmpty()); in SetTag()
Dfx_basic_bstring.cpp132 if (stringSrc.IsEmpty()) { in CFX_ByteString()
164 if (str.IsEmpty()) { in operator =()
176 if (stringSrc.IsEmpty()) { in operator =()
229 if (string.IsEmpty()) { in operator +=()
249 return str.IsEmpty(); in Equal()
256 if (IsEmpty()) { in Equal()
257 return other.IsEmpty(); in Equal()
259 if (other.IsEmpty()) { in Equal()
277 return str.IsEmpty(); in EqualNoCase()
882 if (lpszOld.IsEmpty()) { in Replace()
[all …]

12345678910>>...14