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

1 2 3 4 5 67 8 91011>>

  /dalvik/dx/src/com/android/dx/dex/file/
ProtoIdsSection.java 75 out.annotate(4, "proto_ids_size: " + Hex.u4(sz));
76 out.annotate(4, "proto_ids_off: " + Hex.u4(offset));
AnnotationSetRefItem.java 75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
MixedItemSection.java 152 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz));
153 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset));
251 out.annotate(0, intro);
256 out.annotate(0, item.offsetString() + ' ' + label + '\n');
341 out.annotate(0, "\n");
  /external/chromium_org/mojo/public/c/system/
macros.h 10 // Annotate a variable indicating it's okay if it's unused.
19 // Annotate a function indicating that the caller must examine the return value.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
__init__.py 57 annotate = _singleton_method('annotate') variable
  /external/dexmaker/src/dx/java/com/android/dx/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 101 out.annotate(0, indexString() + ' ' + value.toQuoted(100));
102 out.annotate(4, " string_data_off: " + Hex.u4(dataOff));
AnnotationSetRefItem.java 75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
MixedItemSection.java 153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz));
154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset));
252 out.annotate(0, intro);
257 out.annotate(0, item.offsetString() + ' ' + label + '\n');
342 out.annotate(0, "\n");
  /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));
  /frameworks/base/docs/html/training/app-indexing/
index.jd 54 <li>Annotate these links in the associated web pages on your web site or in a
79 <dd>Shows how to annotate web site metadata to allow Google's algorithms to index
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetRefItem.java 75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff));
MixedItemSection.java 153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz));
154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset));
252 out.annotate(0, intro);
257 out.annotate(0, item.offsetString() + ' ' + label + '\n');
342 out.annotate(0, "\n");
ValueEncoder.java 277 out.annotate(" size: " + Hex.u4(size));
285 out.annotate(" [" + Integer.toHexString(i) + "] " +
318 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " +
328 out.annotate(" size: " + Hex.u4(size));
340 out.annotate(0, " elements[" + at + "]:");
342 out.annotate(" name_idx: " + Hex.u4(nameIdx) + " // " +
349 out.annotate(" value: " + constantToHuman(value));
  /external/chromium_org/mojo/public/cpp/system/
macros.h 14 // Annotate a virtual method indicating it must be overriding a virtual method
  /external/chromium_org/sync/js/
js_test_util.cc 31 // No need to annotate listener since we already define PrintTo().
  /external/chromium_org/third_party/WebKit/Source/wtf/
DynamicAnnotations.cpp 34 // This makes all Annotate* functions different, which prevents the linker from
  /external/clang/test/Index/
IBOutletCollection.m 11 // RUN: c-index-test -test-annotate-tokens=%s:4:1:5:1 %s | FileCheck -check-prefix=CHECK-TOK %s
  /dalvik/dx/src/com/android/dx/cf/code/
OneLocalsArray.java 58 public void annotate(ExceptionWithContext ex) { method in class:OneLocalsArray
213 annotate(ex);
215 other.annotate(ex);
LocalsArraySet.java 123 public void annotate(ExceptionWithContext ex) { method in class:LocalsArraySet
125 primary.annotate(ex);
135 la.getPrimary().annotate(ex);
355 annotate(ex);
357 other.annotate(ex);
  /external/chromium_org/chrome/common/extensions/docs/server2/
manifest_data_source.py 90 def annotate(parent_level, features): function in function:_AddLevelAnnotations
98 annotate(level, item['children'])
102 annotate('required', features)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
perf-top.txt 90 --sym-annotate=<symbol>::
91 Annotate this symbol.
178 Annotate symbol.

Completed in 2767 milliseconds

1 2 3 4 5 67 8 91011>>