HomeSort by relevance Sort by last modified time
    Searched refs:annotate (Results 126 - 150 of 287) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dircache.py 65 dircache.annotate(self.tempdir, lst)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dircache.py 65 dircache.annotate(self.tempdir, lst)
  /dalvik/dx/src/com/android/dx/cf/code/
Frame.java 409 * @param ex {@code non-null;} the exception to annotate
411 public void annotate(ExceptionWithContext ex) { method in class:Frame
412 locals.annotate(ex);
413 stack.annotate(ex);
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
FactoryGenerator.java 125 factoryWriter.annotate(SuppressWarnings.class).setValue("rawtypes");
150 factoryWriter.annotate(Generated.class).setValue(ComponentProcessor.class.getName());
156 getMethodWriter.annotate(Override.class);
208 createMethodWriter.annotate(SuppressWarnings.class).setValue("unchecked");
248 getMethodWriter.annotate(
ComponentWriter.java 56 componentWriter.annotate(Generated.class).setValue(ComponentProcessor.class.getCanonicalName());
MapKeyGenerator.java 118 mapKeyCreatorWriter.annotate(Generated.class).setValue(ComponentProcessor.class.getName());
134 createMethod.annotate(AutoAnnotation.class);
MembersInjectorGenerator.java 130 injectorWriter.annotate(Generated.class)
141 injectMembersWriter.annotate(Override.class);
229 injectMembersWriter.annotate(SuppressWarnings.class).setValue("unchecked");
387 modifiable.annotate(SuppressWarnings.class).setValue("rawtypes");
  /system/extras/simpleperf/scripts/
annotate.py 18 """annotate.py: annotate source files based on perf.data.
317 def annotate(self): member in class:SourceFileAnnotator
558 """Annotate Source files: add acc_period/period for each source file.
559 1. Annotate java source files, which have $JAVA_SRC_ROOT prefix.
560 2. Annotate c++ source files.
592 """Annotate a source file.
594 Annotate a source file in three steps:
600 log_info('annotate file %s' % from_path)
626 annotate = annotates.get(line
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDataItem.java 347 out.annotate(0, offsetString() + " class data for " +
378 out.annotate(String.format(" %-21s %08x", label + "_size:",
405 out.annotate(0, " " + label + ":");
DebugInfoItem.java 97 * @param out {@code non-null;} where to annotate to
123 out.annotate(offsetString() + " debug info");
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDataItem.java 343 out.annotate(0, offsetString() + " class data for " +
374 out.annotate(String.format(" %-21s %08x", label + "_size:",
401 out.annotate(0, " " + label + ":");
DebugInfoItem.java 94 * @param out {@code non-null;} where to annotate to
120 out.annotate(offsetString() + " debug info");
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_visitor.cpp 201 fs_builder abld = bld.annotate("compute pixel centers");
213 abld = bld.annotate("compute pixel deltas from v0");
233 abld = bld.annotate("compute pos.w and 1/pos.w");
251 fs_builder abld = bld.annotate("compute pixel centers");
305 abld = bld.annotate("compute pos.w");
378 const fs_builder abld = bld.annotate("Alpha test");
476 const fs_builder abld = bld.annotate(
567 const fs_builder abld = bld.annotate("user clip distances");
764 const fs_builder abld = bld.annotate("URB write");
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 148 out.annotate(codeBytes, s);
150 out.annotate(codeBytes, "");
  /external/ImageMagick/MagickCore/
Android.mk 43 annotate.c\
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DebugInfoItem.java 62 out.annotate(0, "parameters:");
72 out.annotate(0, "debug opcodes:");
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
AnnotatedBytes.java 109 annotate(offset - cursor, msg, formatArgs);
122 public void annotate(int length, @Nonnull String msg, Object... formatArgs) { method in class:AnnotatedBytes
  /external/v8/tools/clang/blink_gc_plugin/tests/heap/
stubs.h 178 __attribute__((annotate("blink_stack_allocated"))) \
189 __attribute__((annotate("blink_gc_plugin_ignore")))
  /external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/heap/
stubs.h 178 __attribute__((annotate("blink_stack_allocated"))) \
189 __attribute__((annotate("blink_gc_plugin_ignore")))
  /external/clang/lib/Format/
TokenAnalyzer.cpp 106 Annotator.annotate(*AnnotatedLines.back());
TokenAnnotator.h 147 void annotate(AnnotatedLine &Line);
  /external/harfbuzz_ng/util/
view-cairo.cc 100 if (view_options.annotate) {
  /frameworks/base/core/java/android/view/textclassifier/
TextClassifierImplNative.java 99 public AnnotatedSpan[] annotate(String text, AnnotationOptions options) { method in class:TextClassifierImplNative
183 /** Represents a result of Annotate call. */
247 /** Represents options for the Annotate call. */
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 367 public void annotate(String msg) { method in class:ByteArrayAnnotatedOutput
377 public void annotate(int amt, String msg) { method in class:ByteArrayAnnotatedOutput
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 380 public void annotate(String msg) { method in class:ByteArrayAnnotatedOutput
391 public void annotate(int amt, String msg) { method in class:ByteArrayAnnotatedOutput

Completed in 1837 milliseconds

1 2 3 4 56 7 8 91011>>