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

1 2 3 4 5 6 78 91011>>

  /dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java 276 out.annotate(" size: " + Hex.u4(size));
284 out.annotate(" [" + Integer.toHexString(i) + "] " +
317 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " +
327 out.annotate(" size: " + Hex.u4(size));
339 out.annotate(0, " elements[" + at + "]:");
341 out.annotate(" name_idx: " + Hex.u4(nameIdx) + " // " +
348 out.annotate(" value: " + constantToHuman(value));
DexFile.java 191 boolean annotate = (humanOut != null);
192 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
198 if (annotate) {
213 boolean annotate = (humanOut != null);
214 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
216 if (annotate) {
488 * @param annotate whether or not to keep annotations
492 private ByteArrayAnnotatedOutput toDex0(boolean annotate,
557 if (annotate) {
592 if (annotate) {
    [all...]
EncodedArrayItem.java 109 out.annotate(0, offsetString() + " encoded array");
ClassDefsSection.java 95 out.annotate(4, "class_defs_size: " + Hex.u4(sz));
96 out.annotate(4, "class_defs_off: " + Hex.u4(offset));
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ValueEncoder.java 275 out.annotate(" size: " + Hex.u4(size));
283 out.annotate(" [" + Integer.toHexString(i) + "] " +
316 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " +
326 out.annotate(" size: " + Hex.u4(size));
338 out.annotate(0, " elements[" + at + "]:");
340 out.annotate(" name_idx: " + Hex.u4(nameIdx) + " // " +
347 out.annotate(" value: " + constantToHuman(value));
DexFile.java 193 boolean annotate = (humanOut != null);
194 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
200 if (annotate) {
215 boolean annotate = (humanOut != null);
216 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
218 if (annotate) {
490 * @param annotate whether or not to keep annotations
494 private ByteArrayAnnotatedOutput toDex0(boolean annotate,
559 if (annotate) {
594 if (annotate) {
    [all...]
EncodedArrayItem.java 109 out.annotate(0, offsetString() + " encoded array");
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DexFile.java 172 boolean annotate = (humanOut != null);
173 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
179 if (annotate) {
194 boolean annotate = (humanOut != null);
195 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
197 if (annotate) {
471 * @param annotate whether or not to keep annotations
475 private ByteArrayAnnotatedOutput toDex0(boolean annotate,
540 if (annotate) {
575 if (annotate) {
    [all...]
ClassDefsSection.java 96 out.annotate(4, "class_defs_size: " + Hex.u4(sz));
97 out.annotate(4, "class_defs_off: " + Hex.u4(offset));
DebugInfoItem.java 97 * @param out {@code non-null;} where to annotate to
123 out.annotate(offsetString() + " debug info");
Statistics.java 77 out.annotate(0, "\nstatistics:\n");
169 out.annotate(toHuman());
StringIdsSection.java 91 out.annotate(4, "string_ids_size: " + Hex.u4(sz));
92 out.annotate(4, "string_ids_off: " + Hex.u4(offset));
TypeIdsSection.java 89 out.annotate(4, "type_ids_size: " + Hex.u4(sz));
90 out.annotate(4, "type_ids_off: " + Hex.u4(offset));
UniformListItem.java 193 out.annotate(0, offsetString() + " " + typeName());
194 out.annotate(4, " size: " + Hex.u4(size));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
cmdline.py 165 self.add_action('-a', '--annotate', 'annotate')
235 'annotate': CmdOptionParser("annotate",
428 for j in ['annotate', 'html', 'report', 'combine']:
441 'annotate' in options.actions or
544 if 'annotate' in options.actions:
545 self.coverage.annotate(
626 annotate Annotate source files with execution information
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Annotate.py 54 def annotate(self, pos, item): member in class:AnnotationCCodeWriter
137 def annotate(match): function in function:AnnotationCCodeWriter.save_annotation
159 code = _parse_code(annotate, code)
CmdLine.py 34 -a, --annotate Produce a colorized HTML version of the source.
114 elif option in ("-a", "--annotate"):
115 Options.annotate = True
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 79 * @param ex {@code non-null;} the exception to annotate
81 public void annotate(ExceptionWithContext ex) { method in class:ExecutionStack
311 this.annotate(ex);
313 other.annotate(ex);
  /device/moto/shamu/dumpstate/
dumpstate.c 21 dump_file("TZ ramoops annotation", "/sys/fs/pstore/annotate-ramoops");
  /external/chromium_org/chrome/browser/metrics/
chrome_metrics_service_accessor.h 84 // Registers a field trial name and group to be used to annotate a UMA report
  /external/chromium_org/third_party/WebKit/Source/wtf/
LeakAnnotations.h 35 // This file defines macros which can be used to annotate intentional memory
  /external/clang/test/CodeGenCXX/
runtimecc.cpp 3 // Check that we annotate all compiler-synthesized runtime calls and
  /external/srec/srec/include/
ann_util.h 37 annotate *tcp;
  /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)

Completed in 1243 milliseconds

1 2 3 4 5 6 78 91011>>