HomeSort by relevance Sort by last modified time
    Searched refs:TC_LOG (Results 1 - 18 of 18) sorted by null

  /external/libtextclassifier/util/memory/
mmap.cc 44 TC_LOG(ERROR) << "Error closing file descriptor: " << last_error;
61 TC_LOG(ERROR) << "Error opening " << filename << ": " << last_error;
78 TC_LOG(ERROR) << "Unable to stat fd: " << last_error;
114 TC_LOG(ERROR) << "Error while mmapping: " << last_error;
129 TC_LOG(ERROR) << "Error during Unmap / munmap: " << last_error;
  /external/libtextclassifier/util/calendar/
calendar-icu.cc 63 TC_LOG(ERROR) << "error day of week";
68 TC_LOG(ERROR) << "error adding a day";
78 TC_LOG(ERROR) << "error adding a day";
88 TC_LOG(ERROR) << "error adding a week";
97 TC_LOG(ERROR) << "error adding a month";
105 TC_LOG(ERROR) << "error adding a year";
129 TC_LOG(ERROR) << "error day of week";
134 TC_LOG(ERROR) << "error adding a day";
142 TC_LOG(ERROR) << "error adding a day";
151 TC_LOG(ERROR) << "error adding a week"
    [all...]
calendar_test.cc 37 TC_LOG(INFO) << result;
  /external/libtextclassifier/datetime/
extractor.cc 39 TC_LOG(ERROR) << "Couldn't retrieve group.";
50 TC_LOG(ERROR) << "Couldn't extract YEAR.";
58 TC_LOG(ERROR) << "Couldn't extract MONTH.";
66 TC_LOG(ERROR) << "Couldn't extract DAY.";
74 TC_LOG(ERROR) << "Couldn't extract HOUR.";
82 TC_LOG(ERROR) << "Couldn't extract MINUTE.";
90 TC_LOG(ERROR) << "Couldn't extract SECOND.";
98 TC_LOG(ERROR) << "Couldn't extract AMPM.";
106 TC_LOG(ERROR) << "Couldn't extract RELATION_DISTANCE_FIELD.";
114 TC_LOG(ERROR) << "Couldn't extract RELATION_FIELD."
    [all...]
parser_test.cc 69 TC_LOG(ERROR) << text;
101 TC_LOG(ERROR) << text;
105 TC_LOG(ERROR) << "No results.";
131 TC_LOG(ERROR) << "Expected: " << expected[0] << " which corresponds to: "
134 TC_LOG(ERROR) << "Actual[" << i << "]: " << filtered_results[i]
parser.cc 57 TC_LOG(ERROR) << "Couldn't create rule pattern.";
78 TC_LOG(ERROR) << "Couldn't create extractor pattern";
  /external/libtextclassifier/
model-executor.cc 28 TC_LOG(ERROR) << "Could not build TFLite model from a model spec. ";
51 TC_LOG(ERROR) << "Could not load TFLite model.";
59 TC_LOG(ERROR) << "Could not build TFLite interpreter for embeddings.";
79 TC_LOG(ERROR) << "Mismatch in quantization parameters.";
105 TC_LOG(ERROR) << "Mismatching dest_size and output_embedding_size: "
text-classifier.cc 57 TC_LOG(ERROR) << "Could not build TFLite interpreter.";
68 TC_LOG(ERROR) << "Could not build TFLite interpreter.";
100 TC_LOG(ERROR) << "Model verification failed.";
135 TC_LOG(ERROR) << "No model specified.";
153 TC_LOG(ERROR) << "No selection options.";
157 TC_LOG(ERROR) << "No selection feature options.";
161 TC_LOG(ERROR) << "No selection bounds sensitive feature options.";
165 TC_LOG(ERROR) << "No selection model.";
170 TC_LOG(ERROR) << "Could not initialize selection executor.";
183 TC_LOG(ERROR) << "No classification options."
    [all...]
zlib-utils.cc 115 TC_LOG(ERROR) << "Cannot compress model.";
175 TC_LOG(ERROR) << "Cannot initialize decompressor.";
185 TC_LOG(ERROR) << "Cannot decompress pattern: " << i;
200 TC_LOG(ERROR) << "Cannot decompress pattern: " << i << " " << j;
211 TC_LOG(ERROR) << "Cannot decompress pattern: " << i;
240 TC_LOG(ERROR) << "Cannot decompress pattern.";
248 TC_LOG(ERROR) << "Cannot load uncompressed pattern.";
263 TC_LOG(ERROR) << "Could not create pattern: "
quantization.cc 85 TC_LOG(ERROR) << "Unsupported quantization_bits: " << quantization_bits;
textclassifier_jni.cc 65 TC_LOG(ERROR) << "Couldn't find ClassificationResult class.";
71 TC_LOG(ERROR) << "Couldn't find DatetimeResult class.";
252 TC_LOG(ERROR) << "Couldn't find AssetFileDescriptor.";
258 TC_LOG(ERROR) << "Couldn't find getFileDescriptor.";
265 TC_LOG(ERROR) << "Couldn't find FileDescriptor.";
271 TC_LOG(ERROR) << "Couldn't find descriptor.";
413 TC_LOG(ERROR) << "Couldn't find result class: "
449 TC_LOG(WARNING) << "Using deprecated getLanguage().";
strip-unpaired-brackets.cc 97 TC_LOG(WARNING) << "Inverse indices result: " << span.first << ", "
feature-processor.cc 171 TC_LOG(ERROR)
202 TC_LOG(ERROR) << "Unknown tokenization type specified. Using "
465 TC_LOG(ERROR) << "Invalid center token selection method.";
476 TC_LOG(ERROR) << "Could not convert label to span: " << i;
800 TC_LOG(ERROR) << "Could not get token features.";
811 TC_LOG(ERROR) << "Count not get padding token features.";
819 TC_LOG(ERROR) << "Cound not create cached features.";
    [all...]
cached-features.cc 70 TC_LOG(ERROR) << "Unsupported feature version.";
  /external/libtextclassifier/util/java/
string_utils.cc 32 TC_LOG(ERROR) << "Can't find String class";
  /external/libtextclassifier/util/math/
softmax.cc 28 TC_LOG(ERROR) << "label " << label << " outside range "
  /external/libtextclassifier/util/utf8/
unilib_test.cc 82 TC_LOG(INFO) << matcher->Matches(&status);
83 TC_LOG(INFO) << matcher->Find(&status);
84 TC_LOG(INFO) << matcher->Start(0, &status);
85 TC_LOG(INFO) << matcher->End(0, &status);
86 TC_LOG(INFO) << matcher->Group(0, &status).size_codepoints();
  /external/libtextclassifier/util/base/
logging.h 67 // The class that does all the work behind our TC_LOG(severity) macros. Each
68 // TC_LOG(severity) << obj1 << obj2 << ...; logging statement creates a
109 #define TC_LOG(severity) \
120 (x) || TC_LOG(FATAL) << __FILE__ << ":" << __LINE__ << ": check failed: \"" \

Completed in 121 milliseconds