Home
last modified time | relevance | path

Searched refs:ICING_VLOG (Results 1 – 25 of 28) sorted by relevance

12

/external/icing/icing/file/
Dfile-backed-proto.h118 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()
Dfile-backed-bitmap.cc97 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()
Ddestructible-file.h55 ICING_VLOG(1) << "Failed to delete file " << filepath_; in ~DestructibleFile()
Dfile-backed-vector.h552 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()
Dfilesystem.cc182 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/
Dschema-util.cc45 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()
Dschema-store.cc145 ICING_VLOG(3) in Initialize()
/external/icing/icing/index/lite/
Dlite-index.cc140 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/
Dindex.cc173 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()
Dindex-processor.cc128 ICING_VLOG(1) << "Merging the index at docid " << document_id << "."; in IndexDocument()
/external/icing/icing/scoring/
Dbm25f-calculator.cc115 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in ComputeScore()
154 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in GetCorpusIdfWeightForTerm()
199 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in ComputedNormalizedTermFrequency()
Dranker.cc131 ICING_VLOG(1) << next_best_document_hit_or.status().error_message(); in PopTopResultsFromHeap()
/external/icing/icing/legacy/index/
Dicing-array-storage.cc169 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()
Dicing-storage-file.cc86 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in Sync()
Dicing-filesystem.cc184 ICING_VLOG(1) << IcingStringUtil::StringPrintf("Deleting file %s", file_name); in DeleteFile()
320 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in GetMatchingFiles()
Dicing-flash-bitmap.cc277 ICING_VLOG(1) << IcingStringUtil::StringPrintf( in Grow()
/external/icing/icing/
Dicing-search-engine.cc259 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/
Dlogging.h24 #define ICING_VLOG(verbose_level) TC3_VLOG(verbose_level) macro
/external/icing/icing/testing/
Dicu-i18n-test-utils.cc38 ICING_VLOG(1) << "Error converting UChar32 to UTF8"; in UCharToString()
/external/icing/icing/transform/icu/
Dicu-normalizer.cc217 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/
Dflash-index-storage.cc136 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()
Dmain-index-merger.cc272 ICING_VLOG(1) << "No necessary prefix expansion for " in TranslateAndExpandLiteHits()
/external/icing/icing/store/
Ddocument-log-creator.cc115 ICING_VLOG(1) << "Migrating from v0 to v1 document log."; in MigrateFromV0ToV1()
Ddocument-store.cc285 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()
Dusage-store.cc52 ICING_VLOG(1) << "The score cache file in UsageStore is corrupted, all " in Create()

12