HomeSort by relevance Sort by last modified time
    Searched full:annotate (Results 201 - 225 of 1244) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ImageMagick/www/api/
annotate.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Annotate an Image</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, annotate, an, image, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
55 <p class="text-center"><a href="annotate.php#AnnotateImage">AnnotateImage</a> &bull; <a href="annotate.php#FormatMagickCaption">FormatMagickCaption</a> &bull; <a href="annotate.php#GetMultilineTypeMetrics">GetMultilineTypeMetrics</a> &bull; <a href="annotate.php#GetTypeMetrics">GetTypeMetrics</a></p>
285 <p><a href="annotate.php#">Back to top</a> ?
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDefItem.java 186 out.annotate(0, indexString() + ' ' + thisClass.toHuman());
187 out.annotate(4, " class_idx: " + Hex.u4(classIdx));
188 out.annotate(4, " access_flags: " +
190 out.annotate(4, " superclass_idx: " + Hex.u4(superIdx) +
193 out.annotate(4, " interfaces_off: " + Hex.u4(interOff));
198 out.annotate(0, " " + list.getType(i).toHuman());
201 out.annotate(4, " source_file_idx: " + Hex.u4(sourceFileIdx) +
204 out.annotate(4, " annotations_off: " + Hex.u4(annoOff));
205 out.annotate(4, " class_data_off: " + Hex.u4(dataOff));
206 out.annotate(4, " static_values_off: "
    [all...]
FieldIdsSection.java 83 out.annotate(4, "field_ids_size: " + Hex.u4(sz));
84 out.annotate(4, "field_ids_off: " + Hex.u4(offset));
MethodIdsSection.java 83 out.annotate(4, "method_ids_size: " + Hex.u4(sz));
84 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
ProtoIdsSection.java 91 out.annotate(4, "proto_ids_size: " + Hex.u4(sz));
92 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
StringIdItem.java 102 out.annotate(0, indexString() + ' ' + value.toQuoted(100));
103 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
  /external/protobuf/src/google/protobuf/io/
printer_unittest.cc 225 printer.Annotate("foo", "foo", &descriptor_1);
226 printer.Annotate("bar", "bar", &descriptor_2);
265 printer.Annotate("foo", "foo", &descriptor_1);
266 printer.Annotate("bar", "bar", &descriptor_2);
301 printer.Annotate("foo", "bar", &descriptor);
326 printer.Annotate("baz", "bam", &descriptor);
350 printer.Annotate("bar", "bar", &descriptor);
438 EXPECT_DEBUG_DEATH(printer.Annotate("foo", "foo", &descriptor), "multiple");
453 EXPECT_DEBUG_DEATH(printer.Annotate("bar", "foo", &descriptor), "negative");
468 EXPECT_DEBUG_DEATH(printer.Annotate("bar", "bar", &descriptor)
    [all...]
  /external/libchrome/base/
compiler_specific.h 80 // Annotate a variable indicating it's ok if the variable is not used.
88 // Annotate a typedef or function indicating it's ok if it's not used.
97 // Annotate a function indicating it should not be inlined.
135 // Annotate a function indicating the caller must examine the return value.
180 // Use this to annotate code that deliberately reads uninitialized data, for
  /external/pdfium/third_party/base/
compiler_specific.h 75 // Annotate a variable indicating it's ok if the variable is not used.
83 // Annotate a typedef or function indicating it's ok if it's not used.
92 // Annotate a function indicating it should not be inlined.
130 // Annotate a function indicating the caller must examine the return value.
175 // Use this to annotate code that deliberately reads uninitialized data, for
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
FieldIdsSection.java 84 out.annotate(4, "field_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "field_ids_off: " + Hex.u4(offset));
MethodIdsSection.java 84 out.annotate(4, "method_ids_size: " + Hex.u4(sz));
85 out.annotate(4, "method_ids_off: " + Hex.u4(offset));
ProtoIdsSection.java 76 out.annotate(4, "proto_ids_size: " + Hex.u4(sz));
77 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
StringIdItem.java 103 out.annotate(0, indexString() + ' ' + value.toQuoted(100));
104 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
  /external/ImageMagick/utilities/
compare.1 3 compare \- mathematically and visually annotate the difference between an image and its reconstruction.
8 The \fBcompare\fP program is a member of the ImageMagick(1) suite of tools. Use it to mathematically and visually annotate the difference between an image and its reconstruction.
compare.1.in 3 compare \- mathematically and visually annotate the difference between an image and its reconstruction.
8 The \fBcompare\fP program is a member of the ImageMagick(1) suite of tools. Use it to mathematically and visually annotate the difference between an image and its reconstruction.
  /external/ImageMagick/www/Magick++/
FormatCharacters.html 12 <p style="margin-bottom: 0cm">The Magick::Image methods <a href="Image++.html#annotate"><i>annotate</i></a>, <a href="Image++.html#draw"><i>draw</i></a>, <a href="Image++.html#label"><i>label</i></a>, and the template function <i>montageImages</i> support special format characters contained in the argument text. These format characters work similar to C's <i>printf</i>. Whenever a format character appears in the text, it is replaced with the equivalent attribute text. The available format characters are shown in the following table.</p>
  /external/caliper/caliper/src/main/java/com/google/caliper/
Benchmark.java 29 * <li>Annotate one or more methods with this annotation.
30 * <li>Annotate any fields with {@literal @}{@link Param} that should have parameter values
  /external/clang/examples/AnnotateFunctions/
AnnotateFunctions.cpp 85 X("annotate-fns", "annotate functions");
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAnnotateUniformValues.cpp 24 #define DEBUG_TYPE "amdgpu-annotate-uniform"
40 const char *getPassName() const override { return "AMDGPU Annotate Uniform Values"; }
  /external/protobuf/objectivec/
GPBBootstrap.h 77 // If property name starts with init we need to annotate it to get past ARC.
78 // http://stackoverflow.com/questions/18723226/how-do-i-annotate-an-objective-c-property-with-an-objc-method-family/18723227#18723227
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
StringIdItem.java 57 out.annotate(4, "string_data_item[0x%x]: \"%s\"", stringDataOffset,
66 out.annotate(4, "string_id_item[0x%x]", stringDataOffset);
TypeListItem.java 55 out.annotate(4, "size: %d", size);
59 out.annotate(2, TypeIdItem.getReferenceAnnotation(dexFile, typeIndex));
  /external/v8/src/base/
compiler-specific.h 10 // Annotate a typedef or function indicating it's ok if it's not used.
20 // Annotate a function indicating the caller must examine the return value.
  /external/vixl/doc/aarch64/topics/
extending-the-disassembler.md 25 They can be overridden for example to use different register names and annotate
38 map code addresses, annotate code addresses, and add comments:
  /external/webrtc/webrtc/
typedefs.h 68 // Annotate a function indicating the caller must examine the return value.
103 // Annotate a function that will not return control flow to the caller.

Completed in 511 milliseconds

1 2 3 4 5 6 7 891011>>