Searched refs:location_context (Results 1 – 7 of 7) sorted by relevance
/external/libtextclassifier/native/annotator/knowledge/ |
D | knowledge-engine-dummy.h | 42 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/ |
D | environment_diff.dot | 26 "location_context": "#0 Call", 81 "location_context": "#0 Call", 130 "location_context": "#0 Call",
|
D | environment.dot | 54 "location_context": "#0 Call",
|
/external/libtextclassifier/native/annotator/ |
D | types.h | 529 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();
|
D | annotator_jni_common.cc | 147 options.location_context = {user_location_lat, user_location_lng, in FromJavaOptionsInternal() 235 options.location_context = {user_location_lat, user_location_lng, in FromJavaSelectionOptions()
|
D | annotator.cc | 908 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/ |
D | exploded-graph-rewriter.py | 132 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)
|