HomeSort by relevance Sort by last modified time
    Searched defs:annotator (Results 1 - 5 of 5) sorted by null

  /external/smali/baksmali/src/main/java/org/jf/baksmali/
DumpCommand.java 103 DexAnnotator annotator = new DexAnnotator(rawDexFile, consoleWidth); local
104 annotator.writeAnnotations(writer);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DexAnnotator.java 165 SectionAnnotator annotator = annotators.get(mapItem.getType()); local
166 annotator.annotateSection(this);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
SectionAnnotator.java 44 @Nonnull public final DexAnnotator annotator; field in class:SectionAnnotator
52 public SectionAnnotator(@Nonnull DexAnnotator annotator, @Nonnull MapItem mapItem) {
53 this.annotator = annotator;
54 this.dexFile = annotator.dexFile;
  /external/libchrome/base/debug/
task_annotator_unittest.cc 40 TaskAnnotator annotator; local
41 annotator.WillQueueTask("TaskAnnotatorTest::Queue", &pending_task);
43 annotator.RunTask("TaskAnnotatorTest::Queue", &pending_task);
47 // Test task annotator integration in base APIs and ensuing support for
  /external/libtextclassifier/actions/
actions_jni.cc 27 #include "annotator/annotator.h"
28 #include "annotator/annotator_jni_common.h"
41 using libtextclassifier3::Annotator;
370 const Annotator* annotator = reinterpret_cast<Annotator*>(annotatorPtr); local
373 context->model()->SuggestActions(conversation, annotator, options);
376 annotator ? annotator->entity_data_schema() : nullptr
    [all...]

Completed in 524 milliseconds