HomeSort by relevance Sort by last modified time
    Searched full:annotate (Results 51 - 75 of 509) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/dexgen/src/com/android/dexgen/util/
AnnotatedOutput.java 49 public void annotate(String msg); method in interface:AnnotatedOutput
62 public void annotate(int amt, String msg); method in interface:AnnotatedOutput
66 * until the next call to {@link #annotate}.
  /dalvik/dx/src/com/android/dx/util/
AnnotatedOutput.java 49 public void annotate(String msg); method in interface:AnnotatedOutput
62 public void annotate(int amt, String msg); method in interface:AnnotatedOutput
66 * until the next call to {@link #annotate}.
  /external/chromium_org/third_party/skia/include/core/
SkAnnotation.h 88 * Annotate the canvas by associating the specified URL with the
100 * Annotate the canvas by associating a name with the specified point.
112 * Annotate the canvas by making the specified rectangle link to a named
  /external/chromium_org/tools/findit/
config.ini 5 blame_url: http://src.chromium.org/viewvc/chrome/trunk/%s?annotate=%s&pathrev=%s
11 blame_url: http://src.chromium.org/viewvc/blink/trunk/%s?annotate=%s&pathrev=%s
17 blame_url: http://src.chromium.org/viewvc/blink/trunk/%s?annotate=%s&pathrev=%s
  /external/clang/test/Analysis/objc/
direct-ivar-assignment-in-annotated-functions.m 18 - (void) someMethod: (MyClass*)In __attribute__((annotate("objc_no_direct_instance_variable_assignment")));
26 MyClass* _NotA __attribute__((annotate("objc_allow_direct_instance_variable_assignment")));
39 @property (assign) MyClass* NotX __attribute__((annotate("objc_allow_direct_instance_variable_assignment"))); // warnings should be suppressed
  /external/dexmaker/src/dx/java/com/android/dx/util/
AnnotatedOutput.java 49 public void annotate(String msg); method in interface:AnnotatedOutput
62 public void annotate(int amt, String msg); method in interface:AnnotatedOutput
66 * until the next call to {@link #annotate}.
  /external/skia/include/core/
SkAnnotation.h 88 * Annotate the canvas by associating the specified URL with the
100 * Annotate the canvas by associating a name with the specified point.
112 * Annotate the canvas by making the specified rectangle link to a named
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MemberIdItem.java 72 out.annotate(0, indexString() + ' ' + cst.toHuman());
73 out.annotate(2, " class_idx: " + Hex.u2(classIdx));
74 out.annotate(2, String.format(" %-10s %s", getTypoidName() + ':',
76 out.annotate(4, " name_idx: " + Hex.u4(nameIdx));
CatchStructs.java 224 * Helper method to annotate or simply print the exception handlers.
230 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to
243 annotateTo.annotate(0, prefix + "tries:");
256 annotateTo.annotate(amt1, s1);
257 annotateTo.annotate(amt2, s2);
269 annotateTo.annotate(0, prefix + "handlers:");
270 annotateTo.annotate(encodedHandlerHeaderSize,
296 * Helper for {@link #annotateEntries} to annotate a catch handler list
299 * @param handlers {@code non-null;} handlers to annotate
304 * @param annotateTo {@code non-null;} where to annotate t
    [all...]
TypeIdItem.java 66 out.annotate(0, indexString() + ' ' + descriptor.toHuman());
67 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
ClassDefItem.java 189 out.annotate(0, indexString() + ' ' + thisClass.toHuman());
190 out.annotate(4, " class_idx: " + Hex.u4(classIdx));
191 out.annotate(4, " access_flags: " +
193 out.annotate(4, " superclass_idx: " + Hex.u4(superIdx) +
196 out.annotate(4, " interfaces_off: " + Hex.u4(interOff));
201 out.annotate(0, " " + list.getType(i).toHuman());
204 out.annotate(4, " source_file_idx: " + Hex.u4(sourceFileIdx) +
207 out.annotate(4, " annotations_off: " + Hex.u4(annoOff));
208 out.annotate(4, " class_data_off: " + Hex.u4(dataOff));
209 out.annotate(4, " static_values_off: "
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
MemberIdItem.java 70 out.annotate(0, indexString() + ' ' + cst.toHuman());
71 out.annotate(2, " class_idx: " + Hex.u2(classIdx));
72 out.annotate(2, String.format(" %-10s %s", getTypoidName() + ':',
74 out.annotate(4, " name_idx: " + Hex.u4(nameIdx));
CatchStructs.java 221 * Helper method to annotate or simply print the exception handlers.
227 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to
240 annotateTo.annotate(0, prefix + "tries:");
253 annotateTo.annotate(amt1, s1);
254 annotateTo.annotate(amt2, s2);
266 annotateTo.annotate(0, prefix + "handlers:");
267 annotateTo.annotate(encodedHandlerHeaderSize,
293 * Helper for {@link #annotateEntries} to annotate a catch handler list
296 * @param handlers {@code non-null;} handlers to annotate
301 * @param annotateTo {@code non-null;} where to annotate t
    [all...]
TypeIdItem.java 64 out.annotate(0, indexString() + ' ' + descriptor.toHuman());
65 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
  /external/chromium_org/ppapi/shared_impl/
test_harness_utils.h 21 // Strips prefixes used to annotate tests from a test name.
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MemberIdItem.java 70 out.annotate(0, indexString() + ' ' + cst.toHuman());
71 out.annotate(2, " class_idx: " + Hex.u2(classIdx));
72 out.annotate(2, String.format(" %-10s %s", getTypoidName() + ':',
74 out.annotate(4, " name_idx: " + Hex.u4(nameIdx));
CatchStructs.java 222 * Helper method to annotate or simply print the exception handlers.
228 * @param annotateTo {@code null-ok;} where to consume bytes and annotate to
241 annotateTo.annotate(0, prefix + "tries:");
254 annotateTo.annotate(amt1, s1);
255 annotateTo.annotate(amt2, s2);
267 annotateTo.annotate(0, prefix + "handlers:");
268 annotateTo.annotate(encodedHandlerHeaderSize,
294 * Helper for {@link #annotateEntries} to annotate a catch handler list
297 * @param handlers {@code non-null;} handlers to annotate
302 * @param annotateTo {@code non-null;} where to annotate t
    [all...]
TypeIdItem.java 64 out.annotate(0, indexString() + ' ' + descriptor.toHuman());
65 out.annotate(4, " descriptor_idx: " + Hex.u4(idx));
  /external/jsr305/ri/src/main/java/javax/annotation/
CheckForSigned.java 11 * Used to annotate a value that may be either negative or nonnegative, and
  /external/kernel-headers/original/uapi/linux/
const.h 7 * C code. Therefore we cannot annotate them always with
  /external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
const.h 7 * C code. Therefore we cannot annotate them always with
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
perf-annotate.txt 1 perf-annotate(1)
6 perf-annotate - Read perf.data (created by perf record) and display annotated code
11 'perf annotate' [-i <file> | --input=file] [symbol_name]
32 Symbol to annotate.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
command-list.txt 5 perf-annotate mainporcelain common
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
GraphicsContextAnnotator.h 38 scopedGraphicsContextAnnotator.annotate(paintInfo, renderer)
58 void annotate(const PaintInfo&, const RenderObject*);
  /external/valgrind/main/callgrind/docs/
callgrind_annotate-manpage.xml 7 <refentry id="callgrind-annotate">
10 <refentrytitle>Callgrind Annotate</refentrytitle>

Completed in 2486 milliseconds

1 23 4 5 6 7 8 91011>>