Home
last modified time | relevance | path

Searched refs:location_context (Results 1 – 7 of 7) sorted by relevance

/external/libtextclassifier/native/annotator/knowledge/
Dknowledge-engine-dummy.h42 const Optional<LocationContext>& location_context, in ClassifyText() argument
49 const Optional<LocationContext>& location_context, in Chunk() argument
59 const Optional<LocationContext>& location_context, in ChunkMultipleSpans() argument
/external/llvm-project/clang/test/Analysis/exploded-graph-rewriter/
Denvironment_diff.dot26 "location_context": "#0 Call",
81 "location_context": "#0 Call",
130 "location_context": "#0 Call",
Denvironment.dot54 "location_context": "#0 Call",
/external/libtextclassifier/native/annotator/
Dtypes.h529 Optional<LocationContext> location_context; member
539 bool location_context_equality = this->location_context.has_value() ==
540 other.location_context.has_value();
541 if (this->location_context.has_value() &&
542 other.location_context.has_value()) {
544 this->location_context.value() == other.location_context.value();
Dannotator_jni_common.cc147 options.location_context = {user_location_lat, user_location_lng, in FromJavaOptionsInternal()
235 options.location_context = {user_location_lat, user_location_lng, in FromJavaSelectionOptions()
Dannotator.cc908 options.location_context, Permissions(), in SuggestSelection()
1778 options.location_context, Permissions(), in ClassifyText()
2401 options.location_context, options.permissions, in AnnotateStructuredInput()
/external/llvm-project/clang/utils/analyzer/
Dexploded-graph-rewriter.py132 self.location_context = LocationContext(json_frame)
161 if f.location_context == prev_f.location_context:
586 dump_location_context(f.location_context)
594 dump_location_context(f.location_context)