/external/v8/test/cctest/ |
D | test-unbound-queue.cc | 41 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()
|
D | test-decls.cc | 155 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/ |
D | memory_mapped_file_unittest.cc | 54 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/ |
D | 7zItem.h | 50 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()
|
D | 7zCompressionMode.h | 40 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } in IsEmpty() function
|
D | 7zEncode.cpp | 176 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()
|
D | 7zHandler.cpp | 106 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/ |
D | fxjs_v8.cpp | 201 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/ |
D | doc_utils.cpp | 31 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/ |
D | dateparser-inl.h | 75 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/ |
D | ParseProperties.cpp | 14 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/ |
D | test-run-jsexceptions.cc | 32 CHECK(!message.IsEmpty()); in TEST() 37 CHECK(!message.IsEmpty()); in TEST() 42 CHECK(!message.IsEmpty()); in TEST()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_Value.cpp | 248 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/ |
D | ListFileUtils.cpp | 49 if (!u.IsEmpty()) in ReadNamesFromListFile() 63 if (!t.IsEmpty()) in ReadNamesFromListFile() 72 if (!t.IsEmpty()) in ReadNamesFromListFile()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | SetProperties.cpp | 31 if (properties.IsEmpty()) in SetProperties() 48 if (property.Value.IsEmpty()) in SetProperties() 50 if (!name.IsEmpty()) in SetProperties()
|
D | Extract.cpp | 63 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()
|
D | ExtractingFilePath.cpp | 23 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/ |
D | Main.cpp | 275 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/ |
D | fpdf_flatten.cpp | 28 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/ |
D | fpdf_text_search.cpp | 34 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/ |
D | MethodProps.h | 36 bool IsEmpty() const { return Methods.IsEmpty() ; } in IsEmpty() function
|
/external/v8/samples/ |
D | shell.cc | 97 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/ |
D | FileName.cpp | 14 if (dirPath.IsEmpty()) in NormalizeDirPathPrefix() 23 if (dirPath.IsEmpty()) in NormalizeDirPathPrefix()
|
/external/pdfium/core/src/fxcrt/ |
D | fx_xml_composer.cpp | 11 if (bsFullName.IsEmpty()) { in FX_XML_SplitQualifiedName() 35 ASSERT(!qTagName.IsEmpty()); in SetTag()
|
D | fx_basic_bstring.cpp | 132 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 …]
|