/external/icing/icing/file/ |
D | file-backed-proto.h | 118 ICING_VLOG(1) << "Reading proto from file: " << file_path_; in Read() 124 ICING_VLOG(1) << "Reusing cached proto for file: " << file_path_; in Read() 145 ICING_VLOG(1) << "Loading proto from file: " << file_path_ in Read() 183 ICING_VLOG(1) << "Successfully read proto from file: " << file_path_; in Read() 191 ICING_VLOG(1) << "Writing proto to file: " << file_path_; in Write() 204 ICING_VLOG(1) << "Skip writing proto to file as contents are identical: " in Write() 243 ICING_VLOG(1) << "Successfully wrote proto to file: " << file_path_; in Write()
|
D | file-backed-bitmap.cc | 97 ICING_VLOG(1) << "Initialize bitmap file: " << file_path_; in Initialize() 111 ICING_VLOG(1) << "Creating new bitmap in file: " << file_path_ in Initialize() 121 ICING_VLOG(1) << "Loading bitmap from file: " << file_path_ in Initialize() 272 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in GrowTo()
|
D | destructible-file.h | 55 ICING_VLOG(1) << "Failed to delete file " << filepath_; in ~DestructibleFile()
|
D | file-backed-vector.h | 552 ICING_VLOG(2) << "FileBackedVector change tracking limit exceeded"; in Set() 642 ICING_VLOG(2) in TruncateTo() 727 ICING_VLOG(2) << IcingStringUtil::StringPrintf( in ComputeChecksum() 739 ICING_VLOG(2) << IcingStringUtil::StringPrintf( in ComputeChecksum()
|
D | filesystem.cc | 182 ICING_VLOG(1) << IcingStringUtil::StringPrintf("Deleting file %s", file_name); in DeleteFile() 319 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in GetMatchingFiles() 386 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in GetFileSize()
|
/external/icing/icing/schema/ |
D | schema-util.cc | 45 ICING_VLOG(1) << absl_ports::StrCat( in IsCardinalityCompatible() 62 ICING_VLOG(1) << absl_ports::StrCat( in IsDataTypeCompatible() 75 ICING_VLOG(1) << absl_ports::StrCat("Schema type ", in IsSchemaTypeCompatible() 448 ICING_VLOG(1) << absl_ports::StrCat("Previously defined schema type '", in ComputeCompatibilityDelta() 490 ICING_VLOG(1) << absl_ports::StrCat( in ComputeCompatibilityDelta() 503 ICING_VLOG(1) << absl_ports::StrCat( in ComputeCompatibilityDelta() 528 ICING_VLOG(1) << absl_ports::StrCat( in ComputeCompatibilityDelta() 540 ICING_VLOG(1) << absl_ports::StrCat( in ComputeCompatibilityDelta()
|
D | schema-store.cc | 145 ICING_VLOG(3) in Initialize()
|
/external/icing/icing/index/lite/ |
D | lite-index.cc | 140 ICING_VLOG(2) << "Creating new hit buffer"; in Initialize() 201 ICING_VLOG(2) << IcingStringUtil::StringPrintf("Lite index init ok in %.3fms", in Initialize() 234 ICING_VLOG(2) << IcingStringUtil::StringPrintf( in ComputeChecksum() 250 ICING_VLOG(2) << IcingStringUtil::StringPrintf("Lite index clear in %.3fms", in Reset() 263 ICING_VLOG(1) << "Failed to sync the lexicon."; in PersistToDisk() 445 ICING_VLOG(2) << IcingStringUtil::StringPrintf( in Seek()
|
/external/icing/icing/index/ |
D | index.cc | 173 ICING_VLOG(1) << "Clipping to " << document_id in TruncateTo() 180 ICING_VLOG(1) << "Clipping to " << document_id in TruncateTo() 301 ICING_VLOG(1) << "Updating term frequency for term " << term; in BufferTerm() 307 ICING_VLOG(1) << "Term " << term in BufferTerm() 313 ICING_VLOG(1) << "Term " << term << " is not in lexicon. Inserting."; in BufferTerm()
|
D | index-processor.cc | 128 ICING_VLOG(1) << "Merging the index at docid " << document_id << "."; in IndexDocument()
|
/external/icing/icing/scoring/ |
D | bm25f-calculator.cc | 115 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in ComputeScore() 154 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in GetCorpusIdfWeightForTerm() 199 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in ComputedNormalizedTermFrequency()
|
D | ranker.cc | 131 ICING_VLOG(1) << next_best_document_hit_or.status().error_message(); in PopTopResultsFromHeap()
|
/external/icing/icing/legacy/index/ |
D | icing-array-storage.cc | 169 ICING_VLOG(2) << "Array storage change tracking limit exceeded"; in GetMutableMemInternal() 279 ICING_VLOG(2) << IcingStringUtil::StringPrintf( in UpdateCrc() 289 ICING_VLOG(2) << IcingStringUtil::StringPrintf( in UpdateCrc() 380 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in Sync()
|
D | icing-storage-file.cc | 86 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in Sync()
|
D | icing-filesystem.cc | 184 ICING_VLOG(1) << IcingStringUtil::StringPrintf("Deleting file %s", file_name); in DeleteFile() 320 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in GetMatchingFiles()
|
D | icing-flash-bitmap.cc | 277 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in Grow()
|
/external/icing/icing/ |
D | icing-search-engine.cc | 259 ICING_VLOG(1) << "Creating IcingSearchEngine in dir: " << options_.base_dir(); in IcingSearchEngine() 280 ICING_VLOG(1) << "Initializing IcingSearchEngine in dir: " in InternalInitialize() 499 ICING_VLOG(1) << "Setting new Schema"; in SetSchema() 645 ICING_VLOG(1) << "Writing document to document store"; in Put() 790 ICING_VLOG(1) << "Deleting document from doc store"; in Delete() 825 ICING_VLOG(1) << "Deleting namespace from doc store"; in DeleteByNamespace() 859 ICING_VLOG(1) << "Deleting type from doc store"; in DeleteBySchemaType() 893 ICING_VLOG(1) << "Deleting documents for query " << search_spec.query() in DeleteByQuery() 937 ICING_VLOG(2) << "Deleting the docs that matched the query."; in DeleteByQuery() 941 ICING_VLOG(3) << "Deleting doc " in DeleteByQuery() [all …]
|
/external/icing/icing/util/ |
D | logging.h | 24 #define ICING_VLOG(verbose_level) TC3_VLOG(verbose_level) macro
|
/external/icing/icing/testing/ |
D | icu-i18n-test-utils.cc | 38 ICING_VLOG(1) << "Error converting UChar32 to UTF8"; in UCharToString()
|
/external/icing/icing/transform/icu/ |
D | icu-normalizer.cc | 217 ICING_VLOG(0) << "Failed to convert UTF8 term '" << term << "' to UTF16"; in Transform() 258 ICING_VLOG(0) << "Failed to convert UTF16 term '" << term << "' to UTF8"; in Transform()
|
/external/icing/icing/index/main/ |
D | flash-index-storage.cc | 136 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in CreateHeader() 459 ICING_VLOG(1) << IcingStringUtil::StringPrintf("Reached max block index %u", in GrowIndex() 468 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in GrowIndex()
|
D | main-index-merger.cc | 272 ICING_VLOG(1) << "No necessary prefix expansion for " in TranslateAndExpandLiteHits()
|
/external/icing/icing/store/ |
D | document-log-creator.cc | 115 ICING_VLOG(1) << "Migrating from v0 to v1 document log."; in MigrateFromV0ToV1()
|
D | document-store.cc | 285 ICING_VLOG(1) in Initialize() 883 ICING_VLOG(1) << document_id_or.status().error_message(); in Get() 1361 ICING_VLOG(1) << "Error trying to get filter data for document store " in CalculateDocumentStatusCounts() 1368 ICING_VLOG(1) << "Error trying to find namespace for document store " in CalculateDocumentStatusCounts() 1383 ICING_VLOG(1) << "Error trying to get usage scores for document store " in CalculateDocumentStatusCounts()
|
D | usage-store.cc | 52 ICING_VLOG(1) << "The score cache file in UsageStore is corrupted, all " in Create()
|